.boxx {outline: 1px solid red;}

.spacer {
  width: 100%;
  height: 90px;
  background: transparent;
}

.container {
    /*min-height: 100%;
    height: 100%;*/
}

#section {
    /*min-height: 100%;
    height: 100%;*/
    color: #fff;
}

#sectionBody {
    color: #1C1C1C;
    padding: 150px 50px;
    background: url('../images/background/investorsBG.jpg');
    background-size: cover;
    /*height: 100%;*/
}

#sectionBody h2 {
    font-size: 2rem;
}

#sectionBody p {
    font-size: 1.2rem;
}

#sectionBody h2 {
    font-family: 'Bebas-Neue';
}

#sectionBody p {
    font-family: 'Century Gothic', CenturyGothic;
}

footer.footer {
    padding: 20px 0px;
}


/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1280-1024   - desktop (default grid)
   1024-768    - tablet landscape
   768-480     - tablet 
   480-less    - phone landscape & smaller
--------------------------------------------*/

@media all and (min-width:1440px) {}

@media all and (min-width:1025px) and (max-width:1439px) {}

@media all and (min-width: 768px) and (max-width: 1024px) {
    #sectionBody p {
        font-size: 0.8rem;
    }
    #sectionBody {
        padding: 100px 0px 0px;
    }
}

/*
@media all and (min-width: 480px) and (max-width: 768px) {
    #sectionBody {
        padding: 100px 0px 0px;
    }
}
*/

@media all and (max-width: /*480*/ 768px) {
    .container {
        height: auto;
    }
    footer.footer {
        position: relative;
        bottom: auto;
    }
    footer.footer::before {
        position: relative;
        bottom: auto;
    }
    html,
    body {
        overflow-y: auto;
    }
    #sectionBody {
        padding: 100px 0px 0px;
    }
    .reachUsLink {
        top: 49%;
        width: 25px;
        height: 120px;
    }
}

/*
@media all and (max-height:768px) {
    html,
    body {
        overflow-y: auto;
    }
    #sectionBody {
        /* margin-bottom: 50px; */
    }

    #sectionBody p{
       font-size:1.1rem;
    }
    #section{
        height:120%;
    }
    footer.footer {
        position: relative;
        position:fixed;
    }
}
*/