* {
    box-sizing: border-box;
}

body {
    margin: 0;
    line-height: 1.35;
    font-family: 'Inter', sans-serif;
}

img {
    width: 100%;
}

/* Typography */

.intro-text {
    margin: 0;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    font-weight: lighter;
    width: 280px;
    color: #E11C1D;
}

.label {
    font-size: 32px;
    margin-bottom: 12px;
    font-family: 'Playfair Display', serif;
}

.paragraph {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.col-2-sub-title-lg {
    display: none;
}

.col-2-sub-title {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    padding-right: 121px;
    line-height: 1.5;
}

.col-2-sub-slide {
    display: grid;
    grid-row-gap: 30px;
}

.news-letter-title {
    color: #fff;
    font-size: 37px;
    margin-bottom: 0;
    font-family: 'Playfair Display', serif;
    font-weight: lighter;
}

.news-letter-paragraph {
    margin: 0;
    color: #fff;
    line-height: 1.5;
    width: 272px;
}

.email-address {
    background: #fff;
    border: none;
    border-radius: 30px;
    height: 45px;
    padding: 0 29px;
    font-weight: bold;
    outline: none;
}

.footer-paragraph {
    color: grey;
    font-size: 15px;
    width: 345px;
    line-height: 1.7;
    font-weight: normal;
}

.footer-link {
    text-decoration: none;
    color: grey;
    font-size: 14px;
    border: none;
    background: none;
    padding: 0;
    font-weight: 400;
    cursor: pointer;
    outline: none;
}

/* Buttons */

.menu-btn {
    background: none;
    border: none;
    padding: 4px;
    outline: none;
}

.signUp {
    height: 44px;
    background: #E11C1D;
    border: none;
    border-radius: 30px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    display: grid;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.learn-more {
    background: #fff;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    color: #E11C1D;
    display: grid;
    justify-content: center;
    padding: 10px;
    text-decoration: none;
    margin-top: 23px;
}

.submit {
    background: #E11C1D;
    border: none;
    border-radius: 30px;
    height: 45px;
    padding: 7px 29px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.slide-btn {
    display: none;
}


/* Layout */

.modal-box {
    position: fixed;
    height: 100vh;
    width: 100%;
    margin: auto;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(184, 184, 184, 0.6);
    display: none;
}

.modal {
    border-radius: 5px;
    top: 0;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 350px;
    align-self: center;
    height: 438px;
    flex-direction: column;
}

.modal-paragraph {
    font-weight: 600;
    color: #363636;
    font-size: 15px;
    justify-self: center;
    margin: 0;
}

.modal-link {
    display: grid;
    justify-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.modal-line {
    border-bottom: 1px solid #CECECE;
}

.modal-icon-1 {
    width: 87px;height: 83px;
}

.modal-icon-2 {
    width: 201px;height: 36px;
}

.mod-col-1 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #CECECE;
    height: 64px;
}

.modal-col-2 {
    display: grid;
    grid-template-rows: 198px 177px;
}

.close-modal {
    background: none;
    border: none;
    outline: none;
    padding: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    grid-column: 2;
    justify-self: end;
    margin-left: 15px;
}

.close-modal-btn {
    width: 14px;
    height: 14px;
}

.header-grid {
    display: flex;
    justify-content: space-between;
    padding: 19px 17px;
    margin-top: 6px;
    position: relative;
}

.logo {
    height: 28px;
    width: auto;
}

#nav {
    display: none;
}

.nav-list {
    list-style: none;
}

.nav-lists {
    display: grid;
    position: absolute;
    top: 45px;
    left: 0;
    list-style: none;
    grid-row-gap: 9px;
    background: #fff;
    width: 100%;
    padding: 8px 0 8px;
}

.list-link {
    text-decoration: none;
    color: inherit;
    display: grid;
    height: 34px;
    align-items: center;
    width: 100%;
    padding: 0 20px;
}

.donate {
    border: 0;
    background: 0;
    font-size: 16px;
    text-align: left;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    color: #E11C1D;
}

.current {
    width: unset;
    border: 1px solid #E11C1D;
    color: #E11C1D;
}

.menu-icon {
    height: 20px;
    width: auto;
}

.nav-col {
    display: none;
}

.intro-column {
    display: flex;
    flex-direction: column;
}

.intro-col-info {
    display: flex;
    grid-row-gap: 30px;
    flex-direction: column;
    color: #fff;
    padding: 0 17px;
    justify-content: flex-end;
    margin-top: 47px;
}

.col-1 {
    margin-top: 80px;
}

.col-1-img {
    background: url(../images/Welcome-to-ogSol.svg), #710303;
    height: 367px;
    background-repeat: no-repeat;
    background-blend-mode: screen;
    background-size: cover;
}

.col-1-sub {
    padding: 45px 17px 75px;
    background: #094272;
    color: #fff;
    display: grid;
}

.col-2 {
    margin-top: 50px;
    display: grid;
    grid-row-gap: 30px;
}

.col-2-sub-1 {
    background: url(../images/family.svg), #1FB862;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-size: cover;
    height: 327px;
    display: grid;
    align-items: end;
    padding: 17px 17px 30px;
}

.col-2-sub-2 {
    background: url(../images/Leadership.svg), #094272;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-size: cover;
    height: 327px;
    display: grid;
    align-items: end;
    padding: 17px 17px 30px;
}

.col-2-sub-3 {
    background: url(../images/church.svg), #8B4A28;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-size: cover;
    height: 327px;
    display: grid;
    align-items: end;
    padding: 17px 17px 30px;
}

.col-2-sub-4 {
    background: url(../images/Skill.svg), #e11c1da1;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-size: cover;
    height: 327px;
    display: grid;
    align-items: end;
    padding: 17px 17px 30px;
}

.col-2-sub-info {
    display: grid;
}

.news-letter {
    margin: 50px 17px;
    background: url(../images/News-letter.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 315px;
    display: flex;
    grid-row-gap: 28px;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding: 18px 30px 30px;
}

.news-letter-info {
    display: flex;
    flex-direction: column;
    grid-row-gap: 6px;
}

.email-block {
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
    grid-row-gap: 12px;
}

.footer-grid {
    display: grid;
    grid-row-gap: 37px;
    background: #F6F6F6;
    padding: 80px 20px 80px;
    margin-top: 90px;
}

.footer-block {
    display: grid;
    grid-row-gap: 20px;
}

.footer-logo {
    height: 60px;
    width: auto;
}

.footer-lists {
    list-style: none;
    display: grid;
    grid-row-gap: 24px;
    margin: 0;
    padding: 0;
}

.footer-col-last-info {
    display: grid;
    margin: 0 0 20px;
    grid-row-gap: 15px;
}

.media {
    display: flex;
}

.medial-links {
    margin-right: 18px;
}

.footer-col-last {
    display: grid;
    grid-row-gap: 10px;
}

.nav-title {
    font-weight: bold;
    color: grey;
    font-size: 15px;
}

/* Institutes page */

.intro-inst-img-lg {
    display: none;
}

.intro-inst-img {
    display: block;
}

.intro-inst-info {
    background: #E1E1E1;
    display: grid;
    padding: 30px 17px;
}

.intro-inst-label {
    font-size: 34px;
    font-family: 'Playfair Display', serif;
    color: #656565;
    margin: 0;
}

.intro-inst-paragraph {
    font-weight: bold;
    font-size: 15px;
    color: #656565;
    line-height: 1.8;
}

.inst-col {
    margin-top: 50px;
}

.inst-col-sub-info {
    background: #747474;
    padding: 40px 17px 55px;
    display: grid;
    grid-row-gap: 30px;
}

.inst-col-img-lg {
    display: none;
}

.inst-col-img {
    display: block;
}

.inst-col-title {
    margin: 0;
    width: 180px;
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
}

.inst-col-info {
    color: #fff;
    font-size: 14px;
    margin: 0;
    line-height: 1.7;
}

.inst-signUp {
    width: 100%;
    background: transparent;
    border: 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.arrow-right {
    height: 13px;
    width: auto;
    margin-left: 20px;
}

/* about-us page */

.team-img-lg {
    display: none;
}

.about-us-intro-info {
    padding: 17px;
    display: grid;
    grid-row-gap: 12px;
}

.intro-img {
    height: 250px;
    object-fit: cover;
}

.about-us-title {
    color: #E11C1D;
    font-weight: 100;
    margin: 8px 0 0;
}

.about-us-paragraph {
    color: #464646;
}

.about-us-col-1-info {
    padding: 17px;
    display: grid;
}

.objectives {
    color: #464646;
}

.objectives-paragraph {
    margin-bottom: 10px;
    color: #464646;
}

.team {
    padding: 17px;
    color: #464646;
}

.about-us-col-2 {
    margin-top: 30px;
    display: grid;
}

.the-team-info {
    background: #F6F6F6;
    padding: 50px 17px 17px;
    margin-bottom: 52px;
}

.team-img {
    display: block;
}

.team-info-title {
    font-family: inherit;
    font-size: 21px;
    font-weight: bold;
    color: #464646;
}

.team-info-paragraph {
    color: #464646;
}

.find-out-more {
    display: grid;
    text-decoration: none;
    border: 1px solid #E11C1D;
    color: #E11C1D;
    border-radius: 50px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin: 46px 0 20px;
}

/* Log in form */

.log-in-form {
    padding: 20px;
    display: grid;
    grid-row-gap: 8px;
}

.log-in-title {
    color: #676767;
}

.log-in-text {
    color: #676767;
    margin-bottom: 0;
}

.log-in-text {
    color: #676767d1;
    margin-bottom: 0;
    font-size: 15px;
}

.log-in-input {
    height: 43px;
    border-radius: 4px;
    border: none;
    padding: 15px;
}

.log-in-actions {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.log-in-media-links {
    display: flex;
    padding: 0 20px;
    margin-top: 20px;
    align-items: center;
}

.log-in-grid {
    padding: 105px 0;
    display: grid;
    background: #F6F6F6;
    margin-top: -76px;
}

.log-in-btn {
    width: 135px;
    height: 42px;
    background: #E11C1D;
    border-radius: 32px;
    color: #fff;
    font-weight: bold;
    border: 0;
}

.forgot-pwd {
    margin: 0;
    color: #676767d1;
}

.sign-up-acct {
    padding: 20px;
    font-weight: bold;
    color: #676767d1;
    margin-top: 4px;
}

.paragraph-media-text {
    color: #676767d1;
    font-weight: bold;
    margin-right: 25px;
}

.register-btn {
    text-decoration: none;
    color: #E11C1D;
}

/* sign-up text */

.sign-up-form {
    padding: 20px;
    display: grid;
    grid-row-gap: 8px;
}

.sign-up-title {
    color: #676767;
}

.sign-up-text {
    color: #676767;
    margin-bottom: 0;
}

.sign-up-text {
    color: #676767d1;
    margin-bottom: 0;
    font-size: 15px;
}

.sign-up-input {
    height: 43px;
    border-radius: 4px;
    border: none;
    padding: 15px;
}

.sign-up-actions {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.sign-up-media-links {
    display: flex;
    padding: 0 20px;
    margin-top: 20px;
    align-items: center;
}

.media-icon {
    height: 44px;
    margin-right: 10px;
    width: auto;
}

.sign-up-grid {
    padding: 105px 0;
    display: grid;
    background: #F6F6F6;
    margin-top: -76px;
}

.sign-up-btn {
    width: 135px;
    height: 42px;
    background: #E11C1D;
    border-radius: 32px;
    color: #fff;
    font-weight: bold;
    border: 0;
}

.sign-up-acct {
    padding: 20px;
    font-weight: bold;
    color: #676767d1;
    margin-top: 4px;
}

.events-banner {
    height: 140px;
    align-items: center;
    justify-content: center;
    background: url(../images/events-mobile.svg);
    color: #fff;
    font-family: 'Playfair Display';
    font-size: 34px;
}

.calendar {
    height: 600px;
    width: -webkit-fill-available;
    margin: 52px 32px;
    justify-self: center;
}

/* privacy policy */

.privacy-policy-banner {
    height: 140px;
    align-items: center;
    justify-content: center;
    background: url(../images/privacy-policy.svg);
    background-size: cover;
    color: #fff;
    font-family: 'Playfair Display';
    font-size: 34px;
}

.privacy-policy-column {
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .main-grid {
        width: 500px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1366px) {
    .main-grid {
        width: auto;
        margin: unset;
    }
    
    .logo {
        height: 36px;
        padding-left: 24px;
    }
    #nav {
        display: flex;
        align-items: center;
    }

    .menu-btn {
        display: none;
    }

    .nav-lists {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        width: unset;
        position: unset;
        grid-gap: unset;
        align-items: center;
    }

    .list-link {
        text-decoration: none;
        color: inherit;
    }
    
    .donate {
        background: #E11C1D;
        border-radius: 20px;
        color: #fff;
        height: 41px;
        padding: 0 29px;
    }

    .donate:hover,
    .donate:focus {
        background: #d61d1e;
    }


    .current {
        border: none;
        color: #000;
    }

    .nav-col {
        display: flex;
        width: 280px;
        justify-content: space-around;
    }

    .log-in {
        background: none;
        border: none;
        color: #E11C1D;
        font-weight: bold;
        font-family: 'Inter';
        padding: 0;
        margin: 0;
        text-decoration: none;
        display: grid;
        align-items: center;
        justify-content: center;
    }

    .register {
        background: #E11C1D;
        border: none;
        border-radius: 30px;
        height: 46px;
        width: 140px;
        padding: 7px 29px;
        color: #fff;
        font-weight: bold;
        font-family: 'Inter';
        align-items: center;
        justify-content: center;
        display: grid;
        text-decoration: none;
    }

    .intro-column {
        background: url(../images/hero-banner-image-lg.svg);
        height: 662px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .intro-col-img {
        display: none;
    }

    .intro-col-info {
        display: grid;
        justify-content: flex-start;
        margin: 225px 29px 155px;
    }

    .intro-text {
        font-size: 54px;
        width: 360px;
        color: #fff;
    }

    .signUp {
        background: #fff;
        color: #E11C1D;
        height: 50px;
        font-weight: bold;
        font-size: 16px;
    }

    .col-1 {
        display: grid;
        grid-template-columns: 545px 395px;
        justify-content: center;
    }

    .col-1-img {
        grid-column: 2;
        grid-row: 1;
        height: 492px;
        background-size: cover;
    }

    .label {
        font-size: 27px;
    }

    .paragraph {
        font-size: 14px;
        margin: 0;
        font-weight: 300;
    }

    .col-1-sub {
        padding: 50px 50px 45px;
    }

    .learn-more {
        justify-self: flex-start;
        border-radius: 50px;
        font-size: 14px;
        padding: 3px 17px;
        align-items: center;
        margin-top: 11px;
        width: 160px;
        mix-blend-mode: initial;
    }

    .col-2 {
        grid-column-gap: 24px;
        margin-top: 80px;
        position: relative;
    }
    
    .col-2-sub-slide {
        display: grid;
        grid-template-columns: repeat(4, auto);
        grid-column-gap: 60px;
        overflow: hidden;
        padding: 0;
    }

    .col-2-sub-title-lg {
        display: block;
        grid-column: 1 / -1;
        padding-left: 35px;
    }

    .col-2-sub-1 {
        padding: 0 100px 0 0;
        width: 510px;
        height: 350px;
        background-blend-mode: unset;
    }

    .col-2-sub-2 {
    background-blend-mode: normal;
    padding: 0 100px 0 0;
    width: 510px;
    height: 350px;
    }

    .col-2-sub-3 {
    background-blend-mode: normal;
    padding: 0 100px 0 0;
    width: 510px;
    height: 350px;
    }

    .col-2-sub-4 {
    background-blend-mode: normal;
    padding: 0 100px 0 0;
    width: 500px;
    height: 350px;
    }

    .col-2-sub-info-1 {
        width: 332px;
        grid-template-rows: 118px auto;
        align-items: baseline;
        height: 350px;
        align-content: center;
        align-items: center;
        padding: 74px 0 0 50px;
        background: rgb(31,184,98, 0.5);
    }

    .col-2-sub-info-2 {
        width: 332px;
        grid-template-rows: 118px auto;
        align-items: baseline;
        height: 350px;
        align-content: center;
        padding: 74px 0 0 35px;
        background: rgb(9,66,114, 0.5);
    }

    .col-2-sub-info-3 {
        width: 332px;
        grid-template-rows: 118px auto;
        align-items: baseline;
        height: 350px;
        align-content: center;
        padding: 74px 0 0 35px;
        background: rgb(139,74,40, 0.5);
    }

    .col-2-sub-info-4 {
        width: 332px;
        grid-template-rows: 118px auto;
        align-items: baseline;
        height: 350px;
        align-content: center;
        padding: 74px 0 0 35px;
        background: rgb(225,28,29, 0.6);
    }

    .col-2-learn-more {
        padding: 11px 28px;
    }

    .slide-btn {
        display: flex;
        position: absolute;
        justify-content: space-between;
        padding: 0;
        top: 227px;
        width: 100%;
    }

    .arrow-slide {
        border: 0;
        background: none;
        margin: 0;
        outline: none;
        padding: 10px;
        cursor: pointer;
    }
    
    .slide-icon {
        height: 35px;
        width: auto;
    }

    .news-letter {
        grid-template-columns: auto auto;
        grid-column-gap: 99px;
        display: grid;
        margin: 80px 0 0;
        align-items: center;
        background: url(../images/News-letter-lg.svg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .email-block {
        display: grid;
        grid-template-columns: 440px 180px;
        grid-column-gap: 16px;
    }

    .news-letter-title {
        font-size: 40px;
    }

    .news-letter-paragraph {
        width: 235px;
        font-size: 15px;
        line-height: 1.9;
    }

    .news-letter-info {
        grid-row-gap: 15px;
    }

    .modal {
        width: 598px;
        height: 320px;
    }

    .mod-col-1 {
        height: 92px;
        display: grid;
    }

    .modal-col-2 {
        grid-template-columns: 299px 299px;
    }

    .modal-link {
        height: 228px;
    }

    .modal-link.modal-line {
        border-bottom: 0;
        border-right: 1px solid #CECECE;
    }

    .modal-icon-1 {
        height: 100px;
    }

    .modal-icon-2 {
        height: 200px;
    }

    .modal-paragraph {
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: bold;
    }

    .close-modal {
        margin-left: 128px;
        align-self: baseline;
    }

    .footer-grid {
        margin-top: 0;
        grid-template-columns: auto auto auto;
        grid-column-gap: 200px;
        justify-content: center;
    }

    .footer-lists {
        grid-column: 3;
        grid-row: 1;
        grid-row-gap: 22px;
        align-items: baseline;
        display: flex;
        flex-direction: column;
    }

    .footer-block {
        grid-column: 1;
        grid-row: 1;
        grid-row-gap: 0;
    }

    .footer-col-last {
        grid-column: 2;
        grid-row: 1;
    }

    .nav-title {
        font-size: 14px;
        font-weight: bold;
    }

    .footer-col-last-info {
        margin: 20px 0;
    }

    .intro-inst-img-lg {
        display: block;
    }
    
    .intro-inst-img {
        display: none;
    }

    .intro-inst-info {
        height: 275px;
        display: flex;
        grid-row-gap: 20px;
        flex-direction: column;
        padding: 30px 160px 0;
        margin-bottom: 80px;
    }

    .intro-inst-label {
        font-size: 49px;
    }

    .intro-inst-paragraph {
        width: 445px;
        font-size: 15px;
    }

    .inst-col-sub-info {
        position: absolute;
        top: 0;
        right: 160px;
        width: 400px;
        height: 101%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        grid-row-gap: 24px;
        padding: 0 51px 0;
        background: rgb(0 0 0 / 60%);
    }

    .inst-flip {
        left: 160px;
    }

    .inst-col {
        position: relative;
        height: 590px;
        margin: 0;
    }

    .inst-col-title {
        font-size: 28px;
        width: 250px;
    }

    .inst-signUp {
        margin: 0;
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
        width: 172px;
        height: 48px;
        font-size: 14px;
    }

    .inst-col-img-lg {
        display: block;
        height: 596px;
        object-fit: cover;
        object-position: center;
    }
    
    .inst-col-img {
        display: none;
    }

    .inst-footer-grid {
        margin-top: 80px;
    }

    .about-us-intro-col {
        background: url(../images/mountain.svg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        justify-content: center;
    }

    .about-us-lg {
        display: none;
    }

    .about-us-intro-info {
        padding: 0 50px 0;
        grid-row-gap: 29px;
    }

    .about-us-title {
        color: #fff;
        font-size: 62px;
    }

    .about-us-paragraph {
        color: #fff;
        font-size: 17px;
        width: 420px;
    }

    .about-us-col-1 {
        display: grid;
        grid-template-columns: auto auto;
        grid-column-gap: 115px;
        margin: 80px auto;
        padding: 0 52px;
    }

    .objectives {
        font-size: 40px;
    }

    .objectives-paragraph {
        font-size: 17px;
    }

    .dart {
        height: 530px;
        width: auto;
    }

    .about-us-col-2 {
        max-width: 1440px;
        margin: 30px auto;
    }

    .team {
        grid-column: 1 / -1;
        padding: 20px 50px;
        font-size: 40px;
    }

    .the-team {
        display: grid;
        margin-bottom: 100px;
    }

    .the-team-sub {
        display: grid;
        grid-template-columns: 700px 600px;
        width: 1300px;
        margin: 0 auto;
    }

    .the-team-info {
        margin: 0;
        display: flex;
        flex-direction: column;
        grid-row-gap: 24px;
        padding: 20px 60px;
        align-items: baseline;
        justify-content: center;
        height: 500px;
    }

    .team-img {
        display: none;
    }

    .team-img-lg {
        display: block;
        object-fit: cover;
        object-position: top;
        height: 500px;
    }

    .tope-img-lg {
        object-position: top;
    }

    .team-info-title {
        margin: 0;
        font-size: 23px;
    }

    .team-info-paragraph {
        font-size: 16px;
    }

    .team-img-reverse {
        grid-column: 2;
        grid-row: 1;
    }

    .team-info-reverse {
        grid-column: 1;
        grid-row: 1;
    }

    .find-out-more {
        margin: 10px 0 0;
        width: 220px;
    }

    .log-in-grid {
        width: 550px;
        margin: 90px auto;
        padding: 35px 35px 4px;
    }

    .log-in-title {
        margin-bottom: 15px;
    }

    .log-in-form {
        grid-row-gap: 14px;
        padding-top: 6px;
    }

    .log-in-text {
        font-weight: bold;
    }

    .log-in-media-links {
        margin-top: 5px;
    }

    .paragraph.sign-up-acct {
        font-weight: bold;
        padding-bottom: 45px;
    }

    .log-in-input {
        border-radius: 60px;
    }

    .log-in-actions {
        margin-top: 12px;
    }


    .sign-up-grid {
        width: 550px;
        margin: 90px auto;
        padding: 35px 35px 4px;
    }

    .sign-up-title {
        margin-bottom: 15px;
    }

    .sign-up-form {
        grid-row-gap: 14px;
        padding-top: 6px;
    }

    .sign-up-text {
        font-weight: bold;
    }

    .sign-up-media-links {
        margin-top: 5px;
    }

    .paragraph.sign-up-acct {
        font-weight: bold;
        padding-bottom: 45px;
    }

    .sign-up-input {
        border-radius: 60px;
    }

    .sign-up-actions {
        margin-top: 12px;
    }

    .events-grid {
        display: grid;
    }

    .events-banner {
        background: url(../images/events-mobile.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: -webkit-fill-available;
        font-size: 62px;
        height: 526px;
    }

    .privacy-policy-banner {
        background: url(../images/privacy-policy.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: -webkit-fill-available;
        font-size: 62px;
        height: 480px;
    }

    .privacy-policy-column {
        width: 1024px;
        margin: 20px auto;
    }
}

@media screen and (min-width: 1440px) {
    .header-grid {
        max-width: 1440px;
        margin: 12px auto;
    }

    .intro-column {
        margin: 0 auto;
        background-size: cover;
    }

    .intro-col-info {
        width: 1366px;
        margin: 225px auto 155px;
    }

    .col-2 {
        margin: 80px auto;
        overflow: hidden;
        justify-content: center;
        width: 1440px;
    }

    .news-letter {
        margin: 80px auto 0;
    }

    .footer-grid {
        grid-column-gap: 260px;
    }

/*     Institutes page */

    .intro-inst-col {
        margin: 0 auto;
    }

    .inst-col {
        margin: 0 auto;
    }

/* about-us */

    .about-us-intro-info {
        width: 1444px;
        margin: 0 auto;
    }

    .about-us-col-1 {
        max-width: 1440px;
        margin: 80px auto;
    }

/* Events page */

    .calendar {
        width: 1444px;
    }
}

@media screen and (min-width: 1024px) {
    .paragraph {
        font-size: 14px;
        margin: 0;
        font-weight: 300;
        display: grid;
        grid-auto-flow: column;
        justify-content: start;
        grid-column-gap: 18px;
    }

    .fpBlock {
        display: grid;
        grid-auto-flow: column;
        grid-column-gap: 12px;
    }
}