/** basic default styles **/


#about_page
{

display:none;

}
#about_background_image {
   /*background-image: url('images/aboutbackground.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
width:100%;
height: auto; */
position: fixed; right: 0; bottom: 0;

min-width: 100%; min-height: 100%;

width: auto; height: auto; z-index: -100;

background: url(images/aboutbackground.png) no-repeat;
background-position: center center;
background-size: cover; 


}
#index_page
{
display:inline;
}


#contact_page
{
    display:none;
}
#contact_background_image{
position: fixed; right: 0; bottom: 0;

min-width: 100%; min-height: 100%;

width: auto; height: auto; z-index: -100;

background: url(images/aboutbackground.png) no-repeat;
background-position: center center;
background-size: cover; 


}


video#bgvid { 

position: fixed; right: 0; bottom: 0;

min-width: 100%; min-height: 100%;

width: auto; height: auto; z-index: -100;

background: url(images/aboutbackground.png) no-repeat;

background-size: cover; 

}




@media (min-width: 768px) and (max-width: 991px) {

}
.hover_image:hover { -moz-box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px #ccc; } 

