
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color: #000;
}

/*Google fonts classes*/
.special-elite-regular {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
}

.alegreya-body {
             font-family: "Alegreya", serif;
             font-optical-sizing: auto;
             font-weight: 400;
             font-style: normal;
}


.exo-paragraph {
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    color: white;
    padding-left: 15px;
}
exo-paragraph-black{
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    color: black;
    padding-left: 15px;
}

.jumbotron{
    background-image: url("../images/layout/header_600.jpg");
    background-size: 100% 100%;
    background-position: 0% 25%;
    min-height: 25rem;
    color: #fff;
}


.nav-link{
  font-family: "Special Elite", system-ui;
}

.nav-link:hover {
  color: #8b0000 !important;
}

.pageTitle {
    color: #fff;
    font-family: "Special Elite", system-ui;
    margin-bottom: 3rem;
    border-bottom: 5px solid #8b0000;
    display: inline-block;
}
.pageSubTitle {
    color: #fff;
    font-size: 1.5rem;
    font-family: "Special Elite", system-ui;
    margin-bottom: 1rem;
    border-bottom: 5px solid #8b0000;
    display: inline-block;
}
iframe{
    border-radius: 1em;
    border: none;
    opacity: 0.7;
    transition: 0.3s ease-in-out;
}
iframe:hover{
    opacity: 1;
}

@media  (max-width: 768px){
    .exo-paragraph {
        font-size: 1rem;
    }
    exo-paragraph-black{
        font-size: 1rem;
    }
    .jumbotron{
        background-image: url("../images/layout/header_600.jpg");
        background-size: 100% 100%;
        background-position: 0% 25%;
        min-height: 20rem;
        color: #fff;
    }
}