@import url("//fonts.googleapis.com/css?family=Muli:300");
html, body, div, img, h1 {
    margin: 0;
    padding: 0;
    outline: 0;
}
body {
    background: #00838f;
}
.profile {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-family: "Muli", sans-serif;
    color: #e0f7fa;
}
.profile .text-container {
    padding-top: 68.5714285714px;
    text-align: center;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.profile h1 {
    font-weight: 400;
    font-size: 2.8em;
    line-height: 1em;
    text-transform: uppercase;
}
.profile .title, #menu {
    font-size: 1.4em;
    letter-spacing: 1px;

}
#menu{
    font-size: .8em;
    margin: 20px auto;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #86d5e0;
    width: 7%;
    border-radius: 5px;
}



@media only screen and (max-width: 600px) {
    .profile h1 { font-size: 1.8em; }
    #menu{width: 20%;}
}
  
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) and (max-width: 768px) {
    .profile h1 { font-size: 1.8em; }
    #menu{width: 20%;}
}

/* Medium devices (landscape tablets, 768px and up) */
/* @media only screen and (min-width: 769px) and (max-width: 992px) {

} */

/* Large devices (laptops/desktops, 992px and up) */
/* @media only screen and (min-width: 993px) and (max-width: 1200px) {

} */