﻿.viewer-container {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Montserrat', sans-serif;
    justify-content: center;
}

.viewer-section {
    margin-top: 36px;
    padding-left: 25px;
    margin: 30px;
}

#video-section {
    min-width: 230px;
    width: 450px;
}

.sections-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
}

.info-section {
    min-width: 280px;
    width: 380px;
}

.section-header {
    padding: 25px 0 15px 0;
    opacity: 0.8;
    line-height: 25px;
    font-size: 20px;
    font-weight: 600;
}

.section-body > .clarity-div {
    flex-direction: column;
    align-items: flex-start;
}

.note {
    font-size: 13px;
    line-height: 18px;
}

.section-body > div {
    padding: 8px;
    display: flex;
    align-items: center
}

    .section-body > div span {
        flex: 1;
    }

    .section-body > div a {
        flex: 1;
        font-weight: 700;
        opacity: 0.85;
    }

    .section-body > div span:nth-child(2) {
        flex: 1;
        font-weight: 700;
        opacity: 0.85;
    }

    .section-body > div:nth-of-type(odd):not(.data-header) {
        background-color: #e8e8e6;
    }

.data-header {
    background-color: #c6dde0;
    font-weight: 700;
}

#spanCertImg {
    align-self: center;
    margin: 20px;
}

#spanCertImgTxt {
    align-self: self-start;
    flex-grow: 0;
}

.img-cert {
    height: auto;
    width: 100%;
    align-self: center;
}

.shareContainer {
    display: flex;
    flex-direction: row;
    width: 100%;
    text-align: center;
}

.section-header {
    text-align: center;
    width: 100%;
}

.message-box {
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100vh;
    align-items: center;
    z-index: 100;
}

.message-box-content {
    background-color: #ffffff;
    min-width: 20px;
    min-height: 20px;
    padding: 15px;
}

@media (max-width:1000px) {
    .viewer-section {
        padding-left: 0px;
        margin: 15px;
    }

        .viewer-section > iframe {
            height: 410px !important;
            width: 320px;
        }

    #video-section {
        min-width: 200px;
        width: 320px;
    }

    .img-cert {
        height: 190px;
        width: 200px;
        margin-top: 35px;
    }

    .info-section {
        min-width: 280px;
        width: 310px;
    }

    .section-header {
        text-align: center;
        width: 100%;
    }
}


/*iPhone < 5*/
@media screen and (device-aspect-ratio: 40/71) {

    #video-section {
        min-width: 230px;
        width: 295px;
    }

    .img-cert {
        height: 170px;
        width: 180px;
        margin-top: 35px;
    }

    .info-section {
        min-width: 200px;
        width: 270px;
    }

    .viewer-section > iframe {
        height: 280px !important;
    }
}
