body{
	overflow-x:hidden;
	font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

p{
	font-size:16px;
	line-height:1.75
}

a,a:hover,a:focus,a:active,a.active{
	outline:0
}

a{
	color:#333333;
}

a:hover,a:focus,a:active,a.active{
	color:#333333;
}

h1,h2,h3,h4,h5,h6{
	font-family:"Oswald","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:300;
}

.navbar{
	background-color:#2F3E6F;
	border-color:transparent
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 0px solid transparent;
}

.navbar-brand {
    float: left;
    padding: 0 15px;
	height: auto;
}

.navbar-brand img {
	margin:15px 0;
	height:60px;
}


@media (min-width:768px){
	.navbar {
		border-radius: 0px;
	}
	
	.navbar-default{
		padding:10px 0;
		border:0
	}

	.navbar-brand img {
		margin:15px 0;
		height:80px;
	}
	
}

section{
	padding:40px 0
}

@media (min-width:768px){
	section{
		padding:80px 0
	}
}

footer{
	background-color: #2F3E6F;
	height:80px;
}