body{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 30px;
    background-image: url("./images/bg.jpg");
    background-attachment: fixed;
    color: #413F3F;
}

@media (min-width: 992px ) {
    body {
        background-size: cover;
    }
}

*{
    box-sizing: border-box;
}

h1{
    font-size: 45px;
    line-height: 50px;
    margin: 0px 0px 20px 0px ;
    color: #470a69;
}

h2{
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0px 30px 0px;
}

h3{
    font-size: 25px;
    line-height: 35px;
    margin: 0px 0px 30px 0px;
    color: #470a69;
    font-weight: normal;
}

p{
    margin: 0px 0px 30px 0px;
}

p.no-margin{
    margin: 0;
}

a{
    color: #470a69;
    text-decoration: none;
}

a:hover,
a:focus{
    text-decoration: underline;
}

.top{
    padding: 5% 0%;
    text-align: center;
}

.bottom{
    background: rgba(255,255,255,0.4);
    padding: 5% 0%;
}

@media (min-width: 992px ) {
    .bottom{
        /*position: absolute;
        left: 0;
        width: 100%;
        bottom:0;*/
    }
}

.bottom .container{
    width: 1170px;
    padding: 0px 15px;
    max-width: 100%;
    margin: auto;
    /*text-align: center;*/

}

.bottom .container.container-top{
    text-align: center;
}

.bottom .container hr{
    margin: 60px 0px;
    border: none;

    border-top: 1px dotted #470a69;
    border-bottom: 1px dotted #D1CDCD;
}