﻿/*Global CSS Rules can go here*/

/*Make footer sticky*/
/*body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.margin-top-5rem {
    margin-top: 5rem
}

.margin-left-10px {
    margin-left: 10px;
}

.margin-bottom-0px {
    margin-bottom: 0px !important;
}

.margin-top-0px {
    margin-top: 0px !important;
}

.margin-bottom-20px {
    margin-bottom: 20px;
}

.margin-bottom-70px {
    margin-bottom: 70px !important;
}

.margin-top-20px {
    margin-top: 20px;
}

.width-100-percent {
    width: 100%;
}

.float-left {
    float: left;
}*/

@media screen and (max-width: 599px) {
    nav .sidenav-trigger{
        margin: 0 !important;
    }
    .parallax-container h1 {
        font-size: 2.5rem;
        margin-top: 0;
        margin-bottom: 0;
    }
    .parallax-container .flow-text {
        font-size: 1rem;
    }
    h4.subscript{
        font-size: 1.75rem;
    }
}