/* Move down content because we have a fixed navbar that is 50px tall */

body {
    background: rgb(216, 247, 244);
    padding-top: 60px;
    width: 100%;
}

.carousel {
    position: fixed;
    width: 100%;
    height: 350px;
    /*same height as jumbotron */
    left: 0px;
    z-index: -1;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1.1;
    color: whitesmoke;
}

.aitborder {
    background: lightblue;
    border: 1px solid lightgrey;
    margin-left: -5px;
    padding-left: 10px;
    padding-bottom: 40px;
    width: 100%;
    height: 100%;
}

.aitborder ul {
    margin-left: -20px;
}

.col-centered {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.navbar {
    margin-bottom: 50px !important;
}

.text_paragraph {
    -webkit-animation: fadi 5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.my-2
{
    background-color: #E5F017;
}

.btn-secondary {
    position: absolute;
    margin-left: 40px;
    bottom: 10px;
}

@-webkit-keyframes fadi {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadi {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (min-width: 997px) {
    .carousel {
        top: 30px;
    }
    .imglef {
        float: right;
        width: 300px;
        margin-left:200px;
        margin-right:50px;
    }
    .img-fluid {
        height: 350px;
    }
    .alogo {
        width: 300px;
        margin-left: 10px
    }
    .jumbotron {
        margin-bottom: 0px;
        padding-top: 80px;
        height: 350px;
        color: white;
        text-shadow: black 0.3em 0.3em 0.3em;
        background: transparent;
    }
    .h1logo {
        font-size: 40px;
        margin-top: -10px;
        margin-left: 45px;
        height: 60px;
        max-height: 60px;
    }
    .h2logo {
        font-size: 40px;
    }
    .fl {
        margin-left: 80px;
    }
    .arb {
        left: 850px;
    }
    .arm {
        width: 800px;
    }
  
    .arim img {
        margin: 5px;
        max-width: 200px;
        max-height: 200px;
    }
    .hc {
        position: fixed;
        height: 150px;
        margin-left: -40px;
        z-index: 0;
    }
    .hct {
        height: 150px;
        float: none;
        margin: 0 auto;
       
    }
}

@media (max-width: 996px) {
    .hct {

        float: none; 
        margin:0 auto;
    }

    .carousel {
        top: 0px;
    }
    .imglef { float: left;
      
        width: 200px
    }
    .img-fluid {
        height: 150px;
    }
    .display-3 {
        font-size: 300%;
    }
    .alogo {
        width: 120px;
        margin-left: 0px
    }
    .h1logo {
        margin-top: 0px;
        margin-left: 20px;
        font-size: 20px;
    }
    .h2logo {
        font-size: 30px;
    }
    .fl {
        margin-left: 23px;
    }
    .jumbotron {
        margin-bottom: 0px;
        padding-top: 20px;
        height: 150px;
        color: #F4F0F0;
        text-shadow: black 0.3em 0.3em 0.3em;
        background: transparent;
    }
    .navBarBG {
        background-color: transparent !important;
        border-color: transparent !important;
    }
    .bg-inverse:hover {
        background-color: #292b2c !important;
    }
    a.bg-inverse:focus,
    a.bg-inverse:hover {
        background-color: #101112 !important;
    }
    .arm {
        width: calc(100vw - 140px);
    }
    .arim {
        width: 100px;
    }
    .arim img {
        margin: 5px;
        max-width: 100px;
        max-height: 100px;
    }
    .hc {
        position: fixed;
        height: 125px;
        margin-left: -40px;
        z-index: 0;
    }

}

.marquee {
    margin-top: -14px;
    width: 100%;
    line-height: 12px;
    background-color: transparent;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 10s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}