@charset "utf-8";
body {
    padding: 0,0;
    margin: 0,0;
    height: 100%;
}
#conatainer {
    color: #787474;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 0.9em;
    line-height: 1.3em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


#cidLogo {
    width: 25%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0px;
}
#conatainer h3 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    color: #CD595B;
}


#conatainer p {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
}
body footer {
    margin-top: 100px;
    margin-bottom: 0px;
    width: 100%;
    height: 70px;
    text-align: center;
    line-height: 70px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #ECECEC;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #B94E4F;
}
#conatainer #paralax {
    width: 100%;
    height: 100px;
    background-image: url(../images/purple-plasma.jpg);
    display: inline-block;
    color: #FF0004;
    font-family: comfortaa;
    font-style: normal;
    font-weight: 300;
    font-size: 3em;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

@media (max-width:736px){
#conatainer #paralax {
    font-size: 2.2em;
    line-height: 50px;
    color: #FF0004;
}

}
