﻿
#overallNavbar {
    display: none;
}

#pageContainer {
    text-align: center;
}

#logo {
    margin-bottom: 8px;
    text-align: center;
    height: 100px;
}

#vidContainer {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

#serviceDescription {
    font-size: x-large;
    text-align: center;
    font-weight: bold;
}

#textDescription {
    text-align: center;
    font-size: large;
}
@media(max-device-width: 600px),(max-device-height: 600px)and (orientation: landscape) {
    #root {
        text-align: center;
        width: 100%;
        margin-top: 1%;
        display: inline-block;
    }
}
@media not (max-device-width: 600px),(max-device-height: 600px)and (orientation: landscape) {
    #root {
        text-align: center;
        width: 40%;
        margin-top: 1%;
        display: inline-block;
    }
}

#vidPlayer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.boldedText {
    margin-bottom: 0%;
    font-weight: bold;
}