.site {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    width:100%;        
    max-width: 100%;
    max-height: 100%;
    background-color: #FFD8B2;
    overflow-y: visible;
    position: relative;
    min-height: 100vh;
}
.site-header{
    z-index: 1;
    flex-direction: row;
    display: flex;
    width: 100%;
    padding: 15px;
    background-color: #FEC34D;
    position: fixed;
    align-items: center;
    justify-content: center;
}
.site-footer{
    z-index: 1;
    width: 100%;
    padding: 15px;
    background-color: #FEC34D;
    flex-direction: row-reverse;
    padding-left: 8%;
    border-color: #FEC34D;
    color: rgb(115, 115, 115);
    bottom: 0px;
}
.navbar-logo{
    align-self: center;
    padding-left: 15px;
    max-width: 8%;
    max-height: 8%;
    position: relative;
}
.Home, .About-Us, .Sponsors, .History, .Resources, .Facilities{
    display: flex;
    margin-left: 40px;
    align-items: center;
    justify-items: center;
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
}
.background{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px;
    background-color: white;
    width: 100%;
    height: 350px;
    background-position: center;
    justify-content: center;
    margin-top: 100px;
}
.paddings{
    padding: 3%;
    padding-bottom: 0;
}
#slider{
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#sponsors{
    display: flex;
    justify-content: center;
    align-items: center;
}
.container{
    width: 1600px;
    margin: auto;
}
.subcontainer{
    width: 85%;
    margin: auto;
    
}
.slide-img{
    width: 100%;
    height: 230px;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.sponsors-img{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover; 
    width: 30%; 
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s;
    height: 150px;
}
.slide-img:hover{
    box-shadow: 0 0 0 200px rgb(0, 0, 0, 0.8) inset;
}
.sponsors-img:hover{
    box-shadow: 0 0 0 200px rgb(255, 255, 255, 0.6) inset;
}
.slide-img a, .sponsors-img a{
    opacity: 0;
    text-decoration: none;
    transform: scale(0);
    transition: 0.5s;
    font-size: 1.5rem;
    color: white;
}
.slide-img:hover a, .sponsors-img:hover a{
    opacity: 1;
    transform: scale(1);
}
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  

/* Dropdown Button */
.dropbtn {
    align-items: center;
    justify-content: center;
    background-color: #FEC34D;
    color: white;
    margin-left: 10%;
    font-size: 150%;
    border: none;
}
  
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
  
  /* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
  
  /* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
  
  /* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #FEC34D;}

.img-1{
    background-image: url("images/Worlds_outside.JPG");
}
.img-2{
    background-image: url("images/Worlds_inside.JPG");
}
.img-3{
    background-image: url("images/Worlds_outside.JPG");
}
.img-4{
    background-image: url("images/Worlds_inside.JPG");
}
.image-1{
    background-image: url("images/Caterpillar.png");
}
.image-2{
    background-image: url("images/purduefirst.png");
}
.image-3{
    background-image: url("images/stratasys.png");
}
.image-4{
    background-image: url("images/WL.png");
}
.image-5{
    background-image: url("images/arconic.png");
}
.image-6{
    background-image: url("images/sledgehammerMark.png");
}
.image-7{
    background-image: url("images/ccdi.png");
}
.image-g1{
    background-image: url("images/andymark.png");
}
.image-g2{
    background-image: url("images/98golf.png");
}
.image-g3{
    background-image: url("images/inmac.png");
}
.image-g4{
    background-image: url("images/haas.png");   
}
.image-g5{
    background-image: url("images/summit.svg");
}
.image-g6{
    background-image: url("images/radian.png");
}
.image-s1{
    background-image: url("images/oscarwinski.png");
}
.image-s2{
    background-image: url("images/colors.jpg");
}
.image-s3{
    background-image: url("images/sel.png");
}
.Paragraph{
    white-space: pre-line;
}
li{
    display: inline;
}

@media(max-width:1600px){
    .container{
        width: 100%;
    }
}
.facilities {
    border-top: 40px;
    margin-left: 40px;
    align-self: center;
    font-size: 150%;
    color: rgb(255, 255, 255);
}

