html, body {
    width: auto !important;
    overflow-x: hidden
    !important;
}

a{
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*nav styling*/

 a{ 
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navbar-brand img{
	margin-top: -17px;
}

.navbar-default{
	background-color: #59582a;
}

#navbar li a{
	color: #fff;
	letter-spacing: 1px;
	font-family: 'Sanchez', serif;
	font-size: 13px;
}

#navbar li a:active .active{
background-color: #262425;
}

#navbar li a:hover{
	background-color: #8e8643;
}

.navbar-right{
	margin-left: -23px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #8e8643;
    color: #555;
}

/*nav styling*/



img {
	background-color: none;
 	position: center;
}

h1{
	font-family: 'Sanchez', serif;
	text-transform: uppercase;
	font-weight: 700px;
	font-size: 50px;
	color: #262425;
	margin-top: -3px;
}

h4{
	font-family: 'Sanchez', serif;
	/*text-transform: uppercase;*/
	font-weight: 700px;
	font-size: 26px;
	color: #262425;
	padding-bottom: 7px;
	padding-top: 7px;
}

.glyphicon-leaf {
    font-size: 20px;
    padding-top: 4px;
    color: #a3a445;
    text-align: center; 
}


.glyphicon-user, .glyphicon-plus{
    font-size: 70px;
    color: #a3a445;
    text-align: center; 
}
p{
	font-family: "Calibri";
	font-size: 20px;
}

.sub{	
	font-family: "Georgia";
	font-size: 15px;
}



.btn-default{
	background-color:  #262425;
	font-family: 'Sanchez', serif;
	text-transform: uppercase;
	font-weight: 700px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
}




.contact{
	font-family: 'Sanchez', serif;
	text-transform: uppercase;
	font-weight: 700px;
	font-size: 30px;
	color: #262425;
}



/*FOOTER */

.footerlinks{
	list-style-type: none;
	color: white;
	line-height: 30px;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: 'Sanchez', serif;

}



footer img{
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
}


.footertext{
	font-family: 'Sanchez', serif;
	/*text-transform: lowercase;*/
	font-size: 12px;
	letter-spacing: 3.5px;
	color: #fff;
	padding-left: 30px;
}

footer{
	padding-top: 80px;
	background-color: #002d3e;
}

footer li a{
	color: white;
}

footer li a:hover{
	color: #a3a445;
	text-decoration: none;
}


#thisisfooter{
	background-color: #002d3e;
	padding-bottom: 40px;
}

.glyphicon-circle-arrow-up{
	font-size: 30px;
    color: #a3a445;
    padding-left: 30px;

}
