.companyName {
    font-size: 2.5vw;
    /* font-weight: bold; */
    color: #0295d6;
    line-height: 1;
    padding-right: 50px;
    padding-top: 5px;
}

.menuItems {
    font-size: 1.5vw;
    font-weight: bold;
    color: #0295d6;
    font-family: monospace;
}

.welcome {
    font-size: 1.5em;
    margin: 0;
    color: #ef0732;
}

.tagline {
    font-size: 0.4em;
    margin: 0;
    color: #ef0732;
}

.menutext {
    font-size: 1.5vw;
    color: #d82328;
}

.logoImage {
    margin-top: 0.40rem;
}

.contentscontainer {
    background-color: #ffffff;
    margin: 0 1rem;
    padding: 0 1rem;
}

.carousel .carousel-item>img {
    width: 90%;
}

body {
    background-color: #e9f3e9;
    line-height: 1.5;
    color: #183153;
    font-family: system-ui!important;
    font-size: 1em;
}

.titleText {
    font-size: 2em;
}

p {
    line-height: 2rem;
    text-align: justify;
    margin: 0px;
}

.dropdown-content {
    /* min-width: 150px; */
    position: initial;
}

.videocont {
    width: 410px;
    height: 250px;
}


/* label color */

.input-field label {
    color: #444;
}


/* label focus color */

.input-field input:focus+label {
    color: #444;
}


/* label underline focus color */

.input-field input[type=text]:focus {
    border-bottom: 1px solid #444;
    box-shadow: 0 1px 0 0 #444;
}


/* valid color */

.input-field input[type=text].valid {
    border-bottom: 1px solid #444;
    box-shadow: 0 1px 0 0 #444;
}


/* invalid color */

.input-field input[type=text].invalid {
    border-bottom: 1px solid #444;
    box-shadow: 0 1px 0 0 #444;
}


/* icon prefix focus color */

.input-field .prefix.active {
    color: #444;
}

.contactusicons {
    font-size: 2em;
}

a {
    color: #0830f5;
}

.input-field {
    position: relative;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

@media only screen and (min-width: 280px) and (max-width: 541px) {
    /* .logoImage {
        font-size: 4vw;
        margin-top: 0.3rem;
    } */
    .carousel {
        height: 200px;
    }
    .carousel.carousel-slider .carousel-item {
        height: 50%;
        min-height: 200px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .videocont {
        width: 300px;
        height: 200px;
    }
}