*{
    margin: 0;
}

html,body{
    width: 100%;
    height: 100%;
    font-family:"Gill Sans MT";
}

.container{
/*    min-height: 100vh;*/
    background-color: rgb(252,245,215);
    overflow: auto;
    position: relative;
    width: 100%;
}

#leftcontainerholder{
    background-color: rgb(83,10,0);
    float: left;
}
.leftcontainer{
/*    min-height: 100vh;*/
    background-repeat: repeat;
    float: left;
    background-color: rgb(62,3,0); 
    display: inline-block;   
    width: 20%;
    height: 100%;
}

.rightcontainer{
/*    min-height: 100vh;*/
    width: 73%;
    height: 100%;
    padding-right: 2%;
/*    padding: 2% 2% 0 5%;*/
    float: right;
    background-color: rgb(252,245,215);
    background-attachment: fixed;
    background: url("../ocmsimages/bg-cloud1.png") no-repeat 1% 20px,
        url("../ocmsimages/bg-cloud1.png") no-repeat 90% 600px;
}

.content2{
    margin: 20px 0;
/*    min-height: 95vh;*/
}

.left{
    width: 40%;
    float: left;
}

.right{
    width: 55%;
    float: right;
}

.holder{
}

.news,
.videos{
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 5px 5px 3px grey;
}

.footerpanel{
    color: rgb(190,22,34);
    padding: 10px 0;
    border-top: 1px solid grey;
}