* {
  box-sizing: border-box;
}


body {
  background-color: #486b73;
}


div {
  overflow-x: hidden;
  overflow-y: hidden;
}


.column {
float: left;
padding: 25px 20px 1px 20px;
}


.clearfix::after {
content: "";
clear: both;
display: table;
}


.menu {
width: 16%;
}

.menu ul {
list-style-type: none;
margin: 0;
padding: 0;
}

.menu img {
margin-left: 25px;
margin-bottom: 15px;
}

.menu li a:link {
list-style: none;
line-height: 1.35;
text-align: left;
font-family: 'Goudy Bookletter 1911', serif;
font-size: 24px;
letter-spacing: 1px;
color: #c4fafe;
text-decoration: none;
}

.menu a:hover {
color: #8fbfc3;
font-style: oblique;
font-weight: bold;  
text-shadow: 0px 1px 0px #719b9b, 0px 2px 0px #597a7a, 0px 3px 0px #455f5f, 0px 0px 0px hsla(0, 0%, 0%, 0), -3px 5px 6px black;
}

.menu a:visited {
color: #000;
font-weight: bold;
text-shadow: 0px 1px 0px #719b9b, 0px 2px 0px #597a7a, 0px 3px 0px #455f5f, 0px 0px 0px hsla(0, 0%, 0%, 0), -3px 5px 6px black;
}


.content {
width: 84%;
align-content: center;
}


.header {
text-align: center;
font-family: 'Playfair Display SC', serif;
font-size: 74px;
color: #000;
padding-right: 20px;
padding-bottom: 5px;
text-shadow: 0px 4px 0px #719b9b, 0px 5px 0px #597a7a, 0px 6px 0px #455f5f, 0px 0px 0px hsla(0, 0%, 0%, 0), -6px 8px 10px black;
}


.style1 {
border: 0;
height: 5px; 
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(196, 250, 254, 0.75), rgba(0, 0, 0, 0));
}


.content a:link {
line-height: 1.5;
padding-bottom: 50px;
text-align: center;   
font-family: 'Trocchi', serif;
font-size: 22px;
letter-spacing: 2px; 
color: #c4fafe;
text-decoration: none;
}

.content a:hover {
color: #8fbfc3;
font-style: oblique;
font-weight: bold;  
text-shadow: 0px 1px 0px #719b9b, 0px 2px 0px #597a7a, 0px 3px 0px #455f5f, 0px 0px 0px hsla(0, 0%, 0%, 0), -3px 5px 6px black;
}

.content a:visited {
color: #000;
font-weight: bold;
text-shadow: 0px 1px 0px #719b9b, 0px 2px 0px #597a7a, 0px 3px 0px #455f5f, 0px 0px 0px hsla(0, 0%, 0%, 0), -3px 5px 6px black;
}


.index {
padding: 10px;
text-align: center;
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px;
-webkit-column-rule: 1px solid #c4fafe;
-moz-column-rule: 1px solid #c4fafe;
column-rule: 1px solid #c4fafe;
}

.index h2 {
-webkit-column-span: all;
column-span: all;
outline: none;
text-decoration: none;
}


.footer {
text-align: center;
font-family: 'Alice', serif;
font-size: 14px;
font-weight: bold;
font-style: oblique;
color: #000;
padding: 10px 20px 5px 350px;
}


#top-btn {
  width: 40px;
  height: 45px;
  bottom: -50px;
  right: 5px;
  position: fixed;
  text-align: center;
  text-shadow: 1px 1px 2px #b1b1b1;
  border-radius: 12px;
  background-color: #8fbfc3;
  border: 2px solid #b1b1b1;
  cursor: pointer;
  -webkit-transition: all .8s;
  transition: all .8s;
}

#top-btn:hover {
  background-color: #486b73;
  border: 2px solid #c4fafe;
  text-shadow: 1px 1px 2px #b1b1b1;
}

#top-btn:hover i {
  padding-top: 5px;
}

#top-btn i {
  padding-top: 15px;
  font-size: 18px;
  /line-height: 30px;
  color: #c4fafe;
  font-weight: bolder;
  -webkit-transition: all .8s;
  transition: all .8s;
}