
body{
    margin:0;
    padding:0;
    color:#00529b !important;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

h1{
    font-size: 26px;
    font-weight: 700;
    margin:0 0 20px 0;
    line-height: 50px;
    padding: 0;
    border-bottom: 3px dotted #8a7967;
    padding-bottom:20px;
}

a, a:visited, a:focus{
    color: #8a7967;
}

a:hover{
    text-decoration: none;
    color: #00529b ;
}

span{
    margin: 0 5px;
}

.header{
background-image: url('../../images/header.jpg');
background-repeat: no-repeat;
background-size:cover;
background-position:bottom center;
height:300px;
text-align: center;
margin-bottom:30px;
}


video#bgvid{
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    background-color: #000;
}

video#bgvid-page{
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 20%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    background-color: #000;
}


video{
    opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
}

.footer{
border-top: 3px dotted #8a7967;
padding-top:20px;
padding-bottom:20px;
}

.footer span{
margin: 0 10px;
}

.footer a, a:visited, a:focus{
    color: #00529b;
}

.footer .left{
text-align: left;
}

.footer .right{
text-align: right;
}


.img{
    margin-top: 20px;
    max-width: 400px !important;
}


@media (max-width:768px){
.footer .left, .footer .right{
text-align:center;
}
}

@media (max-width: 600px){
    .img{
        max-width: 90% !important;
    }
}