body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.25;
    background-color: white;
}
.container{
    margin: 5% auto auto 38%;    
    align-self: center;
    border-color: lightgrey; 
}

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}


.column {
    float: left;
    width: 100%;
    border-radius: 2% 2% 0 0;
}

/* Remove extra left and right margins, due to padding */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px;
    margin-left: 10px;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        display: block;
        margin-bottom: 10px;

    }
}

/* Style the counter cards */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    font-family: arial;

}

.price {
    color: grey;
    margin: 15px;
    font-size: 22px;
}

.card button {
    border: none;
    color: white;
    outline: 0;
    padding: 12px;
    color: white;
    background-color: navy;
    text-align: center;
    cursor: pointer;
    width: 40%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 18px;
}

.card button:hover {
    opacity: 0.7;
}

.active {
    background-color: white;
}



/* On smaller screens, decrease text size */
@media only screen and (max-width: 2000px) {
    .text {
        font-size: 11px
    }
}
.col-md-4 {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}



/*Header Css*/
* {
    box-sizing: border-box;
}


.topnav {
    overflow: hidden;
    background-color: #072A6C;
    display: flex;
    text-decoration: none;
}

.float{
    float: right;
}

.topnav a {
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    padding: 14px 16px;
    
}

.topnav a:hover {
    background-color: white;
    color: black;
}

.topnav a:active {
    background-color: white;
    color: white;
}



@media screen and (max-width: 600px) {
    .topnav  {
        float: none;
    }
    .topnav a, .topnav input[type=text], .topnav {
        float: none;
        text-align: left;
        width: 100%;
        padding: 14px;
    }
}


.h2222 {
    width: 100%;
    border: none;
    background-color: #3CBC8D;
    color: black;
}