* {
    margin: 0 ;
    font-family: Karla, sans-serif;
    }

body {
    background-color: white; 
    color:black;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
} 

.main {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    padding: 6px 30px 0 0; 
    }

.content {
    display: inline-block;
    width: 85%;
    margin: 30px 0 30px 30px;
    }

nav {
    display: inline-block;
    vertical-align: top;
    width: 9%;
    margin: 30px 30px 0 0;
    }

header {
    height: 120px;
    }

.fotorama {
    display: inline-block;
    background-color: transparent;
    width: 65%;
    }

p {
    margin-bottom: 20px;
    font-size: 0.9em;
    font-weight: 400;
    color:inherit;  
    }

a {
    color: inherit;
    text-decoration: none;    
    }

h1 {
    display:inline-block;
    vertical-align: top;
    font-family: Karla;
    font-size: 1.8em;
    font-weight: 700;
    color:inherit;
    line-height: 1;
    padding-left: 5px;
    }

h2 {
    display:inline-block;
    vertical-align: top;  
    font-family: Karla, sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    color:inherit;
    }

h3 {
    font-family: Karla, sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    color:inherit;
    margin-bottom: 25px; 
    }

header h2 {
    width: 250px;
    padding: 0 30px 0 0;
    }

#bgvid {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    z-index:-99;
    }

#menu a {
    font-size: 0.9em;
    }

#press {
    color:white
            }

#menu {
    font-weight: 700;
    color:inherit;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    }
 
#menu ul {
    margin-top: 10px;
    display: none;
    list-style:none;
    padding: 0;
    font-size: 1em;
    font-weight: 400;
    }
    
#menu:hover ul { 
    display: block;
    }

#menu ul li {
    padding: 4px;
    line-height: 1;
    border-bottom: 2px solid;
    text-align: center;
    }

.white li {
    border-bottom: white;
}

#contact {
    width: 250px;
    float: left;
    margin-right: 50px;
    }

span {
    padding: 4px 6px;
    border: 2px solid;
    border-color: inherit;
    } 

#team {
    width: 2O0px; 
    display: inline-block; 
    }

.columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    }

.button {
    margin-bottom: 25px;
    }

#liesbeth {
    position: absolute;
    bottom: 10px;
    margin-left: 3%;
    padding-top: 10px;
    }

.indexnav {
    padding: 8px 20px;
    }

#credits {
    font-size:0.7em;
    color: white;
    position: absolute;
    bottom: 5px;
    margin-left: 30px;
    }



@media all and (max-width: 600px)
{
    h1{
        display:block;
        padding: 10px 0;
    }
    
h3 {
    font-size:1.8em;
}
    p {
        font-size: 1.5em;
    }
    
    .main {
        display: block;
        margin: 50px 0 25px 0;
        width: auto;
    }
    
    .content {
        width: auto:
    }
    nav {
        display: block;
        width:200px;
    }
    
    .fotorama {
        display: block;
        width: auto;
    }
    
    span {
        border : 4px solid;
    }
        
        
    #menu {
        text-align:left;
        margin: 0 0 30px 30px;
    }
    
    #menu ul {
        display:block;
        font-size: 1.6em;
    }
    
    #menu ul li {
         text-align:left;

    }
  
header {
    height: auto;
    }
    
header h2 {
    font-size: 1.5em;
}
    header h1 {
        font-size: 2em;
    }
    
    video {
        display:none;
    }
    
    #index {
        background-image: url(/Images/screenshot-bg-victoria-star-mobile.jpg);
    }
    
    #about {
        background-image: url(/Images/about-background-mobile.jpg);
    }
    
    #press {
        background-image: url(/Images/scotiaindemist-mobile.jpg);
    }
    
    #credits {
    color:white;
    position: inherit;
    margin-left: 30px;
        
}