﻿body, html {
    height: 100%;
    margin: 5px;
    line-height: 180%;
    text-align: center;
    padding: 0;
}


.parallax2 {
    background: url(../Content/images/about/aditya-chinchure-resize.jpg);
    min-height: 450px;
}

.parallax3 {
    background: url(../Content/images/about/pricing-resize.jpg);
    min-height: 450px;
}

.parallax4 {
    background: url(../Content/images/about/enhence-eletu-resize.jpg);
    min-height: 450px;
}

.parallax5 {
    background: url(../Content/images/about/eventContinue-resize.jpg);
    min-height: 450px;
}

.parallax6 {
    background: url(../Content/images/about/demonstration-resize.jpg);
    min-height: 450px;
}

.parallax7 {
    background: url(../Content/images/about/shutterstock_399950143-resize.png);
    min-height: 450px;
}

.parallaxOne, .parallax2, .parallax3, .parallax4, .parallax5, .parallax6, .parallax7 {
    position: relative;
    opacity: 1.5;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow:hidden;
}

.heading-main {
    position: absolute !important;
    font-size: 300% !important;
    color: #ffffffff;
    top: 40%;
    width: 100%;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000;
}

.heading-sm-sm {
    position: absolute;
    top: 45%;
    width: 100%;
    color: #ffffff;
    font-size: 250%;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000;
}

.three-col {
    float: left;
    width: 25%;
    padding: 0 4%;
    text-align: left;
}

section {
    overflow: auto;
    padding: 50px 80px;
}

.solid {
    overflow:hidden;
    padding: 50px;
    background-color: #ffffffff;
}

.col-lg-4 li {
    list-style: circle;
    text-align: left;
}

.col-lg-4 h4, h5 {
    padding-top: 20px;
}

.heading-sm-sm a {
    color: #ffffff;
}

@media (max-width: 700px) {
    .col-lg-4 h4, h5 {
        font-size: 150%;
    }

    .heading-sm-sm {
        font-size: 5vw;
    }

    .col-lg-4 {
        padding-top: 45px;
    }
}
