/*
 Theme Name:   Sexual Violence - Dawson College
 Description:  Child theme of Dawson College Theme
 Author:       Dawson College - Patrick Phutthavong
 Author URI:   http://dawsoncollege.qc.ca
 Template:     dawson-college
 Version:      1.0.0
 Text Domain:  dawson-college-child
*/

/*
p {
        font-size: 3em !important;

}
*/

.leave-now {
        position: fixed;
        top: 15em;
        right: 0;
        text-decoration: none;
        color: #fff;
        background-color: #be1121;
        font-size: 16px;
        font-size: 1.6rem;
        padding: 1.0em 0.5em 1.0em 0.5em;
        display: block;
        z-index: 200;
        border: 1px solid #bd5276;
        border: .1rem solid #bd5276;
        box-shadow: 2px 2px 2px rgba(68, 68, 68, 0.6);
        cursor: pointer;
}

/* Hide smaller div on page load */
.pro {
        display: none;
}

/* Show expanded Leave Now div on page load */
.pop {
        display: block;
}

/* Leave now top div/button on mobile */
.leave-now-mobile {
        font-size: 3rem;
        display: none;
        background-color: #be1121;
        margin: 15px 0 15px 0;
        padding: 10px;
}

/* Hide right Leave Now button and show the mobile Leave Now div */
@media only screen and (max-width: 600px) {
        .leave-now {
                display: none;
        }

        .pop {
                display: none;
        }

        .leave-now-mobile {
                color: #fff !important;

                display: block;
        }

}

/* Temporary fix for coloured boxes vertical spacing */
@media only screen and (min-width: 980px) {

        .buttons-nav figcaption > div {

                transform: translate(-50%, -45%) !important;
        }
}
