body
{
	margin:0;
}

.center
{
	margin-left: auto;
	margin-right: auto;
	width: 1030px;
}

h1
{
    float: left;
	margin-top: 0px; 
	padding-top:10px;
	
	text-align: center;
    font-size: 32px;
    font-family: "Myriad Pro", "Myriad Pro2";
    font-weight: bold;
    color: white;
	text-shadow: 0px 0 rgb(0,56,71), 0 3px rgb(0,56,71), 0px 0 rgb(0,56,71), 0 0px rgb(0,56,71);
}

#Background {
	background-color: rgb(204,237,254);
	margin-top: 2px;
	height: 74px;
	width: 100%;
	position: absolute;
	z-index: -100;
}

@media (max-width:960px) {	
	.HeaderMenu {
		height: fit-content;
		display: flex;
	}
}

#ContentFramework
{
	background-color: rgb(233,232,232);
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}

#Content
{
	padding-top:20px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Myriad Pro", "Myriad Pro2";
}

#secondLine {
	background-image: url(imgs/blue2.png);
}

h2
{
	color: rgb(200,120,70);
	font-size: 30px;
}

#GenerLDesc
{
	font-size:20px;
	font-family: "Myriad Pro", "Myriad Pro2";
	line-height:28px;
}

.AdvantageTitle
{
	font-size: 24px;
	font-weight: 500;
}


#Content ul {
    list-style-type: none;
}

#Content li {
    background-image: url('imgs/AdvantageX.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 37px;
	padding-top: -25px;
	margin-top:30px;
}

#downloadButton
{
    background-image: url(imgs/download_app.png);
    width: 239px;
    height: 69px;
    font-family: "Myriad Pro", "Myriad Pro2";
    font-weight: bold;
    font-size: 20px;
    color: rgb(255,255,255);
    cursor: pointer;
    text-align: center;
    margin-left: auto;
	margin-right: auto;
    
}

#download_text
{
    padding-top: 10px;
}