@charset "UTF-8";
body {
	background-color: #FFFFFF;
	background-size: cover;
	background-image: url(../img/andrew-home.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
p {
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
}
.navbar.navbar-default.navbar-fixed-top {
	background-color: rgba(91,27,2,0.77);
	border-width: 0px;
}
.navbar.navbar-default .navbar-brand {
	font-size: 36px;
	color: rgba(245,230,196,0.94);
	padding-left: 3px;
	padding-right: 0px;
	margin-left: 0px;
	font-weight: normal;
	font-family: "Lilita One", sans-serif;
	text-align: left;
	letter-spacing: 1px;
}
.nav.navbar-nav  {
	float: right;
}
.nav.navbar-nav li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}
.nav.navbar-nav li a:hover  {
	color: #F3E5C8;
}
#about .top .img-responsive {
	margin-top: 104px;
	margin-bottom: 10px;
	border: thin solid #e3c099;
	margin-left: 0px;
	margin-right: 2px;
	padding-right: 0px;
}
#about .aside {
	padding-left: 0px;
	padding-right: 25px;
}
#about .top a   {
	color: #e3c099;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
}
#about .top a:hover    {
	color: #FFFFFF;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
}
#calendar .top a   {
	color: #e3c099;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
	margin-top: 1px;
}
#about .bottom .img-responsive {
	margin-top: 25px;
	margin-bottom: 10px;
	border: thin solid #e3c099;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
}
#about .bottom a   {
	color: #e3c099;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
}
#about .bottom a:hover    {
	color: #FFFFFF;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
}
#about h2  {
	color: #e3c099;
	padding-left: 36px;
	font-family: "Lilita One", sans-serif;
	margin-top: 60px;
}
#about .right   {
	background-color: rgba(227,192,153,0.81);
	padding-left: 36px;
	padding-right: 36px;
	padding-top: 36px;
	padding-bottom: 36px;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	border-top-right-radius: 50px;
	color: #000004;
	font-family: "Open Sans";
	font-weight: 400;
}
#about .right a   {
	color: #5b1b02;
	font-weight: 700;
	text-decoration: none;
}
#about .right a:hover    {
	color: #FFFFFF;
	font-weight: 700;
	text-decoration: none;
}
footer {
	/*position: fixed;*/
	left: 0px;
	bottom: 0px;
	height: 80px;
	width: 100%;
	background: none;
	margin-top: 150px;
}
footer p  {
	color: #fff;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	letter-spacing: 1px;
}
footer p a {
	color: #fff;
}
footer p a:hover {
	color: #F3E5C8;
}
img .top {
	margin-top: 100px;
}
#calendar .year {
	color: #040000;
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	text-align: left;
	font-weight: 900;
}

@media (min-width:950px) and (max-width:1199px){
.navbar.navbar-default .navbar-brand {
	color: #F5E6C4;
	font-size: 28px;
	padding-left: 18px;
	padding-right: 0px;
	margin-left: 0px;
}
.nav.navbar-nav li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
}
.nav.navbar-nav li a:hover {
	color: #F3E5C8;
}
#about .top .img-responsive {
	margin-top: 104px;
	margin-bottom: 10px;
	border: thin solid #F3C569;
	margin-left: auto;
	margin-right: auto;
}
#about .top a   {
	color: #e3c099;
	font-weight: 700;
	text-align: left;
}
#about .bottom .img-responsive {
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#about .bottom a   {
	color: #e3c099;
	font-weight: 700;
	text-align: left;
}
footer p  {
	color: #fff;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.navbar-header .navbar-brand {
	font-size: 30px;
	color: #F5E6C4;
}
}

@media (min-width:650px) and (max-width:949px){
	
	.navbar.navbar-default .navbar-brand {
	font-size: 28px;
	color: #F5E6C4;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 36px;
}
	/*.navbar.navbar-default .navbar-brand {
	color: #F5E6C4;
	font-size: 30px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 36px;
}*/
.nav.navbar-nav li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}
.nav.navbar-nav li a:hover {
	color: #F3E5C8;
}
#about .top .img-responsive {
	margin-top: 104px;
	margin-bottom: 10px;
	border: thin solid #E3C099;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
#about .top a   {
	color: #e3c099;
	font-weight: 700;
	text-align: left;
}
#about .bottom .img-responsive {
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-left: 0px;
}
#about bottom a   {
	color: #e3c099;
	font-weight: 700;
	text-align: left;
}
}

@media (min-width:450px) and (max-width:649px){
body {
	background-image: url(../img/index.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.navbar.navbar-default .navbar-brand {
	font-size: 42px;
	color: #F5E6C4;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 36px;
	}
.navbar.navbar-default .navbar-brand {
	color: #F5E6C4;
	font-size: 22px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 36px;
}
.nav.navbar-nav li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}
.nav.navbar-nav li a:hover {
	color: #F3E5C8;
}
#about .top .img-responsive {
	margin-top: 104px;
	margin-bottom: 10px;
	border-width: thin;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
}
#about .bottom .img-responsive {
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#about .bottom a   {
	font-family: "Open Sans";
	color: #e3c099;
	font-weight: 700;
	text-align: center;
}
#about .top a   {
	color: #e3c099;
	font-weight: 700;
	text-align: center;
	font-family: "Open Sans";
}
}

@media (max-width:449px){
	
	.navbar.navbar-default .navbar-brand {
	font-size: 20px;
}

#about .top .img-responsive {
	margin-top: 104px;
	margin-bottom: 10px;
	border-width: thin;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
}
#about .bottom .img-responsive {
	margin-top: 25px;
	margin-bottom: 10px;
}
#about .top a {
	color: #e3c099;
	font-weight: 700;
	text-align: center;
}
#about .bottom a {
	color: #e3c099;
	font-weight: 700;
	text-align: center;
}
}

@media (min-width:1200px){
#contact .right {
	background-color: rgba(227,192,153,0.81);
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	border-top-right-radius: 50px;
	margin-right: 93px;
}
}
