/* Anna Wendela Bonnevier logo (my logo)

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


  /* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
 
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

 
}


.maps {

  float: right;
  margin-right: 50vh;
}

main {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: auto;
    position: absolute;
    background-size: 100%;
    overflow: hidden;
    background-color: #727765;
 
}


.about {
    text-align: justify;
    font-size: 20px;
    color: white;
    margin-left: 2vh;
    font-family: 'Kalam', cursive;
    margin-top: 10vh;



}

h5{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    color: white;
    text-align: left;
}

.container {
  margin-left: 50vh;
}
.container2 {
float: right;
margin-right: 80vh;
font-family: 'Poppins', sans-serif;

}



h4{
        text-align: left;
    margin-right: 60%;
    margin-left: 40px;
    color: white;
    margin-top: 5%;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;

}

.room1 {
    width: 50%;
    height: 25%;
    float: right;
    overflow: hidden;
    margin-right: auto;
    margin-left: 10vh;
    margin-top: 30px;
 
}


.column {
  float: left;
  width: 50%;
  margin-top: 30px;

}



ul {
    list-style-type: none;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    background-color: #D3C3B2;
    text-align: right;

}

li {
  float: right;

}

li a {
    display: block;
    color: white;
    padding-left: 20px;
    padding-right: 15px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 56px;
    padding-top: 144px;
    overflow: hidden;
 

  
} 
a:link {
  color: white;
}
/* mouse over link */
a:hover {
  color: #9A5B41;
}

/* selected link */
a:active {
  color: #9A5B41;
} 


.logo {
  float: left;
  size: 20%;

}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/*  "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* hover */
.prev:hover, .next:hover {
  background-color: #D3C3B2;
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: ;
  border-radius: 50%;
  display: inline-block;
  transition: background-color  0.6s ease;
}

.active, .dot hover {
  background-color: #D3C3B2;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


footer {

      
        text-align: center;
        text-decoration: none;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        height: 100%;
        margin-top: 30px;

      
  }
  
    
  /* Instagram */
  .fa-instagram {
   
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    font-size: 80px;
    color: white;
    margin-top: 4%;
    
  }
    /* Facebook */
  .fa-facebook {
   
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    font-size: 80px;
    color: white;
   
  
  }


ul {list-style-type: none;}
body {font-family: Verdana, sans-serif;}

/* Month header */
.month {
  padding: 70px 25px;
  width: auto;
  background: #727765;
  text-align: center;
}

/* Month list */
.month ul {
  margin: 0;
  padding: 0;
   width: auto;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
   width: auto;
}

/* Previous button inside month header */
.month .prev {
  float: left;
  padding-top: 10px;
}

/* Next button */
.month .next {
  float: right;
  padding-top: 10px;
}

/* Weekdays (Mon-Sun) */
.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #9A5B41;
}

.weekdays li {
  display: inline-block;
  width: 13.6%;
  color: white;
  text-align: center;
}

/* Days (1-31) */
.days {
  padding: 10px 0;
  background: #727765;
  margin: 0;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 5px;
  font-size:12px;
  color: white;
}

/* Highlight the "current" day */
.days li .active {
  padding: 5px;
  background: #9A5B41;
  color: white ;
}




  .example {background: green;}
.col,.half,.third,.twothird,.threequarter,.quarter{float:left;width:100%}
.col.s1{width:8.33333%}
.col.s2{width:16.66666%}
.col.s3{width:24.99999%}
.col.s4{width:33.33333%}
.col.s5{width:41.66666%}
.col.s6{width:49.99999%}
.col.s7{width:58.33333%}
.col.s8{width:66.66666%}
.col.s9{width:74.99999%}
.col.s10{width:83.33333%}
.col.s11{width:91.66666%}
.col.s12{width:99.99999%}

@media (min-width:600px) {
  .col.m1{width:8.33333%}
  .col.m2{width:16.66666%}
  .col.m3,.quarter{width:24.99999%}
  .col.m4,.third{width:33.33333%}
  .col.m5{width:41.66666%}
  .col.m6,.half{width:49.99999%}
  .col.m7{width:58.33333%}
  .col.m8,.twothird{width:66.66666%}
  .col.m9,.threequarter{width:74.99999%}
  .col.m10{width:83.33333%}
  .col.m11{width:91.66666%}
  .col.m12{width:99.99999%}
}

@media (min-width:993px) {
  .col.l1{width:8.33333%}
  .col.l2{width:16.66666%}
  .col.l3{width:24.99999%}
  .col.l4{width:33.33333%}
  .col.l5{width:41.66666%}
  .col.l6{width:49.99999%}
  .col.l7{width:58.33333%}
  .col.l8{width:66.66666%}
  .col.l9{width:74.99999%}
  .col.l10{width:83.33333%}
  .col.l11{width:91.66666%}
  .col.l12{width:99.99999%}
}

  .rest{overflow:hidden}
  .stretch{margin-left:-16px;margin-right:-16px}
  .content,.auto{margin-left:auto;margin-right:auto}
  .content{max-width:980px}.auto{max-width:1140px}
  .cell-row{display:table;width:100%}
  .cell{display:table-cell}
  .cell-top{vertical-align:top}
  .cell-middle{vertical-align:middle}
  .cell-bottom{vertical-align:bottom}
  .hide{display:none!important}
  .show-block,.show{display:block!important}
  .show-inline-block{display:inline-block!important}




/* End @media */
