﻿
html, body {
    height: 100% !important;
}

#wrap {
    min-height: 100%;
}

#main {
    overflow: auto;
    padding-bottom: 130px; /* this needs to be bigger than footer height*/
}

.section {
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
}

.section-2 {
    padding: 0px !important;
    position: relative;
}


.footer {
    position: relative;
    margin-top: -130px; /* negative value of footer height */
    height: 130px;
    clear: both;
    padding-top: 25px;
} 

.copy-rights {
    color: #adb5bd;
}

.coursereglink a {
    font-size: 16px !important;
    color: #4e4a4a;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post .post-head-content .post-footer .post-more a {
    font-size: 16px !important;
    /*color: #4e4a4a;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}

/*
a {
    text-decoration: none !important;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
    */