*{
  box-sizing: border-box;
}

/*menuen starter her*/
/*hvordan overlayet ser ud nÃ¥r det kommer frem*/

/*Dorte koder Menu + Forside*/

/*Dorte koder Forsiden*/

#sebastian {
  max-width: 100%;
  height: auto;
  margin: 0;
  background-image: url(img/breatherdesigntema3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/*header og navmenu*/
#sebastian header {
  height: 98px;
  padding: 0;
  padding-bottom: 20px;
  border-bottom: solid 3px white; /*#414033;*/
  background-color: rgba(129,76,79,0.4); /*#814C4F;*/
  margin: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

#sebastian header #header {
  height: 98px;
}

#sebastian header #header img {
  height: 90%;
  padding: 8px 0 0 5%;
  margin: 0;
  float: left;
}

#sebastian nav {
  position: absolute;
  margin-top: 1.4em;
  width: 80%;
  margin-left: 10%;
}

#sebastian nav ul {
  list-style-type: none;
  margin: 0;
  /*padding: 0;*/
  /*padding-left: 5%;*/
  overflow: hidden;
  padding-top: 12px;
}

#sebastian nav ul li {
      float: right;
}

#sebastian nav ul li a {
    display: block;
    padding: 0px 5px 0px 5px;
    text-decoration: none;
    font-size: 1rem;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Varela Round', sans-serif;
}

#sebastian li a:hover {
  color: rgb(83,112,129);
}
/*maincontent*/
#sebastian main {
  /*margin-top: 120px; /* Add a top margin to avoid content overlay */
  /*padding-top: 32px;
  height: 505px;
  padding-bottom: 10px;*/

  margin: 8em 5%;
  padding-top: 1%;
  padding-bottom: 10px;
  padding-left: 2%;
  padding-right: 2%;
  background-color: white;
  height: 200%;
  opacity: 0.95;
}

#sebastian h1 {
  font-family: 'Varela Round', sans-serif;
}

#sebastian p{
  font-family: 'Open Sans Condensed';
  font-size: 1.5em;
}

/*#sebastian main section {
  width: 100%;
  height: 25%;
  padding: 4px 0;
  margin: 0.
}*/

/*footer*/
#sebastian footer {
  height: 98px;
  padding: 0;
  border-top: solid 3px white; /*#414033;*/
  margin: 0;
  background-color: rgba(129,76,79,0.4);
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34px;
  /*opacity: 0.7;*/
}

#sebastian footer p {
  text-align: center;
  font-size: 0.75em;
  font-family: 'Varela Round', sans-serif;
  color: #ffffff;
}
/*forside slutter her */

/*Hamburgermenuen starter her*/
/*hvordan overlayet ser ud når det kommer frem*/
/*Dorte koder Menu + Forside*/

.navi{
  height: 100%;
  width:0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #537081;
  overflow-x: hidden;
  transition: 0.5s;
}

/*hvordan ser indholdet ud i hamburgermenuen*/
.overlayer{
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  margin-top: 30px;
  font-family: 'Varela Round', sans-serif;
}
/*hvordan linkene ser ud i overlay*/
.navi a{
  padding: 8px;
  text-decoration: none;
  font-size: 1.2rem; /*tekststørrelse i åben menu*/
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

/*giver farve når der holdes over indholdet*/
.navi a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/*position af x/lukke knappen i menuen*/
.navi .closebut{
  position: absolute;
  top: 15px;
  right: 5%;
  padding: 0;
  font-size: 60px;
}
/*hamburgerikon*/
span{
  position: absolute;
  right: 5%;
  margin-top: 20px;
  font-size: 2em;
  color: #ffffff;
  cursor: pointer;
}
html, body{
  padding: 0;
  margin: 0;
  height: auto;
}

ul.billeder{
  list-style: none;
  display: block;
  margin: 20px;
  padding: 0;
}
ul img{
  width:250px;
  float: left;
  margin: 10px;
}

.jada {
  border: 5px;
  border-color: #633434;
  display: block;
  background-color: white;
  margin: 25px;
  width:90%;
  height: 800px;
  /*flex-wrap: nowrap;*/
  /*justify-content: space-around;*/
}
/*menuen slutter her*/

/*start mediaqueries*/
@media screen and (max-width: 560px) {
#sebastian nav {
  display: none; /*nav menubar forsvinder*/
}

/*.jada{
  width: 60%;
  height:auto;*/
}
@media screen and (max-width: 751px) {
  #sebastian .jada {
      }
}

@media screen and (max-width: 845px) {
  /*#dorte main section {/*de 3 kasser ændres til fuldskærmsstørrelse*/
    /*width: 97%;
    height: 30%;
    margin: 1.5%;
    padding-right: 5%;*/
}
/*.jada{
  width: 40%;
  height: auto;*/
}
  #dorte main section h1{
    padding-top: 25px; /*lidt større padding over h1*/
}

/*slut mediaqueries*/
