
.main {
    background-color: black;
    width: 100%;
    height: 100%;
    background-image: url("/nc_assets/img/hammer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

h2 {
    font-family: 'Raleway', sans-serif;
    border: solid white;
    color: white;
    text-align: center;
    font-size: 35px;
    width: fit-content;
    margin-top: 10px;
    margin-bottom: 25px;
    margin-right:auto;
    margin-left: auto;
    padding: 5px 80px;   
}

iframe {
    margin: 25px 34%;
}

.beApup {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-left: 5%;
}

.mainPic img {
    height: 100%;
    width: 455px;
}

button {
    width: 72%;
    position: relative;
    /* top: 50px; */
    /* left: 30px; */
    /* margin-left: 15px; */
    padding: 1rem 0rem;
    background-color: #CE0C2E;
    text-decoration: none;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: larger;
    border-radius: .5em;
    border: 2px solid rgb(252, 251, 251); 
    z-index: 0;
}

.StartofYear {
    margin-top: 25px;
    width: 659px;
    height: 447px;
}

@media (max-width:430px) {
    .main{
        height: 844px;
    }

    h2 {
        margin-top: 20px;
        font-size: 30px;
        padding: 5px;
    }
    
    iframe {
        width: 100%;
        margin: 0px;
    }
    
    .beApup {
        flex-direction: column;
        margin: 0;
        
    }
    
    .mainPic img {
        width: 100%;
    }
    
    button {
        left: 45px;
    }
    
    .StartofYear {
        width: 100%;
    }
    
    .main {
       height: 100%;
    }
}

@media (max-width:350px) {
    /*.main{*/
    /*    height: 844px;*/
    /*}*/

    h2 {
        margin-top: 20px;
        font-size: 22px;
        padding: 5px;
    }
    
    .beApup {
        flex-direction: column;
    }
    
    .main {
       height: 100%;
    }
}