/*header style*/
.pioneer_header{
    background-color:white;
   
}

.navbar{
    background-color: #71797E;
    border-radius: 1%;
}

.nav-link{
    color: white;
}

.nav-link:hover {
     color:red 
}



.foot svg{
    color: #D70040;
}
.foot img{
    
    width: 10vw;
}

.foot li{
    font-size: 1vw;
} 

.foot{
    background-color: #E8E8E8;
    
}

/*profile*/

.profile h1{
    color: #D70040;
    font-family: 'Poppins', sans-serif;
    text-decoration: underline;
    text-decoration-color: #71797E;
    font-size: 4vw;
}

.sub-topic{
    text-decoration: underline;
    text-decoration-color: #71797E;
    font-style:bold;
    font-size: 2vw;
}

.profile ul{
    list-style-type: none;
    font-size: 1.5vw;
}

/*content section*/

.cotton-heading{
    background-color: #71797E;
    color: white;
    font-size: 2vw;
    padding-left: 2vw;
    margin-top: 3vh;
}

.cotton h4, .yarn h4, .fabric h4{
    
    font-size: 2vw;
    font-family: 'Poppins', sans-serif;
}

.content *{
    margin-left: 2vw;
    padding-left: 0;
}

.content ul,.content p{
    font-size: 1.5vw;
}

.content img{
    float:right;
    width:40vw;
   
}

.content .img-2{
    
    width:35vw;
    margin-right: 2vw;
    padding-bottom: 2vh;
}

.content video{
    float:right;
    width:35vw;
    margin-right: 2vw;
    padding-bottom: 2vh;
   
}

.content table,th,td{
    border: 1px solid black;
  border-collapse: collapse;
  padding: 5px;
  font-size: 1.5vw;
    
}

table{
    width: 50vw;
    
}

/*yarn section */

@media (max-width:580px) {
    .profile h1{
        color: #D70040;
        font-family: 'Poppins', sans-serif;
        text-decoration: underline;
        text-decoration-color: #71797E;
        font-size: 6vw;
    }
    
    .sub-topic{
        text-decoration: underline;
        text-decoration-color: #71797E;
        font-style:bold;
        font-size: 4vw;
    }
    
    .profile ul{
        list-style-type: none;
        font-size: 3vw;
    }

    .profile p{
        font-size: 3vw;
    }
}





/*back to top button style */
.top{
    height: 5vh;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 10px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #D70040; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding:1vh; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    width: fit-content;
    font-size: 2vw;
    
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }

.maroon{
    color: #D70040;
 }