﻿.placeholder-header {
    height: 100px;
}

.dualCards .card {
    min-height: 375px;  
    margin-bottom: 30px; 
}

.dualCards {
    height: 100vh;  
    min-height: 900px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
}

#panel1, #panel2 {
   min-height: 100px;

}
.btn.alt2 {
    background-color: rgb(33, 42, 68);
}

    .btn.alt2:hover {
        background-color: #fb901d;
    }

a.btn.alt2, input.btn.alt2 {
    color: white;
}

.worldstrides--navbar {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

    .worldstrides--navbar ul li a {
        color: white;
        font-weight: normal;
        font-size: 24px;
    }

.worldstrides--navbar ul li a:hover, .worldstrides--navbar ul li a:focus {
    background-color: transparent;
}

.worldstrides--navbar img.brand  {
    width: 400px;
}

.dualCards-container {
    padding-top: 40px;
}

@media(max-width:991px) {
    .dualCards {
        height: 100%;
        min-height: 100vh;
    }
}

@media(max-width:768px) {
    .worldstrides--navbar {
        margin-bottom: 10px;
    }

    .dualCards-container {
        padding-top: 0px;
    }
}

@media(max-width:460px) {
    .worldstrides--navbar img.brand {
        width: 100%;
    }
}

