body{
    font-family: Roboto, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    background: url('assets/images/bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    color: white;
}

.bold{font-weight: bold;}

.firstRow{padding-top: 50px; padding-bottom: 50px;}
.secondRow{}

.centered div{text-align: center;}
.centered div.text-right{text-align: right;}
.centered div.text-left{text-align: left;}

.rightSide{padding-left: 110px;}
.leftSide img.marginTop{margin-top: 40px; max-width: 100%;}
.rightSide img.marginTop{margin-top: 110px;}

div.dataGroup1{text-transform: uppercase; font-size: 30px; text-align: left; margin-top: 20px;}
.dataGroup1 span{}
.dataGroup1 span.free{
    background-color: #fcbe36; display: inline-block; font-size: 25px; padding: 6px 20px;
    margin-left: 15px;
    color: #23164d;
    text-transform: none;
}
div.dataGroup2{
    font-size: 22px;
    text-align: left;
    margin-top: 35px;
    line-height: 28px;
}

.leftSide div.hrWrap{text-align: left;}

.leftSide hr{
    border: 0;
    height: 2px;
    background-color: white;
    width: 110px;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

div.dataGroup3{
    text-align: left;
    text-transform: uppercase;
    font-size: 32px;
}

div.dataGroup3 h3{font-size: 35px;}
div.dataGroup3 p{margin-bottom: 3px;}
div.dataGroup4{text-align: left; padding-top: 30px;}
div.dataGroup4 .free{
    background-color: #fcbe36; display: inline-block; font-size: 32px; padding: 6px 20px;
    color: #23164d;
    text-transform: none;
}

footer{
    text-align: center;
    background-color: #294b87;
    margin-top: 80px;
    padding: 40px 0;
}

div.dataGroup11{margin-top: 70px; text-align: left;}
div.dataGroup11 h3{text-transform: uppercase; font-size: 36px; font-weight: normal;}
div.dataGroup11 p{font-size: 28px; line-height: 35px;}
div.dataGroup22{padding: 40px 0;}
div.dataGroup22 div{text-align: left;}
div.dataGroup22 div a:first-child{margin-right: 20px;}
div.dataGroup33{font-size: 28px; text-align: center;}

.halo{
    background: url('assets/images/halo.png') no-repeat;
    background-position: right bottom;
}
/*change*/