/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

/* TO DO */
/*  
   Make sidenav trigger always available to close
   Make padding better at medium size so sidenav isn't on top'*/

body {
    font-family: 'Open Sans', sans-serif;
}




/* Side Navigator */

/* Splash color */



/*Body of Website */
/*First page */

.title-text {
    font-family: 'Rock Salt', cursive; 
    letter-spacing: 6px;
    margin: auto;
    padding: 10px;
    font-weight: bolder;
    color: white;
    font-size: 400%;
}
.animate {
    font-family: 'Waiting for the Sunrise', cursive;  
    letter-spacing: 6px; 
    font-size: 300%;
    font-weight: light;
    color: white;

}


/*second page */
.subtitle-text {
    letter-spacing: 8px;
    font-weight: bolder;
    color: #e0e0e0;
    font-size: 200%;
    font-family: roboto;
}
.subsubtitle-text {
    letter-spacing: 8px;
    font-weight: normal;
    color: #e0e0e0;
    font-size: 200%;
    font-family: roboto;
    text-align: inherit;
}


.Home {
    height:200vh;
    text-align: center;
background: rgb(67,160,71);
background: linear-gradient(00deg, rgba(67,160,71,1) 0%, rgba(27,94,32,1) 26%, rgba(33,33,33,1) 100%);
}

