/*MAIN STYLE ELEMENTS*/

@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');

body {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 20px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
}

.left-align{
	text-align: left;
}

.right-align{
	text-align: right;
}

.center-align{
	text-align: center !important;
	align-content: center !important;
	align-items: center !important;
}

p {
	color: #000000;
	line-height: 28px;
}

a {
	color: #C22026;
	font-weight: 700;
	text-decoration: none;
}

a:hover {
	font-weight: 700;
	text-decoration: none;
	color: #000000;
}

h1 {
	font-weight: 700;
	font-size: 42px;
	text-transform: lowercase;
	color: #C22026;
	margin: 0px;
}

h2 {
	font-weight: 300;
	font-size: 26px;
	text-transform: uppercase;
	color: #3B484C;
	margin: 0px 0px 28px 0px;
}


img {
  /* make images responsive */
  width: 100%;
}

.top-logo {
	max-width: 200px;
    min-width: 175px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}


/*END OF MAIN STYLE ELEMENTS*/

/*NAV BAR*/
.navbar {
	overflow: hidden;
	background-color: #EFF2F0;
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
	padding: 20px 0px 20px 0px;
}

.home-header {
	background-color: #EFF2F0;
	margin-top: 65px;
}

.home-header img{
	width: 100%;
	height: auto;
	max-width: 1100px;
}

.page-content{
	padding: 50px 0px;
}

.logo-text {
	font-size: 20px;
	font-weight: 700;
	color: #C22026;
	margin-top: 6px;
}

.logo-text img{
	height: 24px;
	width: auto;
	margin-top: 3px;
}

.headshot img{
	min-width: 250px;
	max-width: 300px;
	width: 75%;
	height: auto;
}

@media screen and (max-width: 575px) {
	.logo-text img{
		height: auto;
		width: 65%;
		margin-top: 10px;
	}
	
	.headshot img{
		width:100%;
	}
  }




/*CURTAIN MENU*/
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(194, 32, 38);
    background-color: rgba(194, 32, 38, 0.95);
	color: #FFFFFF;
    overflow-x: hidden;
    transition: 0.8s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 12px;
    text-decoration: none;
    font-size: 20px;
    color: #FFFFFF !important;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #000000 !important;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
}


@media screen and (max-height: 450px) {
  .overlay a {font-size: 18px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/*END OF CURTAIN MENU*/

/*FOOTER START*/

.footer{
	width: 100%;
	background-color: #EFF2F0;
	width: 100%;
	padding: 50px;
	min-height: 50px;
	border-top: solid #C22026 2px;
}

.footer h1{
	text-transform: lowercase;
	font-size: 24px;
	color: #C22026;
	font-weight: 700;
	padding-bottom: 10px;
}

.footer h2{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.footer p{
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 0px;
}

.footer a{
	font-size: 16px;
}

#nav-logo {
	position: fixed;
	top: -75px;
	width: 100%;
	display: block;
	transition: top 0.9s;
	margin-top: 16px;
}

/*BUTTON*/

.arrowhead-buttons{
	height: auto;
	padding: 22px 0px;
}
.arrowhead-buttons a{
	color: #000000;
	font-weight: 300;
	text-transform: uppercase;
	padding: 8px 15px;
	border: solid 1px #000000;
}

.arrowhead-buttons a:hover{
	border: solid 1px #C22026;
	color: #C22026;
}

/*SECTION DIVIDER*/

.divide {
	margin-top: 40px;
	padding-bottom: 60px;
	border-top: solid #000000 thin;
	width: 100%;
}

/*ITEMS FOR GALLERY*/

.gal-row > .column {
  padding: 0 8px;
}

.gal-row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
	padding: 0px 3px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,.9);
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 60%;
  max-width: 800px;
}

/* The Close Button */
.close {
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #C22026;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 10px;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
	left: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  font-weight: bold;
  color: #C22026;
}
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.red-box{
	padding: 15px;
	border: solid #C22026 5px;
}

.red-box h3{
	color:#C22026;
	font-size: 42px;
	margin-bottom: 0px;
	margin-top:10px;
}

/*REMOVE FOOTER ON GOOGLE FORM*/

.freebirdFormviewerViewFooterEmbeddedDisclaimer {
	display: none !important;
}
