/*!
 * Start Bootstrap - Stylish work (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
    
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}


h1{
position:fixed;	
z-index:999;
top:-13px;
left:6%;
background:url(../img/logo_02.svg);
width:168px;
height:40px;
text-indent:999px;
overflow:hidden;
white-space: nowrap;
	}

h2{
font-size:4em;
text-align:center;
font-family: 'Pacifico', cursive;
color:#EFCAA5;


	}
	
h3{
font-family: 'Alfa Slab One', cursive;	
letter-spacing:1px;
	}
	
h4{
font-family: 'Pacifico', cursive;	
	}		
	
	
@media(max-width:1356px){
	
h2{

font-size:5em;
	
	}
		
	
	}
	
@media(max-width:1031px){
	
h2{

font-size:4em;
	
	}
		
	
	}
		


/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    border: 3px solid #AE8C57;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1030;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background:rgba(0,0,0,.9);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/*.sidebar-nav {
    position: absolute;
	width:100%;
    top: 0;    
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    line-height: 3em;
}
*/


.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #AE8C57;
	text-align:center;
	font-size:4em;
	padding:.4em 0;
	font-family: 'Pacifico', cursive;
}


.sidebar-nav li:first-of-type {
    margin-top: 11em;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
	transition:all, .5s;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
	
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: -13px;
    right: 0;
	background: #202634;
	padding:5px 10px;
	
}

#menu-close{
position:absolute;
    left: 50%;
    transform: translateX(-17px);
	top:33em;	
	}
	
#menu-close:hover{
background:#AD8C56;
color:#fff;	
	}	

#sidebar-wrapper.active {
    right: 250px;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 20px 7% 0 0;
	
}




@media (max-width:600px){
	


.menu-sidebar li > a{
   
	font-size:2em;
	
}


.toggle-button{
width:36px;	
	}
	
	}
	
	


/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
	height:100%;
    background: url(../img/bg_01.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header > div h3{
margin-top:7em;
color:#fff;
letter-spacing: 2px;
font-family: 'Source Sans Pro', sans-serif;	
	}




.top_nav_bar{
background:#fff;
padding:.7em 0; 
height:4em;
box-shadow:0 3px 20px rgba(0,0,0,.6);
border-bottom: 5px solid #AE8C57;	
	
	}

/* About */

section#about{
background: #222634 url(../img/star_bg.jpg) left top no-repeat;	
	}

.container_style_about .container-fluid{
   
   background: linear-gradient(to right, rgba(0,0,0, 0) 50%, #fff 50%);
   
}
	
	
.container_style_about .row > div{
padding:5em 10em;	
	}
	
.container_style_about .img-responsive{
	margin:0 auto;
	}
	

section#what_I_do{
background: #222634 url(../img/star_bg.jpg) right top no-repeat;	
	}
	


.what_I_do .resume{
margin-top:2em;
background-color:#F58452;
border:none;
padding:1em;
font-size:1.5em;
font-weight:600;
	}	


.what_I_do .container-fluid{
   
   background: linear-gradient(to right, #fff 50%, rgba(0,0,0, 0) 50%);
   
}		
	
	
/*elimanate the 2 color background and padding of the div and shrink h2 font size*/


@media(max-width:1356px){
	
h2{

font-size:5em;
	
	}

.container_style_about .row > div{
padding-left:15px;
padding-right:15px;	
color:rgba(255,255,255,.5);
	}

.container_style_about .row > div h3{
color:rgba(255,255,255,.7);	
	}


.container_style_about .row > div:first-of-type{
padding-bottom:0;	
	}


.container_style_about .container-fluid {
   
   background:#222634;
   
}	
		
	
	}
	
	

@media(max-width:990px){
	
.container_style_about .row > div:last-of-type{
padding-top:0;	
	}		
		
	
	}		

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}


/* work */

.work {
    padding: 5em 0;
	background:#F58452;
}

.work h2{
color:#202634;	
	}
	
.carousel-indicators li{
border:none;	
background:#7C6242;
	}
	
.carousel-control{
opacity:1;
width:0;	
	}		
	
.carousel-inner .carousel_caption h3{
margin-top:0;	
	}	

.work .carousel-inner .img-responsive{
    margin: 0 auto;	
	}
	
.shadow2:before{
  position:absolute;
  content:"";
  width:10%;
  top:2%;
  bottom:2%;
  left:1%;
  background:rgba(0,0,0,.3);
  z-index:-1;
  -webkit-transform:rotate(-4deg);
  -moz-transform:rotate(-4deg);
  transform:rotate(-4deg);
}

.glyphicon-chevron-left{
top:40%;	
	}
	
	
.glyphicon-chevron-left:before {
    content: "\e079";
    padding: .5em;	
	background: #fff;
    color: #F58452;
    border-radius: 50%;
	box-shadow:2px 5px 0 #F58452;
	
	
	}
	
.glyphicon-chevron-right:before{
    padding: .5em;
	background: #fff;
    color: #F58452;
    border-radius: 50%;
	box-shadow:2px 5px 0 #F58452;
	}	
	

	
.carousel-inner > .row{
padding: 10em 15px;
	}
	
.carousel_caption h4{
border-bottom:1px solid rgba(0,0,0,.2);
padding-bottom:1em;
margin-bottom:1em;	
	}


.carousel_caption .btn, .contact .contact_aria .message_submit{
margin-top:1em;
background-color:#222634;
border:none;
padding:1em;
font-size:1.5em;
font-weight:600;	
	}
	
@media(max-width:600px){
.carousel_caption .btn, .contact .contact_aria .message_submit, .what_I_do .resume{
padding:1em;
font-size:1em;	
	}	
	}	
	



@media(max-width:1199px){
.carousel-inner .carousel_caption h3{
margin-top:1em;	
	}
	
	
.shadow2:before{
  position:absolute;
  content:"";
  width:10%;
  top:10px;
  bottom:5px;
  left:19%;
  background:rgba(0,0,0,.3);
  z-index:-1;
  -webkit-transform:rotate(-4deg);
  -moz-transform:rotate(-4deg);
  transform:rotate(-4deg);
}

.carousel-inner > .row{
padding: 5em 15px;
	}
	

.carousel_caption .btn{
margin-top:0;
	}	


		
	}






		
	
/*Contact*/
#contact{
background:#7C6242 url(../img/contact_bg.jpg)left top no-repeat;	
	}


.contact {
    padding: 5em 0;
	background:#AE8C57;
}


.contact .contact_aria{
padding:10em 0;	
	}



.contact .contact_aria .form-control{
height:44px;	
	}
	
.contact .contact_aria #Textarea{
height:350px;	
	}
	
.contact_aria .fa{
margin-right:1em;

	}
	
.contact_aria >div:first-of-type{
background:rgba(211,177,132,.4);
padding:5em;
border-radius:10px;	
	}
	
.contact_aria .call_me{
font-size:3em;
font-family: 'Pacifico', cursive;
color:#222634;	
	}
	
.contact_aria .discription	span:last-of-type{
font-size:2em;
font-family: 'Source Sans Pro', sans-serif;
font-weight:700;
	}
	
.contact_aria .discription .avalible{
font-size:1.2em;	
	}

@media(max-width:1400px){
.contact_aria >div:first-of-type{
padding:1em;	
	}
	
.contact_aria .discription	span:last-of-type{
font-size:1.2em;	
	}		
	}


@media(max-width:1300px){
.contact .contact_aria{
padding-left:30px;
padding-right:30px;	
	}	
	}



@media(max-width:1199px){
.contact .contact_aria{
padding-top:5em;	
	}


	
			
	}
	
@media(max-width:991px){	
.contact .contact_aria > div form{

padding-top:2em;
	}
}	


@media (max-width: 990px){
.form-horizontal .control-label{ 
    text-align: left;}
}



@media (max-width: 400px){
.contact_aria > .col-md-push-6:first-of-type{
padding:1em;
	}
	
.contact_aria .discription	span:last-of-type{
font-size:1.5em;
	}	
	
}












/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}

/* Footer */



footer .container-fluid{
background:#222634;
padding:5em 0;	
	}


footer .text-center>a{
margin-right:.5em;
color:#AE8C57;	
	}

/*
#to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 7%;
}
*/

