:root {
  --animate-delay: 0.1s;
}

#Header
{
	text-align: center;
}

#Social
{
	padding-top: 0px;
	text-align: center;
	padding-bottom: 10px;
}

.contact
{
	margin-top: 30px;
}

#Social img
{
	width: 24px;
	padding: 0px 8px 8px 0px;
	opacity: 0.5;
}

#Social img:hover
{
	opacity: 1.0;
}

#downloadApp img
{
	width:50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#trailer
{
    border-radius: 16px;
}

.header
{
	padding-top: 42px;
	padding-bottom: 32px;
}

.header h1
{
    margin-bottom: 32px;
}

.header img
{
    width: 100%;
}

.topSuitContainer
{
    margin-top: 42px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
}

.suit
{
    width: 84px;
}

/*
.center
{
	//background-color: rgba(0,0,0,0.75);
}
*/

body{
	background-color: #E3EFDF;
	background-position: center;
	color: #202020;
	font-family: 'Barlow', sans-serif;
    font-weight: 500; /*500 700 900*/
}

h1{
	font-family: 'Barlow', sans-serif; font-weight: 900;
	font-size: 10em;
	text-align: center;
	line-height: 0.8em;
}

#Header p
{
	font-size: 1.9em;
	text-align: center;
	font-family: 'Barlow', sans-serif; font-weight: 900;
}

a{
	font-family: 'Barlow', sans-serif; font-weight: 900;
	/*color: #cccccc;*/
	color: #202020;
    text-decoration: underline;
}

a:hover{
	font-family: 'Barlow', sans-serif; font-weight: 900;
	color: #D5AEDE;
	text-decoration: none;
	opacity: 1.0;
}

#info{
	text-align: justify;
}

#buffer
{
	text-align: center;
}

#email
{
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;

	padding-top: 5px;
}

#presskit
{
	font-size: 2.0em;
	font-weight: 700;
	text-align: center;
}

#appstore
{

	padding-top: 20px;
}

.footer
{
	padding-bottom: 54px;
}

#info
{
    background-color: white;
    border-radius: 12px;
    padding: 24px;
    margin-top: 24px;
}

#catchline
{
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #202020;
    
    background-color: white;
    border-radius: 12px;
    
    font-size: 28px;
    margin-bottom: 32px;
    
}

#bottomSuits
{
    margin-bottom: 42px;
}

@media (max-width: 480px)
{
	h1{
		font-size: 5em;
	}

	#Header p
	{
		font-size: 1.0em;
	}

	#Social img
	{
		opacity: 0.9;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

	#Social img
	{
		width: 28px;
	}


	#downloadApp img
	{
		width:70%;
	}

	p{
		font-size: 1.25em;
        
	}
    
    #info p{
        padding-bottom: 24px;
    }

	#info{
	padding-top: 15px;
	}

	ul{
		font-size: 1.50em;
        padding-bottom: 24px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	#Social
	{
		padding-top: 25px;
		text-align: right;
	}

	#Social img
	{
		width: 32px;
	}


	#maincontent
	{
	padding-top: 12px;
	}

	#info{
	padding-top: 30px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	h1{
		font-size: 15em;
	}

	p{
		font-size: 1.5em;
	}

}
