* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'fontB';
    src:  url('../fonts/arial-black.ttf') format('truetype');
}

main {
    /* width: 95vw;
    margin: 15vw 0 0 2.5vw; */
    width: 65vw;
    margin: 15vw 0 100px 17.5vw;
    text-align: center;
}

#menu-icon .bar {
    background-color: #000000 !important;
}

h1 {
    font-family: 'fontB';
    text-transform: uppercase;
    font-size: 45px;
    padding-bottom: 25px;
}

h2 {
    font-family: 'Open sans';
    font-size: 20px;
    padding-bottom: 20px;
    margin-top: 60px;
    /* font-style: italic; */
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    line-height: 32px;
    font-weight: 300;
}

ol {
    width: 70%;
    margin-left: 15%;
}

ol li {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    line-height: 32px;
    font-weight: 300;
}

#webdesign {
    font-size: 24px;
}

@media screen and (max-width: 800px) {
    #logo-path {
        fill: #000000 !important;
    }

    #transparent {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        height: 60px;
        background-color: #ffffff;
        opacity: 0.9;
    }
}

@media screen and (max-width: 700px) {
    main {
        margin: 100px 5vw;
        width: 90vw;
    }
    
    h1 {
        font-size: 35px;
    }

    ol {
        width: 80%;
        margin-left: 10%;
    }
}