

@import url('https://fonts.googleapis.com/css?family=Roboto:900');


/*  Layout   */

html, body{
    margin:0px;
    padding:0px;
}

body{

    background-color:#eee;
}

h2{ padding: 0px; margin: 0px;}


#container{
    width: 100%;
    display: block;
}

#header{
    background-color: #333;
    height:50px; 
    position: absolute;
    top:0px;
    width: 100%;
}

#fold{
    background-image: url("img/ani_flow3.gif");
    background-position: center;
    background-size: auto;
    text-align: center;
    color: #eee;
    margin-top:50px;
    height: 100px;
    display: flex;
    justify-content: center;
    
}
#fold h1{

    font-family: 'Roboto', sans-serif;
    font-size: 2em;
}

.logo{
    width:50px;
    height:50px;
    background-color: #222;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
        font-size: 2.75em;
    padding: 0px;
    margin: 0px;
}



#content{
    background-color: #fff;
        margin: 10px;
        padding: 5px;
    }
#content h1{
    background-color: #ccc;
    padding: 5px;
    margin: 0px;
}
#content p{
    padding: 10px;
}


#footer{
    background-color: #333;

}

.vidgrid{
    background-color: #fff;
}

.row{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 5px;
    margin: 10px;
    display: flex;
max-width: 95%;
}

.col{
    padding: 5px;
    display: inline-block;
}



.thumb{
    width: 150px;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: #000 solid 2px;
}

@media only screen and (min-width: 600px){
    #fold h1{ font-size: 4em;
        bottom: 0px;}
        .thumb{ width: 200px;}
        .row {    min-height: 150px;}
    
}