body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #E0E0E0;
    /*background-color: #06182b;*/
    background-color: #131a35;
}

.btn-primary, .btn-primary:visited, .btn-primary:focus{
    /*background-color: #006cff;*/
    background: linear-gradient(
            94.51deg,#133ee3,#7532e1 93.11%);;
}

.btn-lg {
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
}

.btn-primary:hover  {
    background-color: #244ff1;
}
.navbar {
    margin-bottom: 0px;
    background-color: #131a35;
    border: none;
    border-radius: 0px;
    padding-top: 20px;

}
.section {
    padding-top: 80px;
    padding-bottom: 80px;
    /*background-color: white;*/
}
.section_intro {
    position: relative;
    /*background-color: #06182b;*/
}


h1 {
    color: white;
    font-size: 42px;
    font-weight: 400;
    margin: 0 0 20px;
    font-weight: 700;
    margin-bottom: 60px;
}

h3{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    margin-top: 15px;
}

p {
    font-size: 20px;
    line-height: 28px;
    color: rgba(172,210,220,.65);
    margin: 0;
}


.slimline {
    border-top: 1px solid hsla(0,0%,100%,.05);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.0470588);
}

.section_footer h3 {
    font-size: 16px;
    font-weight: bold;
    color:whitesmoke;
    margin-bottom: 10px;
}
.section_footer a {
    color: whitesmoke;
}

.section_footer br {
    font-size: 130%;
}

.footer_icon {
    content: "\f0e0";
    padding: 0px 10px 20px 0px;
    color: #ddd;
    margin-bottom: 5px;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
    color: inherit;
}

.btn:focus, .btn:hover {
    color: white;
}
.btn-secondary {
    border: 1px solid grey;
}
.lower_tone {
    color: #b3b8c8;
}

.fancybox-container {
    width: 100vw !important;
    height: 100vh !important;
}


.navbar-default .navbar-nav>li>a {
    color: #ffffffd9 !important;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: white !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
}

.dropdown-menu>li>a:hover {
    background: linear-gradient(
            94.51deg,#133ee3,#7532e1 93.11%);
}
.dropdown-menu>li>a:focus {
    outline: none;
}


.container {
    /*width: 1270px;*/
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 150px;
    text-align: center;
}

@media (max-width: 480px ){
    .order-reverse-sm {
        flex-direction: column-reverse !important;
    }

    .text-center-sm {
        text-align: center !important;
    }

    .text-left-sm {
        text-align: left !important;
    }

    .customer-card div {
        width: 160px !important;
        padding: 12px !important;
        padding-top: 20px !important;;
        padding-bottom: 20px !important;;
        margin: 4px !important;
    }
    .customers img {
        width: 34px !important;
        /*border-radius: 20px;
        margin-right: 8px;*/
    }

    h1 {
        font-size: 35px !important;
    }

    .line-break-lg {
        display: none !important;
    }

    .navbar-header {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .section {
        padding-top: 40px !important;
    }

    .row {
        margin-bottom: 80px !important;
    }
}

.customer-card div {
    border-radius: 6px;
    background: #1f222e78;
    display: inline-block;
    padding: 20px;
    margin: 15px;
    font-size: large;
    width: 250px;
    font-weight: bold;
}

.customers img {
    width: 46px;
    border-radius: 20px;
    margin-right: 8px;
}

.backers img {
    border-radius: 20px;
    margin-right: 8px;
    width: 100px;
}

h3 {
    font-size: large;
    /*font-weight: bolder;*/
    margin-bottom: 15px;
}

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

.text-center {
    text-align: center;
}

.auto-margin {
    margin-top: auto;
    margin-bottom: auto;
}

.feature img {
    max-width: 600px;
    width: 90%;
    border-radius: 20px;
    /*border: 1px solid darkslategrey;*/
    /*box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(151 140 140 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(229 218 218 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;*/
}

p {
    font-size: 16px;
    color: #d3d3d3;
    margin-bottom: 40px;
}

h2 {
    margin-bottom: 25px;
}

.feature .row {
    margin-bottom: 80px;
}

.btn-xlarge {
    padding: 14px 24px;
    font-weight: bold;
    font-size: 18px; //change this to your desired size
line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.press div {
    border-radius: 6px;
    /*background: #1f222e78;*/
    display: inline-block;
    padding: 20px;
    margin: 15px;
    font-size: large;
    font-weight: bold;
    vertical-align: top;
}

.press img {
    border-radius: 6px;
    max-width: 300px;
}

.footer-link {
    color: #b3b8c8;
    margin-bottom: 15px;
    display: inline-block;
}

.slider__frame {
    border-radius: 0.1666666667em;
    text-align: center;
    height: 260px !important;
    /*line-height: 150px;*/
    -webkit-box-shadow: inset 0 0 0 2px hsl(0deg 0% 100% / 50%);
    box-shadow: inset 0 0 0 2px hsl(0deg 0% 100% / 50%);
    color: #d3d3d3;
    background: transparent;
    font-size: 16px;
    font-weight: 900;
    padding: 20px;
    vertical-align: middle;
    text-align: left;

    display: table;
}

.slider__frame p {
    margin-bottom: 0px;
    margin-top:10px;
    display: block;
    line-height: 22px;
    font-size: 14px;
}

.slider__frame[class*=active] {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: linear-gradient(-45deg,#ed145b,#7b31f4);
}

.glide__slide .user img {
    width: 50px;
    border-radius: 50%;

}

.glide__slide .user {
    display: flex;
    margin-top: 10px;

}

.glide__slide .user div {
    margin: auto;
    margin-left: 12px;
}

.glide__slide .user_title {
    /*font-weight: normal;*/
    line-height: 20px;
    /*font-size: 15px;*/

}