@charset "UTF-8";
/*CSS Document*/
/*body*/
#body{
  margin: 25px;
  background-color:#00A6A6;
}
/*header*/
#header{
  width: 100%;
    background: linear-gradient(to bottom left, #42D7D7 50%, #0086B3 60%);
    text-align: center;
    display: inline-block;
    margin: 0%;
    padding: 0%;
}
.h1{
  font-family: "Signika", sans-serif;
  font-size: 28pt;
  font-weight: bold;
  color:#004D4D;
  text-align: center;
  padding:10px;
  display: inline-block;
}
/*logo*/
#logo{
  float: left;
  display: block;
  margin:0px;
  padding:0px;
}
/*navigationbar*/
#navbar{
  text-align: center;
  padding: 10px;
}
nav ul li{
  display: inline;
  list-style-type: none;
  padding-left: 15px;
  padding-right: 15px;
}
li .ref{
  list-style-type: none;
  text-decoration: none;
  color: #1B3133;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  font-size: 14pt;
}
.ref:hover{
  color:#7FFFD4;
  padding: 5px;
}
/*section1*/
#section1{
  width: 100%;
  display: inline;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
.content{
  width: 100%;
  display: inline-block;
  text-align: center;
    background-color: #105956;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}
.paragraph{
  font-family: "Valera Round", sans-serif;
  font-size: 14pt;
  color:#00CCCC;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
/*link*/
.a{
  text-decoration: none;
  font-family: "Valera Round", sans-serif;
  font-size: 14pt;
  color: #22C3BB;
  font-weight: bold;
}
.a:hover{
color: #7FFFD4;
}
/*section2*/
#section2{
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left:0px;
  margin-right: 0px;
  display: inline-block;
}
/*image1*/
#image1{
  width: 100%;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
