﻿/* ============================================================================================ */
html, body {
    margin: 0;
    padding: 0;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    background-color: white;
    color: black;
    text-align: center;
    font-size: 20px;
}

* {
    margin: 0 auto 0 auto;
}

.container {
    display: block;
    height: auto;
    position: relative;
    width: 1000px;
    background-color: white;
}

.containerLanding {
    display: block;
    height: auto;
    position: relative;
    width: 1000px;
    background-color: black;
}

.twitter {
    padding-top: 18px;
}

.underLine a:link {
    text-decoration: underline;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

a:active {
    color: black;
    text-decoration: none;
}

.WhiteTextlink a:link {
    color: white;
}

.WhiteTextlink a:visited {
    color: white;
}

.WhiteTextlink a:active {
    color: white;
}


.video {
    position: absolute;
    top: 0;
    left: 0;
}

.editProfilePhoto {
    width: 200px;
    float: right;
}

.headerImage {
    width: 500px;
    display: block;
    float: left;
    padding-right: 250px;
    padding-left: 250px;
}


/* ============================================================================================ */
.topMenu {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50px;
    color: white;
    background-color: black;
    z-index: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 100%;
}

.menu {
    position: absolute;
    display: block;
    left: 0px;
    top: 60px;
    width: 100%;
    height: 2000px;
    background-color: white;
    color: black;
    z-index: 40;
    display: none;
}


.mainContent {
    position: absolute;
    left: 0px;
    top: 60px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: white;
}

.SearchHotspots {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: white;
}

.loadingPage {
    position: absolute;
    z-index: 50;
    right: 0px;
    top: 0px;
    width: 100%;
    padding-top: 200px;
    height: 2000px;
    background-color: black;
    display: none;
    opacity: 0.5;
    text-align: center;
    font-size: 140%;
    color: white;
}

.Notifications {
    position: absolute;
    left: 0px;
    top: 130px;
    width: 100%;
    background-color: white;
    color: black;
    z-index: 60;
    display: none;
}

/* ============================================================================================ */
.button {
    text-align: center;
    display: block;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
    background-color: black;
    color: white;
    font-size: 20px;
    font-weight: bolder;
    text-decoration: none;
}

    .button a {
        text-decoration: none;
    }

.explination {
    width: 96%;
    display: block;
    float: left;
    text-align: left;
    padding: 2%;
    color: black;
}

.fullWidthDiv {
    display: block;
    float: left;
    width: 100%;
}

#imageHeader {
    width: 100%;
}


a.bfacebook {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #3b5898;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 85px 10px 85px;
    text-decoration: none;
    width: 80%;
}

@media screen and (max-device-width: 605px) {
    /*
@media screen and (device-aspect-ratio: 40/71) {
@media screen and (max-device-width: 640px) {
@media screen and (max-width: 480px) {*/
    .container {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 60%;
        background-color: white;
    }

    .containerLanding {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 60%;
    }

    #imageHeader {
        width: 100%;
    }

    .twitter {
        padding-top: 12px;
    }

    .button {
        width: 86%;
        margin-left: 7%;
        margin-right: 7%;
    }

    .editProfilePhoto {
        width: 100%;
    }

    .headerImage {
        width: 100%;
        display: block;
        float: left;
        padding-right: 0px;
        padding-left: 0px;
    }
}



@media screen and (min-device-width : 605px) and (max-device-width : 1024px) {
    .container {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 60%;
        background-color: white;
    }

    .containerLanding {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 60%;
    }

    #imageHeader {
        width: 100%;
    }

    .twitter {
        padding-top: 12px;
    }

    .button {
        width: 86%;
        margin-left: 7%;
        margin-right: 7%;
    }

    .editProfilePhoto {
        width: 100%;
    }

    .headerImage {
        width: 100%;
        display: block;
        float: left;
        padding-right: 0px;
        padding-left: 0px;
    }

}
