#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
    margin-top: 60px;
}

.logo {
    display: inline-flex;
    align-items: center;
    text-align: left;
    margin-left: 7mm;
    margin-bottom: 5mm;
}

.logoimg {
    width: 150px;
    margin: 8px 12px 0 0;
}


/*.Header and gadiant title*/

.organization-name {
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: uppercase;
    animation-name: header-label;
    animation-duration: 6s;
    animation-direction: reverse;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}

.organization-location {
    margin-top: -20px;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
    animation-name: header-label;
    animation-duration: 6s;
    animation-direction: reverse;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}

@keyframes header-label {
    0% {
        color: #045c74;
    }
    75% {
        color: #02b8e8;
    }
    50% {
        color: rgb(105, 158, 238);
    }
}

.header {
    display: flex;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}


/* Set the background on the header*/

.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    z-index: -1;
    /*background-image: url(Images/BgHead.jpg);*/
}

.title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.center-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.navbar {
    padding: 10px;
}

.home {
    color: white !important;
}

.dropdown-menu {
    background-color: #02b8e8 !important;
}

.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: #017da1 !important;
}

.carousel-item {
    position: relative;
    max-height: 50vh;
}

.logo-wrapper {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logocar {}

.logocar>img {
    transform: translate(-50%, -70%);
    position: absolute;
    display: inline-block;
    width: 300px;
    height: 400px;
}

.logocenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logocenter>img {
    width: 300px;
    height: 200px;
}

.carousel-container {
    max-height: 500px;
    overflow-y: hidden;
}


/*carousel images, use for div.carousel-img instead of a <img/> tags*/

.carousel-img {
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    background-position: center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}


/* Head and tittles*/

@media screen and (max-width: 700px) {
    .header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.logo {
    padding: 0;
    margin: 0;
}

.title {
    justify-content: center;
    align-items: center;
}

.title>h1 {
    text-align: center;
    color: black;
}

.organization-name {
    margin-top: 0;
}


/*Paragraph Title and Containers*/

.par_header {
    background-color: #017da1;
    color: #fff;
    border-radius: 20px 0px 0px 20px;
    padding: 0.8rem 1rem;
    margin-top: 1rem;
    margin-left: 4rem;
    margin-right: 4rem;
}

.par_container {
    width: 80%;
    text-align: center;
}

.par {
    padding: 1rem 0.5rem 0 2rem;
    text-align: justify;
    margin-right: 30px;
    line-height: 2;
    margin-left: 4rem;
    margin-right: 5rem;
}

@media screen and (max-width: 500px) {
    .header {
        width: 95%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .par_header {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        line-height: 1.5;
    }
    .par {
        margin-left: 0rem;
        margin-right: 1.5rem;
        line-height: 1.5;
    }
}

* {
    box-sizing: border-box;
}

.tablecontainer {
    padding: 30px;
}

.table {
    border-collapse: collapse;
    border: 0px;
}

.tablehead {
    background-color: #e2ebf0 !important;
}

.page-footer {
    margin: top 2x;
    background-color: #017da1 !important;
    color: #fff;
}

.footcol {
    color: #fff !important;
}

.parfoot {
    text-align: justify;
}


/*carousel Button and Titles*/

.button_carousel {
    background-color: #02b8e8;
    border: none;
    color: #02b8e8;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.carousel_vegas {
    position: absolute;
    font-size: 1.5vw;
    font-weight: bold;
    font-style: italic;
    color: #01556d;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}


/*carousel hyperlinks*/

.cartext {
    color: white;
}

.text3 {
    color: white;
}