﻿.headFont {
    font-size: 20px;
    color: white;

}
.margin {
    margin-bottom: 25px;
}
.btnSpace {
    margin: 10px;
    border-radius: 8px;
    padding: 10px 52px;
    background-color: white;
    font-size: 20px;
}
.btnSpace2 {
    background-color: white;
    border: none;
    color: black;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
    padding: 10px;
    width: 90% !important;
}
.bg-2 {
    background-color: #122e42; 
    color: #122e42;
}
.space {
    padding: 25px;
}

#mainImage {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    max-height: 50vh;
    max-width: 90%;
}

@media only screen and (min-width: 900px) { /* CSS HERE ONLY ON Desktop */
    .selfie {
        position: relative;
        width: 45vw;
        height: calc(75vw * 0.70);
        margin-left: auto;
        margin-right: auto;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .selfie img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }
}

.photo {
    position: relative;
    width: 50vw;
    height: calc(45vw * 0.70);
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

    .photo img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }


@media only screen and (max-width: 900px) { /* CSS HERE ONLY ON PHONE */

    .selfie {
        position: relative;
        width: 70vw;
        height: calc(100vw * 0.95);
        margin-left: auto;
        margin-right: auto;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .selfie img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }
}