/*Base tag styling*/

html {
    height: 100%;
}

body {
    min-height: 100%;
    position: relative;
}

label {
    font-weight: bold;
}

/*Show a system font before web font is loaded*/
@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
    font-display: swap;
}

/*Small Elements*/

i.stars, i.fa-star, i.fa-star-half-empty, i.fa-star-o {
    color: #00b67a;
}

.bold {
    font-weight: bold;
}

/*Form Background*/
.call-to-action-box {
    border-radius: 80px;
    padding: 50px !important;
    background-color: rgba(202, 210, 229, 0.4);
}
@media print, screen and (max-width: 40em) {
    .call-to-action-box {
        padding: 2rem 1.5rem !important;
        border-radius: 50px;
    }
}

/*body::-webkit-scrollbar {*/
/*    width: 0.4rem;*/
/*}*/

/*body::-webkit-scrollbar-track {*/
/*    background: rgba(30, 30, 36, 1);*/
/*}*/

/*body::-webkit-scrollbar-thumb {*/
/*    background: rgba(20, 104, 159, 0.9);*/
/*}*/