* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    background-color: #03AED2;
}


#intro{
    text-align: center;
    padding-left: 16%;
    padding-right: 16%;
    margin-left: 14%;
    margin-right: 14%;
    font-size: 25px;
    position: relative;
    z-index: 1 !important;
    background: rgba(0,0,0,0.75);
    border-radius: 30px;

}
h1, h2 {
    margin-bottom: 10px;
}

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

label {
    display: block;
    margin-bottom: 5px;
}

#core {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    margin-left: 14%;
    margin-right: 14%;
    font-size: 25px;
    position: relative;
    color: whitesmoke;
    z-index: 1 !important;
    background: rgba(0,0,0,0.75);
    border-radius: 30px;
}
#image-gallery{
    margin-top: 14%;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    margin-left: 14%;
    margin-right: 14%;
    font-size: 25px;
    position: relative;
    color: whitesmoke;
    z-index: 1 !important;
    border-radius: 30px;
}



.navbar{
    margin: 0;
    padding: 0;
}
.navbar ul {
    height: 10%;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #03AED2;
    text-align: center;
}

.navbar li {
    display: inline-flex;
}

.navbar li a {
  display: block;
  color: whitesmoke;
  text-align: center;
  padding: 30px 27px;
  font-size: 25px;
  text-decoration: none;
}
#pricing{
    padding-left: 10%;
    padding-right: 10%;
    margin-left: 14%;
    margin-right: 14%;
    font-size: 25px;
    text-align: center;
    background: rgba(0,0,0,0.75);
    border-radius: 30px;    
}
.textus{
    font-size: 19px;
}
.navbar li a:hover {
  background-color:#0E46A3;
  border-radius: 30px;
}
table {
    width: 100%;
    border-collapse: collapse;
}

td {
    border: 4px solid #0E46A3; 
    padding: 8px;
    text-align: center;
    background-color: #33b0c9;
}
.tabulkahead{
    border: 4px solid #0E46A3; 
    padding: 8px;
    text-align: center;
    background-color: #0E46A3;
}

#contact{
    padding-left: 10%;
    padding-right: 10%;
    margin-left: 14%;
    margin-right: 14%;
    font-size: 25px;
    text-align: left;
    background: rgba(0,0,0,0.75);
    border-radius: 30px;  
}
.carousel-item{
    padding: 15px;
     
     & img{
       border-radius: 30px;
       height: 600px;
       
       box-shadow: 0px 5px 5px rgba(0,0,0,.21);
     transition: .15s linear;  
     }
     
    
   }
   
   
   @media only screen and (max-width: 650px)
   {
     .carousel-item img{
       height: auto;
     }
   }
   
   

   
   .carousel-control-prev{
     left: -75px;
     margin: 0 -25px;
     color: black !important;
   }
   .carousel-control-next{
     right: -75px;
     margin: 0 -25px;
     color: black !important;
   }
   span {
    color: black;
   }


   .section, .section-1, .section-2 {
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100%;
    position: relative;
            
   }
   .section-3 {
    padding: 0;
    margin: 0;
    height: 75vh;
    width: 100%;
    position: relative;
            
   }
   .section-4 {
    padding: 0;
    margin: 0;
    height: 115vh;
    width: 100%;
    position: relative;
            
   }
   .section-2{
    margin-bottom: 25vh;
   }
   #logo{
    height: 4vh;
   }
   #objekt1{
    position: relative;
    background-size: cover;
    background-position: center;
    color: white; /* Text color */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('pic1.jpg');
    height: 100vh;
    background-repeat: no-repeat;
   }
   #objekt2{
    position: relative;
    background-size: cover;
    background-position: center;
    color: white; /* Text color */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('pic2.jpg');
    height: 125vh;
    background-repeat: no-repeat;
   }
   #objekt3{
    position: relative;
    background-size: cover;
    background-position: center;
    color: white; /* Text color */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('pic3.jpg');
    height: 75vh;
    background-repeat: no-repeat;
   }

   #objekt4{
    position: relative;
    background-size: cover;
    background-position: center;
    color: white; /* Text color */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('pic4.jpg');
    height: 115vh;
    background-repeat: no-repeat;
   }
   
   
   
   
   
    @media only screen and (max-width:800px) {
     *{
         margin: 0;
        padding: 0;
     }
     body{
         margin: 0;
        padding: 0;
     }
     
     .navbar {
        margin-bottom: 20px;
        
    }

    #intro, #core, #image-gallery, #contact, #pricing {
        font-size: 10px;
        padding-bottom: 40px;
        margin-bottom: 50px;
    }

    section {
        margin-bottom: 40px;
    }
    h2, p{
        font-size: 10px;
    }
    .textus{
        font-size: 10px;
    }
     .carousel-control-prev{
        left: -55px;
        margin: 0 -15px;
        color: black !important;
      }
      .carousel-control-next{
        right: -55px;
        margin: 0 -15px;
        color: black !important;
      }
      .carousel-item{
        padding: 5px;
         
        
       } 
  }
