
.slide-1 {
  top: 125px;
  bottom: auto;
  left: -700px;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  line-height: 35px;
}
.slide-2 {
    top: 125px;
    bottom: auto;
    left: -700px;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    line-height: 35px;
}
.slide-3 {
  top: 125px;
  bottom: auto;
  left: -700px;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  line-height: 35px;
}

h3 {
  font-size: 120px;
  line-height: 80%;
  
}
.navbar{
  background-color:transparent;
}

body {
  background-color: rgb(21, 37, 61);
  font-family: 'Roboto', sans-serif;
}

h2{
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
}

.carousel{
  margin-top: 5%;
}

.navbar-nav {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

h1 {
  font-size: 70px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  padding-bottom: 60px;
}
.parmums{
  color: rgb(237, 180, 30);
  line-height: 35px;
  font-size: 25px;
}

.map-container{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

.ipasibas {
  line-height: 25px;
  font-size: 20px;
}

h4{
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}

@media (max-width: 330px) {
  .aboutpic{
    width: 80%;
    height: 80%;
  }
  p{
    font-size: 15px;
    line-height: 20px;
  }
  h1{
    font-size: 40px;
    margin-bottom: -12%;
  }
  .carousel {
    display: none;
  }
  .navbar {
    background-color: black;
    margin-top: none;
  }
  .bilde {
    width: 250px;
    height: 115px;
  }
  h4{
    padding-bottom: 15px
  }

  .ipasibas {
    margin-top: 25%;
  }

}

@media screen and (min-width: 331px) and (max-width: 640px){
  .aboutpic{
    width: 80%;
    height: 80%;
  }
  p{
    font-size: 15px;
    line-height: 20px;
  }
  h1{
    font-size: 40px;
    margin-bottom: -12%;
  }
  .carousel {
    display: none;
  }
  .navbar {
    background-color: black;
    margin-top: none;
  }
  .bilde {
    width: 300px;
    height: 125px;
  }
  h4{
    padding-bottom: 15px
  }

  .ipasibas {
    margin-top: 25%;
  }

}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .aboutpic{
    width: 80%;
    height: 80%;
  }
  p{
    font-size: 15px;
    line-height: 20px;
  }
  h1{
    font-size: 40px;
  }
  .carousel {
    display: none;
  }
  .navbar {
    background-color: black;
    margin-top: none;
  }
  .bilde {
    width: 300px;
    height: 125px;
  }
  h4{
    padding-bottom: 15px
  }

  .ipasibas {
    margin-top: 10%;
  }

}