﻿/* OLD CSS PASTED IN */

p {
    font-size: 1.8rem;
}

.wrapper {
    width: 100%;
    padding: 8rem;
}

.newsContainer {
    width: 90%;
    margin: 0 auto;
}

#winnersImg {
    width: 100%;
    height: 100%;
    max-height: 385px;
    margin: 0 auto;
    vertical-align: bottom;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    object-fit: cover;
}

#loanends {
    width: 90%;
    height: 80%;
    margin: 0 auto;
    vertical-align: bottom;
    max-height: 600px;
    max-width: 600px;
}

#meethill {
    width: 90%;
    height: 90%;
    margin: 0 auto;
    vertical-align: bottom;
}


.newsTitle {
    font-weight: bold;
    color: #4183d7;
    text-align: center;
    font-size: 42px;
    text-align: center;
}

#blogTitle {
    color: #4183d7;
}

#heading {
    color: #4183d7;
    text-align: center;
    margin-top: 0px;
    font-family: Nunito;
    font-weight: 700;
    font-size: 48px;
}

#subheading {
    color: #4183d7;
    text-align: left;
    margin-top: 0px;
    font-family: Nunito;
    font-weight: 700;
    font-size: 24px;
}

#imageColumn {
    background-color: #4183d7;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

@@media (max-width: 800px) {
    #imageColumn {
        display: none;
    }

    .section {
        flex-direction: column;
    }

    #ysgol {
        flex-direction: column-reverse;
    }

    #winnersImg {
        margin-bottom: 15px;
    }

    #ysgol .col img {
        width: 100%;
        margin-top: 10px;
    }

    .col {
        overflow: hidden;
    }
}

p {
    line-height: 1.6;
}

.row {
    width: 100%;
    margin: auto;
}

.section {
    /*        width: 90%;
    */ display: flex;
    margin: auto;
    align-items: center;
}

    .section .col {
        flex: 1;
        /*            max-height: 385px;
    */
    }

#thebeginning {
    text-align: center;
}

.col p {
    align-content: center;
    margin: auto;
    margin-bottom: 3%;
    vertical-align: middle;
}

.end {
    width: 90%;
    margin: auto;
}

#heading-container {
    display: flex;
    flex-direction: row;
}

#gros-img-container {
    position: relative;
}

#congrats-container {
}