@charset "UTF-8";
/* CSS Document */

body {
	font-family: Open Sans, Lato, Calibri, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 auto;
	font-size: 30px;
	line-height: normal;
}

* {
	box-sizing: border-box;
}



h1 {
  color: #00205b;
	position: relative;
	font-size: 40px;
	font-weight: bold;
	
}

h2 {
	color: #333;
	font-size: 15px;
	position: relative;
}

h3 {
	color: #fff;
	font-size: 15px;
	position: relative;
}

img {
  width: 100%;
  height: auto;

}
.header_img {
	width: auto;
	height: auto;
	padding-top: 180px;
}

.address {
	margin: 0 auto;
	color: #00203b;
	width: 100%;
	height: auto;
	font-size: 15px;
	padding: 0 20px 10px 20px;
}

.bar {
	position:fixed;
	display: block;
	text-align: center;
	border: none;
	white-space: normal;
	float: none;
	outline: 0;
	z-index:1;
	padding: 0;
	
}

.card {
	background: #333;
	width: 100%;
	height: auto;
	display:block;
	box-shadow:0 5px 10px 0 #333;
}

.logo {
	width: auto;
	height: auto;
	text-align: center;
}

.logo-a {
	width: 75%;
	height: auto;
	text-align: center;
}


.subhead {
	color: #bf1238;
	font-size: 30px;
	font-weight: bold;

}

.icons {
	width: 50%;
	height: auto;
}

.email {
	font-size: 20px;
	color: #333;
	text-decoration: none;
}

.name{
	font-size: 17px;
	color: #00205b;
	font-weight: bold;
	}

.name-2{
	font-size: 17px;
	color: #333;
	}



/* The navbar */
.topnav {
  float: left;
  overflow: hidden;
  background-color: #bf1238;
	text-align: center;
	clear: both;
	display:block; 
	width:100%;
	padding: 8px 0 8px 0;
	text-transform: uppercase; 
	font-size: 14px;
	letter-spacing: 2px;
}

/* Navbar links */
.topnav a:link {
  color: #fff;
  text-align: left;
  padding: 8px 8px;
  text-decoration: none;
  
}

.topnav a:visited {
  color: #fff;
}

.topnav a:hover {
  color: grey;
}

.topnav a:active {
	color: #000;
}

.botnav {
  float: left;
  overflow: hidden;
	text-align: center;
	clear: both;
	display:block; 
	width:100%;
	padding: 8px 0 8px 0;
	text-transform: uppercase; 
	font-size: 12px;
	letter-spacing: 2px;
}

.botnav a:link {
  color: #fff;
  text-align: left;
  padding: 8px 8px;
  text-decoration: none;
  
}

.botnav a:visited {
  color: #fff;
  text-decoration: none;
}

.botnav a:hover {
  color: grey;
  text-decoration: none;
}

.botnav a:active {
	color: #fff;
	text-decoration: none;
}


/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 100%;
  padding: 0px 50px 0px 40px;
}

/* Create two equal columns that floats next to each other */
.column-2 {
  float: left;
  width: 50%;
  padding: 0px 50px 0px 50px;
}

.column-2-left{
	float: left;
	width: 50%;
	padding-left: 100px;
}

.column-2b{
	float: left;
	width: 50%;
	padding: 0px 50px 0px 50px;
}

/* Create three equal columns that floats next to each other */
.column-3 {
  float: left;
  width: 33%;
  padding: 0px 0px 0px 40px;
	font-size: 15px;
}

/* Create four equal columns that floats next to each other */
.column-4 {
  float: left;
  width: 25%;
  padding: 0px 0px 0px 0px;
	text-align: left;
}

/* Create four equal columns that floats next to each other */
.column-4-right {
  float: right;
  width: 25%;
  padding: 0px 8px 0px 8px;
	text-align: center;
}

/* Create five equal columns that floats next to each other */
.column-5 {
  float: left;
  width: 20%;
  padding: 0px 8px 0px 20px;
}

/* Create 2/3 equal columns that floats next to each other */
.column-23 {
  float: left;
  width: 75%;
  padding: 0px 50px 0px 40px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

hr.thin {
height: 1px;
border: 0;
color: #333;
background-color: #333;
width: 95%;
}


/* Footer */
.footer {
  padding: 30px;
  text-align: center;
  background: #333;
	margin-top: 100px;
	font-size: 14px;
	color: #fff;
}

.button {
  background-color: #00205b;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.button1 {padding: 10px 24px;}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #bf1238; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555;
}



.grad1 {
  width: 100%;
  height: auto;
  background-color: #FFF; /* For browsers that do not support gradients */
  background-image: #FFF; /* Standard syntax (must be last) */
}


/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width:992px) {
	
	.logo-a {
		width: 100%;
		height: auto;
	}
	
  .column,.column-23,.column-4-right {
		width: 100%;
		padding: 0px 50px 0px 40px;	
	}
	
	.email,.column-2b {
		padding: 0 50px 0 0;
		font-size: 20px;
		width: 100%;
	}
	.column-2,.column-2-left,.column-3 {
    width: 100%;
	padding: 0px 50px 0px 40px;
  }
	.column-4{
		width: 50%;
		padding: 0px 20px 0px 40px;
	}
	.header_img {
		overflow: hidden;
		display: block;
		padding-top: 200px;
	}
	
@media screen and (max-width:700px) {

	h1 {
		font-size: 50px;
	}
	
	.logo-a {
		width: 50%;
		height: auto;
	}
	
  .column,.column-23,.column-4-right,.column-2b {
		width: 100%;
	  padding: 0px 50px 0px 40px;
	}
	
	.email {
		padding: 0 50px 0 0;
		font-size: 20px;
		width: 100%;
	}
	
	.column-2,.column-2-left,.column-3,.column-4,.name,.name-2 {
    width: 100%;
	padding: 0px 50px 0px 40px;
  }
	
	.icons{
		width: 100%;
		height: auto;
	}
	
	.header_img {
		overflow: hidden;
		display: block;
		padding-top: 230px;
	}
	
@media screen and (max-width:600px) {
	
	.address {
		margin: 0 auto;
		padding: 0 40px 10px 40px;
	}
	
	.header_img {
		overflow: hidden;
		display: block;
		padding-top: 232px;
	}
	
	h1 {
		font-size: 40px;
	}
	
	
	.logo-a {
		width: 50%;
		height: auto;
	}
	
  .column,.column-23,.column-4-right,.column-2-left {
		width: 100%;
		padding: 0px 50px 0px 40px;	
	}
	
	.column-2,.column-3,.column-4 {
    width: 100%;
	padding: 0px 50px 0px 40px;
  }
	
	.email,.column-2b {
		padding: 0 40px 0 0;
		font-size: 20px;
		width: 100%;
	}
	
	.icons{
		width: 100%;
		height: auto;
	}
		
	.name,.name-2 {
		font-size: 20px;
	}
	

@media screen and (max-width:414px) {
	.address{
		font-size: 15px;
		padding: 0 20px 10px 20px;
	}
	
	h1 {
		font-size: 50px;
	}
  .column-2b,.column-4-right  {
		width: 100%;
	  padding: 0px 50px 0px 0px;
	}
	
	.column,.column-2,.column-2-left,.column-23,.column-3,.column-4 {
    width: 100%;
	padding: 0px 50px 0px 40px;
  }
	
	.column-4 {
		width: 100%;
		padding: 0 20px;
	}
	
	.icons{
		width: 100%;
		height: auto;
	}
	
	.logo-a {
		width: 50%;
		height: auto;
	}
	
.header_img {
		padding-top: 500px;
	
	}
	
	}}
	}}