/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */


/* Google Fonts */
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');


body{
    font-family: 'Open Sans', sans-serif;
    background-color:#5e2977;
    color:#fff;
    font-size:18px;
}

.logo {
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.frt-bottom {
    padding: 0 20px;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.ftr-email {
    margin: 0 0 40px;
}
.ftr-email a {
    color: #fff;
}
.ftr-email a:hover {
    color: #fff;
    text-decoration: underline;
}
.frt-copyright {
    color: #a38fb0;
    margin:0;
    font-size: 16px;
    font-weight: 600;
}

.content {
    
}

.backgroundImage {
    background: url('falcon landing page.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: absolute;
}

.fullscreenDiv {
    background-color: #e8e8e8;
    width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: absolute;
}

.center {
    position: absolute;
    border: 1px solid blue;
    width: 100px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -50px;
}



@media only screen and (max-width:767px) {
    .frt-bottom{
        bottom: 30px;        
    }
    .ftr-email {
        margin: 0 0 20px;
        font-size: 16px;
    }
    .frt-copyright{
        font-size: 15px;
    }
}