html
{
    all: none;
    height: 100%;
    font-family: "OpenSans bold", Arial, sans-serif;
    background-color: black;
    color: rgb(218,37,28);
}


body
{
    margin: 0;
    height: 100%;
    z-index: 10;
}

.layer
{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

.layerBackground
{
    opacity: 0.5;
    background-color: white;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
}

.layerText
{
    text-align: center;
    background-color: azure;
    border: 2px solid red;
    width: 60%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 35px;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
}

.close
{
    position: absolute;
    font-size: 35px;
    font-weight: bold;
    color: red;
    right: 0;
    top: 0;
    padding: 20px;
    cursor: pointer;
}

.main-container
{
    z-index: 1;
    position: relative;
    margin: 0 auto;
    width: 80%;
    border: 1px solid black;
}

.logo
{
    height: 150px;
    width: 150px;
    position: absolute;
    top: -36px;
    left: -36px;
    float: left;
}

.logo-2
{
    height: 200px;
    width: 200px;
    padding-top: 15px;
    padding-left: 15px;
    float: left;
    position: absolute;
}

img
{
    height: 100%;
    width: 100%;
}

.textbox
{
    margin-top: 30px;
}

.headline
{
    width: 100%;
    padding-bottom: 20px;
}
@media (min-width: 1000px) {
    .block
    {
        display: inline-block;
        text-align: left;
        width: 49%;
    }
}
@media (max-width: 1001px) {
    .block
    {
        display: inline-block;
        text-align: left;
        width: 100%;
    }
}
@media (min-width: 1000px) {
    .block-2
    {
        display: inline-block;
        text-align: right;
        width: 49%;
    }
}
@media (max-width: 1001px) {
    .block-2
    {
        display: inline-block;
        text-align: right;
        width: 100%;
    }
}
.text
{
    text-align: center;
    font-size: 20px;
}
@media (min-width: 1000px) {
    .text-2
    {
        text-align: center;
        font-size: 20px;
    }
}
@media (max-width: 1001px) {
    .text-2
    {
        text-align: center;
        font-size: 20px;
        margin-top: 100px;
    }
}
.right
{
    margin-top: 10px;
}

.left
{
    bottom: 0;
    position: relative;
    margin: 0;
}

.middel
{
    text-align: center;
    background-color: azure;
    border: 2px solid red;
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
	padding: 15px;
    position: relative;
}

.button
{
	background-color: rgb(218,37,28);
	padding: 10px;
	max-width: 260px;
	margin: 20px auto;
    text-align: center;
    border-radius: 5px;
}

.band {
    margin-top: 50px;
    background-color: rgb(218,37,28);
    color: azure;
    font-weight: bold;
    text-align: center;
}

.band p {
    padding: 5px;
}

.button a
{
	color: azure;
    font-weight: bold;
	text-decoration: none;
    text-align: center;
}

h1
{
    font-size: 70px;
    text-align: center;
}

h2
{
    font-size: 30px;
    text-align: center;
}

h3
{
    font-size: 20px;
    font-weight: bold;
}
