@import url('https://fonts.googleapis.com/css2?family=Roboto:ital@1&display=swap');
 * {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
 }

 h1 {
  margin: 5px;
  margin-left: 1cm;
 }

 h2 {
  margin-bottom: 20px;
 }

 h3 {
  margin-top: 20px;
  margin-bottom: 20px;
 }

 h1 span {
  font-size: 1.5em;
 }

p {
  font-family:'Times New Roman', Times, serif;
  padding-bottom: 5px;
  font-size: 1.3em;
}

p span {
  font-size: 1.4em;
}

a {
  font-size: 1.1em;
}

 header {
  margin-bottom: 25px;
 }

 body {
  font-size: 62.5%;
 }

/* sections */
section {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;				           
  box-shadow: 0 0 5px rgba(0,0,0,.8);
  background-image: url('/resources/vitMarmor.jpg');	        
 }

.address {
  justify-content: flex-start;
  font-size: 1.3em;
}

.address a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

.address p {
  font-family: 'Roboto', sans-serif;
}

   /* Create a sticky/fixed navbar */
   nav {
    display: none;
    overflow: hidden;
    background-color: transparent; /* orginal #0000001c*/
    padding: 40px 0px; /* Large padding which will shrink on scroll (using JS) */
    transition: 0.4s; /* Adds a transition effect when the padding is decreased */
    position: fixed; /* Sticky/fixed navbar */
    width: 100%;
    transition: top 0.3s ease; /* Transition effect when sliding down (and up) */
    top: 0; /* At the top */
    z-index: 99;
  }
  
  /* Style the navbar links */
  nav a {
    float: left;
    display: block;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 12px;
    margin: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
  }
  
  /* color logo name */
  nav span {
    color: rgb(189, 161, 1);
    font-family:'Times New Roman', Times, serif;
  }
  /* Style the logo */
  nav #logo {
    font-size: 35px;
    font-weight: bold;
    font-family:'Times New Roman', Times, serif;
    transition: 0.4s;
    background-color: royalblue;
    margin-left: 20px;
    border-style: solid;
    border-color: rgb(189, 161, 1);
  }
  
  /* Links on mouse-over */
  nav a:hover {
    background-color: rgba(0, 0, 0, 0.301);
    color: rgb(255, 255, 255);
  }
  
  /* Style the active/current link */
  nav a.active {
    color: white;
  }
  
/* mobile menu / hamburger */
.mobile-nav {
  background: royalblue;
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 16px 10px;
  z-index: 1;
}

.mobile-menu-items ul {
  list-style: none;
  text-align: center;
  padding: 0;
}

.mobile-menu-items ul li {
  margin: 32px 0;
}

.mobile-menu-items ul li a {
  color: #fcfcfc;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;

}

.mobile-menu-items {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  background: royalblue;
  z-index: -1;
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 400ms;
  }
  
  .mobile-menu-items.active {
  opacity: 1;
  transform: translateY(0);
  }

  /* color logo name */
  .mobile-nav span {
    color: rgb(189, 161, 1);
    font-family:'Times New Roman', Times, serif;
  }

  /* Style the logo */
  .mobile-nav #mobile-logo {
    text-decoration: none;
    color: #fcfcfc;
    font-size: 25px;
    font-weight: bold;
    font-family:'Times New Roman', Times, serif;
    transition: 0.4s;
    background-color: royalblue;
    margin: 20px;
    padding: 10px;
    border-style: solid;
    border-color: rgb(189, 161, 1);
  }

  .mobile-nav img {
    margin-top: 20px;
    margin-right: 20px;
    height: 50px;
  }

  /* The hero image */
.hero-image {

  margin-top: -20px;
/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/resources/pool-gcadff16fb_1920.jpg");
  
/* Set a specific height */
height: 50vh;

/* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
  /* The hero image2 */
  .hero-image2 {

    margin-top: -20px;
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/resources/hotel-room-g885aca44c_1920.jpg");
    
  /* Set a specific height */
  height: 50vh;
  
  /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
    /* The hero image3 */
  .hero-image3 {

    margin-top: -20px;
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/resources/receptionists-g7ac039e04_1920.jpg");
    
  /* Set a specific height */
  height: 50vh;

/* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

/* flex container */
.flex-container {
  display: flex;
  flex-direction: column;  /* column när de e mobil*/
  align-items: center;
  justify-content: center;
}

.flex-container > div {
  margin: 10px;
  border-bottom: 1px solid #000000;    /* Skapar en border */
	border-color: #000000;						    /* Border färg */
  box-shadow: 0 0 5px rgba(0,0,0,.8);  /* skugg färg */
  font-size: 1.2em;
}

/* flex container INTRO */
.flex-container-intro {
  display: flex;
  flex-direction: column;  /* column när de e mobil*/
  align-items: center;
  justify-content: center;
}

.flex-container-intro > div {
  margin: 10px;
  padding: 25px;
  font-size: 1.2em;
}

/* flex container KONTAKT */
.flex-container-kontakt {
  display: flex;
  flex-direction: column;  /* column när de e mobil*/
  align-items: flex-start;
  justify-content: flex-start
}

.flex-container-kontakt > div {
  margin: 10px;
  padding: 25px;
  font-size: 1.2em;
}

/* flex container REV */
.flex-container-rev {
  display: flex;
  flex-direction: column-reverse;  /* column-reverse när de e mobil*/
  align-items: center;
  justify-content: center;
}

.flex-container-rev > div {
  margin: 10px;
  padding: 25px;
  font-size: 1.2em;
}

/* Hover bild */
.mwh-hov {
	width: 350px;
	height: 250px;
	overflow: hidden;
	margin: 0 auto;
}
	
.mwh-hov img {
  margin-left: 0;
	width: 100%;
	height: 100%;
	transition: 0.5s all ease-in-out;
}
	
.mwh-hov:hover img {
	transform: scale(1.1);
}

.bild-div {
  width: 100%;
  height: auto;
  max-width: 500px;
  min-width: 200px;

}

/* knappar */
button {
  margin-top: 5px;
  padding: 5px;
  box-shadow: 0 0 2px rgba(255, 254, 254, 0.8);          /* skugg färg på knappen */
}

/* ta mig till toppen knapp */
#backUp {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 240px;
  right: 15px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: royalblue;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}

#backUp:hover {
  background-color: rgb(52, 84, 180);
}

#backUp a {
  text-decoration: none;
  color: white;
}

form {
  max-width: 270px;
}

#message {
  max-width: 270px;
}

video {
  width: 100%;
  height: auto;
}

/* SIDFOT */
footer {
  font-size: 1.5em;
  background-color: royalblue;
  margin-top: 10px;
  padding: 30px;
  color: white;
  border-top: 1px solid #000000;               /* Skapar en border till sidfoten. */
	border-color: #000000;						            /* Border färg på sidfoten */
  box-shadow: 0 0 5px rgba(0,0,0,.8);          /* skugg färg på sidfoten */
}

footer ul {
  display: block;
  padding-left: 10px;
  padding-bottom: 20px;
  list-style-type: none;
}

footer a {
  padding: 5px;
  text-decoration: none;
  color: white;
}

/* color logo name */
footer span {
  color: rgb(189, 161, 1);
  font-family:'Times New Roman', Times, serif;
}
/* Style the logo */
footer #footer-logo {
  font-size: 1.2em;
  font-weight: bold;
  font-family:'Times New Roman', Times, serif;
  padding: 5px;
  justify-self: center;
  transition: 0.4s;
  background-color: royalblue;
  border-style: solid;
  border-radius: 5px;
  border-color: rgb(189, 161, 1);
}

footer article {
  text-align: center;
  background-color: rgb(52, 84, 180);
  border-radius: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

/* flex container */
footer .flex-container {
  display: flex;
  justify-content:left;
  overflow: hidden;
  flex-direction: row;
}

.footer .flex-container > div {
  overflow: hidden;
  border-bottom: 1px solid #000000;    /* Skapar en border till sidfoten. */
	border-color: #000000;						    /* Border färg på sidfoten */
  box-shadow: 0 0 5px rgba(0,0,0,.8);  /* skugg färg på sidfoten */
  font-size: 30px;
}


















/*                                                     *************** TABLET! *******************                                                                           */
/* Media Query for Tablet */
@media only screen and (min-width:767px) {

  nav {
    padding: 20px 10px !important; /* Use !important to make sure that JavaScript doesn't override the padding on small screens */
  }
    main {
      margin: 30px;
    }

     /* Create a sticky/fixed navbar */
     nav {
      display: none;
      overflow: hidden;
      background-color: transparent; /* orginal #0000001c*/
      padding: 40px 0px; /* Large padding which will shrink on scroll (using JS) */
      transition: 0.4s; /* Adds a transition effect when the padding is decreased */
      position: fixed; /* Sticky/fixed navbar */
      width: 100%;
      transition: top 0.3s ease; /* Transition effect when sliding down (and up) */
      top: 0; /* At the top */
      z-index: 99;
    }
    
    /* Style the navbar links */
    nav a {
      display: block;
      color: rgb(255, 255, 255);
      text-align: center;
      padding: 12px;
      margin: 12px;
      text-decoration: none;
      font-size: 18px;
      line-height: 25px;
      border-radius: 4px;
    }
    
    /* color logo name */
    nav span {
      color: rgb(189, 161, 1);
    }
    /* Style the logo */
    nav #logo {
      font-size: 35px;
      font-weight: bold;
      transition: 0.4s;
      background-color: royalblue;
      margin-left: 20px;
      border-style: solid;
      border-color: rgb(189, 161, 1);
    }
    
    /* Links on mouse-over */
    nav a:hover {
      background-color: rgba(0, 0, 0, 0.301);
      color: rgb(255, 255, 255);
    }
    
    /* Style the active/current link */
    nav a.active {
      color: white;
    }
    
/* mobile menu / hamburger */
.mobile-nav {
  background: royalblue;
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 16px 32px;
  z-index: 1;
}

.mobile-menu-items ul {
  list-style: none;
  text-align: center;
  padding: 0;
}

.mobile-menu-items ul li {
  margin: 32px 0;
}

.mobile-menu-items ul li a {
  color: #fcfcfc;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.mobile-menu-items {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  background: royalblue;
  z-index: -1;
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 400ms;
  }
  
  .mobile-menu-items.active {
  opacity: 1;
  transform: translateY(0);
  }

  /* color logo name */
  .mobile-nav span {
    color: rgb(189, 161, 1);
  }

  /* Style the logo */
  .mobile-nav #mobile-logo {
    text-decoration: none;
    color: #fcfcfc;
    font-size: 25px;
    font-weight: bold;
    transition: 0.4s;
    background-color: royalblue;
    margin: 20px;
    margin-left: -2px;
    padding: 10px;
    border-style: solid;
    border-color: rgb(189, 161, 1);
  }

  .mobile-nav img {
    margin-top: 20px;
    margin-right: 0px;
    height: 50px;
  }
  
/* flex container */
.flex-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-container > div {
  margin: 10px;
  border-bottom: 1px solid #000000;    /* Skapar en border */
	border-color: #000000;						    /* Border färg */
  box-shadow: 0 0 5px rgba(0,0,0,.8);  /* skugg färg */
  font-size: 1.2em;
}

/* flex container INTRO */
.flex-container-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-container-intro > div {
  margin: 10px;
  padding: 25px;
  font-size: 1.2em;
  max-width: 800px;
}

/* flex container KONTAKT */
.flex-container-kontakt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start
}

.flex-container-kontakt > div {
  margin: 10px;
  padding: 25px;
  font-size: 1.2em;
  max-width: 800px;
}

/* flex container REV */
.flex-container-rev {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}

.flex-container-rev > div {
  margin: 10px;
  padding: 25px;
  font-size: 1.2em;
  max-width: 800px;
}

/* sections */
section {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;				           
  box-shadow: 0 0 5px rgba(0,0,0,.8);          
 }

  .mwh-hov {
    width: 350px;
    height: 250px;
    overflow: hidden;
    margin: 0 auto;
  }

  .bild-div {
    width: 100%;
    height: auto;
    min-width: 60px;
  }

  #navbar-right {
    float: none;
  }

  .flex-container-intro {
    flex-direction: column;
  }

/* ta mig till toppen knapp */
#backUp {
  display: none;
  position: fixed;
  bottom: 260px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: royalblue;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}

#backUp:hover {
  background-color: rgb(52, 84, 180);
}

#backUp a {
  text-decoration: none;
  color: white;
}

  video {
    width: 600px;
  }
  
}










/*                                                 *************** DESKTOP! *******************                                                                           */

/* Media Query for Desktop */
@media only screen and (min-width: 1200px) {

  section {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;				                 
   }

  main {
    margin-left: 5cm;
    margin-right: 5cm;
  }
  
   /* Create a sticky/fixed navbar */
 nav {
  display: inline;
  overflow: hidden;
  background-color: #0000008e; /* orginal #0000001c*/
  padding: 40px 0px; /* Large padding which will shrink on scroll (using JS) */
  transition: 0.4s; /* Adds a transition effect when the padding is decreased */
  position: fixed; /* Sticky/fixed navbar */
  width: 100%;
  transition: top 0.3s ease; /* Transition effect when sliding down (and up) */
  top: 0; /* At the top */
  z-index: 99;
}

/* Style the navbar links */
nav a {
  float: left;
  display: block;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 12px;
  margin: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

nav ul li {
  list-style: none;
}

/* color logo name */
nav span {
  color: rgb(189, 161, 1);
}
/* Style the logo */
nav #logo {
  font-size: 35px;
  font-weight: bold;
  transition: 0.4s;
  background-color: royalblue;
  margin-left: 20px;
  border-style: solid;
  border-color: rgb(189, 161, 1);
}

/* Links on mouse-over */
nav a:hover {
  background-color: rgba(0, 0, 0, 0.301);
  color: rgb(255, 255, 255);
}

/* Style the active/current link */
nav a.active {
  color: white;
}

/* Display some links to the right */
#navbar-right {
  flex-direction: row;
}

/* mobile menu / hamburger */
.mobile-nav {
  display: none;
}

/* sections */
  section {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;				           
    box-shadow: 0 0 5px rgba(0,0,0,.8);          
   }

  /* flex container */
.flex-container {
  display: flex;
  flex-direction: row;  /* behövs inte här, men column när de e mobil*/
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}

.flex-container > div {
  margin: 10px;
  border-bottom: 1px solid #000000; 
	border-color: #000000;	
  box-shadow: 0 0 5px rgba(0,0,0,.8);
  font-size: 1.2em;
}

/* flex container INTRO */
.flex-container-intro {
  display: flex;
  flex-direction: row;  
  align-items: center;
  justify-content: flex-start;
}

.flex-container-intro > div {
  margin-left: 10px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 1.2em;
  max-width: 800px;
}

/* flex container REV */
.flex-container-rev {
  display: flex;
  flex-direction: row; 
  align-items: center;
  justify-content: center;
}

.flex-container-rev > div {
  margin: 10px;
  padding: 25px;
  font-size: 1.2em;
  max-width: 800px;
}

/* flex container KONTAKT */
.flex-container-kontakt {
  display: flex;
  flex-direction: row; 
  align-items: center;
  justify-content: flex-start;
}

.flex-container-kontakt > div {
  margin: 10px;
  padding: 25px;
  font-size: 1.2em;
  max-width: 800px;
}

/* Hover bild */
.mwh-hov {
	width: 350px;
	height: 250px;
	overflow: hidden;
	margin: 0 auto;
}

.bild-div {
width: 100%;
height: auto;
min-width: 530px;
}

/* ta mig till toppen knapp */
#backUp {
  display: none;
  position: fixed;
  bottom: 280px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: royalblue;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}

#backUp:hover {
  background-color: rgb(52, 84, 180);
}

#backUp a {
  text-decoration: none;
  color: white;
}

video {
  width: 100%;
  height: auto;
  max-width: 600px;
}

footer {
  font-size: 1.5em;
  background-color: royalblue;
  margin-top: 10px;
  padding-bottom: 15px;
  color: white;
  border-top: 1px solid #000000;               /* Skapar en border till sidfoten. */
	border-color: #000000;						            /* Border färg på sidfoten */
  box-shadow: 0 0 5px rgba(0,0,0,.8);          /* skugg färg på sidfoten */
}

footer ul {
  list-style-type: none;
}

footer a {
  padding: 0px;
  text-decoration: none;
  color: white;
}

/* flex container */
footer .flex-container {
  display: flex;
  justify-content:left;
  overflow: hidden;
  flex-direction: row;
}

footer .flex-container > div {
  overflow: hidden;
  margin: 10px;
  font-size: 30px;
}
}