  body{
margin: 0; 
}

* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 5px;
}

#navbar {
  overflow: hidden;
  font-family: sans-serif;
  color: #ffffff;
  background-color: #003399;
  padding: 10px 10px 10px 10px;
  z-index: 1;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #003399;
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

#navbar a:hover {
  background-color: #4d94ff;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.content {
  min-width: 100%;
}

.sticky + .content {
  padding-top: 45px;
}

h1 {
	text-align: center;
	font-family: Georgia Pro Black;
	color: #003399;
	font-size: 120px;
	line-height: 0;
}

h2 {
	text-align: center;
	font-family: sans-serif;
	color: #3399ff; 
	font-size: 50px;
	line-height: 0;
	padding-bottom: 15px;
}

.item1 {
	background-image: linear-gradient(white, #99ccff);
	overflow: hidden;
	margin-top: 2%;
}

.item2 {
	margin-top: 4%;
}

.item3 {
	display: block;
	float: left;
	margin-left: 33.5%;
}

.item4 {
	display: block;
	float: left;
}

.item5 {
	margin-top: 4%;
}

.item6 {
	margin-left: 10%;
	border: 3px solid #4db8ff; 
	background-color: #4db8ff;
	padding: 15px;
}

.item7 {
	border: 3px solid #4db8ff; 
	background-color: #4db8ff;
	padding: 15px;
}

.item8 {
	text-align: center;
	font-family: sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.3;
}

.item9 {
	display: block;
	float: left;
	margin-left: 22%;
	font-family: sans-serif;
	font-size: 16px;
}
.item10 {
	text-align: center;
	font-family: sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.6;
}
.item11 {
	border: 3px solid #4db8ff; 
	background-color: #4db8ff;
	padding: 20px;
}
.item12 li a {
	color: #4db8ff;
}

.item12 li a:hover {
	color: #003399;
}
.item13 {
	font-family: sans-serif;
	color: #FFFFFF;
	font-size: 17px;
	margin-left: 5%;
	width: 90%;
}

h3 {
	text-align: center;
	font-family: sans-serif;
	color: #4d94ff;
	font-size: 22px;
}

h4 {
	text-align: center;
	font-family: sans-serif;
	font-size: 22px;
	color: #FFFFFF;
}

h5 {
	text-align: center;
	font-family: sans-serif;
	font-size: 20px;
	line-height: 0;
	color: #FFFFFF;
}

p {
	font-family: sans-serif;
	color: #666666;
	margin-left: 20%;
	width: 60%;
	font-size: 18px;
}

ul {
	font-family: sans-serif;
	color: #4db8ff;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
}

li {
	font-size: 20px;
}

.map {
	width: 100%;
	height: 400px;
}

.form-container {
  border-radius: 5px;
  background-color: #4db8ff;
  padding: 20px;
  margin-left: 30%;
  width: 40%;
  margin-right: 30%;
}

label {
  font-family: sans-serif;
  color: #ffffff;
}

input[type=text], textarea {
  font-family: sans-serif;
  width: 100%;
  padding: 12px;
  border: 1px #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  font-family: sans-serif;
  background-color: #003399;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #007acc;
}

.footer {
	text-align: center;
	background-color: #003399;
	font-family: sans-serif;
	color: #ffffff;
	padding: 16px;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (max-width: 768px) {
.sticky + .content {
  padding-top: 65px;
}
#navbar {
  margin-bottom: 0px;
}
#navbar a {
	padding: 10px 5px 10px 5px;
	font-size: 22px;
}
h1 {
	font-size: 90px;
}
h2 {
	font-size: 37px;
	padding-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h5 {
	font-size: 22px;
}
p {
	font-size: 20px;
	margin-left: 5%;
	width: 90%;
}
.item3 {
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}
.item4 {
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}
.item7 {
	margin-left: 2%;
	width: 96%;
	margin-right: 2%;
}
.item8 {
	font-size: 22px;
}
.item13 {
	font-size: 22px;
}
ul {
	padding-top: 5px;
	padding-bottom: 5px;
}
li {
	font-size: 22px;
}
.map {
	width: 100%;
	height: 300px;
}
.form-container {
  border-radius: 5px;
  padding: 10px;
  margin-left: 5%;
  width: 90%;
  margin-right: 5%;
}
label {
	font-size: 18px;
}
input[type=text], textarea {
	font-size: 18px;
}
input[type=submit] {
	font-size: 18px;
}
.footer {
	font-size: 18px;
}
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}


