body{
    margin: 0px;
    padding: 0px;
    width:100%;
    color: #190350;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJUlEQVQYV2NkIAL89/CoZyRCHVjJYFIIdviOHY3obh9MbsQVrgDo/QYZCdt17AAAAABJRU5ErkJggg==) repeat;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
}

a{
    color: #190350;
}

a:hover{
    font-weight: 600;
    text-decoration: none;
    color:#FF494A;
}

a:active{
    font-weight: 600;
    text-decoration: overline;
    color:#FF494A;
}


.header{
    text-align: center;
    height: 180px;
}


.header h2{
    position: relative;
    top: 25px;
}

.header h4{
    position: relative;
    top: 20px;
    display: block;
}

.logo{
    height: 120px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 25px;
}

.nav{
    position: relative;
    top: 60px;
    text-align: center;
}

.nav ul{
    margin:0;
    padding:0;
}

.nav ul li{
    display: inline;
    padding:0.5%;

}

.nav li:first-child:before {
content: none;
}

.pres p{
    font-size: 16px;
    line-height: 24px;
    color:white
}

.pres{
    position: relative;
    top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-color: #FF494A;
}

.pres a{
    color:white;
    text-decoration: underline
}

.container{
    width: 75%;
}

.main {
    position: relative;
    top:100px;
    text-align: center;
}

li {
    list-style-type: none;
}


ul {
    padding: 0px
}

.name{
}

.footer{
    position:relative;
    bottom:-150px;
    width:100%;
    height:80px;
}
.contacts {
position:relative;
top: 30px;
}

.coming{
    display: block;
    width: 100%;
    color:#FF494A;
    text-align: center;
margin-top: 45vh;
}
.title {
    color: #FF494A;
    text-align: center;
}

.content {
    position: relative;
    top: 100px;
    font-size: 16px;
}

@media only screen and (max-width : 700px){
    .content{
        width: 100%;
        font-size: 14px
    }
    
    .chapter{
        font-size: 17px;
        position: relative;
        top:-20px !important;
    }
}

.chapter {
    position: relative;
    top:-25px;
    text-align-last: right
}

.link {
    text-decoration: underline
}

.immy {
    width: 100%;
    margin: 0 auto;
    border: 4px solid #FF494A;
    margin-bottom: 40px;
}

.lista li {
    list-style-type: circle;
    margin-left: 20px;
}
