body{
    margin-top: 20px;
    font-family: 'Lato', sans-serif;

}
title {
    font-weight: 800;
    font-size: 18px
}

.slogan {
    font-family: 'Lato', sans-serif;
    font-size: 12pt;
}
.slogan h1{
    text-align:right;
    font-size:14pt;
    font-family: 'Lato', sans-serif;
}

#about {
    font-family: 'Lato', sans-serif;
    color: #53284F;
    text-align: center;
    font-size: 18px;
    background: #ffffff;
}

#about p {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    text-align: justify;
    color: #424242;
}
#services{
    text-align: center;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}

/* parallax */
.parallax { 
    /* The image used */
    background-image: url("../img/parallax_1.jpg");
  
    /* Set a specific height */
    height: 150px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax2 { 
    /* The image used */
    background-image: url("../img/parallax_2.jpg");
  
    /* Set a specific height */
    height: 150px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#contac_form{
    height: auto;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}
#footer{
    /* background-color: #53284F; */
    width: 100%
}
#footer-inner {
    margin: auto;
    text-align: center;
    padding: 12px;
    font-size: 8pt;
}
footer .img{
    vertical-align: middle;
}
footer .description{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #ffffff;
}
.title_footer {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    
}
#cr .container .row h2
{
    font-family: 'Raleway', sans-serif;
    font-size: 18pt;
    color: #424242;
}
