@charset "utf-8";
/* CSS Document */

body{
			background-color:#A15F47;
			background-image: url(/images/bkgd.jpg);
			background-position: center center;
			background-repeat: no-repeat;
			background-attachment: fixed;
			font-family: 'Oswald', sans-serif !important;
			background-size: cover;
			font-weight: 300 !important;
			color:white;
		}
.container-fluid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin: auto;}
		ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			overflow: hidden;
			font-family: arial;
			font-size: 14px;
			color:white;
		}
		.tan-box{
		background-color: rgba(227,220,212,0.8); 
border-radius: 30px 0px 0px 30px;
}
		li a, .dropbtn {
			display: inline-block;
		    	color:white;
			text-align: center;
			padding: 14px 16px;
			text-decoration: none;
			font-weight: 200;
			border-bottom: 4px solid transparent;
		}
		li a.sub:hover{
			border-bottom: 4px solid #E3DCD4;
		}
		div.icon1{
			padding-left: 105px;
			float:left;
		}
		img.profile{
			border-radius: 50%;
			display: block;
			margin: 0 auto;
		}
		img.profile2{
            display: block;
			margin: 0 auto;
		}
		p.solid {
			border: 1px solid black;
			padding: 15px;
			width: 70px;
		}
		p{

			line-height: 2.0;
		}
		div.footer{
			font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
			font-size: 12px;
			color: white;
			text-align: center;
		}
		div.container{
			max-width: 1300px;
			display: flex;
			flex-direction:row;
		}
        i{
            color: white;
            font-size: 45px;
            text-align: center;
        }
.navbar-logo-centered .navbar-nav .nav-link{
    margin: .5em 1em;
}
@media screen and (max-width: 991px) {
.avo{
    display: none !important;
}
.blah{
   display: block !important;
}
}
@media screen and (min-width: 992px){
.blah {display: none;}

}
.navbar {padding-top: 0px !important;}
.nav-link{
   font-family: 'Oswald', sans-serif !important;
   font-weight: 300 !important;
   font-size: 20px;
   color: #E3DCD4 !important;
   margin-top: 30px;
   letter-spacing: 4px;
}
a.home:hover{
text-decoration: none !important;
}

a.button-white{
border: 2px solid #E3DCD4 !important;
color: #E3DCD4 !important;
text-decoration: none !important;
}