@font-face {
    font-family: "Montserrat-Regular";
    src: url('../fonts/Montserrat-Regular.ttf') format('ttf');
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url('../fonts/Montserrat-Bold.ttf') format('ttf');
}
@font-face {
    font-family: "Montserrat-Medium";
    src: url('../fonts/Montserrat-Medium.ttf') format('ttf');
}

.navbarbob {
    background-color: black;
}
@media screen and (max-device-width: 394.98px) {
    .cell-sm {
        width: 0px;
        visibility: hidden;
    }
    .logorank {
        width: 340px;
        height: 335px;
    }
    #intro {
        width: 100%;
        height: 500px;
        background-color: white;
    }
}

@media screen and (min-device-width: 398px) and (max-device-width: 797.98px) {
    .cell-sm {
        margin-left: 5px;
        margin-right: 10px;
    }
    .logorank {
        width: 340px;
        height: 335px;
    }
    #intro {
        width: 100%;
        height: 500px;
        background-color: white;
    }
}

@media screen and (min-device-width: 798px) {
    .cell-sm {
        margin-left: 10px;
        margin-right: 20px;
    }
    .logorank {
        width: 988px;
        height: 973px;
    }
    #intro {
        width: 100%;
        height: 1000px;
        background-color:white;
    }
}

.navtitle {
    font-family: "Montserrat-Medium", sans-serif;
    font-size: 20px;
    color: beige;
    margin-left: 60px;
}

