@import 'https://fonts.googleapis.com/css?family=Enriqueta';
body {
	font-family: 'Enriqueta', serif;
    font-size: medium;
    color: #ebebeb;
    background: black;

}
.top-nav {
    margin-top: 25px;
    margin-left: 10%;
    margin-right: 10%;
    float: right;
}
.top {
    position: absolute;
    margin-top: -20%;
    margin-left: 10%;
}

h1 {
    background-image: linear-gradient(
            180deg, rgba(0,0,0,0),
            rgba(0,0,0,0) 81%,
            #222222 81.1%,
            #222222 85%,
            rgba(0,0,0,0) 85.1%,
            rgba(0,0,0,0)
    );
    text-decoration: none;
    padding: 12px;

}
h3 {
    font-size: 90%;
}
.image {
    position: relative;
    right:-30%;
    width: 35%;
}
.center  {
    margin-left: 20%;
    margin-right:20%;
    

}
.center h1 {
    text-align: center;
}
footer {
    margin-bottom: 10%;
}
.logo {
    float: right;
    width: 22%;

}

.toplink a:visited {
    color: #ebebeb;
}
.toplink a:link {
    color: #ebebeb;

}
.toplink a:hover {
    font-weight: bold;

}
@media only screen and (max-width: 768px) {
    body {
        font-size: small;
        
    }
    h1 {
        font-size: 135%;
    }

    h2 {
        font-size: 100%;
    }
    article {
        margin-top: 10%;
    }
}