/* Global Rules */

body{
    min-height:100vh;
}

p {
    margin:0;
}

ul {
    list-style:none;
    padding:0;
    margin:0;
}




/* Custom Variables */

.heroHeader {
    top:-25px;
}

.logo {
    max-width:100px;
}


.heroText {
    font-size:3rem;
    color:#FFF1E6;
}

.heroBG {
    background:linear-gradient(120deg, #ff780a, transparent)
}


.heroImageVignette {
    width: 100%;
    height: 106%;
    top: -3%;
    opacity:25%;
}


/* Highlights */
.highlight {
    color:orange;
}


/* Links */
a {
    color:#000000;
}


/* Footer */
.modFooter {
    box-shadow: 0px 0px 5px rgb(167, 167, 167);
}
