body {
    background-color: #0066a2;
    margin:auto;
}

.header {
	background-color: white;
	height:18%;
	width:100%;
	position: absolute;
	text-align: center;

}

.header img {
	width:50%;
	margin-top: 15px;
  margin-bottom: 5%;
}

a {
	text-decoration: none;
	color:inherit;
}


p a {
	color:white;
	font-weight: normal;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

p {
	color:white;
  font-family: 'verdana';
  font-size: 15px;
  font-weight: bold;
  margin-right: 80px;
  margin-left: 80px;
}

h1 {
	color:white;
	font-size: 25pt;
	border: 1px solid white;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: verdana;
	text-decoration: none;
  margin:430px auto 0 auto ;
  width:400px;
}

h1:hover {
	border: 1px solid white;
	background-color: white;
	color:#0066a2;
}

h2 {
	color:white;
	font-size: 22pt;
	font-family: verdana;
	margin-top: -15px;
}

h2 a {
  text-decoration:none;
}


.split {
  background-color: #0066a2;
  height: 100% auto;
  width: 50%;
  position: absolute;
  z-index: -1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
  margin-top: 0;
  text-align: center;
}

.left {
  left: 0;
  background-color: none;
  background-image: url("../images/columbia.jpeg");
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  height:100%;
  width: 50%;
}

.right {
	background-color: none;
	background-image: url("../images/jeffersoncity.jpeg");
  object-fit: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	right: 0;
	text-align: center;
	height:100%;
	width:50%;
}



/* DEVICE BREAK POINTS */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .header {
  	background-color: white;
  	height:180px;
  }

  .header img {
    width:700px;
    margin: 15px auto 0 auto;
  }

  p {
    font-size: 15pt;
    margin-left:3%;
    margin-right: 3%;
  }

  .split {
    height: 100% auto;
    width: 100%;
    z-index: -1;
    top: 0;
    padding-top: 20px;
    margin-top: 10%;
  }

  .left {
    background-image: none;
    height:auto;
    margin-top: 280px;
  }

  .right {
    background-image: none;
    height:auto;
    margin-top: 820px;
  }

  h1 {
    margin-top: auto;
    width:520px;
    font-size: 52pt;
  }
}





/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width:300px) and (max-width:900px) {
  .header {
  	background-color: white;
  	height:17%;
  }

  .header img {
    width:430px;
    margin: 15px auto 0 auto;
  }

  p {
    margin-left:2%;
    margin-right: 2%;
  }

  .split {
    height: 100% auto;
    width: 100%;
    z-index: -1;
    top: 0;
    padding-top: 20px;
    margin-top: 10%;
  }

  .left {
    background-image: none;
    height:auto;
    margin-top: 250px;
  }

  .right {
    background-image: none;
    height:auto;
    margin-top: 650px;
  }

  h1 {
    margin-top: auto;
    width:360px;
  }

}




/* Medium devices (landscape tablets, 1080px and up) */
@media only screen and (min-width: 1000px) {
  .header {
    height:17%;
  }

  .header img {
    width:430px;
  }

}

@media only screen and (min-width: 1150px) {
  .header {
    height:17%;
  }

  .header img {
    width:430px;
  }

@media only screen and (min-width: 1300px) {
  .header {
    height:17%;
  }

  .header img {
    width:430px;
  }

@media only screen and (min-width: 1800px) {
  .header {
    height:16%;
  }

  .header img {
    width:430px;
  }
}
