/* CSS files add styling rules to your content */

body {
  font-family: helvetica, arial, sans-serif;
  margin: 2em;
  background: #f5f5ef;
}

.header {
  height: 150px;
  margin-left: -15px;
  margin-top: -37px;
  margin-bottom: -50px;
}

h1 {
  color: #1d7151;
  font-family: "futura";
  font-weight: normal;
  font-size: 18px;
  margin-left: 45px;
  margin-top: 12px;
  line-height: 21px;
  margin-bottom: 37px;
}

.topnav {
  background-color: #dc3c4d;
  overflow: hidden;
}

.topnav a {
  float: right;
  color: #ffc0c0;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: futura;
  letter-spacing: 1px;
}

.topnav a:hover {
  background-color: #fdbe14;
  color: #1d7151;
}

.topnav a.active {
  background-color: #fdbe14;
  color: #1d7151;
}

.welcome {
  font-family: 'futura';
  color: #ffc0c0;
  font-size: 30px;
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background: #1d7151;
  font-style: italic;
}

.icon {
  height: 300px;
  float: center;
  padding: 0px 77px;
  position: relative;
  margin-top: -30px;
}

.info1 {
  font-family: 'futura';
  color: #dc3c4d;
  font-size: 22px;
  text-align: center;
  float: left;
  margin-left: 133px;
  margin-top: -50px;
  position: absolute;
}

.info2 {
  font-family: 'futura';
  color: #fdbe14;
  font-size: 22px;
  text-align: center;
  float: center;
  margin-left: 582px;
  margin-top: -50px;
  position: absolute;
}

.info3 {
  font-family: 'futura';
  color: #ffc0c0;
  font-size: 22px;
  text-align: center;
  float: right;
  margin-left: 1036px;
  margin-top: -50px;
  position: absolute;
}

.message {
  font-family: 'futura';
  color: #dc3c4d;
  font-size: 30px;
  text-align: center;
  margin-top: 120px;
  padding: 30px;
  background: #fdbe14;
  font-style: italic;
  margin-bottom: 30px;
}

.globe {
  height: 150px;
  display: block;
  margin-left: auto;
  margin-right: 700px;
  positon: relative;
}

.footer {
  font-family: 'futura';
  color: #1d7151;
  font-size: 25px;
  position: absolute;
  margin-left: 590px;
  margin-top: -92px;
}
