/* Cool Beige = #f6f1dd */
/* Blue Text = */

@font-face {
    font-family: Audimat;
    src:local('AUdimat Bold'),
        local(AUdimatBold),
        url("/fonts/AUdimat-Bold.otf") format("opentype");
    font-weight: bold;
}

@font-face {
    font-family: 'Ropa Sans';
    src:local('Ropa Sans'),
        local(RopaSans),
        url("/fonts/RopaSans-Regular.ttf") format("truetype");
    font-weight: normal;
}


a:link {
    color: blue
}

a:visited {
    color: gray
}

a:hover {
    color: red
}

body {
    font-family: segoe UI, verdana, sans-serif;
    font-size: 1em;
    text-align: center;
    line-height: 1.25;
    background: #2E3436;
    color: #FFFFFF;
    margin: 0;
}

#banner {
    margin: auto auto;
    /*background-color: #fffff9;*/
}

#content {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

#notice {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

#notice h2 {
    font-size: 0.9em;
}

#logo img {
    width: 40%;
    height: auto;
}

#services {
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    display: table;
    font-family: Audimat, verdana, sans-serif;
    width: 45%;
    color: white;
    font-size: 1.25em;
    padding: 15px;
}

.skill, .divider {
    display: table-cell;
    vertical-align: middle;
}

#contact {
    font-family: 'Ropa Sans', verdana, sans-serif;
    font-size: 0.85em;
    padding-top: 18px;
}

@media only screen and (max-width: 600px) {
    #content {
        width: 80%;
    }

    #logo img {
        width: 70%;
    }

    #notice h2 {
        font-size: 0.85em;
    }

    #services {
        display: block;
    }

    .divider {
        display: none;
    }

    .skill {
        display: block;
        height: 30px;
    }

    #contact {
        font-size: 0.7em;
        padding-top: 40px;
    }
}
