body{
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight:400;
}

h1{
	text-transform:uppercase;
	color: #D0D0D0;
	margin-top:50px;
	margin-bottom:50px;
}

a {
	color: #B5A277;
	text-decoration: none;
	-webkit-transition: color 0.5s ease 0s;
	-moz-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}
a:hover, a:focus {
	color: #a2afb3;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted #333333;
	outline-offset: -2px;
}

.btn-default{
	background:#3498db;
	padding:15px;
	font-weight:700;
	text-transform:uppercase;
	border:none;
	color:white;	
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #2980b9;
    color:white;
}
#head{
	background-color:#222;
	background: url(../img/bg.jpg) center top;	
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	height:500px;
	color:white;
}
#head h1{
	font-size:80px;
	line-height:80px;
	font-weight:800;
	color:white;
	margin-bottom:0px;
}
#head p{
	padding-top:15px;
	padding-bottom:15px;
}
#head .container{
	padding-top:150px;
}
#main{
	padding-top:100px;
}


#main h1{
	margin-bottom:0px;
}
#main h2{
	margin-top:0px;
	margin-bottom:50px;
}

.container img{
	margin:0 auto;
		-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;
}
.container .col-md-6:hover img,.container .col-md-4:hover img {
	-webkit-transform:scale(1.2);
   -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
     -o-transform:scale(1.2);
        transform:scale(1.2);
}

.item-container img{
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.item-container h2{
	margin-top:5px;
	margin-bottom:20px;
	font-size:10px;
}


h2{
	font-size:15px;
	color:#888;
}

footer{
	padding-top:100px;
}
.copy{
	font-size:10px;
}

.btn-default {
	font-weight: 100;
	letter-spacing:3px;
	background: none;
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
	border-radius: 0px;
	border:1px solid white;
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:15px;
	color: white;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-color: #B5A277;
	border-color: #B5A277;
	color: white !important;
	opacity: 1;
}












