
* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 15px;
    
}


.h1 {
    font-size: 40px;
    color: black;
}
.h2 {
    font-size 34px;
    color: black;
}

.p {
    font-size:16px;
    color: black;
}


/* Colomn settings for mobile phones */
    @media only screen and (max-width: 550px) {     
        [class*="col-"] {
        width: 100%;
        }
     
    }

/*Column settings for tablets*/
    @media only screen and (min-width: 551px) {
        .col-m-1 {width: 10%;}
        .col-m-2 {width: 20%;}
        .col-m-3 {width: 30%;}
        .col-m-4 {width: 40%;}
        .col-m-5 {width: 50%;}
        .col-m-6 {width: 60%;}
        .col-m-7 {width: 70%;}
        .col-m-8 {width: 80%;}
        .col-m-9 {width: 90%;}
        .col-m-10 {width: 100%;}   
    }

/*Colomn settings for desktops*/
    @media only screen and (min-width: 768px) {
        .col-1 {width: 10%;}
        .col-2 {width: 20%;}
        .col-3 {width: 30%;}
        .col-4 {width: 40%;}
        .col-5 {width: 50%;}
        .col-6 {width: 60%;}
        .col-7 {width: 70%;}
        .col-8 {width: 80%;}
        .col-9 {width: 90%;}
        .col-10 {width: 100%;}
    }



.position {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        
}

    .img-container { 
        width: auto;
        max-width: 250px;
        height: auto;
        display: block;
        margin: 0 auto;
        overflow: hidden;
            
    }

.header {
    background-color: #070707;
    width: auto;
    height: auto;
}


    .img-bio-container {
        width: 80%;
        padding-left: 25%;
        
    }  
    
    .img-services-container {
        width: 80%;
        padding-left: 25%;
    }

    .img-downloads-container {
        width: 80%;
        padding-left: 25%;
    }
        
    .img-contact-container {
        width: 50%;
        margin-left: 30%;
        max-width: 250px;
    }  
    .home-content-container {
        text-align: center;
        padding:10%;
    }
   
    /*  Settings for bio page  */ 
    .title {
        text-align: center;
    }
    .bio-container {
        margin: 5% 2% 2% 10%;
        width: auto;
        height: auto;
    } 
    .bio-pic {
        width: 50%;
        height: auto;
        display: block;
        margin: auto;   
    } 
   
    .service-container {
        margin: 5% 2% 2% 10%;
        width: auto;
        height: auto;
    }
    
    .downloads-container {
        margin: 5% 3% 3% 10%;
        width: auto;
        height: auto;
    }

    .contact-container {
        margin: 5% 2% 2% 10%;
        width: auto;
        height: auto;
    }
    .form-container {
        margin: 5% 2% 2% 10%;
        background-color: "black";
        width: auto;
        height: auto;
    }
    .background-container {
        background: rgb(192,46,47); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(192,46,47,1) 8%, rgba(250,156,24,1) 40%, rgba(245,243,123,1) 90%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(192,46,47,1) 8%,rgba(250,156,24,1) 40%,rgba(245,243,123,1) 90%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(192,46,47,1) 8%,rgba(250,156,24,1) 40%,rgba(245,243,123,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c02e2f', endColorstr='#f5f37b',GradientType=0 ); /* IE6-9 */
        background-size: cover;
    }

/* Settings for all tablets and small screens */
@media only screen and (min-width: 551px) {
    .img-container { 
        width: auto;
        max-width: 400px;
        height: auto;
        display: block;
        margin: 0 auto;
        overflow: hidden;
            
    }

    .video-container {
        background-color: #070707;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%; 
        overflow: hidden;
    }
    .video-container  {
    /* Make video to at least 100% wide and tall */
        min-width: 100%; 
        min-height: 100%; 

    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
         width: auto;
         height: auto;

    /* Center the video */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .img-bio-container {
        width: 30%;
        padding: 5%;
        margin-left: 5%;
    }  
    
    .img-services-container {
        width: 30%;
        padding: 5%;
    }

    .img-downloads-container {
        width: 30%;
        padding: 5%;
    }
    
    .background-container {
        background: rgb(192,46,47); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(192,46,47,1) 8%, rgba(250,156,24,1) 40%, rgba(245,243,123,1) 90%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(192,46,47,1) 8%,rgba(250,156,24,1) 40%,rgba(245,243,123,1) 90%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(192,46,47,1) 8%,rgba(250,156,24,1) 40%,rgba(245,243,123,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c02e2f', endColorstr='#f5f37b',GradientType=0 ); /* IE6-9 */
        background-size: cover;
    }
  
    
    .img-contact-container {
        width: 20%;
        margin-left: 13%;
        max-width: 250px;
    }  
        .bio-pic {
            width:40%;
            float: left;
            
        }    

}

/* Settings for all desktops andd large screens*/
    @media only screen and (min-width: 769px) {
        .img-container { 
            width: auto;
            max-width: 400px;
            height: auto;
            display: block;
            margin: 0 auto;
            overflow: hidden;
            
        }

        .video-container {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100%;
            height: 100%; 
            overflow: hidden;
        }
        .video-container {
            /* Make video to at least 100% wide and tall */
            min-width: 100%; 
            min-height: 100%; 

            /* Setting width & height to auto prevents the browser from stretching or squishing the video */
            width: auto;
            height: auto;

            /* Center the video */
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }
            /*setting the about img*/
    
        .img-bio-container {
            width: 30%;
            margin-left: 3%;
            
        }  
    
        .img-services-container {
            width: 30%;
            
        }
        .img-downloads-container {
            width: 30%;
            
        }
        
        .img-contact-container {
            width: 18%;
            max-width: 250px;
            padding: 3%;     
        }

        .home-content-container {
            text-align: center;
            padding: 0% 15% 0% 15%;
        }
    
        .background-container {
            background: rgb(192,46,47); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(192,46,47,1) 8%, rgba(250,156,24,1) 40%, rgba(245,243,123,1) 90%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(192,46,47,1) 8%,rgba(250,156,24,1) 40%,rgba(245,243,123,1) 90%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(192,46,47,1) 8%,rgba(250,156,24,1) 40%,rgba(245,243,123,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c02e2f', endColorstr='#f5f37b',GradientType=0 ); /* IE6-9 */
            background-size: cover; 
        }

        .bio-container {
            margin: 10%;
        } 

        .bio-pic {
            width: 40%;
            max-width: 350px;   
        } 
        .service-container {
            margin: 10%;
        }

        .contact-container {
         margin: 10%;
        }
      

    }
        
/*Settings for Navigation bar*/
    body {
        font-family: "Lato", sans-serif;
        transition: background-color .75s;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #070707;
        overflow-x: hidden;
        transition: 1.5s;
        padding-top: 60px;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #fabc12;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover, .offcanvas a:focus{
        color: rgba(192,46,47,1);
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    #main {
        transition: margin-left 1.5s;
        padding: 5px;
    }

    @media screen and (max-height: 450px) {
        .sidenav {padding-top: 15px;}
        .sidenav a {font-size: 18px;}
    }



