@import url('https://fonts.googleapis.com/css?family=Anton|Bitter|Bowlby+One+SC|Coiny|Indie+Flower|Noto+Sans|Noto+Serif|Oxygen|PT+Sans|Pacifico|Playfair+Display');


.google{
  font-family: 'Pacifico', cursive;
  color: rgb(7,48,96)
}
.google2{
  font-family: 'Indie Flower', cursive;
  color: #719DAE

}


.gfx{
  width: 100%

}

.gfx2{
  width: 90%

}
section{
  min-height: 600px;

}

/* menu */

ul{
  margin-left: 0;
  list-style: none;
  padding: 0;
  overflow: hidden;
  background-color: #6388AD;
  font-size: 1em;
}

li{  
  float: left;
  
}

li a{  
  display: block;
  color: white;
  text-align: center;
  padding: 6px 8px;
  text-decoration: none;
  
}
* { box-sizing: border-box;  }