@font-face {
    font-family: "Neptune";
    src: url("fonts/EurostileLTStd-Bold.woff") format('woff');
}

html {
    height: 100%;
}
body {
    background-image:linear-gradient(#000 60%, #008ab7);
    height: 100%;
    font-family: Neptune;
}
a {
    color: #c63c20;
}

#gap {
    height: 20%;
}

.circle {
    height: 20%;
    width: 20%;
}

#gap2 {
    height: 1%;
}

.menu {
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

.menu-rotated {
    transform: scale(0.5) translate(0%, -200%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media screen and (max-width: 500px) {
    .circle {
        height: 40%;
        width: 40%;
    }
}