﻿html, body {
    height: 100%;
    margin: 0;
    font-family: 'Roboto','Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
    /*overflow-x: hidden;*/
}

.mainwrapper {
    min-height: 100%;
    margin-bottom: -535px;
    
}

.footer{
    border:1px solid #000;
}

.footer,
.push {
    height: 535px;
}

.maincontentwrapper{
    padding:15px;
    margin:0 auto;
    width:100%;
    max-width: 1024px;
    box-sizing:border-box;
}

h2 {
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    font-family: "Roboto", "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 61.6px;
    margin-top: 0px -10px 24px auto;
    padding: 0;
    text-transform: uppercase;
    word-break:break-word;
}

h3, h4 {
    box-sizing: border-box;
    color: rgb(247, 96, 19);
    font-family: "Roboto", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 33px;
    margin: 0;
    padding: 0;
}

h4{
    color: #000;
    font-size:20px;
}

hr {
    margin-top: 15px !important;
    margin-bottom: 40px !important;
    border-top: 1px solid #e0e0e0 !important;
}

@media( max-width : 585px ) {
    h2 {
        font-size: 40px;
    }
}