﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.loading {
    margin: 100px auto;
    min-height: 100px;
    text-align: center;
    font-weight: bold;
}

.header {
    color: #006699;
}

.parent {
    display: flex;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    min-width: 300px;
    min-height: 750px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    position: relative;
}

.child {
    width: 300px;
    height: auto;
    background-color: lightgray;
    display: inline-block;
    border-style: solid;
    border-color: black;
    padding: 10px;
    align-self: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.partnerBody {
    background-image: url(/images//background-globe.png);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    min-width: 1200px;
    min-height: 750px;
    text-align: center;
    vertical-align: middle;
}

.mobilePartnerBody {
    background-image: url(/images//background-globe.png);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    min-width: 300px;
    min-height: 750px;
    text-align: center;
    vertical-align: middle;
}

.partnerContent {
    width: 400px;
    height: auto;
    background-color: lightgray;
    display: inline-block;
    border-style: solid;
    border-color: black;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.textDangerOffset {
    padding-bottom: 20px;
}

.scoutBody {
    padding-top: 0px;
}

#partnerLoginButton {
    background-color: #006699;
    color: white;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
