.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: white;
    margin-top: 32px;
}

#vertexLetter {
    width: 100%;
}

#launchVideo {
    width: 100%;
    height: 85%;
}

.bullet-lists ul {
    list-style-type: circle;
    text-align: left;
}

.number-lists ul {
    list-style-type: decimal;
    text-align: left;
}

.accordion-button::after {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 1rem;
}

.navbar-brand img {
    width: 100px;
    height: 80px;
}

.navbar {
    background-color: black;
    min-height: 80px;
}

.navbar-nav {
    align-items: center;
    background-color: black;
}

.navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 1.4em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', 'sans-serif';
    padding: 0.5em 1em;
}

    .navbar .navbar-nav .nav-link::after {
        color: red !important;
    }

    .navbar .navbar-nav .nav-link:active {
        color: red !important;
    }

    .navbar .navbar-nav .nav-link:focus {
        color: red !important;
    }

    .navbar .navbar-nav .nav-link:hover {
        color: red !important;
    }


.navbar-brand {
    margin-right: 0;
    padding: 0 1em;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    right: 5%;
}
/*.dropdown.open .dropdown-menu {
    left: 50% !Important;
    transform: translate(-50%) !important;
}*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 99.5%;
        margin-top: -9px;
    }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.dropdown-menu {
    background-color: #5a5a5a;
    width: 100% !important;
}

.dropdown-item {
    background-color: black;
    color: white;
    font-size: 1.1em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', 'sans-serif';
    padding: 0.5em 1em;
}

    .dropdown-item:hover {
        background-color: black;
        color: red;
    }

.carousel {
    margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 50rem;
}

    .carousel-item img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        height: 50rem;
        object-fit: cover !important;
        min-width: 100%;
    }

.carousel-inner {
    background-color: #5a5a5a;
}

.carousel-caption h1 {
    font-weight: bold;
    color: white;
    font-size: 450%;
}

#carousel-button {
    font-weight: bold !important;
    text-transform: uppercase;
    background-color: black !important;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', 'sans-serif';
}

.btn {
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', 'sans-serif';
}
/*This is the Styling for the glowing button*/
.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

    .glow-on-hover:before {
        content: '';
        background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
        position: absolute;
        top: -2px;
        left: -2px;
        background-size: 400%;
        z-index: -1;
        filter: blur(5px);
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        animation: glowing 20s linear infinite;
        opacity: 0;
        transition: opacity .3s ease-in-out;
        border-radius: 10px;
    }

    .glow-on-hover:active {
        color: #000
    }

        .glow-on-hover:active:after {
            background: transparent;
        }

    .glow-on-hover:hover:before {
        opacity: 1;
    }

    .glow-on-hover:after {
        z-index: -1;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #111;
        left: 0;
        top: 0;
        border-radius: 10px;
    }
.featurette-divider{
    margin-top : 25px !important;
    margin-bottom :25px !important;
}
.footer.block-quote-footer {
    font-size: 1.35em !important;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.carousel-item h5 {
    transform: translateY(-40px);
    opacity: 0;
    transition: all 0.5s ease;
}

.carousel-item p {
    transform: translateY(40px);
    opacity: 0;
    transition: all 0.5s ease;
    transition-delay: 0.5s;
}

.carousel-item.active h5 {
    transform: translate(0);
    opacity: 1;
}

.carousel-item.active p {
    transform: translate(0);
    opacity: 1;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.container .marketing {
    margin-top: 35px;
    margin-bottom: 4rem;
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}


.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

.block-quote {
    font-weight: 500 !important;
    font-size: 300% !important;
    font-size: 1.1em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', 'sans-serif';
    letter-spacing: -.05rem;
}

.block-quote-footer {
    font-weight: 500 !important;
    font-size: 150% !important;
    font-size: 1.1em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', 'sans-serif';
    letter-spacing: -.05rem;
}
/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 500;
    font-size: 275% !important;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', 'sans-serif';
    line-height: 1;
    letter-spacing: -.05rem;
}

@media screen and (min-width: 768px) {
    .navbar-brand img {
        width: 100px;
    }

    .navbar-brand {
        margin-right: 0;
        padding: 0 1em;
    }

    .dropdown-menu {
        background-color: #5a5a5a;
    }

    .dropdown-item {
        background-color: black;
        color: white;
        font-size: 1.1em;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', 'sans-serif';
        padding: 0.5em 1em;
    }

        .dropdown-item:hover {
            background-color: black;
            color: red;
        }
}


.popout {
    animation: popout 1s ease;
    -webkit-animation: popout 1s ease;
}

@keyframes popout {
    from {
        transform: scale(0)
    }

    80% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes popout {
    from {
        -webkit-transform: scale(0)
    }

    80% {
        -webkit-transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1)
    }
}
