@charset "UTF-8";
/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Comfortaa:300,400,700|Rubik:300,300i,400,500,700,900';


/*

font-family: 'Rubik', sans-serif; titles
font-family: 'Comfortaa', cursive; body text

*/

#wrapper {
	width: calc(900px - 0px);
	margin: auto;
	color: #ffffff;
	overflow: hidden;
	padding-top: 50px;
}

.landing-point {
	width: 100%;
	height: 80px;
	/*background-color: red;*/
}

#container {
	overflow: hidden;
}

#container div {
	
}

#container div a {
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	float: left;
}

#container div h4 {
	border-top: 1px solid #cccccc;
	color: #cccccc;
	padding: 4px 0 0 0;
	margin: 0 0 9px 0;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.box {
	/*background-color: #36C4C1;*/
}

.project-holder {
	overflow: hidden;
	/*float: left;*/
	margin: 0 0 80px 0;
}

.project-holder h2 {
	font-size: 160%;
	padding-bottom: 30px;
	color: #05709c;
	font-family: 'Rubik', sans-serif;
}

.project-holder a {
	width: calc(100% - 0px);
}

#main-menu {
	/*background-color: #dddddd;*/
	background-color: #ffffff;
	width: calc(170px - 40px);
	float: left;
	position: fixed;
	height: calc(100% - 40px);
	padding: 20px;
}

#main-menu a {
	text-decoration: none;
	color: #888888;
	display: block;
	font-family: century gothic;
	margin-top: 12px;
	font-size: 100%;
	font-family: 'Comfortaa', cursive;
	font-weight: 300;
}


#main-menu a:hover {
	color: #05709c;
}

#mylogo {
	background-image: url(../themes/mylogo04.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 88px;
	height: 110px;
	margin-bottom: 100px;
}

		#mylogo:hover {
			background-image: url(../themes/mylogo04-hover.png);
		}

#second-main-menu {
	display: none;
	width: calc(100% - 0px);
	height: 60px;
	/*background-color: red;*/
}

#blue-menu {
	background-color: #05709c;
	width: 180px;
	position: fixed;
	height: 100%;
	box-shadow: 0 1px 3px black;
	right: 0;
	z-index: 999;
	padding: 100px 0 0 7px;
}

#blue-menu a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 18px 0 18px 30px;
	
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	width: calc(95% - 0px);
	float: right;
	font-family: 'Comfortaa', cursive;
	font-weight: 700;
	font-size: 12px;
}

#blue-menu a#mobile-menu-button {
	padding: 30px 0 8px 24px;
	height: calc(60px - 16px);
	background-image: url(../themes/blue-menu-bgnd-img02.png);
	display: none;
}

#blue-menu a#mobile-menu-button:hover {
	background-image: url(../themes/blue-menu-bgnd-img02.png);
}

.blue-menu-borders {
	width: calc(100% - 0px);
	background-color: #0A7DA0;
	height: 1px;
	float: right;
}

#blue-menu a:hover {
	background-image: url(../themes/blue-menu-bgnd-img.png);
	
}

#blue-menu a:hover {
	background-color: #ffffff;
	color: #05709c;
}

h1 {
	border-top: 1px solid #888888;
	color: #888888;
	padding-top: 4px;
	margin-bottom: 30px;
	font-size: 300%;
	text-align: right;
	font-family: 'Rubik', sans-serif;
}

#blue-menu img.blue-menu-icons {
	display: none;
}

.blue-menu-text {
}


 .about-section {
	 font-family: 'Comfortaa', cursive;
	 font-weight: 400;
	 font-size: 11px;
	 line-height: 23px;
	 color: #777777;
 }
 
 .about-section p {
	font-size: 18px;
    border-top: 1px solid #888888;
	 border-bottom: 1px solid #888888;
    color: #5ec090;
    padding: 9px 0 9px 0;
    margin: 0 0 9px 0;
 }
 
 #footer {
	padding: 140px 0 20px 0;
	color: #777777;
	font-family: 'Comfortaa', cursive;
	font-size: 14px;
	font-weight: 100;
}

 #footer span {
	 font-family: 'Rubik', sans-serif;
	 color: #05709c;
	 font-weight: 700;
	 font-size: 18px;
 }
 
 /* CONTACT
 ========================*/
 
 #contact {
		margin-top: 160px;
		min-height: 500px;
		max-width: 550px;
	}
	
#contact a {
		text-decoration: none;
		color: #05709c;
		font-size: 30px;
		display: block;
		font-family: 'Comfortaa', cursive;
		margin-bottom: 50px;
	}
	
	#contact a.telephonenumber {
		font-family: 'Rubik', sans-serif;
		font-size: 270%;
	}
	
	#contact a.emailaddress {
		font-family: 'Comfortaa', cursive;
	}
	
#contact a:hover {
		color: #888888;
	}



@media only screen and (max-width: 1300px), only screen and (max-device-width: 1300px) {
	
	#wrapper {
		width: calc(100% - 450px);
		padding: 0 25px 0 25px;
	}
}

@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
	
	#main-menu {
		width: calc(100% - 40px);
		float: left;
		position: fixed;
		height: calc(60px - 40px);
		top: 0;
		z-index: 1000;
	}
	
	#second-main-menu {
		display: block;
	}
	
	#main-menu a {
		margin-top: 0px;
		margin-left: 40px;
		display: inline-block;
		float: right;
	}
	
	#wrapper {
		width: calc(100% - 270px);
		margin: 0;
	}
	
	#main-menu a#mylogo {
		float: left;
		margin-bottom: 0px;
		margin-left: 0px;
		display: block;
	}
}

@media only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) {
	
	#blue-menu {
		width: 60px;
		padding: 30px 0 0 7px;
	}
	
	#blue-menu a {
		padding: 13px 0 13px 24px;
	}
	
	#blue-menu a#mobile-menu-button {
		display: block;
	}
	
	.blue-menu-text {
		display: none;
	}
	
	#blue-menu img.blue-menu-icons {
		display: block;
	}

	
	#wrapper {
			width: calc(100% - 130px);
		}
}

