@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@font-face {
    font-family: 'Molot';
    font-style: normal;
    font-weight: normal;
    src: url('../assets/fonts');
    src: local('Molot'), url('../assets/fonts/molot.woff') format('woff');
}

html,
body {
    height: 100%;
    background-color: #ee1b24;
    color: #FFFFFF;
}
body {
    font-family: 'Molot', Arial, Helvetica, sans-serif;
}
iframe {
    padding-bottom: 1.5rem;
}
h2 {
    margin-top: 1.5rem;
}
h3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 1rem;
}
p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 auto;
}
.btn-share {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}
.instagram {
    background: #FF00D6;
}
.classmates {
    background: #FF9900;
}
.in_contact_with {
    background: #0085FF;
}
.btn-modal {
    background: #11d80d;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border-radius: 5px;
    margin-top: 1rem;
}
.modal-content {
    background-color: #FFFFFF;
}
.big-text {
    font-family: 'Molot', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: 300%;
    color: #EB001B;
}
.small-text {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
/* prepare the selectors to add a stroke to */
.stroke-single,
.stroke-double {
  position: relative;
  background: transparent;
  z-index: 0;
}
/* add a single stroke */
.stroke-single:before,
.stroke-double:before {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 0.2em #e20c16; /* Chris Coyier's favorite color! */
  left: 0;
  z-index: -1;
}
/* add a double stroke */
.stroke-double:after {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 0.3em #e20c16;
  left: 0;
  z-index: -2;
}
.pghead{
    margin: 0 auto;
    width: fit-content;
}
.img-fluid{display: block;margin: 0 auto;}
h1{
    font-size: 2rem;
}
@media (min-width: 992px) {
    h1 {
        font-size: 3rem;
        letter-spacing: 0.2em;
    }
    h2 {
        font-size: 3.5rem;
        letter-spacing: 0.2em;
    }
    h3 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 2.0rem;
        margin-top: 1em;
    }
    p.text {
        font-size: 1.5rem;
        width: 70%;
    }
    .btn-share {
        width: 100%;
        height: 4rem;
        font-size: 1.5rem;
        line-height: 2rem;
        padding-top: 1rem;
        border-radius: 1rem;
    }
    .btn-modal {
        font-size: 1.5rem;
        padding: .8rem 2rem;
        max-width: 300px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .mainimg{max-width: 200px;}
    .stroke-single:before, .stroke-double:before, .stroke-double:after {display: none;}
    .pghead{text-align: center;}
}