*{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-display: swap;
    
}
.body-main{    
     align-items: center;
   
}



.section-nav{
    border-radius: 10px;
    text-align: center; 
    padding: 1em;
    postion: relative;
    z-index: 10;
 }

 .section-nav-pic{
    border-radius: 10px;
    text-align: center; 
    padding: 0.5em;
    z-index: 10;
    min-height: 100vh;
    background-image:  linear-gradient(rgba(53,152,139,0.0),rgba(4,9,30,0.95)),url(images/luna5____.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    margin:1%;
 }

 .section-nav-pic-kit{
    height: 40vh;
    background-image: linear-gradient(rgba(4,9,30,0.1),rgba(4,9,30,0.9)), url(images/banner.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    background-color:darkslategray;
    border-radius: 10px;
    padding: 10px;
    margin: 1%;
    z-index: 10;
    position: relative;
    
}

.nav-1{
    display: flex;
    background-color: rgb(12, 44, 82);
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    postion: relative;
    z-index: 10;
  
}


.logo{
    color:rgb(133, 171, 240);
    text-decoration: none;
    font-size: 25px;
    padding-left: 25px;
    font-weight: 500;
}


.nav-links{
    flex: 1;
    text-align: right;    
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding-left: 10px;
    padding-right: 15px;
   
    
}

.nav-links ul li a{
    color:rgb(133, 171, 240);
    text-decoration: none;
    font-size: 16px;
    font-weight:400;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: rgb(133, 171, 240);
    display: block;
    margin: auto;
    transition: 0.5s;
    
} 

.nav-links ul li:hover::after{
    width: 100%;   
}

nav .fa{
    display: none;
}

.text-box-over-pic{
    width: 90%; 
    color: #fff;
    position: absolute;
    top:  80%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;   
 }


 .text-box-over-pic h1{
    font-size: 70px; 
    color:darkcyan;
    font-weight: 600;
}

.text-box-over-pic p{
    margin: 10px 0 10px ;
    font-size: 18px; 
    color:gainsboro;
    font-weight: 400;
    
}

.section-normal{
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 40px;
}


.section-heading {

   height: 15vh;
   text-align: center;
   background-color:rgb(12, 44, 82);
   border-radius: 10px;
   margin: 1em;  
   background-image: linear-gradient(rgba(4,9,30,0.01),rgba(4,9,30,0.7)), url(images/banner.jpg);
   background-position: center;
   background-size: cover; 
}

.section-heading h1{
    font-size: 60px; 
    color: rgb(1, 97, 97);
    font-weight: 600;
}



.div-heading{
  margin: 1%;

  color: #fff;
  text-align: center;
  
}

.div-heading h1{
   font-size: 62px; 
   color:gainsboro;
   font-weight: 600;
   text-align: center;
  
}

.div-heading p{
   margin: 10px 0 20px ;
   font-size: 16px; 
   color:gainsboro;
}



h1{
    font-size: 40px;
    font-weight: 600;
    padding: 10px;
    color: rgb(1, 97, 97);
}

p{
    color: darkslategray;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 5px;
   
}

h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;    
}


.breeders {
    padding: 30px;
    
}  
    
.region {
    background-color: rgb(90, 85, 85);
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-radius: 10px;
    width: 90%;
    text-align: center;
    margin: auto;
    
}

div{
    padding-top: 2%;
    padding-bottom: 2%;
    column-width: auto;
    
     
    
}

table {
    border-collapse: collapse;
    margin: auto;
    font-size: 14px; 
    padding-top: 10px;
    width: 90%;
    
}



thead {
    background-color: darkgray;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 12px;
    color: black;
    
   
}

tr:nth-child(even) {
    background-color: lightgray;
}

.footer{
    width: 80%;
    text-align: center;
    margin: auto;
    padding-top: 25px;
}

.bottom{
    width: 100%;
    text-align: center;
    padding: 30px 0;
 } 


 .intro-col{
    flex-basis: 48%;
    background: #DCDCDC;
    border-radius: 10px;
    margin-bottom: 1%;
    padding: 10px 10px;
    box-sizing: border-box;
    transition: 0.5s;    
}

.intro-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}

.row{
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
}


@media(max-width: 800px){
   
    * { overflow-x: hidden;}

     .logo{
        font-weight: 600;
        font-size: 25px;
        }

     .nav-links{
        position: fixed;
        height: 100vh;
        width: 150px;
        background: rgb(12, 44, 82);
        top: 0;
        right: -150px;
        text-align: left;
        transition: 1s;   
    }

     .nav-links ul li{
        display:block;
        padding: 10px 10px;
         }
    
    .nav-links ul{
        padding: 10px;
        
    }
    
    nav .fa{
        display: block;
        color: aliceblue;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .text-box-over-pic h1{
        font-size: 40px; 
    }
    
    .section-heading {
        height: 35vh;
     }

     .section-heading h1{
        font-size: 50px; 
    }
    
    .div-heading h1{
        font-size: 40px;  
     }

     h1{
        font-size: 35px;
        font-weight: 600;
        padding: 10px;
    }
    
    p{
        color: darkslategray;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        padding: 20px;
    }

    .row{
        flex-direction: column
    }
    

    .row2{
        flex-direction: column
    }
    
    table {
    font-size: 2vw;
    
    }
    
   
   
  

    
    
    
            
}




