@charset "utf-8";

/* Body */

body {
	background-color: #4b5320; 
}
#top {
	height: 200px;
	width: 95%;
	margin: 0px auto 0px auto;
	padding: 0px;
	overflow: hidden;
	background: url('top.jpg') no-repeat;
	background-color: #404040; 
	background-position: center center;
}
#topa {
	height: 200px;
	width: 95%;
	margin: 0px auto 0px auto;
	padding: 0px;
	overflow: hidden;
	background: url('topf.jpg') no-repeat;
	background-color: #404040;
	background-position: center center;
}
#topc {
	height: 200px;
	width: 95%;
	margin: 0px auto 0px auto;
	padding: 0px;
	overflow: hidden;
	background: url('topc.jpg') no-repeat;
	background-color: #404040;
	background-position: center center;
}
#topd {
	height: 200px;
	width: 95%;
	margin: 0px auto 0px auto;
	padding: 0px;
	overflow: hidden;
	background: url('topd.jpg') no-repeat;
	background-color: #404040;
	background-position: center center;
}
img { 
	max-width: 100%;
	border: 0px; 
}
img.center {
    display: block;
    margin: auto auto auto auto;
}
.clear {
	clear: both;
}

/* Navigator */

#menu
{
	width: 95%;
	margin: 0px auto 0px auto;
	padding: 10px 0 0 0;
	list-style: none;  
	background: #444;
	background: -moz-linear-gradient(#444, #111); 
    	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #bbbbbb),color-stop(1, #444));	
	background: -webkit-linear-gradient(#444, #111);	
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#menu li
{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
}
#menu a 
{
	float: left;
	height: 25px;
	padding: 0 25px;
	color: #fafafa;
	font: bold 12px/26px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}
#menu li:hover > a
{
	color: #ffcb05;

}
#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);	
    background: -ms-linear-gradient(#444, #111);	
    background: linear-gradient(#444, #111);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#menu ul ul
{
  top: 0;
  left: 150px;
}
#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}
#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}
#menu ul a
{    
    padding: 10px;
	height: 10px;
	width: 150px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}
#menu ul a:hover
{
    background: #5f6975;
	background: -moz-linear-gradient(#4f5964,  #5f6975);	
	background: -webkit-gradient(linear, left top, left bottom, from(#4f5964), to(#5f6975));
	background: -webkit-linear-gradient(#4f5964,  #5f6975);
	background: -o-linear-gradient(#4f5964,  #5f6975);
	background: -ms-linear-gradient(#4f5964,  #5f6975);
	background: linear-gradient(#4f5964,  #5f6975);
}
#menu ul li:first-child > a
{

    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}
#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}
#menu ul li:first-child a:hover:after
{
    border-bottom-color: #5f6975; 
}
#menu ul ul li:first-child a:hover:after
{
    border-right-color: #5f6975; 
    border-bottom-color: transparent; 	
}
#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
img.arrow {
	float: right;
}
/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* logo info */
	
#logo {
	padding: 20px 0px;
	position: relative;
	margin: 0px auto 0px 20px;
}

/* Page content */

.content {
	overflow: hidden;
	position: relative;
	margin: 0px auto 0px auto;
	width: 95%;
	padding: 0px 0px 0px 0px;
	background-color: #f7f7f7;
}

/* Left side of page  */
 
.leftside {
	float: left;
	background-color: #c2c2c2;
	display: block;
	max-width:30%;
	padding: 0px 20px 99999px 0px;
	margin: 0px 0px -99999px 0px;
}
.pagepic {
	background-color: #000000;
	padding: 3px 3px 0px 3px;
	margin: 0px 0px 0px 20px;
}
.caption {
	margin: 5px auto 0px 20px;
	font-size: 0.85em;
	color: #404040;
	text-align: center;
}


/* Social Media */


ul.socialicons { 
	list-style: none; 
	overflow: auto; 
} 
ul.socialicons li { 
	width: 32px; 
	height: 34px; 
	padding: 0 5px 0 0; 
	float: left; 
} 
ul.socialicons li a { 
	width: 32px; 
	height: 34px; 
	display: block; 
	background: url(../pics/socialSprite.png) no-repeat; 
}
ul.socialicons li a.facebook { 
	background-position: 0 0px; 
} 
ul.socialicons li a.facebook:hover { 
	background-position: -38px 1px; 
}
ul.socialicons li a.twitterb { 
	background-position: 0 -37px; 
} 
ul.socialicons li a.twitterb:hover { 
	background-position: -38px -36px; 
} 
ul.socialicons li a.instagram { 
	background-position: 0 -73px; 
} 
ul.socialicons li a.instagram:hover { 
	background-position: -38px -72px; 
}
ul.socialicons li a.email { 
	background-position: 0 -110px; 
} 
ul.socialicons li a.email:hover { 
	background-position: -38px -109px; 
} 


/* Right side of page  */

.rightside {
	max-width: 80%;
	display: block;
	overflow: hidden;
	padding 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}
.text {
	display: block;
	overflow: hidden;
	padding: 0px 20px 0px 20px;
	font: arial, Geneva, sans-serif;
	font-size: 1em;
	color: #404040;
    	text-align: justify;
	text-justify: inter-word;
	margin: 0px 0px 0px 0px;
}
p {
	text-indent:50px;
}
p.center {
	text-align: center;
	text-indent:0px
}

h1 {
	font: Arial, serif; 
	font-size: 2em;
	text-align: center;
	color: #517fa4;
}
h2 {
	font: Arial, serif; 
	font-size: 1.5em;
	text-align: center;
	color: #517fa4;
}
h3 {
	text-align: center;
}
h4 {
	font: Arial, serif;
	color: #517fa4;
	font-size: 1em;
	text-align: center;
}
em { 
	color: #517fa4;
	font-size: 1em;
	font-weight: bold; 
}
strong { 
	font-weight: bold; 
}

/* Table design */

table {
	width: 100%;
}
td, th {
	text-align: center;
}
th {
	font: Arial, serif;
	color: #517fa4;
	font-size: 1em;
}
tr:nth-child(even) {
    background-color: #c2c2c2;
}

#construction {
	max-width: 100%;
	padding: 0px 0px 0px 0px;
	font: arial, Geneva, sans-serif;
	font-size: 1em;
	color: #404040;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

/*  Image gallery: */


.container {
	display: block;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:#1f1f1f url(../pics/pattern.png) repeat top left;
	font-size:14px;
}
.rg-image-wrapper{
	position:relative;
	padding:20px 30px;
	background:transparent url(../pics/black.png) repeat top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height:20px;
}
.rg-image{
	text-align:center;
	line-height:0px;
}
.rg-image img{
	max-height:100%;
	max-width:100%;
}
.rg-image-nav a{
	position:absolute;
	top:0px;
	left:0px;
	background:#000 url(../pics/navimg.png) no-repeat -20% 50%;
	width:28px;
	height:100%;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.3;
	outline:none;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
	opacity:0.8;
}
.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
	text-transform:uppercase;
}
.rg-caption p{
	color: #efefef;
	font-size: 1em;
	letter-spacing:2px;
	line-height:16px;
	padding:0 15px;
}
.rg-view{
	height:30px;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(../pics/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../pics/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}


/* Elastislide Style */

.es-carousel-wrapper{
	background: #101010;
	padding:10px 27px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	position:relative;
	margin-bottom:20px;
}
.es-carousel{
	overflow:hidden;
	background:#000;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a{
	display:block;
	border-style:solid;
	border-color:#222;
	opacity:0.8;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a{
	border-color:#fff;
	opacity:1.0;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:8px;
	background:transparent url(../pics/nav_thumbs.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:8px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}



/* Image display  */

#colorbox, #cboxOverlay, #cboxWrapper{
	position:absolute; 
	top:0; 
	left:0; 
	z-index:9999; 
	overflow:hidden;
}
#cboxWrapper {
	max-width:none;
}
#cboxOverlay{
	position: fixed; 
	width: 100%; 
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft{
	clear:left;
}
#cboxContent{
	position:relative;
}
#cboxLoadedContent{
	overflow:auto; 
	-webkit-overflow-scrolling: touch;
}
#cboxTitle{
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic{
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{
	cursor:pointer;
}
.cboxPhoto{
	float:left; 
	margin:auto; 
	border:0; 
	display:block; 
	max-width:none; 
	-ms-interpolation-mode:bicubic;
}
.cboxIframe{
	width:100%; 
	height:100%; 
	display:block; 
	border:0; 
	padding:0; 
	margin:0;
}
#colorbox, #cboxContent, #cboxLoadedContent{
	box-sizing:content-box; 
	-moz-box-sizing:content-box; 
	-webkit-box-sizing:content-box;
}



/*  Image Display User Style: */


#cboxOverlay{
	background:#000; 
	opacity: 0.9; 
	filter: alpha(opacity=90); /* For IE8* and earlier */
}
#colorbox{
	outline:0;
}
#cboxTopLeft{
	width:14px; 
	height:14px; 
	background:url(images../pics/controls.png) no-repeat 0 0;
}
#cboxTopCenter{
	height:14px; 
	background:url(../pics/border.png) repeat-x top left;
}
#cboxTopRight{
	width:14px; 
	height:14px; 
	background:url(../pics/controls.png) no-repeat -36px 0;
}
#cboxBottomLeft{
	width:14px; 
	height:43px; 
	background:url(../pics/controls.png) no-repeat 0 -32px;
}
#cboxBottomCenter{
	height:43px; background:url(../pics/border.png) repeat-x bottom left;
}
#cboxBottomRight{
	width:14px; 
	height:43px; 
	background:url(../pics/controls.png) no-repeat -36px -32px;
}
#cboxMiddleLeft{
	width:14px; 
	background:url(../pics/controls.png) repeat-y -175px 0;
}
#cboxMiddleRight{
	width:14px; 
	background:url(../pics/controls.png) repeat-y -211px 0;
}
#cboxContent{
	background:#fff; 
	overflow:visible;
}
.cboxIframe{
	background:#fff;
}
#cboxError{
	padding:50px; 
	border:1px solid #ccc;
}
#cboxLoadedContent{
	margin-bottom:5px;
}
#cboxLoadingOverlay{
	background:url(../pics/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic{
	background:url(../pics/loading.gif) no-repeat center center;
}
#cboxTitle{
	position:absolute; 
	bottom:-25px; 
	left:0; 
	text-align:center; 
	width:100%; 
	font-weight:bold; 
	color:#7C7C7C;
}
#cboxCurrent{
	position:absolute; 
	bottom:-25px; 
	left:58px; 
	font-weight:bold; 
	color:#7C7C7C;
}

        

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border:0; 
	padding:0; 
	margin:0; 
	overflow:visible;  
	position:absolute; 
	bottom:-29px; 
	background:url(../pics/controls.png) no-repeat 0px 0px; 
	width:23px; 
	height:23px; 
	text-indent:-9999px;
}
        
        

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline:0;
}
#cboxPrevious{
	left:0px; 
	background-position: -51px -25px;
}
#cboxPrevious:hover{
	background-position:-51px 0px;
}
#cboxNext{
	left:27px; 
	background-position:-75px -25px;
}
#cboxNext:hover{
	background-position:-75px 0px;
}
#cboxClose{
	right:0; background-position:-100px -25px;
}
#cboxClose:hover{
	background-position:-100px 0px;
}
.cboxSlideshow_on #cboxSlideshow{
	background-position:-125px 0px; 
	right:27px;
}
.cboxSlideshow_on #cboxSlideshow:hover{
	background-position:-150px 0px;
}
.cboxSlideshow_off #cboxSlideshow{
	background-position:-150px -25px; right:27px;
}
.cboxSlideshow_off #cboxSlideshow:hover{
	background-position:-125px 0px;
}


/* Bottom Navigator */


#bnav {
	max-width: 350px;
	margin: auto auto auto auto;
}
ul.navigate { 
	list-style: none; 
	overflow: auto;
} 
ul.navigate li { 
	width: 96px; 
	height: 96px; 
	padding: 0 5px 0 0; 
	float: left;
} 
ul.navigate li a { 
	width: 96px; 
	height: 96px; 
	display: block; 
	text-decoration: none; 
	font: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #404040;
	background: url(../pics/nav.png) no-repeat; 
}
ul.navigate li a.prev { 
	background-position: 0 1px;
	text-align: right; 
} 
ul.navigate li a.prev:hover { 
	background-position: -99px 2px; 
}
ul.navigate li a.home { 
	background-position: 0 -197px; 
} 
ul.navigate li a.home:hover { 
	background-position: -106px -196px; 
} 
ul.navigate li a.next { 
	background-position: 0 -97px; 
} 
ul.navigate li a.next:hover { 
	background-position: -101px -96px; 
}


/* Letter formatting */

.letter {
	overflow: hidden;
	position: relative;
	margin: 0px auto 0px auto;
	width: 95%;
	padding: 20px 20px 20px 20px;
	background-color: #f1f1f1;
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 1);
	-moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 1);
	-ms-box-shadow:  5px 5px 15px rgba(0, 0, 0, 1);
	-o-box-shadow: 5px 5px 15px rgba(0, 0, 0, 1);
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 1);
}


/* Footer  */


.copyright {
	font-size:0.8em;
	color: #fafafa;
	margin: 20px 20px 20px 20px;
}
.copyright:before {
	content: 'Website design, original content and images ';
}
.copyright:after {
	content: 'B-25 History Project 2014-2022. All rights reserved. Pictures used by permission where applicable and retain their original copyright.';
}



/* Popup notice */
.box {
  width: 40%;
  margin: 0 auto;
  background: #c2c2c2;
  padding: 10px;
  border: 0px;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 5px;
  color: #404040;
  border: 0px;
  border-radius: 10px/10px;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #ffc439;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
    	text-align: justify;
	text-justify: inter-word;
}
.popup h4 {
  margin-top: 0;
  margin-bottom: 0;
  color: #333;

}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #ffcb05;
}
.popup .content {
  background: #fff;
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

/* Contact Form */

#form {
    display:block;
}

.form-body {
    margin: auto;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    padding: 30px;
    padding-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    max-width: 65%;
}

.form-form-group {
    margin-bottom: 1rem;
}

.form-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.form-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-form-control:focus {
    border: 1px solid #313131;
}

select.form-form-control[size], select.form-form-control[multiple] {
    height: auto;
}

textarea.form-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.form-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.form-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-btn {
        transition: none;
    }
}

.form-btn:hover {
    color: #212529;
    text-decoration: none;
}

.form-btn:focus, .form-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.form-btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.form-btn-primary:focus, .form-btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.form-btn-lg, .form-btn-group-lg>.form-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.form-btn-block {
    display: block;
    width: 100%;
}

.form-btn-block+.form-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].form-btn-block, input[type="reset"].form-btn-block, input[type="button"].form-btn-block {
    width: 100%;
}

/* Contact Form custom CSS*/

body, .form-control {
    font-family: 'Lato', sans-serif;
}
h1{
    margin-bottom: 40px;
}
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
