/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    width: 100%;
    height: 100%;
	font-family: 'Open Sans', sans-serif;
	
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
		background-color:transparent;
		border:none;
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
	
	.navbar img {
		width: 90%;
		-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
	

		
	}

    .top-nav-collapse {
        padding: 5px!important;
		background-color:#de0000; 
    }
	.top-nav-collapse img {
		
width: 80%;
margin-bottom: 5px!important;        
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
	
	}

.top-nav-collapse li {
font-size: 13px;
margin-top: 5px;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;    
    }     
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

 .navbar {
		background-color:transparent;
		border:none;
        padding:10px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
	
	.navbar img {
		width: 80%;
		margin-top: -10px;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
	
		
	}

    .top-nav-collapse {
        padding: 0;
		background-color:#de0000; 
    }
	.top-nav-collapse img {
		
width: 70%;
margin-top: 0px;	
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
	
}


.navbar li a:hover {
border-bottom: solid 2px #FFFFFF;

}


.intro-section {
    height:100%;
    text-align: center;
   /* background-image: url("../images/header-srw.jpg");	
	background-position: center;
	background-size: cover;*/
	
}


.about-section {
    padding-top: 50px;
    text-align: center;
    background: #eee;
	padding-bottom: 50px;
}

.services-section {
    
    padding-top: 20px;
	padding-bottom: 50px;
    text-align: center;
    background:#F0F0F0;
	
}

.contact-section {
   
    text-align: center;
    background-color: #1B1B1B;

}
