@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css');

@font-face { font-family: 'National Park Thin'; src: url('NationalPark-Thin.otf'); font-weight: light } 

.jumbotron {
    background:url(forest_trail.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    color: #ffffff;
    text-shadow: 1px 1px 2px #000;
}

body {
    background-image: url('contours.png');
    background-size: 1000px;
    background-repeat: no-repeat;
    background-position: top left;
    color: #2c3e50;
    font-family: 'National Park Thin', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 16pt;
    font-weight: light;
    font-display: swap;
}

h1 {
    font-size: 36pt;
}

.hearts {
    color: #e99;
    -webkit-transition: color 0.6s ease;
    -moz-transition: color 0.6s ease;
    -ms-transition: color 0.6s ease;
    -o-transition: color 0.6s ease;
    transition: color 0.6s ease;
}

#footer p:hover .hearts {
    color: #e11;
}

label {
    font-weight: 600;
}
