body{
    font-family: 'Merriweather', serif;
}

h1 {
    /* font-size: 5.625rem;
    /* 100% =16px we need 90px so 90/16=5.625 so 562.5%
    by default 16px=100% =1em
    rem do not inherit parent font-size settings*/ 
    margin: 10px auto 0 auto;
    font-weight: bold;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #632b2b;
    
  }

h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /* font-size: 2.5rem; */
    color: #632b2b;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
  
  }

h3,h4,h5{
    font-family: 'Montserrat', sans-serif;
    color: #632b2b;
    font-weight: bold;
  }
h6{
    font-family: 'Montserrat', sans-serif;
    color: #632b2b;
    font-weight: bold;
}

hr{
    border: dotted #632b2b 6px;
    border-bottom: none;
    background-color: #ffdada;
    width: 20%;
    margin:60px auto 10px auto;
  }

  

.social{
   margin:20px 10px;
  
 }

 
.btn{
    margin: 20px;
  }

.copy{
    color:brown;
    font-size:1.3rem;
    padding: 0px 0px 0px 0px;
  }

.navbar{
    padding-bottom: 4rem;
}

.logo{
  border-radius: 8rem;
  width: 60px;
}

.nav-item {
    padding:0px 18px;
}

.nav-link {
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.container-fluid{
    background-color: rgb(250, 238, 238);
    padding: 3% 10% 1% 10%;
    text-align: center;
}

.vjti{
    width: 100%;
    padding-bottom: 10px;
    border-radius: 1.25rem;
}

.video{
  width: 100%;
  padding-bottom: 10px;
  border-radius: 0.25rem;
}

.harsh{
  width: 80%;
  border-radius: 0.5rem;
  border:#632b2b;
}

.degree{
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 1.25rem;
    color:black;
    font-weight: normal;
    
}

.skillfont{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 1rem;
    color:black;
    font-weight: normal;
    padding: 20px;
}

.contact-mass{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 1.25rem;
    color:black;
    font-weight: normal;
    
}

.skill-image{
  width: 24%;
  margin: 20px;
}

.bottom-container{
    background-color: #66BFBF;
    padding: 50px 0 20px;
  }

#education .container-fluid{
    background-color: rgb(250, 238, 238);
}

#experience .container-fluid{
  background-color: rgb(250, 238, 238);
}

#projects .container-fluid{
  background-color: rgb(250, 238, 238);
}

#skill .container-fluid{
  background-color:rgb(250, 238, 238);
}

#contact .container-fluid{
    background-color: rgb(250, 238, 238);
}

#about .container-fluid{
  background-color:rgb(250, 238, 238);
}

#bottom .container-fluid{
    background-color:#f7a198;
}


