html, body { 
    height: 100%;
    background-color: #A7B9BD; 
}

@media only screen and (min-width: 992px) {
    html, body { 
        background-image: url('../img/bowl.png'); 
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: bottom right;
    }

    h1 { 
        font-size: 70pt !important;
        line-height: 75px;
    }

    h1 span { 
        font-size: 50pt !important;
   
    }
}

i.fab { 
    font-size: 30pt;
    display: block;
}

h1 { 
    font-size: 50pt;
    font-family: 'Dancing Script', cursive;
    margin-bottom: 25pt;
    font-weight: bold;
 }

h1 span { 
    font-family: 'Arapey', serif; 
    font-weight: 200;  
}

button.btn-secondary { 
    background-color: #A7B9BD;
    border: 0px;
    margin: 0px;
}

button.btn-secondary:hover { 
    background-color: #CEDAD8;
}


.alert { 
    font-family: Verdana, sans-serif; 
    margin-top: 30px;
    text-align: center;
}