body{
    margin: 0;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-weight: 300;
    text-align: center;
   
}
body p {
    color: rgba(0,0,0,0.00);
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-style: italic;
    font-variant: normal;
    font-weight: 500;
    font-size: large;
    line-height: 2em;
    text-shadow: 1px 0px;
    text-align: center;
}

    header{
        background-color: #5f1312;
        //outline: 2px solid blue;
       
       
    }
    header:after{
        content: '';
        display: table;
        clear: both;
      
    }
    .logo{
        float: left;
        width: 30%;
        padding-left: 10px;
          
        
    }
    nav{
        float: right;
        //outline: 2px solid blue;
        padding-right: 10px;
       
    }
    nav ul{
        margin: 0;
        padding: 0;
        list-style: none;
        //outline: 2px solid blue
    }
    nav li{
        display: inline-block;
        margin-left: 75px;
        padding-top: 40px;
        position: relative;
        //outline: 2px solid blue;
    }
    nav a {
        color: black;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        
    }
    nav a:hover{
        color:#0b9446;
    }
    nav a::before{
        content: '';
        display: block;
        height: 5px;
        width: 100%;
        background-color: black;
        position: absolute;
        top: 30px;
        width: 0;
       
    }
    nav a:hover::before{
        width: 100%;
       transition: all ease-in-out 300ms; 
    }
     .container{
        width: 30%;
        margin: 0 auto;
        float: left;
       
      
        }
.contact {
}

    video#bgvid{
       min-height: 100%;
       min-width: 100%;
       width: 100%;
       height: 100%;
        background-size: cover;
// outline: 2px solid blue;
.contact {
}
