body{

	background:#12102E;
	color:#FFF;
	font-family: 'roboto', sans-serif;
	margin: 0;
}

.full-height {
	height: 100vh;
}

.navbar-sidekick{
	background: rgba(255,255,255,0.1);
	color: #FFF;
	font-weight: bold;
	margin-bottom:0;
	min-height: 60px;
	position: absolute;
    width: 100%;
    z-index:99;
}
.navbar-sidekick a{
	color: #FFF;
}
.navbar-sidekick .navbar-brand{
	padding:5px;
	height:60px;
}
.navbar-sidekick .navbar-brand img{
	max-height:100%;
}
.navbar-sidekick .nav .open>a, .navbar-sidekick .nav .open>a:focus, .navbar-sidekick .nav .open>a:hover , .navbar-sidekick  .nav>li>a:focus, .navbar-sidekick  .nav>li>a:hover{
    background-color: rgba(0,0,0,0.5); 
    border-color: #337ab7;
}
@media (min-width: 768px){
	.navbar-nav>li>a {
		padding-top:25px;
	}
}



.heroimg{
	background:url(../img/webdeveloper.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding:0;
    position:relative;
    z-index:1;
}
.hero-right img{
		max-width:300px;
}
.heroimg.heroimg1{

}
.fullheight.container{
	position:relative;
	height:100vh;
}
.heroimg.heroimg1 .hero-right{
	text-align:right;
	right:0;
	position:absolute;
	bottom:35%;
	padding-right: 1em;
}
.heroimg.heroimg1 .cta{
	position:absolute;
	bottom:20%;
	
	padding: 10px 35px;
	border-radius: 20px;
	
	background: #F47D62;
	background: linear-gradient(rgba(233, 121, 101,0.1), rgb(233, 121, 101));
	color:#FFF;
	font-size:2em;
	text-align:center;
    line-height: 1em;
}
.heroimg.heroimg1 .cta small{
	font-size:0.6em;
	line-height:0.6em;
}
.content-gradient1{
	 background-image: linear-gradient(#3C62AC, #F26B69);
}
.main-home{
	font-size: 1.2em;
}
.main-home h3{
	font-size: 2em;
	margin-top:2em;
	margin-bottom:1em;
}

.highlight{
	color:#F47D62;
}
.cta.btn{
	background: linear-gradient(#9A5B8C, #251A54);
	font-size:2em;
	border:none;
	margin-top:1em;
	margin-bottom:3em;
	padding: 0.5em 3em;
	border-radius:10px;
	white-space: normal;
}
@media (max-width: 668px){
	.cta.btn{
		padding: 0.5em;
		font-size:1.5em;
	}
}

#footer .nav li{
	width:100%;
}
#footer a{
	color:#FFF;
}

@media (max-width: 768px){
	.hero-right img{
		max-width:200px;
	}
	.hero-right h2{
		font-size:1.1rem;
		text-shadow: 1px 1px 1px #000;
	}	
	.hero-right h3{
		font-size:1rem;
		text-shadow: 1px 1px 1px #000;
	}
	.main-home h3.footerquote{
		font-size: 1.2em;
		padding: 0.5em;
	}
}
