 body {
     background-color: #eeeeee;
     font-family: 'Roboto', sans-serif;
     font-size: 16px;
     line-height: 28px;
     font-weight: 400;
     color: #525C65;
}
 h1 {
     font-family: 'Roboto Condensed', sans-serif;
     font-size: 50px;
     line-height: 55px;
     font-weight: 300;
     color: #5E6A71;
}
 h2 {
     font-family: 'Roboto Condensed', sans-serif;
     font-size: 28px;
     line-height: 34px;
     font-weight: 400;
     color: #5E6A71;
     text-transform: uppercase;
}
 h3 {
     font-family: 'Roboto Condensed', sans-serif;
     font-size: 20px;
     line-height: 24px;
     font-weight: 400;
     color: #5E6A71;
}
 h4 {
     font-family: 'Roboto', sans-serif;
     font-size: 13px;
     line-height: 16px;
     font-weight: 900;
     color: #5E6A71;
}
 .button-element-default {
     padding: 12px 24px;
     margin: 32px;
     text-align: center;
     font-size: 16px;
     border-radius: 64px;
     background-color: #7A003C;
     text-decoration: none;
     color: white;
}
 .responsiveimg {
     width:100%;
     height: auto;
}
 .lightbox {
     display: none;
}

