html, body
{
    min-height: 100%;
    margin: 0%;
    margin-bottom: 25%;
}

.noselect
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#ul1
{
    font-size: 150%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
}
#li1
{
    float: left;
}
#li1 a
{
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}
#li1 a:hover
{
    background-color: #111111;
}

.lorem1
{
    margin-top: 60px;
    margin-right: 20px;
    margin-left: 20px;
    text-align: justify;
    font-size: 100%;
}

#script1
{
    font-size: 200%;
    margin-top: 30%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    position: fixed center;
}

.nav1
{
    display: inline;
}
.nav_container
{
    height: 100%;
    margin-bottom: 10%;
    margin-top: 10%;
}
.nav_image
{
    position: relative;
    float: top;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}
.nav_image img
{
    width: 100%;
    height: 50%;
    text-align: center;
}
.nav_text
{
    text-align: center;
    position: relative;
    float: bottom;
    margin-top: 10px;
}

#videoYT
{
    text-align: center;
}
#videoYT iframe
{
    width: 352px;
    height: 198px;
}

#footerbottom
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0%;
}
#footerbottom h5
{
    color: white;
    padding: 15px;
    background-color: black;
    text-align: center;
    font-size: 100%;
    margin-bottom: 0%;
}



@media only screen and (min-width: 1080px)
{
    html, body
    {
        margin-bottom: 0%;
    }
    
    #ul1
    {
        font-size: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #333333;
    }
    #li1 a:hover
    {
        background-color: #111111;
        cursor: pointer;
    }

    #script1
    {
        font-size: 200%;
        margin-top: 10%;
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
    }

    .nav_container
    {
        width: 25%;
        height: 100%;
        position: relative;
        float: left;
        margin-top: 5%;
    }
    .nav_image
    {
        position: relative;
        float: top;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    #videoYT
    {
        margin-bottom: 10%;
    }
    #videoYT iframe
    {
        width: 880px;
        height: 495px;
    }

    #footerbottom h5
    {
        color: white;
        padding: 20px;
        background-color: black;
        text-align: left;
        font-size: 100%;
        margin-bottom: 0%;
    }
}