body,
html {
    height: 100%;
    margin-left: 2%;
    margin-right: 2%;
    font-family: "Roboto" !important;
    font-size: 22px;
}

.topnav {
    overflow: hidden;
    background-color: #fff;
}

@media screen and (min-width: 331px) {
    .topnav h5 {
        color: #96c11f;
        font-size: 28px;
    }

    .topnav .icon {
        display: none;
        color: #96c11f;
        font-size: 25px;
    }
}

@media screen and (max-width: 386px) {
    .topnav h5 {
        color: #96c11f;
        font-size: 23px;
    }

    .topnav .icon {
        display: none;
        color: #96c11f;
        font-size: 22px;
    }
}



@media screen and (max-width: 330px) {
    .topnav h5 {
        color: #96c11f;
        font-size: 20px;
    }

    .topnav .icon {
        display: none;
        color: #96c11f;
        font-size: 19px;
    }
}

.topnav a {
    float: left;
    display: block;
    color: #333;
    align-items: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 18px;
}

.topnav a:hover {
    color: #96c11f;
}

.topnav a.active {
    background-color: #fff;
    color: white;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -50px;
}
.footer,
.push {
    height: 50px;
    text-align: center;
    font-size: 14px;
}

.footer a {
    color: black;
}

.footer a:hover,
.footer a:focus {
    color: #96c11f;
}

.text-wrapper h1 {
    text-align: center;
    color: #96c11f;
    font-size: 9vw;
    font-family: "Baloo Tamma 2";
}

.text-wrapper h5 {
    text-align: center;
    color: #edebc4;
    font-size: 4vw;
    font-family: "Baloo Tamma 2";
}

@media screen and (min-width: 1000px) {
    .right {
        position: absolute;
        right: 0px;
        width: 110px;
        float: right;
    }
}

@media screen and (max-width: 999px) {
    body,
    html {
        height: 100%;
        font-family: "Baloo Tamma 2";
        font-size: 20px;
    }

    .etrolley {
        float: left !important;
    }

    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 999px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

@media screen and (min-width: 601px) {
    .fshm {
        font-size: 10vw;
    }
    .fshs {
        font-size: 3vw;
    }
}

@media screen and (max-width: 600px) {
    .fshm {
        font-size: 13vw;
    }
    .fshs {
        font-size: 5vw;
    }
}

.mains {
    flex: 1;
    width: 100%;
}

.error-content {
    color: #000;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: normal;
    letter-spacing: -0.025em;
    padding-top: 8.5rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 480px;
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: multiply;
}

.error-content p {
    margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
    .error-content {
        padding-top: 12.5rem;
        min-height: 540px;
    }
    .error-content {
        min-height: 620px;
    }
}

blockquote.text-center p {
    margin-left: auto;
    margin-right: auto;
}

.containers {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 0.1;
}

.error-title {
    letter-spacing: -0.025em;
    margin-bottom: 1.4rem;
}

.button {
    background-color: #96c11f;
    border: none;
    color: #333;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
    margin: 8px 4px;
    transition-duration: 0.3s;
    cursor: pointer;
}

.button1 {
    background-color: #96c11f;
    color: #333;
}

.button1:hover {
    background-color: #333;
    color: #96c11f;
}

.button2 {
    background-color: #edebc4;
    color: #96c11f;
    border-color: #edebc4;
    border: solid;
}



.button2:hover {
    background-color: #96c11f;
    color: #edebc4;
    border-color: #edebc4;
    border: solid;
}

.responsive {
    width: 100%;
    height: 100%;
}

.cent-txt {
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    font-size: 18px !important;
    line-height: 1.2;
}

.cent-txt2 {
    margin: 10%;
    
    text-align: center;
    font-size: 18px !important;
    line-height: 1.2;
}

.cent-txt3 {
	margin: 10%;
    
    text-align: center;
    font-size: 45px !important;
    line-height: 1.2;
}

.Mcent-txt {
    margin-left: 3%;
    margin-right: 3%;
    text-align: center;
    font-size: 18px !important;
    line-height: 1.2;
}

.Mcent-txt2 {
    margin: 3%;
    
    text-align: center;
    font-size: 18px !important;
    line-height: 1.2;
}

.Mcent-txt3 {
	margin: 3%;
    
    text-align: center;
    font-size: 35px !important;
    line-height: 1.2;
}

* {
    box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 769px) {
    .column {
        width: 100%;
    }
}

.links a {
    color: #96c11f;
}

.links a:hover,
.links a:focus {
    color: #444;
}

.nowrap {
  white-space: nowrap ;
}

@media screen and (max-width: 760px) {
    
ul.container {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  list-style-type: none;
  padding: 0;
}
}

@media screen and (min-width: 761px) {
    
ul.container {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 45%;
  list-style-type: none;
  padding: 0;
}
}

.cvd19 a {
	color: inherit;
}

.cvd19 a:hover,
.cvd19 a:focus {
    color: #96c11f;
}

