body {
  margin: 0px;
  background-color: #f2f2ea;
}
body .container {
  margin: 0px;
}

header {
  width: 100%;
  background-color: #06b2da;
}
header h1 {
  text-align: left;
  margin-top: 80px;
  font-size: 55px;
  margin-bottom: 0px;
}
header img {
  float: left;
  margin: 25px;
}

nav {
  background-color: #048abf;
}
nav ul {
  width: 50%;
  margin: auto;
}
nav ul li {
  display: inline;
  font-size: 25px;
  text-align: center;
  padding-right: 10%;
}

.images {
  display: inline;
  float: left;
  width: 46%;
  margin: 2%;
}
.images p img {
  width: 100%;
}
.images img {
  width: 30%;
  margin: 1%;
  height: 30%;
  -o-object-fit: fill;
     object-fit: fill;
}

img {
  border: 1px solid black;
}

.right_hand_column {
  display: inline;
  float: right;
  width: 46%;
  margin: 2%;
}
.right_hand_column h3 {
  padding-bottom: 3rem;
}
.right_hand_column #two_column_layout {
  -moz-column-count: 2;
       column-count: 2;
}
.right_hand_column form {
  background-color: #f29e07;
  border: 5px solid black;
  padding: 15px;
}
.right_hand_column form h2 {
  margin: 0px;
}
.right_hand_column form label {
  display: inline-block;
  width: 100px;
}
.right_hand_column form input {
  display: inline-block;
  width: 75%;
  right: 0;
}
.right_hand_column form textarea {
  display: inline-block;
  width: 75%;
  height: 100px;
}
.right_hand_column form #button {
  width: 100px;
  background-color: #0091c0;
}
.right_hand_column form #button2 {
  width: 100px;
  background-color: #e44906;
}
.right_hand_column form span {
  float: right;
  padding-top: 5px;
}

footer {
  display: block;
  width: 100%;
  background-color: #048abf;
}
footer h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 50px;
}
footer img {
  border: none;
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 25px;
  margin-top: 15px;
}

.clearfix {
  overflow: auto;
}
.clearfix ::after {
  content: "";
  clear: both;
  display: table;
}/*# sourceMappingURL=style.css.map */