  body {
    background-color: #666699;
    font-family: Lekton;
    font-size: 14px;
    line-height: 110%;
  }

.logo {
  max-width: 700px;
  min-height: 80px;
  background-color: none;
  font-family: Frente;
  text-align: center;
  letter-spacing: 10px;
  color: white;
  margin-top: 30px;
}

.flag {
  max-height: 14px;
}

.header {
  min-width: 400px;
  max-width: 700px;
  height: 30px;
  background-color: white;
  text-align: center;
  padding-top: 8px;
  /*margin-top: 30px;*/
}

#border_top {
  border: none;
  border-top-right-radius: 25px;
  border-top-left-radius: none;
}

.main {
  min-width: 400px;
  max-width: 700px;
  /*background-color: #df9fbf;*/
  background-color: #FBC86A;
  padding-top: none;
  padding-bottom: 15px;
  border-left: 30px solid white; 
  border-right: 30px solid white;
}

.footer {
  min-width: 400px;
  max-width: 700px;
  height: 30px;
  background-color: white;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

#border_bottom {
  border: none;
  border-bottom-right-radius: none;
  border-bottom-left-radius: 25px;
}

.subside {
  background-color: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: none;
  padding-top: 0px;
}

.avatar {
  float: right;
  width: 200px;
  border-color: #666699;
  border-style: solid;
  border-width: 10px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.banner {
  float: none;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.globe {
  background-color: #666699;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  float: left;
  max-width: 150px;
  padding: 15px;
  margin-top: 15px;
  margin-right: 15px;
}

.button {
  background-color: #666699;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border: none;
  color: white;
  padding: 10px 17px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

/*HEADLINES*/
h2 {
  font-family: UnicaOne;
}

h4 {
  font-family: UnicaOne;
}

/*LINKS*/
/* unvisited and visited links */
a:link, a:visited {
  color: black;
  background-color: none;
  text-decoration: none;
}

/* mouse over link, selected link */
a:hover, a:active {
  color: #666699;
  background-color: none;
  text-decoration: none;
}

/*tables*/
th, td {
  padding-right: 25px;
}

/*FONTS*/
@font-face {
    font-family: 'Frente';
    src: url(../fonts/FrenteH1-Regular.otf);
}

@font-face {
  font-family: "Lekton";
  src: url(../fonts/Lekton-Regular.ttf);
}

@font-face {
  font-family: "UnicaOne";
  src: url(../fonts/UnicaOne-Regular.ttf);
}