
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;

}

body {
    background-image: url("../img/landing.jpg");
    background-color: #100903 !important;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    font-family: 'Lato', sans-serif;
}

body.infopage {
    background-image: url("../img/bg-empty.jpg");
}

#container {
    width: 100%;
    height: auto;
    margin: auto;
}

#topbar {
    width: 100%;
    height: 30px;
}

#header {
    max-width: 900px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 7px;
}

.headerLink {
    margin-left: 10px;
    font-size: 10px;
    color: #006666;
    float: right;
    cursor: pointer;
}

.headerLink:hover {
    color: #006666;
}

#container2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#container2 #textContent {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

#container2 #textContent h1, #container2 #textContent h2, #container2 #textContent h3 {
    text-align: center;
    color: #c1f64d;
}

.responseContainer {
    margin-bottom: 10px;
}

#empty {
    height: 450px;
    margin-right: auto;
    margin-left: auto;
    width: 200px;
    position: relative;
}

#content {
    max-width: 500px;
    height: 370px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-align: left;
}

#socialdiv {
    text-align: center;
}

#resetForm {
    color: black;
}
.social {
    background-color: #FFCCFF;
    border-color: white;
    border-radius: 7px;
    font-size: 30px;
    color: #990033;
    font-weight: 700;
    padding: 10px;

}

.socialfb {
    background-color: #4668b3;
    border-color: white;
    border-radius: 6px;
    font-size: 30px;
    color: white;
    margin-left: 4px;
    padding: 10px;
}

.description {
    margin-top: 10px;
}

.login {
    width: 150px;
    height: 15px;
    background-color: #006666;
    border: none;
    color: #ffffff;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 10px;
    margin-right: 4px;
    padding: 0 3px;
}

.loginButton {
    width: auto;
    height: 15px;
    background-color: #cc6666;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    margin-left: 5px;
    color: white;
    cursor: pointer;
}

.loginButton:hover {
    background-color: #dd6666;
    color: white;
}

.icon {
    padding-top: 2px;
}

.screensButton {
    background: transparent;
    border: none !important;
    font-size: 0;
    height: 200px;
    width: 260px;
    position: absolute;
    left: -425px;
    top: -315px;
}

.mainLink {
    display: block;
    height: 120px;
    width: 400px;
    position: absolute;
    top: 259px;
    left: -100px;
}

.text {
    color: #7a43b6;
}

.error {
    margin-right: 10px;
    font-size: 13px;
    color: red;
}

#container3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.news {
    margin: 0 0 30px 0;
}

.header {
    width: 500px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    color: #7a43b6;
    text-align: left;
    font-size: 40px;

}

.tile {
    width: 500px;
    height: 120px;
    margin-left: auto;
    text-align: left;
    margin-right: auto;
    color: #FFFFFF;
}

#footer {
    width: 100%;
    height: 20px;
    color: #aaa;
}

.modal-title {
    color: black;
    text-align: left;
}

.modal-text {
    color: black;
    text-align: left;
}

.modal-body {
    color: black;
    text-align: left;
    background-color: #D9D9F3;
}

.modal-footer {
    background-color: #D9D9F3;
}

.modal-header {
    background-color: #D9D9F3;
}

