@charset "utf-8";
@import url("flickrgallery/style.css");

@viewport {
  width: device-width ;
  zoom: 1.0 ;
}

/* Top Colour Bar */

.topbar {
	width: 100%;
	position: absolute;
	margin: 0 auto;
}

.topbar1 {
	width: 100%;
	float: left;
	height: 10px;
}

/* Part 1 - Entry Page */

body {
	left: 0;
	margin: 0 auto;
}

.entrybg {
	height: 100dvh;
	margin-left: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.logobox {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	margin-top: 25px;
	width: 100%;
}

.logobox img {
	height: 75px;
	box-shadow: 0px 0px 5px 0px #aaa;
}

.entrycontent {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	height: 100dvh;
	width: 100dvw;
	margin: 50px;
}

.blanka {
	width: 7.5%;
}

.infocontainer {
	width: 85%;
	max-width: 1400px;
	margin: 0 auto;
	height: 140px;
	background-color: #fff;
	box-shadow: 1px -1px 10px 0px #444;
}

.infobox1 {
	float: left;
	width: 30%;
	text-align: left;
	padding: 20px 3% 15px 3%;
	
}

.infoboxtitle1 {
	display: none;
}

.infoboxtext {
	font-family: 'Krub', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-top: -10px;
}

.infobox2 {
	float: left;
	width: 27.7%;
	text-align: center;
	height: 90px;
	border-left-style: solid;
	border-left-width: 0.5px;
	border-left-color: #AAA;
	border-right-style: solid;
	border-right-width: 0.5px;
	border-right-color: #AAA;
	margin-top: 25px;
}

.infoboxicon img {
	height: 45px;
	margin-bottom: -5px;
}

.infoboxicontitle {
	font-family: 'Krub', sans-serif;
	font-weight: 600;
	font-size: 16px;
	margin-top: 15px;
	color: #F7941D;
}

.infobox3 {
	float: left;
	width: 30%;
	text-align: right;
	padding: 20px 3% 15px 3%;
	font-family: 'Krub', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 1px;
	margin-top: 20px;
	color: #F7941D;
}

.infobox3text {
	margin-bottom: 35px;
}

.infobox3img img {
	height: 30px;
}

h9 {
	margin: 0 auto;
	margin-bottom: -5px;
	font-weight: 700;
	font-size: 28px;
	font-family: 'Krub', sans-serif;
	color: #F7941D;
}

h7 {
	color: black;
	font-size: 16px;
}

.logobar {
	height: 1px;
	background-color: #F7941D;
}

/* Part 2 - Part A */

.maincontainer {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 50px;
}

.maincontainer img {
	width: 100%;
	padding: 20px 0px;
}



/* Part X - Recommendations */

.mywork {
	padding: 50px 0px 100px;
	background-color:#EFEFEF;
}
.myworkcontainer {
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	padding: 20px;
	padding-top: 0px;
}

/* Most CSS is now in the buttons.css file! */


/* Part Y - Footer */

.footer {
	padding: 20px 0px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	background-color: #0054A6;
}

.footer img {
	height: 50px;
}

.footertext {
	font-weight: 400;
	font-size: 14px;
	font-family: 'Krub', sans-serif;
	color: #ffffff;
}



/* Part A - Headings */

.title1a {
	float: left;
	width: 100%;
	text-align: center;
	letter-spacing: 3px;
	font-weight: 700;
	font-size: 40px;
	font-family: 'Krub', sans-serif;
	color: #F7941D;
}

.title1b {
	float: left;
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom: 30px;
	font-weight: 500;
	font-size: 18px;
	font-family: 'Krub', sans-serif;
	color: #8D8D8D;
}

.horizline {
	width: 1000px;
	color: #8D8D8D;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 0.5;
}




/* Mobile Sizes */

@media only screen and (min-width: 1451px){
	
}

@media only screen and (max-width: 1450px){
	
	/* Part 1 - Entry Page */
	
	.horizline {
		width: 800px;
	}
}
	
@media only screen and (max-width: 1125px){
	
	/* Part 1 - Entry Page */
	
	.infobox1 {
		width: 43.8%;
	}
	
	.infobox2 {
		width: 21.9%;
		border-right-style: none;
	}
	
	.infobox3 {
		width: 21.9%;
	}
	
	.infoboxicon img {
		padding-top: 10px;
	}
	
	
	.horizline {
		width: 700px;
	}
}
	
@media only screen and (max-width: 980px){
	
	/* Part 1 - Entry Page */
		
	h9 {
		font-size: 24px;
	}
	
	h7 {
		font-size: 15px;
	}
	
	.infoboxtext {
		font-size: 15px;
	}
	
	.infoboxicontitle {
		font-size: 15px;
		margin-top: 15px;
	}
	
	.infoboxicon img {
		height: 40px;
		padding-top: 10px;
		margin-bottom: -15px;
	}
	
	.horizline {
		width: 700px;
	}
	
	.infobox3 {
		font-size: 24px;
	}
	
	
	/* Part A - Headings */

	.title1a {
		font-size: 38px;
	}
	
	.title1b {
		font-size: 17px;
		margin-bottom: -0.5em;
	}
	
	.horizline {
		width: 560px;
	}
}
	
@media only screen and (max-width: 736px){
	
	/* Part 1 - Entry Page */
		
	.infobox1 {
		width: 94%;
		text-align: center;
	}
	
	.infoboxtitle1 {
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		font-weight: 600;
		font-size: 12px;
		font-family: 'Krub', sans-serif;
		letter-spacing: 3px;
		color: #F7941D;
	}
	
	.infobox2 {
		display: none;
	}
	
	.infobox3 {
		display: none;
	}
	
	.infocontainer {
		height: 180px;
	}
	
	/* Part 2 - Type Box */ 
	
	.typeboxconstrain {
		font-size: 20px;
	}
	
	/* Part 5 - Recommendations */
	
	.myworkcontainer {
		padding: 0;
	}
	
	/* Part 6 - Footer */
	
	.workbasespace {
		height: 50px;
	}
	
	.footer img {
		height: 35px;
	}

	.footertext {
		font-weight: 400;
		font-size: 12px;
	}
	
	.maincontainer {
		padding: 50px 20px;
	}

	/* Part A - Headings */

	.title1a {
		font-size: 36px;
		letter-spacing: 2px;
	}
	
	.title1b {
		font-size: 16px;
		letter-spacing: 1.5px;
		margin-bottom: -0.5em;
	}
	
	.horizline {
		width: 400px;
		margin-bottom: 15px;
	}
		
}
	
@media only screen and (max-width: 480px){
	
	/* Part 1 - Entry Page */
		
	.infobox1 {
		width: 94%;
		text-align: center;
	}
	
	.infoboxtitle1 {
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		font-weight: 600;
		font-size: 11px;
		font-family: 'Krub', sans-serif;
		letter-spacing: 3px;
		color: #F7941D;
	}
	
	.infobox2 {
		display: none;
	}
	
	.infobox3 {
		display: none;
	}
	
	.infocontainer {
		height: 180px;
	}
	
	
	/* Part 5 - Recommendations */
	
	.myworkcontainer {
		padding: 0px;
	}
	
	/* Part 6 - Footer */
	
	.workbasespace {
		height: 50px;
	}
	
	.footer img {
		height: 35px;
	}

	.footertext {
		font-weight: 400;
		font-size: 10px;
	}

	/* Part A - Headings */

	.title1a {
		font-size: 32px;
		letter-spacing: 2px;
	}
	
	.title1b {
		font-size: 12px;
		letter-spacing: 1.5px;
		margin-bottom: -0.75em;
	}
	
	.horizline {
		width: 280px;
		margin-bottom: 15px;
	}
		
}