body{
    
    background-color: black;
    
}



/************************MAIN NAV-BAR********************************

==============================================================================================================================================*/





.nav-wrapper {
    
    max-width: 1200px;
    margin:0 auto;
    padding: 5px 15px;
    margin-top: 0px;
    display: grid;
    grid-template-columns: 30% auto;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: inherit;
    
    
    
}

.nav-wrapper ul li {
    
    display: inline;
    list-style-type: none;
    
    
}

.nav-wrapper a{
    
    letter-spacing: .1em;
    text-decoration: none;
    font-weight: bold;
    color:darkgray;
    
}

.nav-wrapper a:hover {
    
    cursor: pointer;
    color: darkred;
    box-shadow: inset 0 5px black; /* line over nav links*/
}




.nav-items li ul li {
    
    display:none;
    position: relative;
   

}

.nav-items li:hover ul li{
    
    
    display: block;
    background-color: white;
    width: 90px;
    margin: 0;
    padding: 20px;
    box-shadow: 5px 10px 10px;
   
}



.logo {
    
    font-weight: bold;
    font-size: 24px;
    padding: 10px;
    color: darkgray;
    
}

.menu-link{
    
    margin-left: 10px;
    text-transform: uppercase;
    padding: 10PX;
    
    
}

.menu-icon {
    
    display: none;
}




/*===========================================================================================================================================*/








/*********************MAIN SLIDESHOW*******************************

=============================================================================================================================================*/





.main-slideshow {
  
    position: relative;
    margin: 0;
    width: 100%;
    min-height: 45px;
    padding: 0;
   
      
}





.dot {
    
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
    
  background-color: #717171;
    
}


.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}
    
}


@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}




/*==========================================================================================================================================*/









/* **********************MAIN CONTENT****************************

===========================================================================================================================================*/





.main-wrapper {
    
    max-width: 1200px;
    margin: auto;
}



.wrapper {
    
    max-width: 100%;
    margin: auto;
    display:grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat (2,1fr);
    grid-gap: 10px;
    grid-template-areas: 
        "featuredMain featuredMain featuredSubone"
        "contentMain contentMain contentSub"
        
    
}


.wrapper > .featured,
.wrapper > .sub-featured,
.wrapper > .main-content,
.wrapper > .main-sidebar {
    
    padding: 15px;
}

.featured {
    
    grid-area: featuredMain;
    min-height: 500px;
    display: grid;
    align-content: flex-end;
    
    
    
}

.mainvideo {
    
    height: 500px;
    width: 100%;
    margin-top: 10px;
    
}

#meta {
    
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 100px;
    color: darkgray;
    
}









/*                  SUB FEATURED MENU
============================================================================================================================================*/




.sub-featured {
     
    grid-area:featuredSubone;
    display: grid;
    grid-template-columns: (1fr);
    grid-gap: 10px;
    margin-top: 100px;
    height: 100%;
    background-size: cover;
    color: white;
    font-weight: 100;
    
}

.sub1 h3 {
    
    color: darkgray;
    text-align: center;
    
}



.sub1  {
    
    background-color: darkgray;
    height: 80%;
   /* box-shadow: 5px 10px 10px gray;*/
    border-radius: 3px;
}


.sub1 ul {
    
    list-style-type: none;
   
    
}

.sub1 a {
    
    text-decoration: none;
    color: black;
    padding: 1px;
    
}

.sub1 ul li a:hover {
    
    color: blue;
    
}












/*=========================================================================================================================================*/








/*--                        MAIN CONTENT
============================================================================================================================================*/





.main-content {
    
    grid-area: contentMain;
    display: grid;
    grid-template: 450px/ auto auto auto auto;
    grid-gap: 10px;
    margin-bottom: 120px;
}
/*
.main-content-header {
    
    display: grid;
    grid-template: 25%/ auto auto auto;
    padding-left: 3px;
    
}
*/
.main-content-header h2 {
    
    margin-top: 20%;
    margin-bottom: 0;
    padding-bottom: 0;
    
}


hr1 {
    
    margin-top: 0;
   
    padding-top: 0;
    
    
    
}
/*
.main-content .users {
    
    display: grid;
    grid-gap: 1px;
    grid-template: 10%/ auto ;
    border: 1px solid black;
    margin-top: 2%;
    
}
*/
.users {
    
    padding: 5px;
    
}

.cleveland-img {

   
    width: 100%;
    mix-blend-mode: hard-light;
    height: 45%;
    
    
}

.brady-img {
    
    mix-blend-mode: hard-light;
    padding-top: 7%;
    width: 100%;
    height: 45%;
    
}

.main-content .users {
    background-color: white;
    
}






/*===========================================================================================================================================*/






.main-sidebar {
    
    grid-area: contentSub;
    background-color: yellow;

}


.middle-image {
    
    display: grid;
    grid-template: 100px/ auto;
    padding-top: 15%;
    padding-bottom: 15%;
    background-image: url("antonio.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10%;
    
}



.form-container {
    
    color: darkgray;
    
}
input[type=text], input[type=password] {
    
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: darkgray;
    
}

.bottom {
    
    display: grid;
    margin: auto;
    grid-template-columns: 
        minmax(20px 300px)
        minmax(20px 300px)
        minmax(20px 300px)
        minmax(20px 300px);
    justify-content: center;
    grid-template-rows: (1fr,1fr);
    background-color: darkgrey;
    height: 300px;
    width: 100%;
    margin-top: 50px;

}





/*============================================================================================================================================*/


.main-content {
    grid-template-columns: repeat (3,1fr, 2fr);
    
}









/*                          Tablet Code
=============================================================================================================================================*/


@media screen and (max-width:950px){
    
.wrapper {
        
        grid-template-areas: 
            "featuredMain featuredMain featuredMain"
            "featuredSubone featuredSubone featuredSubone"
            "contentMain contentMain contentSub"
    }
    
.nav-items {
    
    grid-column: 1/5;
    text-align: center;
}

.sub-featured {
    
    height: 130%;
}


}






/*   
=============================================================================================================================================*/




/*                          Mobile Code
=============================================================================================================================================*/


@media screen and (max-width:690px){
    
    .logo {
        
        grid-column: 1/3;
    
    }
    
    .nav-items {
        grid-column: 1/5;
        text-align: center;
        
        
    }
    
    
    .nav-wrapper ul li{
        display: block;
        
    }
    
    .menu-icon {
        
        display: inline-block;
        grid-column: 4/5;
        border: 2px solid black;
        color: white;
        font-weight: bold;
        padding: 10px;
        border-radius: 3px;
    }
    
    .menu-icon:hover {
        
        cursor: pointer;
    }
    
.wrapper {
        
        grid-template-areas: 
            "featuredMain featuredMain featuredMain featuredMain"
            "contentMain contentMain contentMain contentMain"
            "featuredSubone featuredSubone featuredSubone featuredSubone"
            "contentSub contentSub contentSub contentSub"
        
    }
    
    .sub-featured {
        
        grid-template-columns: 1fr
    }
    
    .sub-featured {
        height: 130%;
        
    }
    
    
}