
@font-face {
 font-family: 'biko';
 src: url('../fonts/Biko_Regular.otf') format('opentype');
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'biko-bold';
 src: url('../fonts/Biko_Bold.otf') format('opentype');
 font-weight: normal;
 font-style: normal;
}

	

html,body {
	height:100%;
	font-family: biko;
	color: #444c54;
	letter-spacing: 2px;
	font-weight: 100 !important;
}

h2 {
	text-align: center;
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 2em;
}

.navbar-brand h2 {
	float: left;
	margin: 0px;
}

h3 {
	color: #444c54;;
	font-family: biko;
	letter-spacing: 2px;
	text-align: center;
	line-height: 130%;
	font-weight: lighter;
}

p {
	text-overflow: wrap;
}

.jumbotron {
	margin-top: 7em;
	margin-bottom: 6em;
	background-color: white;
	padding: 0px;
	}

.img-banner {
	margin: 0 auto;
}

.navbar-brand {
	font-family: biko;
	letter-spacing: 7px;
}

.navbar {
	padding-top: 2em;
}

.navbar-right {
		font-size: 150%;
		letter-spacing: 2px;
		margin-right: 20px;
}

.menu-logo {
	margin-top: -20px;
	height: 300%;
	float: left;
	margin-right: 15px;
}

.services-menu {
	height: auto;
	width: 100%;
	background-image: url(../images/services-menu-bg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 0px;
}

.services-menu h3 {
	color: white;
	font-weight: 50%;
}

.row {
    display: table;
    margin-left: auto;
    margin-right: auto;
    height: 100%;

}

.services-menu .col-centered {
	padding-top: 1.5em;
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    width: 25%;
    padding-left: 4em;
    padding-right: 4em;
    padding-bottom: 0px;
}

.col-centered:hover, .col-centered:hover h3 {
	background-color: white;
	color: #444c54;
}

.active, .active h3 {
	background-color: white;
	color: #444c54;
}

.col-fixed > IMG {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.services-content {
	display: none;
}

.service-info {
	margin-top: 80px;
}

.service-info h3 {
	padding: 0 10px 0 10px;
}

.services-web-hero {
	margin-top: 20px;
}

.websites-intro {
	padding-bottom: 20px;
	display: initial;
}

.about-us {
	background-color: #444c54;
	color: white;
	font-size: 1.5em;
	font-weight: lighter;
	text-align: center;
	padding-bottom: 50px;
}

.about-us h1, .contact h1 {
	color: white;
	font-family: biko-bold;
	font-size: 34pt;
	padding: 50px;
	text-align: left;
}

.about-intro {
	padding-left: 30px;
	padding-right: 30px;
}

.about-process {
	font-size: .6em;
	background-image: url(../images/process-bg.png);
	background-repeat: no-repeat;
	background-position: 40% 30%;
	margin-top: 70px;
	margin-bottom: 70px;
}

.para-process {
	margin-top: 70px;
}

.about-hero {
	margin-top: 100px;
}

.portfolio {
	background-color: white;
	color: white;
	font-size: 1.5em;
	font-weight: lighter;
	text-align: center;
	padding-bottom: 50px;
}

.portfolio h1 {
	color: #444c54;
	font-family: biko-bold;
	font-size: 34pt;
	padding: 50px;
	text-align: left;
}

.portfolio-bd {
	position: relative;
}

.portfolio-img {
	position: absolute;
	margin-bottom: 30px;
}

.portfolio-img-hover {

	margin-bottom: 30px;
}

.contact {
	background-color: black;
	background-image: url(../images/contact-bg.jpg);
	background-position: center;
	background-repeat: no repeat;
	;
	color: white;
	font-size: 1.5em;
	font-weight: lighter;
	text-align: center;
	padding-bottom: 50px;
}

.input-group {
	width: 80%;
	margin: 20px auto 20px auto;
}

.form-control {
	background-color: transparent;
	color: white;
	border: 3px white solid;
}

.msg-area {
	height: 150px !important;
	resize: none;
}



@media only screen and (max-width: 1200px) {

	.menu-logo {
 		margin-top: -12px;
 		height: 200%;
 		float: left;
 		margin-right: 15px;
 	}
 
	.navbar-brand {
 		font-family: biko;
 		font-size: 13pt;
 		letter-spacing: 7px;
	}
 
 	.navbar {
 		padding-top: 5px;
 		min-height: 40px;
 	}
 
	.navbar-right {
 		letter-spacing: 2px;
 	}
}


@media only screen and (max-width: 962px) {

	.navbar-right {
			letter-spacing: 2px;
			margin-right: 0px;
	}
	
	.navbar-right > li {
			font-size: 70%;
			margin-right: -8px;		
	}
	
	.col-centered {
	    padding-left: 1em !important;
	    padding-right: 1em !important;
	}
	
	h3 {
		font-size: 12pt;
	}
	
	.service-info {
		margin-top: 0px !important;
	}
	
	.about-process {
		font-size: .6em;
		background-image: none !important;
		}
}


@media only screen and (max-width: 767px) {


	h2 {
		font-size: 20px;
	}	
	
	h3 {
		font-size: 12pt;
		color: #444c54;
	}
	
	.jumbotron {
		margin:50px auto 10px auto;
		position: relative;
		overflow: hidden;
		}
	
	.img-banner {
		min-width: 150%;
		position: relative;
		margin-left: -40%;
	}
	
	.service-buttons > h3 {
		display: none;
	}
	
	.service-buttons {
		padding-bottom: 10px;
	}
		
	
	.menu-logo {
		height: 150%!important;
		margin-top: -0.5em!important;
		float: none;
		margin-right: 15px;
	}

.navbar {
	padding-top: .5em!important;
}

.navbar-brand h2 {
	display: none!important;
}

.container {
	width: 100%;
	overflow: hidden;
	padding: 0;
}

.container-fluid {
	padding: 0;
}

.contact-body .col_centred {
	padding: 0px!important;
}

p {
	padding: 0!important;
}

}	





