/**
 * CSS for Camps Website
 * Version: 1.0
 * Author: GDC
 * License: N/A
 * License URI: N/A
 * 
 */

.camps-titles {
    position: absolute !important;
    width: 80% !important;
    bottom: 20px;
    font-size: 45px;
    color: #ffffff !important;
    line-height: normal !important;
    text-shadow: 1px 1px #000000 !important;
    text-transform: uppercase;
    font-family: "Whitney SSm A", "Whitney SSm B", Arial, sans-serif !important;
}

.spot2 {
    display: inline-block;
    width: calc(20%);
    margin-left: 5%;
    position: relative;
    min-height: 325px;
    /*clip-path: circle(calc(100%) at center);*/
}

.spot2 img {
    position: absolute;
    left: 0;
    border-radius: 100%;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.spot2:first-child {
    margin-left: 0;
}

.spotlight__content {
    margin-top: 10px;
    text-align: center;
    /* background-color: #062142;*/
}

.spotlight__title {
    color: #ffffff;
}

.full-width-row {
    width: calc(var(--vw, 1vw) * 100);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    /*width: 100vw;
 position: relative;
 margin-left: -50vw;
 height: 100px;
 margin-top: 100px;
 left: 50%;*/
}

@media only screen and (max-width: 979px) {
    .full-width-row.welcome-row {
        padding-left: 3%;
        margin-right: 10px;
    }

    .full-width-row {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .full-width-row.ubcrec-row {
    }

    .mobile-padding {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.welcome-row h3, h4 {
    color: #000000;
}

/* WAYS TO REGISTER BLOCKS */
.register-block {
    display: block;
    width: 100%;
    vertical-align: center;
    /*background: rgba(255,255,255,0.79);*/
    background: rgba(12,35,68,1);
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
}

.register-block-icon {
    float: left;
    margin-right: 5px;
    font-size: 48px;
    color: #ffffff;
    min-width: 65px;
    text-align: center;
}

.register-block-title {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.register-block p {
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
}

.register-block-description {
    font-size: 12px;
    line-height: 0.5em;
    color: #ffffff;
}

/* UBC RECREATION BLOCK */
.ubcrec-row-title {
    font-size: 35px;
    line-height: 95%;
}

.full-width-row.ubcrec-row {
    color: #000000;
    text-align: center;
    background-color: #F0F0F0;
    margin-top: 0px;
    padding: 35px 0px 35px 0px;
}

/* SOCIAL FEED BLOCK */
.full-width-row.social-row {
    color: #000000;
    text-align: center;
    background-color: #9DA6B7;
    margin-top: 0px;
    padding: 0px 0px 35px;
}

/* UBC RECREATION BLOCKS */
.rec-icon {
    width: 40px;
    float: left;
    margin-right: 15px;
}

.rec-block-icon {
    vertical-align: middle;
    float: left;
    margin-right: 15px;
    font-size: 35px;
    color: #ffffff;
    fill: #FFFFFF;
}

.rec-block-title {
    float: left;
    padding-top: 8px;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
}

@media only screen and (max-width: 849px) {
    .rec-block-title {
        float:left;
        padding-top: 8px;
        font-size: 15px;
        font-weight: bold;
        color: #ffffff;
    }
}

.rec-block-btn {
    float: left;
    width: 100%;
    min-width: 280px;
    background-color: #062142;
    border: none;
    color: #ffffff;
    padding-left: 15px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 16px;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.3s;
}

/* social block */
.social-block {
    display: inline-block;
    width: calc(30% - 6px);
    /* height: 280px;*/
    margin-left: 4px;
    vertical-align: top;
    background-color: #062142;
}

.social-block-image {
    overflow: hidden;
    display: block;
    position: relative;
    height: 280px;
}

.social-block-image img, .social-block-image picture {
    padding: 0px;
    margin: 0px;
    position: relative;
    max-width: none;
    height: 100%;
    transform: scale(1);
    transition: transform .5s linear;
    /* border:1px solid green;*/
}

.social-block-title {
    color: #ffffff;
}

/* social block buttons */
.social-block-btn {
    display: block;
    width: 100%;
    background-color: #062142;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.3s;
    letter-spacing: 0.1em;
}

.social-block-btn:hover {
    background-color: #385477;
    color: #ffffff;
}

.social-block-icon {
    margin-right: 10px;
    font-size: 18px;
    color: #ffffff;
}

.social-block-image {
    overflow: hidden;
    display: block;
    position: relative;
}

.social-block-image img, .social-block-image picture {
    position: relative;
    max-width: none;
    transform: scale(1);
    transition: transform .5s linear
}

/*@media only screen and (max-width:767px) {
    .spotlight__image {
        float: left;
        margin: 0;
        width: 25%;
        vertical-align: top
    }
}*/
.social-block-image:active img, .social-block-image:active picture, .social-block-image:focus img, .social-block-image:focus picture, .social-block-image:hover img, .social-block-image:hover picture {
    transform: scale(1.1);
    transition: transform .5s linear
}

img.campthumbnail {
    object-fit: cover;
    border-radius: 50%;
    height: 157px;
    width: 157px;
    min-width: 140px;
}

#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails {
    justify-content: left !important;
}