@font-face{
    src: url("/fonts/Montserrat-BoldItalic.ttf");
    font-family: montserrat;
    font-style: italic;
    font-weight: bold;
}

@media only screen and (max-width: 1000px){
    .opening{
        width: 100%;
        height: 100%;
    }
    
    .opening .background-image{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .opening .background-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(80%) saturate(80%);
    }
    
    .opening .title{
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translateX(-50%) translateY(-50%);
        text-align: center;
        filter: drop-shadow(0px 0px 10px rgb(0, 0, 0, 0.3));
    }
    
    .opening .title h1{
        color: var(--white);
        font-family: lemon-milk;
        font-size: 30px;
        font-style: normal;
        font-weight: bold;
    }
    
    .opening .title img{
        width: 180px;
        height: auto;
    }
    
    .content{
        width: 100%;
        height: auto;
        background-color: var(--background);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 50px 0px;
    }
    
    .content .container{
        max-width: 650px;
        height: auto;
        background-color: var(--warm-white);
        padding: 35px 30px;
        margin: 10px;
        border-radius: 10px;
        box-shadow: 0px 0px 5px 0px rgb(247, 246, 238, 0.3);
    }
    
    .content .container h1{
        font-family: lemon-milk;
        font-size: 22px;
        font-style: normal;
        font-weight: bold;
        color: var(--warm-grey);
        text-align: center;
        margin: 10px 0px;
    }
    
    .content .container img{
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    
    .content .container .info{
        text-align: center;
        margin: 20px 0px 30px 0px;
    }
    
    .content .container .info h2{
        font-family: montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        color: var(--warm-grey);
        opacity: 0.8;
    }
    
    .content .container .info h3{
        font-family: montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        color: var(--warm-grey);
        opacity: 0.7;
        margin-top: -10px;
    }
    
    .content .container p{
        font-family: montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        color: var(--warm-grey);
        line-height: 25px;
        opacity: 0.9;
        margin: 20px 0px;
    }
    
    .content .container a{
        display: flex;
        justify-content: center;
        align-items: center;
        float: right;
        color: var(--warm-white);
        font-family: montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        background-color: var(--green);
        padding: 18px 26px;
        border-radius: 5px;
        text-decoration: none;
        margin: 30px auto;
        box-shadow: 0px 0px 5px 0px rgb(27, 79, 82, 0.3)
    }
    
    .content .container a:hover{
        color: var(--green);
        background-color: transparent;
        box-shadow: 0px 0px 5px 0px rgb(27, 79, 82, 0.7);
        transition: 0.3s;
    }
    
    .content .container a:hover .fas{
        font-size: 0px;
        margin-left: 0px;
        transition: 0.3s;
    }
    
    .content .container a .fas{
        color: var(--warm-white);
        font-size: 16px;
        margin-left: 20px;
    }
    
    .content .container .warning{
        font-family: montserrat;
        font-weight: bold;
        font-style: italic;
        opacity: 0.6;
    }
    
    .content .container .bold{
        font-family: montserrat;
        font-weight: bold;
        font-style: normal;
    }
}

@media only screen and (min-width: 1000px){
    .opening{
        width: 100%;
        height: 100%;
    }
    
    .opening .background-image{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .opening .background-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(80%) saturate(80%);
    }
    
    .opening .title{
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translateX(-50%) translateY(-50%);
        text-align: center;
        filter: drop-shadow(0px 0px 10px rgb(0, 0, 0, 0.3));
    }
    
    .opening .title h1{
        color: var(--white);
        font-family: lemon-milk;
        font-size: 40px;
        font-style: normal;
        font-weight: bold;
    }
    
    .opening .title img{
        width: 250px;
        height: auto;
    }
    
    .content{
        width: 100%;
        height: auto;
        background-color: var(--background);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 50px 0px;
    }
    
    .content .container{
        width: 650px;
        height: auto;
        background-color: var(--warm-white);
        padding: 55px 50px;
        margin: 20px;
        border-radius: 10px;
        box-shadow: 0px 0px 5px 0px rgb(247, 246, 238, 0.3);
    }
    
    .content .container h1{
        font-family: lemon-milk;
        font-size: 30px;
        font-style: normal;
        font-weight: bold;
        color: var(--warm-grey);
        text-align: center;
        margin: 30px 0px 10px 0px;
    }
    
    .content .container img{
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    
    .content .container .info{
        text-align: center;
        margin: 20px 0px 30px 0px;
    }
    
    .content .container .info h2{
        font-family: montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: bold;
        color: var(--warm-grey);
    }
    
    .content .container .info h3{
        font-family: montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        color: var(--warm-grey);
        opacity: 0.6;
        margin-top: -10px;
    }
    
    .content .container p{
        font-family: montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        color: var(--warm-grey);
        line-height: 28px;
        opacity: 0.9;
        margin: 30px 0px;
    }
    
    .content .container a{
        display: flex;
        justify-content: center;
        align-items: center;
        float: right;
        color: var(--warm-white);
        font-family: montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: bold;
        background-color: var(--green);
        padding: 15px 26px;
        border-radius: 5px;
        text-decoration: none;
        margin: 30px 0px;
        box-shadow: 0px 0px 5px 0px rgb(27, 79, 82, 0.3)
    }
    
    .content .container a:hover{
        color: var(--green);
        background-color: transparent;
        box-shadow: 0px 0px 5px 0px rgb(27, 79, 82, 0.7);
        transition: 0.3s;
    }
    
    .content .container a:hover .fas{
        font-size: 0px;
        margin-left: 0px;
        transition: 0.3s;
    }
    
    .content .container a .fas{
        font-size: 18px;
        margin-left: 20px;
    }
    
    .content .container .warning{
        font-family: montserrat;
        font-weight: bold;
        font-style: italic;
        opacity: 0.6;
    }
    
    .content .container .bold{
        font-family: montserrat;
        font-weight: bold;
        font-style: normal;
    }
    
    .content .container .italic{
        font-family: montserrat;
        font-weight: normal;
        font-style: italic;
    }
}
