@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
*{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
      }
  html,
  body {
      min-width: 1170px;
      margin: 0;
      padding: 0;
      font-family: 'Poppins', sans-serif;

      font-size: 20px;
  
     
}
  html,
  body {
      overflow-x: scroll
  }
  a {
  text-decoration: none;
  color: #000000;
}
#navigator{
  list-style: none;
  display: flex;
  float: left;
  width: 50%;
  margin-left: 25%;
  margin-right: 400px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  margin-top: 20px;
  }
#navigator li{
display: inline;
border-radius: 5px;
background: #f2e8c9;
border: 1px solid silver;
padding: 0 20px;
cursor: pointer;
}
#navigator li:hover{
  background: #725d43;
  border-radius: 5px;
  border-color: #333;
  color: #ffffff;
}
#navigator li:not(:last-of-type){
  margin-right: 5px;
  }
#header{
  background-image: url('loft.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  font-size: 80px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #fff;
  line-height: 400px;
  }
#main{
  width: 60%;
  font-size: 35px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  padding: 20px 2.5%;
  float: left;
  }
  .elektrik{
  width: 500px;
  float: left;
  margin-left: 20px;
  border: 2px solid silver;
  }
#prise{
  display: block;
  padding-bottom: 20px;
  bottom: center no-repeat;
  padding-top: 30px;
  font-weight: normal;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
  float: left;
  }
  h2 {
      text-align: center;
      margin-top: 50;
  }
  h3{
    margin-left: 200px;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  table {
      width: 100%;
      border-collapse: collapse;
      }
  table tr td {
      padding: 8px 10px;
      text-align: center;
      border: 1px solid #bbb;
      vertical-align: top;
  }
  table tr:nth-child(2n-1) {
      background: #f2e8c9
  }
  table tr:first-child {
      background: #725d43;
      color: #fff;
      white-space: nowrap;
  }
  table tr:first-child td {
      border: 0
  }
  table tr td:first-child {
      text-align: left;
  }
  .table-price td+td{
      width:150px;
  }
  .table-responsive{
    margin-left: 200px;
    margin-right: 200px;
  }



#portfolio{
  display: block;
  width: 100%;
  margin: auto;
  border: none;
  text-align: center;
  font-size: 50px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #725d43;
  float: left;
  }
  label {
    font-size: 40px;
    text-transform: none;
  }
  * {box-sizing:border-box}

  /* Slideshow container */
  .slideshow-container {
    max-width: 850px;
    position: relative;
    margin: auto;
  }

  /* Hide the images by default */
  .mySlides {
      display: none;
  }

  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
  }

  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }

  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 25px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    background-color: rgba(0,0,0,0.7);
  }

  /* Number text (1/8 etc) */
  .numbertext {
    color: #fff;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  /* The dots/bullets/indicators */

  .active {
    background-color: #717171;
  }

  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }

  @-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

  #footer{
    width: 100%;
    height:120px;
    padding-left: 50;
    padding-top: 50;
    border-top: 4px solid silver;
    background: #725d43;
    color: #fff;
    float: left;
    position:fixed;
    left: 0;
    bottom: 0;
   
  }
#adress{
    
  text-align: center;
  }


@media (max-width: 1200px) {

  html,
  body {
    
width: 100%;
max-width: 1195px;
margin: 0 auto;   
}


#header{



   font-size: 50px;
   line-height: 400px;
  }
    h3{
    margin-left: 0px;
  }

    .table-responsive{
    margin-left: 0px;
    margin-right: 0px;
  }




}
  
  
@media (max-width: 1000px) {
  body {
    
width: 100%;
max-width: 995px;
margin: 0 auto;   
}
}


@media (max-width: 768px) {
  body {
    
width: 100%;
max-width: 763px;
margin: 0 auto;   
}
}





@media (max-width: 480px) {
  body {
    
width: 100%;
max-width: 475px;
margin: 0 auto;   
}


   .table-responsive{
    font-size: 30px;
  }


}
