body{
    background-color: white;
}

.imgCenter{
	float: center;
	max-width: 550px;
}

.headerLink{
	text-decoration: none;
	color: #2D2D2D;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none !important;
	color: #2D2D2D !important; 
}
a:active {
	text-decoration: none;
}

a {
    color: inherit;
}

.content{
    margin: 0 auto;
    background-color: #aedde0;
    max-width: 768px;
    padding: 10px 20px;
	text-align: center;
    box-sizing: border-box;
}

.header{
    margin: 0 auto;
    max-width: 768px;
    height: 285px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/header.png);
}

.footer{
    margin: 0 auto;
    max-width: 768px;
    height: 236px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/footer.png);
}

.title{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    padding-top: 30%;

}
.content-title{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
}

.content-detail{
    font-size: 16px;
    text-align: center;
}

.logoHeader{
	padding-top: 18%;
}

@media only screen and (max-width:768px){
    .header{
        height: 134px;
    }
    .title{
        padding-top: 28%;
    }
    .footer{
        height: 110px;
    }
}

@media only screen and (max-width:576px){

    .title{
        font-size: 28px;
        padding-top: 20%;
    }

    .content-title{
        font-size: 16px;
    }

    .content-detail{
        font-size: 14px;
    }
}

