body{
    margin: 0;
    height: auto !important;
}

.video {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.video iframe {
    flex-grow: 1; /* Takes up remaining space */
    width: 80%;
    height: 60vh;
    margin-left: 5vw;
    flex: 1;
    max-width: 800px; /* Adjust based on preference */
}

a{
    color: rgb(46, 163, 242);
    cursor: pointer;
    text-decoration: none;
}

@media (max-width: 982px){
    .search{
        width: 100%;
        flex-basis: 100%;
        border-left: 0 !important;
    }
    form { /* Target the form */
        padding: 0 !important;
        width: 85vw;  /* Make sure the form itself is 85% of the viewport width */
        display: flex; /* Allow elements inside to stretch */
    }

    .nav-foot{
        display: none;
    }

    .search-box{
        width: 580px;
    }
    .search-bar{
        flex: 1;
    }
}

@media (max-width: 500px){
    .video iframe{
        height: 30vh;
        width: 70vw;
        margin-left: 10vw;
    }

    .bank-image img{
        width:80%; 
        height:auto;
    }

    .video{
        padding-left: 5vw;
    }
}

@media (max-width: 760px){
}

.large-container {
    display: flex;
    flex-direction: row;
    margin: auto;
    width: 85%;
    flex-wrap: wrap;
}

.image-and-text {
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
}

input[type="text"] {
    font-family: 'Montserrat', Helvetica, Arial, Lucida !important;
    font-size: 14px !important;
    color: rgb(102, 102, 102) !important;
    padding-left: 10px;
}

.search {
    border-left: 2px solid rgb(213, 213, 213); /* Added border width */
    width: 200px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
    text-align: left;
    height: auto;
}

.search button{
    width: 68px;
    height: 43px;
    border: none;
    font-family: 'Montserrat', Helvetica, Arial, Lucida;
    font-size: 14px;
    color: rgb(102, 102, 102);
    background-color: rgb(221, 221, 221);
    border-radius: 2px;
}

.search button:hover{
    cursor: pointer;
}

.search-bar{
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    margin-top: 50px;
}

.search-bar input{
    flex: 1;
    height: 40px;
    border: solid rgb(221, 221, 221) 1px;
}

.big{
    font-family: 'Montserrat', Helvetica, Arial, Lucida;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 500;
}

p{
    padding-left: 30px;
    padding-right: 30px;
}

.title5{
    padding-top: 15px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida;
    font-size: 30px;
    flex: 1;
    margin-bottom: 0px;
}

.no-comments{
    font-family: 'Montserrat', Helvetica, Arial, Lucida;
    font-size: 14px;
    font-weight: 500;
    color: rgb(102, 102, 102);
}

.title5 p{
    margin-bottom: 10px;
    font-weight: 500;
}

.para-1{
    padding-top: 2px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida;
    font-size: 14px;
    color: rgb(102, 102, 102);
    flex: 1;
    line-height: 25px;
    font-weight: 500;
}

.bank-image{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.bank-image p{
    font-family: 'Montserrat', Helvetica, Arial, Lucida;
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.para-2-3{
    font-family: 'Montserrat', Helvetica, Arial, Lucida;
    font-size: 14px;
    color: rgb(102, 102, 102);
    flex: 1;
    line-height: 25px;
}

.header-separator{
    width: 100%;   
    margin: 0;
    border: none;  
    height: 2px;   
    background-color: rgb(242, 242, 242); 
}