body {

    height: 100%;
}

#dvMain {

    height: 100%;
    padding: 15px 30px;
}

p {

    color: black;
font-size: 16px;
margin: 0px;
padding: 0 10px;
}

.p-companyinfo {

    color:ivory; font-size:17px; font-weight: bold; font-family: 'Trebuchet MS'; text-align: justify;
}

.dv-animate-left {

    animation: animateleft 0.7s;
}

.dv-animate-right {

    animation: animateright 0.7s;
}

.dv-animate-top {

    animation: animatetop 0.7s;
}

ul.links {

list-style: inherit;
color: #FFFF99;
font-weight: 500;
font-size: 17px;
padding-left: 40px !important;
font-style: italic;
font-family: "Trebuchet MS";
text-align: justify;
}

ul.links li {

    margin-bottom: 4px;
}

.main-section {

    height: inherit; background-image: url(../img/links/home.jpg);
     background-size: cover;
}

.col-main {

    padding: 0px;
}

@media (max-width: 768px)
{
    .col-left, .col-right
    {
        display: none;
    }

    .col-main {

        max-width: inherit;
        flex: auto;
        padding: 0px 40px;
    }
}

@media (max-width: 575px)
{
    ul.links {

        padding-left: 25px !important;
        padding-right: 10px
    }

    .main-section {

        background-position: center;
    }

    .col-main{
        max-width: inherit;
        flex: auto;
        padding: 0px 10px;
    }
}