:root{
  --mainBlue: #0373FF;   
  --mainYellow: #F6C243; 
  --mainPurple: #a5a0f0;  
  --mainOrange: #df6537; 
}

html {
  scroll-padding-top: 84px;
}


a{
  color: #0373FF;    
}

a:hover {
  color: var(--mainBlue);
  cursor: pointer;
}





*{
  box-sizing: border-box;   
  overflow-wrap: break-word;
  word-break: normal;  
}

::placeholder{
  font-family: "Montserrat", sans-serif;   
}

textarea{
  font-family: "Montserrat", sans-serif;     
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
  font-family: Montserrat, sans-serif;
}

body{
  width: 100%; 
  margin: 0px; 
  font-family: "Montserrat", sans-serif; 
  line-height: 150%;
}

.intro_paragraph{
  font-size: 20px; 
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 50px;
}



.hs-button{
  padding: 10px 35px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 8%;
  font-size: 14px;
}


 .h0{
    font-size: 96px; 
    line-height: 82px;    
    text-transform: uppercase; 
    font-weight: 900;
    margin: 0;
  }  


h1{
  font-size: 64px; 
  line-height: 52px;    
  text-transform: uppercase; 
  font-weight: 900;
}


h2{
  margin-top: 10px; 
  margin-bottom: 10px; 
  font-size: 50px; 
  line-height: 44px;    
  text-transform: uppercase; 
  font-weight: 900;
}

h3{
  font-size: 32px; 
  line-height: 32px;    
  text-transform: uppercase;
  font-weight: 900;

}

h4{
  font-size: 20px; 
  line-height: 20px;    
  text-transform: uppercase; 
  margin-top 26px;
  margin-bottom: 0px;
}

h5{
  font-size: 16px; 
  line-height: 26px;    
  text-transform: uppercase; 
  font-weight: 600;
  letter-spacing: 18%;
}

h6{
   font-size: 84px; 
  line-height: 72px;    
  text-transform: uppercase; 
  font-weight: 900;
}

@media screen and (max-width: 1050px){
  
  .h0{
    font-size: 58px; 
    line-height: 68px;    
    text-transform: uppercase; 
    font-weight: 900;
    margin: 0;
  }  
  
}


@media screen and (max-width: 850px){
  
  .h0{
    font-size: 51px; 
    line-height: 61px;    
    text-transform: uppercase; 
    font-weight: 900;
    margin: 0;
  }    
   
  
  h1{
    font-size: 39px; 
    line-height: 32px;    
    text-transform: uppercase; 
  }


  h2{
    margin-top: 10px; 
    margin-bottom: 10px; 
    font-size: 38px; 
    line-height: 34px;    
    text-transform: uppercase; 
  }

  h3{
    font-size: 25px; 
    line-height: 35px;    
    text-transform: uppercase; 
  }

 
  
} 

p{
  font-size: 16px; 
  line-height: 24px; 
}

.bodyContainer{
  float: none!important; 
  margin: 0px auto!important; 
  max-width: 1250px!important; 
}

@media screen and (max-width: 1300px){
  
  .bodyContainer{
    padding-left: 25px; 
    padding-right: 25px; 
  }

} 


.contentContainer{
  float: none!important; 
  margin: 0px auto!important; 
  max-width: 850px!important; 
}

@media screen and (max-width: 900px){
  
  .contentContainer{
    padding-left: 25px; 
    padding-right: 25px; 
  }

} 

.button_container{
  margin-top: 20px; 
  margin-bottom: 20px; 
}

.btn{
  background-color: var(--mainBlue); 
  color: white; 
  padding: 10px 35px; 
  text-align: center; 
  text-decoration: none; 
  display: inline-block; 
  text-transform: uppercase; 
  font-weight: 500;
  letter-spacing: 8%;
  font-size: 14px;
}

.btn:hover{
  background-color: var(--mainPurple);   
  color: white; 
} 


.yellowBtn{
  background-color: var(--mainYellow); 
  color: black; 
  padding: 10px 35px; 
  text-align: center; 
  text-decoration: none; 
  display: inline-block;   
      text-transform: uppercase; 
      font-weight: 500;
      letter-spacing: 8%;
      font-size: 14px;

}


.eyeBrow{
  text-transform: uppercase;
  color: #0373FF;
  font-weight: 600;
  letter-spacing: 18%;
}


.centerImage{
  display: block; 
  height: auto;
  margin: 0px auto;  
  aspect-ratio: auto; 
  max-width: 100%; 
}

.leftImage{
  display: block; 
  height: auto; 
  aspect-ratio: auto; 
  max-width: 100%; 
}

input[type="submit"]{
  font-weight: 500;   
  font-family: "Montserrat", sans-serif;   
}

.the_404_title{
  text-align: center;    
}

.the_404_caption{
  text-align: center;      
}

.the_404_button_container{
  text-align: center; 
  margin-top: 40px; 
  margin-bottom: 40px; 
}

.Arrow404Left{
  padding-left: 10px;
  vertical-align: middle;
  margin-top: -3px;
}


.the404Button{ 
  background-color: #0373FF;  
    color: white;
    padding: 10px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 8%;
    font-size: 14px;  
}

.the404Button:hover {
  background-color: var(--mainPurple); 
  color: white; 
}


.the_404_container_wrapper{
  min-height: calc(100vh - 230px);   
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: center;  
}

.the_404_container_wrapper{
  flex-basis: 100%; 
  align-items: center; 
}

@media screen and (max-width: 800px){
  
  .the_404_container{
    padding-top: 50px; 
    padding-bottom: 50px; 
  }
  
}