@font-face {
    font-family: Futura;
    src: url(FuturaPTDemi.otf);
}
body{
    font-family: Futura;
    margin-right: 20px;
}
*{
        font-weight: 400 !important;
}
h1{
    font-size: 90px;
    padding: 40px 0px;
    margin: 0px;
}
.listLinks{
    font-size: 50px;
    font-weight: lighter;
    text-decoration: underline;
}
a{
    color: black;
}
i{
    font-size: 50px;
    padding-left: 10px;
}
.iconDiv{
    position: fixed;
    bottom: 20px;
    right: 20px;
    white-space: normal;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-content img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (min-height: 740px) {
    body{
        margin-left: 30px;
    }
    #credit {
        left: 20px;
        bottom: 20px;
        position: fixed;
        white-space: normal;
        width: 30%;
    }
}
@media only screen and (max-height: 740px) {
    #credit{
        position: fixed;
        width: 100%;
        top: 20px;
        text-align: center;
    }
}
@media only screen and (max-width: 550px) {
    h1{
        font-size: 60px;
    }
    .listLinks{
        font-size: 40px;
    }
}
