/* Anna Wendela Bonnevier logo (my logo)

  /\ |  |  ||´´\
 /__\|  |  ||--<
/    \\/ \/ |,,/
*/



main {
    width: 1440px;
    height: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: auto;
    position: absolute;
    background-size: cover;
    overflow: hidden;
}

div { display: inline-block ;
    
}


.img2 {
       width: 35%;
    height: 50%;
    float: left;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}

.room {
    
    width: 450px;
    height: 578px;
    float: left;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  

}

.firstimg {
    width: 35%;
    height: 50%;
    float: left;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}

footer {
    width: 450px;
    height: 578px;
    float: left;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    
}
p {
    font-size: 20px;
    font-family: 'Trebuchet MS';
}
img {
    width: 100%;
    height: 70%;
     margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    float: left;
   

}
header{

    width: 893px;
    height: 356px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    padding-top: 40px;

    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    overflow: hidden;

}


ul {
    list-style-type: none;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 50px;
    overflow: hidden;
    background-color:white;
    text-align: left;
}

li {
  float: left;
}

li a {
    display: block;
    color: thistle;
    text-align: center;
    padding-left: 15px;
    padding-right: 20px;
    text-decoration: none;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 56px;
   
    overflow: hidden;

  
}

li a:hover {
  background-color:white;
}

