* {
    box-sizing: border-box;
  }

  html {
    font-family: "Squada One", sans-serif;
    font-weight: 200;
    font-style: normal;

  }


    


.line {
  display: block;
  border-bottom: 1px solid rgb(250, 166, 11); 

   }  

body {
    background-color: #000000;
 }

header
{
  color: #000000;
  font-size: 25px;
  text-align: center;
}




/*
  @media (max-width: 700px) {
    img {
      width: 100%;
      max-height: 300px;

    }
  }
    */


.maincontainer{

  min-height:100%;
  background-color: #000000;
  opacity: 1;
  z-index: -2;
  position: absolute;
}


/* Add a black background color to the top navigation */
.topnav {
  background-color: #000000;
  position: relative;
 
  overflow: hidden;
}
.logo {
  float: left;
  width: 15%;
  margin: auto;
}
/* Style the links inside the navigation bar */
.topnav a {
  
  float: right;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #cf8d12;
  color: white;
}

/* Slideshow container */
  .slideshow-container {
    

    position: relative;
    margin: auto;
    background-color: #ffffff;
    z-index: -1;

  }

  .mySlides {display: none;
  
  height: auto;


    
  
  margin: auto;
  background-color: #ffffff;
  }

  .mySlides img {

    display: block;
    margin: auto;
    box-shadow: 2px 2px rgb(189, 185, 185);

   
    width:100%;
    max-height: 100%;

  
    
   
    
  }
/*
  .maincontainer::after {
    content: "";
    clear: both;
    display: table;
  }
    */

  [class*="col-"] {
    float: left;
    padding: 15px;
  }
 

  .footer {
    background-color: #ffffff;

  
    display: flex;
    justify-content: space-between;
    
  }
  /* For mobile phones: */
  [class*="col-"] {
    
    width: 100%;


    
    
  }

  @media only screen and (max-width: 600px) {
    
    .mySlides img {
      width:100%;
      max-height: 400px;
    }

 

  }


  @media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}

    .mySlides {
      width: 75%;
      height: auto;
      margin: auto;
     }

      
  .mySlides img {
        width:100%;
        max-height: 500px;
      }

  }
  @media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    .mySlides {
      width: 50%;
      height: auto;
      margin: auto;
   }

     
  .mySlides img {
        width:75%;
        max-height: 500px;
      }


      .next {
        right: 35%;
        border-radius: 3px 0 0 3px;
        z-index: 1;
      }
      .prev{
        left: 35%;
        border-radius: 3px 0 0 3px;
        z-index: 1;
      }




  }


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: rgb(248, 244, 13);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */

.next {
 
  right: 0;
  border-radius: 3px 0 0 3px;
  z-index: 1;
}
.prev{
  left:0;
  border-radius: 3px 0 0 3px;
  z-index: 1;
}


/* 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);
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.biglogo img{
  max-width: 100px;
}


.fa-facebook {
  background: rgb(235, 158, 16);
  color: rgb(0, 0, 0);
  text-decoration: none;

}



.fa-instagram {
  background: rgb(235, 158, 16);
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}
