body{
  font-family: 'Roboto', sans-serif !important;
}

h1{
    font-weight: bold !important;
    font-size: 40px !important;
    color: rgb(33,33,33) !important;
}

h2{
    color:rgb(33,33,33)!important;
    font-size: 28px !important;
}

button, button:disabled, button:visited, button:focus{
    background: inherit;
    color: #397AF2;
    border: inherit;
    cursor: pointer;
    outline: none !important;
}

y{
    color: #397AF2;
    font-weight: bold;

}
.wrapper{
    color: black;
    text-align: center;
    border-radius: 20px;
    padding: 15px;
    max-width: 588px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 10px white;
}

.big-input {
    display: block;
    width: 100%;
    font-size: 24px;
    border: none;
    border-bottom-style: solid;
    border-width: 2px;
    border-color: #FFCD05;
    margin-left: auto;
    margin-right: auto;
}

.big-input:focus{
    outline: none;
}


.cta-button:focus{
    outline: none;
}

a:hover{
    color: #072150 !important;
    text-decoration: none !important;
}

a:visited{
   color: #072150 !important;
   text-decoration: none !important; 
}

@media only screen and (max-width: 812px) {
    .landing {
        position: relative;
        width: 100%;
        transform: none;
        left: auto;
        border-radius: 10px;
        
    }
    
    .landing h1{
        font-size: 34px !important;
    }
}

@media only screen and (max-width: 480px) {
    .wrapper{
        position: relative;
        width: 100%;
        transform: none;
        left:auto;
        border-radius: 10px;
    }
    
    .wrapper h1{
        font-size: 24px !important;
    }
    
    .wrapper h2{
        font-size: 22px !important;
    }
    
    
    .wrapper h6{
        
        font-size: 16px !important;
    }
    
    .wrapper h5{
        font-size: 18px !important;
    }
    
    .cta-button{
        font-size: 26px;
        width: 100%;
    }
    
    .big-input{
        font-size: 20px;
    }
    
    .fa{
        font-size: 48px !important;
    }
    
    .img-fluid{
        max-width: 72px !important;
    }
}

