nav li{
    margin-right: 20px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

#log{
    border:white 2px solid;
    padding: 5px;
    width: 120px;
    color: white;
}


#log:hover{
  color: black;
  background-color: #f6f6f6;
}

#banner-text{
  width: 100%;
} 

#banner img{
    width: 100%;
    height: 30vh;
}

#banner-h1{
    letter-spacing: 7px;
    color: #F7F7F7;
    font-size: 50px;
}

#intro-text{
  justify-content: center;
  margin: auto;
  width: 65%;
}

#intro-text h3{
  font-family: 'Raleway', sans-serif;
  color: #FA2222;
}
#intro-text p{
  font-family: 'Raleway', sans-serif;
  color: #5E5E5E;
  font-weight: medium;
  margin-top: 20px;
  margin-bottom: 20px;
}

#intro-text small{
  font-family: 'Raleway', sans-serif;
  color: #5E5E5E;
  font-weight:600;
  margin-top: 40px;
  margin-bottom: 20px;
}

#intro-text-2{
  width: 65%;
  margin: auto;
  padding-top: 50px;
}

#intro-text-2 h3{
  font-family: 'Raleway', sans-serif;
  color: #5E5E5E;
  font-size: 20px;
  font-weight: 600;
}

#intro-text-2 p{
  font-family: 'Raleway', sans-serif;
  color: #7c7575;
  font-weight: medium;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

#quote{
  margin-top: 100px;
  border-top:1px solid #c9c9c9 ;
  width: 75%;
  padding-top: 50px;
  border-bottom:1px solid #c9c9c9 ;
}

#trial-btn {
    background: #C60A08;
    padding: 15px;
    width: auto;
    transition: background-color 0.3s ease;
  }
  
  #trial-btn:hover {
   opacity: 0.9;
  }

  #subfooter {
    background-color: rgb(51,51,51);
    margin-top: 50px;
  }
  #subfooter h4{
    color: #BFBFBF;
    font-weight: bold;
  }
  
  #subfooter p{
    color: #BFBFBF;
    font-weight: 500;
    margin-top: 2S0px;
  }
  
  #trial-btn-1{
    background: #C60A08;
    padding: 15px;
    width: 45vh;
    transition: background-color 0.3s ease;
    font-size: 14px;
  }

  #trial-btn-1:hover {
    opacity: 0.7;
  }

  footer{
    padding-top: 50px;
    padding-bottom: 70px;

  }
 footer h5{
  color: #797979;
  margin-bottom: 30px;
 }
 
 footer a{
  color: #797979;
  font-weight: 600;
  text-decoration: none;
 }

 footer li{
  margin-top: 20px;

 }
