body{
    background:rgba(0,0,0,.02);
}
.menubar{
    float:left;
    position:absolute;
    width:100%;
    margin:50px 0;
    background:#212121;
    padding:0;
    opacity:.85;
    z-index: 1;
}

video{
    float:left;
    position: relative;
    width:100%;
    top:0;
    z-index: 0;
}

.menu li {
    float:right;
    display:inline-block;
    padding:5px;
    margin:10px;
    margin-top:-5px;
}
.menu a{
    text-decoration: none;
    color:white;
}
.menu a:hover{
    border-bottom: 3px solid red;
}
.logo{
    position: absolute;
    float:left;
    margin:-40px 0 0 20px;
    height:100px;
    padding:3px;
    border:5px solid black;
    background:white;
}

main{
    width:100%;
    float:left;
}
.categorybox{
    margin-top:40px;
    float:left;
    width:320px;
    margin-left:calc((100% - 960px)/4);
}

.intro{
    width:calc(100% - 100px);
    margin-left:50px;
    float:left;
    margin-top:50px;
}

.sidebarpos{
    display:none;
}

.menubar{
        float:left;
        width:100%;
        margin:50px 0;
        background:#212121;
        padding:0;
        opacity:.85;
    }
    .menu li {
        float:right;
        display:inline-block;
        padding:5px;
        margin:10px;
        margin-top:-5px;
    }
    .menu a{
        text-decoration: none;
        color:white;
    }
    .menu a:hover{
        border-bottom: 3px solid red;
    }
        
/*------------------------------- Page Footer setup ------------------------------*/
        .footer{
            margin-top:20px;
            width:100%;
            float:left;
            background-color: rgba(0, 0, 0, 0.75);
        }
        .credits{
            float:left;
            width:100%;
            text-align: center;
        }
        .credits img{
            margin-top:-50px;
            width:100%;
            height:50px;
            float:left;
        }
        .credits p{
            font-size: 10px;
            width:100%;
            color:lightgrey;
        }
        .credits a{
            font-size: 14px;
            color:#ffa500;
        }
        .half-footer{
            float:left;
            width:50%;
            margin-bottom:20px;
        }
        .footer-col1{
            margin-top:15px;
            margin-left:calc(50% - 125px);
            float:left;
            width:250px;
            color:lightgrey;
        }
        .footer-col1 p:first-child{
            color:white;
            font-weight:700;
            font-size:25px;
            margin-bottom:20px;
        }
        .footer-col1 p:nth-child(4),.footer-col1 p:nth-child(5){
            margin-top:-10px;
        }
        .footer-col1 p i{
            float:left;
            color:white;
            margin-bottom:-5px;
        }
        .fb{
            width:150px;
            
        }
        .footcol{
            color:white;
        }
/*------------------------------- Page Footer setup ------------------------------*/

@media only screen and (max-width: 1920px) {
    .categorybox{
        margin-left:calc((100% - 1280px)/5);
    }
}
@media only screen and (max-width: 1700px) {
    .categorybox{
        margin-left:calc((100% - 960px)/4);
    }
}
@media only screen and (max-width: 1500px) {
    .categorybox{
        margin-left:calc((100% - 960px)/4);
    }
}
@media only screen and (max-width: 1000px) {
    .categorybox{
        margin-left:calc((100% - 320px) / 2);
    }
}

@media only screen and (max-width: 700px) {
    .categorybox{
        margin-left:calc(50% - 160px);
        margin-top:20px;
    }
    .menubar{
        position:relative;
        margin:30px 0;
        background:initial;
        opacity:1;
    }
    .menu li {
        display:none;
    }
    .logo{
        position: relative;
        float:left;
        margin:-30px 0 -15px 15px;
        height:100px;
        padding:3px;
        border:initial;
        background:white;
    }
    .sidebarpos{
        float:left;
        position:absolute;
        top:42px;
        right:28px;
        text-decoration:none;
        color:red;
        display:initial;
        padding:5px 5px 0 5px;
        z-index: 1001;
    }
    .intro{
        width:calc(100% - 40px);
        margin-left:20px;
        margin-top:25px;
    }
}
@media only screen and (max-width:450px){
        .half-footer{
            width:100%;
            margin-bottom:0px;
            }
            .fb{
                margin-top:-30px;
                margin-bottom:35px;
            }

}
@media only screen and (max-width:320px){
    .logo{
        height:80px;
    }
}