﻿.home-text {
    font-size: 20px;
}

.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%;
    }

.banner {
    background-color: #ffea52;
    color: black;
    font-size: 20px;
    border: solid 1px #5d5d5d;
    border-radius: 4px;
    /*background-color: #0a5684;
    color: white;
    font-size: 20px;*/
}

    .banner span {
        text-align: center;
    }

    .banner svg {
        min-width: 25px;
    }

/*a.home-link-button {
    display: inline-block;*/ /* Allows padding/margin and correct sizing */
/*padding: 10px 20px;
    background-color: #007BFF;*/ /* Blue background */
/*color: white;*/ /* White text */
/*text-decoration: none;*/ /* Removes the default underline */
/*border: 1px solid #0056b3;*/ /* Darker blue border */
/*border-radius: 5px;*/ /* Rounded corners */
/*cursor: pointer;*/ /* Changes the cursor to a hand icon */
/*text-align: center;
}

    a.home-link-button:hover {
        background-color: #0056b3;*/ /* Darker blue on hover */
/*}

button.home-link-button {
    display: inline-block;*/ /* Allows padding/margin and correct sizing */
/*padding: 10px 20px;
    background-color: #007BFF;*/ /* Blue background */
/*color: white;*/ /* White text */
/*text-decoration: none;*/ /* Removes the default underline */
/*border: 1px solid #0056b3;*/ /* Darker blue border */
/*border-radius: 5px;*/ /* Rounded corners */
/*cursor: pointer;*/ /* Changes the cursor to a hand icon */
/*text-align: center;
}

    button.home-link-button:hover {
        background-color: #0056b3;*/ /* Darker blue on hover */
/*}*/
