﻿.home-text {
    font-size: 18px;
}

.home-link {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.outreach-link {
    cursor: pointer;
    text-decoration: underline;
    color: #346efd;
}

.home-nys-image {
    height: 300px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

    .home-nys-image.image1 {
        background-image: url(../images/index1.JPG);
    }

    .home-nys-image.image2 {
        background-image: url(../images/index2.JPG);
    }

    .home-nys-image.image3 {
        background-image: url(../images/index3.JPG);
    }

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
