@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	color: #666;
}

body {
	background-image: url(../images/bkaboutb.jpg);
	background-attachment: fixed;	
	background-size: cover;	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
}
header {
	width: 100%;
	height: 280px;
	background-color: rgba(242,163,112,0.5);
	background-size: cover;
	position: relative;
	margin-bottom: 20px;
	margin-top: 0px;
}
header img{
	padding: 0px;
}

img{
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
	margin-bottom: 0px;
}
ul.nav {
	
	font-family: 'Montserrat', sans-serif;
	color: #666;
	background-color: none;
	font-size: .9em;
	text-align: center;
	width: 65%;
    font-weight: bold;
	text-transform: lowercase;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 12px;
}
.nav li {
	font-family: 'Montserrat', sans-serif;
	color:  rgba(66,64,64,1.00);
	list-style: none;
	display: inline;
	margin: 0 20px 0 0;
}
.nav a {
	font-family: 'Montserrat', sans-serif;
	color:  rgba(66,64,64,1.00);
	text-decoration: none;
}
.nav a:hover {
	font-family: 'Montserrat', sans-serif;
	color: red;	
}


section {
	position: relative;
	top: 5px;
	width: 55%;
	z-index: 4;
	background-color: rgba(242,163,112,0.5);
	box-shadow: 0px 3px 7px #888;
	padding: 15px;
	border-radius: 30px;
	float: right;
	margin-right: 30px;
	margin-top: 70px;
}

h1{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 36px;
	color:  rgba(66,64,64,1.00);
}
p {
	font-family: 'Montserrat', sans-serif;
	color:  rgba(66,64,64,1.00);
	color: black;
    font-size: 1.2em;
    text-indent: 20px;

}

h2{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:  rgba(66,64,64,1.00);
}
h3{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: rgba(255,255,255,1);
}

h5{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color:  rgba(66,64,64,1.00);
	text-align: center;
}
blockquote{
    background-color: rgba(245,240,240,0.4) ;
    box-shadow: 0px 3px 7px #888;
    border-radius: 30px;
    width: 80%;
    padding: 15px;
}
blockquote p {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: black;
}
/* Footer*/

footer{
	background-color: none;
	height: outo;
	background-size: cover;
	box-shadow: 0px 10px 0px #888;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
}
footer img{
	padding: 5px;
}
ul.social{
	display: block;
	padding-top: 20px;
	margin: auto;
	list-style-type: none;
	text-align: center;
}
ul.social li{
	font-size: 2em;
	display: inline;
	padding: 0 1%;
}
ul.social li a{
	color: #666;
}
ul.social li.facebook a:hover{color: rgb(59,89,152);}
ul.social li.twitter a:hover{color: rgb(0,172,237);}
ul.social li.instagram a:hover{color: rgb(81,127,237);}
ul.social li.youtube a:hover{color: rgb(187,0,0);}
ul.social li.flickr a:hover{color: rgb(255,0, 132);}
 
 p.copyright{
	text-align: center;
	color: black;
	font-size: .7em;
	padding-bottom: 5px;
}

 footer #privacy {
	padding: 20px;
}
footer #privacy p {
	font-size: 0.5em;
	text-align: justify;
	-webkit-transition: font-size .5s ease;
	-moz-transition: font-size .5s ease;
	-o-transition: font-size .5s ease;
	transition: font-size .5s ease;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: black;
        
        }
footer #privacy h3{
	font-size: 1em;
	color: gray;
	text-align: center;
}
footer #privacy p:hover {
	font-size: 1em;
}
@media screen and (max-width: 1024px){
    article { width: 100%; float: none; margin-bottom: 40px; }
	article div { margin: 0px 40px; padding: 0px 0px 30px 0px;
	 border-right: none; border-bottom: 1px solid #555; }
}
@media screen and (max-width: 850px) {
	
	header a.logo { width: 120px; height: 44px; }
	article { width: 80%; float: none; margin-bottom: 40px; }
	article div { margin: 0px 40px; padding: 0px 0px 30px 0px; border-right: none; border-bottom: 1px solid #555; }
}

@media screen and (max-width: 414px) {
	article { width: 75%; float: none; margin-bottom: 40px; }
	article div { margin: 0px 40px; padding: 0px 0px 30px 0px;
	 border-right: none; border-bottom: 1px solid #555; }
}

