body, .lead {
    font-family: 'Heebo', sans-serif;
    padding-top:0px;
}

h1, h2, h3, h4 {
    font-weight:400;
}

h5 {
    font-weight:300;
}

h2 {
    font-size: 28px;
}

h4 {
    font-size: 1.3rem;
}


section {
    padding: 60px 0px;
}

.nav-item {
    padding: 1.3rem 0rem;
    font-weight: 300;
    -webkit-transition: all .2s ;
    transition: all .2s ;
    text-align: center;
}

.nav-item:hover {
   border-bottom: 4px solid #0079c1;
   font-weight: 500 !important;
 
}

.navbar-light .navbar-nav .nav-link {
    color: #212529;
    padding: 0rem 1.3rem;
    border-right: 1px solid #fff;
}


.navbar-light .navbar-nav .nav-link:hover {
    color: #212529;
}

.nav-item.active {
   border-bottom: 4px solid #0079c1;
   font-weight: 500 !important;
 
}

.social-tab.nav-item:hover {
    border-bottom: 0px;
}

.winning-entry-container {
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 8px 0 #bababa;
    box-shadow: 2px 2px 8px 0 #bababa;
}

.winning-entry-details {
    background-color: #0079c1;
    padding: 0px;
    color: #ffffff;
    min-height: 760px;
}

.inner-details {
    padding: 30px;
}

.view-profile-container {
    position: absolute;
    padding: 10px;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    text-align: center;
}

.winner-btn {
    width: 125px;
}


a {
    color: #0079c1;
}

.footlink {
    color: #0079c1;
}

.text-blue {
    color: #0079c1;
}

.bg-blue {
    background-color: #0079c1;
}


.play-icon-container {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.video-thumbnail {
    position: relative;
}

.video-thumbnail:hover .play-icon-container {
    background-color: rgba(255, 255, 255, 0.1);
}

.play-icon-container i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}




@media all and (max-width: 768px) {
    .comp-icon {
        margin-bottom: 30px;
    }

    .lead {
        font-size: 1rem;
    }

    #foot-logo {
        text-align: left !important;
    }
}



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

    .winning-entry-details {
        min-height: 660px;
    }
}



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

    .winning-entry-details {
        min-height: 560px;
    }
}


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

    .winning-entry-details {
        min-height: 720px;
    }
}


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

    .winning-entry-details {
        min-height: 620px;
    }
}

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

    .winning-entry-details {
        min-height: 520px;
    }
}