@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300&display=swap');
* {
    margin: 0;
    padding: 0;
}

html,
body
{
    overflow: hidden;
}

body
{
    font-family: arial;
    font-size: 14px;
}

a
{
    text-decoration: none;
    color: #000;
}

li
{
    list-style: none;
}

.menu
{
    padding: 30px;
}

.menu li
{
    margin-right: 15px;
    display: inline-block;
    text-transform: uppercase;
}

#logo
{
    position: relative;
}

.logo
{
    top: -50px;
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}

#page
{
    /*height: 100vh;*/
    top: 50px;
    color: #fff;
    padding: 50px;
    line-height: 1.5em;

    background-image: url(../images/cover-dark.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

#page ul
{
    line-height: 30px;
    font-size: 18px;
    font-family: Times;
    list-style-type: square;
    padding-left: 30px;
}

#page li
{
    list-style-type: square;
}

.cover
{
    height: 100vh;
    background-image: url(../images/cover.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.cover .logo
{
    top: -50px;
    width: 100px;
}

.cover .logo,
.cover .download,
.cover .text
{
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.cover .download
{
    width: 300px;
    bottom: 18%;
}

.cover .text
{
    max-width: 1280px;
    text-align: center;
    bottom: 50%;
    text-transform: uppercase;
    color: #fff;
}

.cover .text h1
{
    margin-bottom: 25px;
    font-size: 50px;
    letter-spacing: -1px;
}

.cover .text h3
{
    font-size: 24px;
}

.welcome_message
{
	width: 100%;
	/*max-width: 400px;*/
    max-width: 450px;
	height: auto;

    padding-left: 30%;
    /*padding-left: 40%;*/
	bottom: 20%;

	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.text-content
{
    /*background: #ffffff52;*/
    /*border: #000 solid 1px;*/
    border-radius: 8px;
    margin: 35px 0px;
    padding: 20px;
    min-height: 70vh;
    /* font-family: 'Source Sans Pro', sans-serif; */
    color: #eee;
    line-height: 25px;
}
.text-content h1
{
    text-align: center;
    margin-bottom: 20px;
}

.text-message
{
    padding-top: 10%;
    /*padding-top: 17%;*/
    padding-left: 5%;
    color: #555;
    line-height: 1.3;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 35px;
    /*font-size: 20px;*/
    font-weight: bold;
}


/*Cookie Consent Begin*/
#cookieConsent
{
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /*display: none;*/
    z-index: 9999;
}
#cookieConsent a
{
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent
{
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover
{
    color: #FFF;
}
#cookieConsent a.cookieConsentOK
{
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover
{
    background-color: #E0C91F;
}
/*Cookie Consent End*/



@media screen and (max-width:728px)
{
    .menu
    {
        padding: 10px;
    }
    .logo,
    .cover .logo
    {
        top: -15px;
        width: 80px;
    }
    .cover .text
    {
        padding: 30px;
    }
    .cover .text h1
    {
        font-size: 36px;
    }
    .cover .text h3
    {
        font-size: 20px;
    }
    #page
    {
    	padding: 50px 10px;
    }
}

@media screen and (width:667px)
{
    .cover .text
    {
        bottom: 25%;
    }
    .cover .download
    {
        bottom: 10%;
    }
}






/* iPhone Portrait Screens */

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
@media only screen
    and (min-device-width: 320px)
    and (max-device-width: 568px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: portrait)
    {
        .welcome_message
        {
            max-width: 400px;
        }
        .text-message
        {
            padding-top: 20%;
            font-size: 16px;
        }
    }


/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

@media only screen
    and (min-device-width: 375px)
    and (max-device-width: 667px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: portrait)
    {
        .welcome_message
        {
            max-width: 400px;
        }
        .text-message
        {
            padding-top: 20%;
            font-size: 16px;
        }
    }


/* ----------- iPhone 6+, 7+ and 8+ ----------- */
@media only screen
    and (min-device-width: 414px)
    and (max-device-width: 736px)
    and (-webkit-min-device-pixel-ratio: 3)
    and (orientation: portrait)
    {
        .welcome_message
        {
            max-width: 400px;
        }
        .text-message
        {
            padding-top: 20%;
            font-size: 16px;
        }
    }


/* ----------- iPhone X ----------- */

@media only screen
    and (min-device-width: 375px)
    and (max-device-width: 812px)
    and (-webkit-min-device-pixel-ratio: 3)
    and (orientation: portrait)
    {
        .welcome_message
        {
            max-width: 400px;
        }
        .text-message
        {
            padding-top: 20%;
            font-size: 16px;
        }
    }



/* iPhone Landscape Screens */

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
@media only screen
	and (min-device-width: 320px)
	and (max-device-width: 568px)
	and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: landscape)
	{
		.welcome_message
		{
			max-height: 60%;
			width: auto;
            bottom: 25%;
		}
        .text-message
        {
            font-size: 20px;
        }
	}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
@media only screen
	and (min-device-width: 375px)
	and (max-device-width: 667px)
	and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: landscape)
	{
		.welcome_message
		{
			max-height: 60%;
			width: auto;
            bottom: 25%;
		}
        .text-message
        {
            font-size: 20px;
        }
	}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
@media only screen
	and (min-device-width: 414px)
	and (max-device-width: 736px)
	and (-webkit-min-device-pixel-ratio: 3)
	and (orientation: landscape)
	{
	  	.welcome_message
		{
			max-height: 60%;
			width: auto;
            bottom: 25%;
		}
        .text-message
        {
            font-size: 20px;
        }
	}

/* ----------- iPhone X ----------- */
@media only screen
	and (min-device-width: 375px)
	and (max-device-width: 812px)
	and (-webkit-min-device-pixel-ratio: 3)
	and (orientation: landscape)
	{
		.welcome_message
		{
			max-height: 60%;
			width: auto;
            bottom: 25%;
		}
        .text-message
        {
            font-size: 20px;
        }
	}

/* ----------- iPhone XR/XS ----------- */
@media only screen
	and (min-device-width: 414px)
	and (max-device-width: 896px)
	and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: landscape)
	{
		.welcome_message
		{
			max-height: 60%;
			width: auto;
            bottom: 25%;
		}
        .text-message
        {
            font-size: 20px;
        }
	}