﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/* Container holding the image and the text */
.container {
    position: relative;
    text-align: center;
    color: white;
}

/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

/* Centered text */
.centered {
    position: absolute;
    top: 70%;
    left: 50%;
    /*font-size: 40px;*/
    font-size: 3vw;
    transform: translate(-50%, -50%);
}

.centered-top {
    position: absolute;
    top: 15%;
    left: 50%;
   /* font-size: 30px;*/
    font-size: 1vw;
    transform: translate(-50%, -50%);
}

.centered-mid {
    position: absolute;
   /*font-size: 15px;*/ 
    font-size: 1vw;
    color: black;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered-midx {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1vw;
    transform: translate(-50%, -50%);
}

.bottom-centered {
    position: absolute;
    top: 82%;
    left: 50%;
    font-size: 1vw;
    transform: translate(-50%, -50%);
}
