@font-face {
    font-family: 'oswald';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../../font/oswald/Oswald-Bold.ttf") format('ttf');
  }

html, body  {
    width: 100%;
}

.landing-nav {
    height: 63px !important;
}

.landing-nav ul li:hover {
    background-color: #006495 !important;
    color: white !important;
}

.landing-nav ul a:hover {
    background-color: #006495 !important;
    color: white !important;
}

.banner-h1 {
    font-family: "oswald" !important;
    font-size: 60px;
    margin-top: 0px !important;
}

.banner-text {
    font-size: 20px;
}

.heading-row {
    padding-bottom: 25px;
}

.heading-light {
    font-size: 40px;
    font-weight: lighter;
    margin-top: 25px !important;
    margin-bottom: 10px !important;
}

.heading-line {
    border-top: 1.5px solid #006495;
    width: 150px;
}

@media only screen and (min-width: 600px) {
    .banner-h1 {
        font-family: "oswald" !important;
        font-size: 80px;
        margin-top: 0px !important;
    }

    .banner-text {
        font-size: 30px;
    }

    .heading-light {
        font-size: 60px;
        font-weight: lighter;
        margin-top: 25px !important;
        margin-bottom: 10px !important;        
    }
    
    .heading-line {
        width: 250px;
        border-top: 1.5px solid #006495;
    }
    
}

.nav-btn {
    margin-top: 10px !important;
    line-height: 42px !important;
    height: 42px !important;
}

.nav-btn > img {
    height: 42px !important;
}

.header-logo {
    top: 0px;
    left: 0px;
    height: 57px !important;
    width: auto;
    margin-top: 3px;
    margin-left: 10px;
}

.landing-header{
    /* background-color: #006495 !important; */
    background-color: white !important;
    box-shadow: none !important;
}

.center-btn {
    display: flex !important;
    justify-content: center !important;
}

.col-logos {
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 25px;
}

.col-logos img {
    max-width: 200px;
    height: 100%;
}

.justified {
    text-align: justify;
    text-justify: inter-word;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.app-btn {
    padding: 0 50px !important;
    background-color:   #006495;
}


.banner-div {
    background: linear-gradient(90deg, rgba(211,211,211,1) 0%, rgba(245,245,245,1) 100%);
    height: calc(100dvh - 63px);
    width: 100%;
}

.banner-row {
    height: 100%;
}

.small-margin-top {
    margin-top: 0.5rem !important;
}

.page-footer {
    background-color: #006495 !important;
    padding: 25px 0 !important;
}

.feature-card {
    box-shadow: none !important;
    background-color: white !important;
}

.feature-col {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.hidden {
    /* visibility: hidden; */
    display: none;
}

.feature-col-img {
    display:flex;
    align-items: center;
    justify-content: center;
}

.feature-icon {
    width: 80px !important;
    margin:auto !important;
}

.feature-icon > img {
    border: 1px solid #d3d3d3;
    padding: 10px;
    border-radius: 50% !important;
}

.feature-icon > img:hover {
    background-color: #d3d3d3;
}

.feature-title {
    font-weight:600 !important;
    font-size: 20px !important;
    margin-bottom: 0px !important;
}
.feature-text {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.right {
    text-align: right;
    text-align-last: right;
}

.left {
    text-align: left;
}

.demo-img{
    height:auto;
    width: 100%;
    max-width: 250px;
}

.image-comparison {
    position: relative;
}

.slider-comparison {
    background-color: black !important;
}

.slider-label {
    margin: 0px !important;
    width: 90% !important;
    left: 5%;
}

.image-comp-bot {
    position: relative;
    top: 0px;
    left: 0px;
    max-width: 99%;
    height: auto;
}

.image-comp-top {
    position: absolute;
    top: 0px;
    left:0px;
    opacity: 100%;
    max-width: 99%;
    height:auto;
}

#download-button-timer {
    background-color: orange !important;
    width: 250px !important;
}

#download-button {
    width: 250px !important;
}