body { height: 100vh; /* 1080px*/ }

h1 {
  font-family: beyondControl; 
  color: #07C;
}

p {
  font-family: humanist;
  font-style: italic;
  color: white;
  font-size: 20px;
}

@font-face {
  font-family: beyondControl;
  src: url(../LetterTypes/BEYONDCONTROL.ttf);
}

@font-face {
  font-family: humanist;
  src: url(../LetterTypes/humanist_521_ultra_bold_bt.ttf);
}

.Column > p > a {
    color: lightgreen;
}

header > img {
    margin-left: 25%;
    width: 50%;
    height: 300px;
}

#svg-wrapper {
    width: 100%; /*1903px*/
    height: 10vh; /*160px*/
    background-color: darkgreen;
    /* position: absolute; */
}

.Slideshow-container {
  position: relative;
  margin-left: -8px;
}

.Overlayer {
  background-color: #0094ff;
  opacity: 50%;
}

.Prev, .Next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.Prev:hover, .Next:hover {
    background-color: #f1f1f1;
    color: black;
  }

.Next { border-radius: 3px 0 0 3px; }

/* all info text */
footer {
  height: 200px;  
  margin: 0px -8px; 
  border: 1px;
  background: #0d47a0;
 }

.Column > p { 
  margin-left: 0px; 
  font-size: 15px;
}

.Column {
    float: left;
    width: 20%;
}

#maps { margin-top: 20px; }

.fa {
    padding: 20px;
    width: 18px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

.fa:hover { opacity: 0.7; }

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-github {
    background: #000;
    color: white;
  }
  
.fa-gitlab {
    background: #ff6600;
    color: white;
  }

#hku {
    background: #FE5678;
    color: white;
}

@media (max-width:500px)
{
    header > img {
       margin-top: 0; 
       height: 100%;
    }
    
    h2 { font-size: 10px; }
    
    p { font-size: 16px; }
    
    footer {
        height: 38%;
    }
    
    #maps {
        margin-top: 125px;
        margin-left: -100px;
    }
    
    #git { margin-left: 60px; }
    
    .Column > p { font-size: 8px; }
    
    .fa { 
        padding: 5px;
        margin: 3px 2px;
    };
}
