body {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

body.content-inverted{
    background-color: #1d1d1d;
}

h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    color: #000000;
}

.h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    color: #000000;
    padding: 0;
}

h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #000000;
}

h3 {
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #000000;
    font-size: 20px;
}

p {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    width: 90%;
    padding: 2em;
}

span {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    width: 90%;
    padding-left: 2em;
}

.content .bird{
    width: 200px;
    margin-left: -60px;
}

.content.content-inverted .headerBox h1{
    width: 80%
}

.content .space-between-box{
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.content .right-sided{
    border-left: 3px solid white;
    text-align: right;
    width: 70%;
    padding-left: 0.5em;
    padding-bottom: 0em;
    padding-top: 0em;
}

.content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content.content-inverted{
    background-color: #1d1d1d;
}

.content.content-inverted h1,
.content.content-inverted h2,
.content.content-inverted h3,
.content.content-inverted p,
.content.content-inverted span{
    color: #ffffff
}

.content.content-inverted .headerBox{
    margin-top: 1em;
}

.content ul li{
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    width: 90%;
    padding: 0.2em;
}

.imageBox{
    position: relative;
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
}

.imageBox img{
    width: 100%;
    height: auto;
}

.imageBox .gradient-curtain{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(342.74deg, #000000 0%, rgba(0, 0, 0, 0) 95.95%);;
}

.imageQuote{
    position: absolute;
    bottom: 2em;
    right: 1em;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    width: 50%;
    border-left: 3px solid #ffffff;
    padding: 0 0 0 0.5em;
}


.text-alert{
    color: #F44336!important;
}

.text-success{
    color: #CDDC39!important;
}

.center-text{
    text-align: center;
}

.content .headerBox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2em;
    width: 100%
}

.content img{
    width: 100%;
    height: auto;
}

.content img.logo{
    width: 10em;
    height: auto;
}

@media (min-width: 1281px) {


    body .content {
        width: 40%;
        padding: 1em;
        margin: 1em;
    }


}

@media (min-width: 1025px) and (max-width: 1280px) {

    body .content {
        width: 60%;
        padding: 1em;
        margin: 1em;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    body .content {
        width: 70%;
        padding: 1em;
        margin: 1em;
    }

    .imageQuote{
        position: absolute;
        bottom: 1em;
        right: 1em;
        font-family: Montserrat, sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #ffffff;
        width: 60%;
        border-left: 3px solid #ffffff;
        padding: 0 0 0 0.5em;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    body .content {
        width: 80%;
        padding: 1em;
        margin: 1em;
    }

    .imageQuote{
        position: absolute;
        bottom: 1em;
        right: 1em;
        font-family: Montserrat, sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #ffffff;
        width: 60%;
        border-left: 3px solid #ffffff;
        padding: 0 0 0 0.5em;
    }

}

@media (min-width: 481px) and (max-width: 767px) {

    body .content {
        width: 90%;
        padding: 1em;
        margin: 1em;
    }

    p {
        font-family: Montserrat, sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: #000000;
        padding: 1em;
    }

    .imageQuote{
        position: absolute;
        bottom: 1em;
        right: 1em;
        font-family: Montserrat, sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #ffffff;
        width: 60%;
        border-left: 3px solid #ffffff;
        padding: 0 0 0 0.5em;
    }

}

@media (min-width: 320px) and (max-width: 480px) {

    body .content {
        width: 100%;
        padding: 1em;
        margin: 1em;
    }

    p {
        font-family: Montserrat, sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: #000000;
        padding: 0em;
        padding-bottom: 1em;
    }

    .imageQuote{
        position: absolute;
        bottom: 1em;
        right: 1em;
        font-family: Montserrat, sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #ffffff;
        width: 60%;
        border-left: 3px solid #ffffff;
        padding: 0 0 0 0.5em;
    }

}