.hero{
    min-height: 100vh;
}

.top-img{
    border-radius: 0px 0px 20px 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}


.top-title{
    font-size: 20pt;
    color: white
}

.title{
    color: rgb(108, 198, 111)
}

.subtitle{
    font-weight: 300;
    color: white
}

.text{
    font-weight: 500;
    letter-spacing: 3px;
    color: rgb(20, 120, 52);
}

/* 

Small devices (landscape phones, 576px and up)

*/

@media (min-width: 576px) {

    
    
}



/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {
    .top-title{
        font-size: 30pt;
    }
}



/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
    
    .top-title{
        font-size: 40pt;
    }



}



/* X-Large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
}



/* XX-Large devices (larger desktops, 1400px and up)*/

@media (min-width: 1400px) {
    
}