/*container styles*/
body, html{
    min-height: 100%;
}
body{
    background: url("bg.png") no-repeat center center fixed;

    background-size: cover;
    height: 100%;
    overflow: auto;
    font-family: 'Lato', sans-serif;
}
h1 {
    font-family: 'Roboto Slab', serif;
}
/*header styles*/
.header {
    overflow: hidden;
    padding: 20px 10px;
}
#logo {
   max-width: 150px;
    height: auto;
    float: left;
}
.header a{
    opacity: .25;
}
.header a:hover {
    opacity: 1;
}
/* video styles */
/*.house-video{*/
/*    !*overflow:hidden;*!*/
/*    padding-bottom:56.25%;*/
/*    position:relative;*/
/*    height:0;*/
/*    max-width: 60%;*/

/*}*/
/*iframe {*/
/*    left: 20%;*/
/*    min-height: 415px;*/
/*    height: 60%;*/
/*    width: 60%;*/
/*    !*position: absolute;*!*/
/*}*/
/*button styles*/
#buttons {
    animation: fadeIn ease 30s;
}
/*media size styles*/

@media screen and (max-width: 500px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }
    .header-right {
        float: none;
    }
}