@font-face { font-family: 'amatic';
             src: url('../font/AmaticSC-Regular.ttf') format('truetype'); }

@font-face { font-family: 'cooper';
             src: url('../font/CooperFiveOpti-Black.otf') format('opentype'); }

body {
  margin: 0 auto;
  font-family: 'amatic', arial, sans-serif;
  font-size: 26px;
  background: #c5cfd9;
}

a {
  color: #fff;
}

header {
  width: 1000px;
  margin: 0 auto;
}

nav {
  font-family: 'cooper', arial, sans-serif;
  margin-top: 35px;
  text-align: center;
}

nav ul{
  list-style-type:none;
  height: 26px;
  margin-bottom: 5px;
}

nav ul li{
  float:left;
  display: block;
  width: 25%;
  font-size: 18px;
  text-align: center;
}

nav ul li a{
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}

nav ul li a:hover{
  color: black;
}

h1 {
  font-size: 36px;
  margin-top: 0;
}

h2 {
  font-size: 30px;
  margin-top: 0;
}

p {
  margin: 0 0 32px 0;
}

footer {
  text-align: center;
  font-size: 16px;
  font-family: "Tahoma";
}

footer a {
  color: black;
}

footer img {
  margin: 0 15px 0 15px;
}

table {
  width: 100%;
}

#content-wrapper {
  width: 1000px;
  height: 487px;
  margin: 0 auto;
  background: url('../img/background.png');
  background-size: cover;
  box-shadow: 0px 6px 14px 12px #15111140;
}

#content{
  margin: 0 auto;
  width: 585px;
  text-align: justify;
  min-height: 380px;
  color: #fff;
  background: #0099ff;
  margin-bottom: 90px;
  padding: 20px;
  position: relative;
  top: 32px;
}

#content a {
  color: black;
}

#left-img {
  float: left;
}

#right-img {
  float: right;
  margin-top: -110px;
}

#top {
  text-decoration: none;
  font-style: italic;
  font-size: 38px;
}

.clear {
  clear: both;
}

#we-bue {
  float: left;
  text-align: left;
}

.float-right{
  float: right;
}
