header {
    background: #D7E3FC;
    position: relative;
    height: 60px;
	z-index: 10;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}

header h1 {
    color: #023e8a;
    margin: auto;
}
header h2 {
    color: #0077b6;
    margin: auto;
}

#nav_button {
	display: none;
}

nav {
    background: #EDF2FB;
}

nav a {
    background: #023e8a;
    color: #D7E3FC;
    display: inline-block;
    padding: 12px;
    font-size: 15px;
    margin: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

main {
    background: #EDF2FB;
    margin: 0 auto;
    padding: 1px;
    min-height: 500px;
    padding-top: 5px;
}

main h2 {
    color: #0077b6;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    
}

main p {
    color: #00b4d8;
    margin: auto;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
}

ul {
    color: #00b4d8;
    font-size: 20px;
}

li a {
    text-decoration: underline;
    color: #00b4d8;
    
}

footer {
    background: #D7E3FC;
    margin: auto;
    font-family: 'Nunito Sans', sans-serif;
}

footer p {
    color: #0096c7;
    margin: auto;
}

body {
  box-sizing: border-box;
  min-height: 100px;
  margin: 0 auto;
  width: 900px;
  background: #E2EAFC;
  padding-left: 30px;
  padding-bottom: 20px;
  padding-right: 30px;
  text-align: center;
}
#image1 {
  box-sizing: border-box;
  width: 750px;
  height: 563px;
  margin: 10px auto;
  background: white url("london/london1.jpg") no-repeat center center;
  background-size: cover;
  transition: background 0.75s;
  border: 2px solid #448;
  position: relative;
  border-radius: 15px;
  box-shadow: 10px 10px #023e8a;
}
#image2 {
  box-sizing: border-box;
  width: 750px;
  height: 500px;
  margin: 40px auto;
  background: white url("California/California1.jpg") no-repeat center center;
  background-size: cover;
  transition: background 0.75s;
  border: 2px solid #448;
  position: relative;
  border-radius: 15px;
  box-shadow: 10px 10px #023e8a;
}
#image3 {
  box-sizing: border-box;
  width: 750px;
  height: 500px;
  margin: 40px auto;
  background: white url("italien/Italien1.jpg") no-repeat center center;
  background-size: cover;
  transition: background 0.75s;
  border: 2px solid #448;
  position: relative;
  border-radius: 15px;
  box-shadow: 10px 10px #023e8a;
}
#left1 {
  width: 17.5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  background: rgba(255, 255, 255, 0);
}
#left2 {
  width: 17.5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  background: rgba(255, 255, 255, 0);
}
#left3 {
  width: 17.5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  background: rgba(255, 255, 255, 0);
}
#right1 {
  width: 17.5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  background: rgba(255, 255, 255, 0);
}
#right2 {
  width: 17.5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  background: rgba(255, 255, 255, 0);
}
#right3 {
  width: 17.5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  background: rgba(255, 255, 255, 0);
}
#left1:hover, #right1:hover {
  display: flex;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
}
#left2:hover, #right2:hover {
  display: flex;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
}
#left3:hover, #right3:hover {
  display: flex;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
}
#image1 span {
  font-size: 60px;
  display: none;
  margin: auto;
}
#image2 span {
  font-size: 60px;
  display: none;
  margin: auto;
}
#image3 span {
  font-size: 60px;
  display: none;
  margin: auto;
}
#left1:hover span, #right1:hover span {
  display: block;
}
#left2:hover span, #right2:hover span {
  display: block;
}
#left3:hover span, #right3:hover span {
  display: block;
}

#text1 {
    color: #00B4D8;
    width: 750px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 24px;
    font-family: 'Open Sans Condensed', sans-serif;
}

#text2 {
    color: #00B4D8;
    width: 750px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 24px;
    font-family: 'Open Sans Condensed', sans-serif;
}

#text3 {
    color: #00B4D8;
    width: 750px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 24px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.click {
    padding-bottom: 10px;
}

.kontakt {
    margin-bottom: 10px;
    margin: auto;
    color: #0077b6;
}
.fråga1 {
    height: 75px;
    width: 250px;
}

form p {
    padding: 5px;
}

form {
    width: 400px;
    margin: auto;
    background: #D7E3FC;
    padding: 20px;
    border: 3px solid #448;
    border-radius: 15px;
}

@media screen and (max-width:1200px) {
    body {
        width: 90%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        max-height: inherit;
    }
    #nav_button {
        display: block;
        position: absolute;
        bottom: -15px;
        right: 20px;
        box-sizing: border-box;
        padding: 5px 10px;
        border: 1px solid black;
        background: #023e8a;
        color: #D7E3FC;
        font-weight: bold;
        text-align: center;
    }
    #nav_button:hover {
        background: black;
        cursor: pointer;
    }
    nav {
        position: relative;
        margin: -350px;
    }
    nav.open {
        margin: 0;
    }
    nav a {
        display: block;
        margin: 2px;
        font-size: 20px;
    }
    h1 {
        font-size: 30px;;
    }
    main {
        font-size: 75%;
        padding-top: 550px;
    }
    main p { 
        font-size: 23px;
    }
    main h2 {
        padding-bottom: 15px;
    }
    header {
        width: auto;
        height: 75px;
        font-size: 120%;
    }
    #image1 {
        width: 80%;
        height: 500px;; 
        box-shadow: none;
    }
     #image2 {
        width: 80%;
        height: 500px; 
        box-shadow: none;
    }
     #image3 {
        width: 80%;
        height: 500px;
         box-shadow: none;
    }
    #text1 {
        width: 90%;
    }
    #text2 {
        width: 90%;
    }
    #text3 {
        width: 90%;
    }
    footer {
        font-size: 66%;
    }
    form {
        width: 60%;
    }
}

@media screen and (max-width:1000px) {
    body {
        width: 90%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        max-height: inherit;
    }
    #nav_button {
        display: block;
        position: absolute;
        bottom: -15px;
        right: 20px;
        box-sizing: border-box;
        padding: 5px 10px;
        border: 1px solid black;
        background: #023e8a;
        color: #D7E3FC;
        font-weight: bold;
        text-align: center;
    }
    #nav_button:hover {
        background: black;
        cursor: pointer;
    }
    nav {
        position: relative;
        margin: -350px;
    }
    nav.open {
        margin: 0;
    }
    nav a {
        display: block;
        margin: 2px;
        font-size: 20px;
    }
    h1 {
        font-size: 28px;
    }
    main {
        font-size: 75%;
        padding-top: 550px;
    }
    main p {
        font-size: 22px;
    }
    main h2 {
        padding-bottom: 15px;
    }
    header {
        width: auto;
        height: 75px;
        font-size: 110%;
    }
    #image1 {
        width: 90%;
        height: 400px; 
        box-shadow: none;
    }
     #image2 {
        width: 90%;
        height: 400px; 
        box-shadow: none;
    }
     #image3 {
        width: 90%;
        height: 400px;
         box-shadow: none;
    }
    #text1 {
        width: 90%;
    }
    #text2 {
        width: 90%;
    }
    #text3 {
        width: 90%;
    }
    footer {
        font-size: 66%;
    }
    form {
        width: 60%;
    }
}

@media screen and (max-width:800px) {
    body {
        width: 90%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        max-height: inherit;
    }
    #nav_button {
        display: block;
        position: absolute;
        bottom: -15px;
        right: 20px;
        box-sizing: border-box;
        padding: 5px 10px;
        border: 1px solid black;
        background: #023e8a;
        color: #D7E3FC;
        font-weight: bold;
        text-align: center;
    }
    #nav_button:hover {
        background: black;
        cursor: pointer;
    }
    nav {
        position: relative;
        margin: -350px;
    }
    nav.open {
        margin: 0;
    }
    nav a {
        display: block;
        margin: 2px;
        font-size: 20px;
    }
    h1 {
        font-size: 28px;
    }
    main {
        font-size: 75%;
        padding-top: 550px;
    }
    main p {
        font-size: 21px;
    }
    main h2 {
        padding-bottom: 15px;
    }
    header {
        width: auto;
        height: 75px;
        font-size: 100%;
    }
    #image1 {
        width: 90%;
        height: 300px; 
        box-shadow: none;
    }
     #image2 {
        width: 90%
        height: 300px; 
        box-shadow: none;
    }
     #image3 {
        width: 90%;
        height: 300px;
         box-shadow: none;
    }
    #text1 {
        width: 90%;
    }
    #text2 {
        width: 90%;
    }
    #text3 {
        width: 90%;
    }
    footer {
        font-size: 66%;
    }
    form {
        width: 60%;
    }
}

@media screen and (max-width:600px) {
    body {
        width: 90%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        max-height: inherit;
    }
    #nav_button {
        display: block;
        position: absolute;
        bottom: -15px;
        right: 20px;
        box-sizing: border-box;
        padding: 5px 10px;
        border: 1px solid black;
        background: #023e8a;
        color: #D7E3FC;
        font-weight: bold;
        text-align: center;
    }
    #nav_button:hover {
        background: black;
        cursor: pointer;
    }
    nav {
        position: relative;
        margin: -350px;
    }
    nav.open {
        margin: 0;
    }
    nav a {
        display: block;
        margin: 2px;
        font-size: 20px;
    }
    h1 {
        font-size: 28px;
    }
    main {
        font-size: 75%;
        padding-top: 550px;
    }
    main p {
        font-size: 21px;
    }
    main h2 {
        padding-bottom: 15px;
    }
    header {
        width: auto;
        height: 75px;
        font-size: 90%;
    }
    #image1 {
        width: 90%;
        height: 275px; 
        box-shadow: none;
    }
     #image2 {
        width: 90%;
        height: 275px; 
        box-shadow: none;
    }
     #image3 {
        width: 90%;
        height: 275px;
         box-shadow: none;
    }
    #text1 {
        width: 90%;
    }
    #text2 {
        width: 90%;
    }
    #text3 {
        width: 90%;
    }
    footer {
        font-size: 66%;
    }
    form {
        width: 60%;
    }
}

@media screen and (max-width:400px) {
    body {
        width: 90%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        max-height: inherit;
    }
    #nav_button {
        display: block;
        position: absolute;
        bottom: -15px;
        right: 20px;
        box-sizing: border-box;
        padding: 5px 10px;
        border: 1px solid black;
        background: #023e8a;
        color: #D7E3FC;
        font-weight: bold;
        text-align: center;
    }
    #nav_button:hover {
        background: black;
        cursor: pointer;
    }
    nav {
        position: relative;
        margin: -350px;
    }
    nav.open {
        margin: 0;
    }
    nav a {
        display: block;
        margin: 2px;
        font-size: 20px;
    }
    h1 {
        font-size: 28px;
    }
    main {
        font-size: 75%;
        padding-top: 550px;
    }
    main h2 {
        padding-bottom: 15px;
    }
    main p {
        font-size: 21px;
    }
    header {
        width: auto;
        height: 75px;
        font-size: 75%;
    }
    #image1 {
        width: 90%;
        height: 225.2px; 
        box-shadow: none;
    }
     #image2 {
        width: 90%;
        height: 225.2px; 
        box-shadow: none;
    }
     #image3 {
        width: 90%;
        height: 225.2px;
         box-shadow: none;
    }
    #text1 {
        width: 90%;
    }
    #text2 {
        width: 90%;
    }
    #text3 {
        width: 90%;
    }
    footer {
        font-size: 66%;
    }
    form {
        width: 80%%;
    }
    .fråga1 {
        width: 90%;
    }
}