/** @format */

body,
html {
    font-family: "Open Sans", sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: rgb(61, 61, 61);
    width: 100% !important;
    height: 100% !important;
}
hr {
    height: 4px;
    width: 70px;
    text-align: center;
    position: relative;
    background: rgba(20, 150, 255, 1);
    margin: 0 auto;
    margin-bottom: 30px;
    border: 0;
}
ol li {
    margin: 20px;
}

p:not(.lead) {
    font-size: 16px;
}

button.btn.btn-default.btn-lg.ml-0 {
    margin: 0px;
    margin-left: -2px;
}

.space {
    margin-top: 40px;
}

/* bootstrap */
.btn-default {
    color: #f6f6f6;
    background: rgba(20, 150, 255, 1);
    border: 2px solid #f6f6f6;
    padding: 12px 24px;
    margin: 0 8px;
    font-size: 18px;
    transition: all 0.5s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
    color: #f6f6f6;
    background-color: rgba(20, 100, 255, 1);
}

.container.end {
    margin-bottom: 4em;
    margin-top: 4em;
}

/* Navigation */
.navbar-custom {
    background: #333;
    text-transform: uppercase;
}
.navbar-custom .navbar-brand {
    font-weight: 600;
}
.navbar-custom .navbar-brand i.fa {
    color: rgba(20, 150, 255, 1);
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-custom .navbar-toggle {
    color: #eee;
    font-size: 18px;
    border-radius: 2px;
    padding: 0 4px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: rgba(20, 150, 255, 1);
    color: #ffffff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}
.navbar-custom a {
    color: #fff;
}
.navbar-custom .nav li a {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(20, 150, 255, 1);
    background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
    color: rgba(20, 150, 255, 1);
}
.navbar-custom .nav li.active {
    outline: 0;
}
.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
    color: #fff;
}


/* Home Section */
#intro {
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    padding-top: 20%;
    padding-bottom: 20%;
    background: url(/images/50BlueLibertyWide.png) no-repeat center center
        fixed;
    background-color: #000;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#intro .intro-body .container {
    padding-left: 0px;
    padding-right: 0px;
}

#intro .intro-body h1 {
    font-size: 76px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 640px) {
    #intro .intro-body h1 {
        font-size: 5em;
    }
}

.section-title.center {
    padding: 30px 0;
}
.section-title h2,
.section-title.center h2 {
    margin-bottom: 30px;
}
/* About Section */
#about {
    padding: 140px 0;
    background: #f6f6f6;
}
#about p {
    line-height: 2;
}
#about .row {
    margin: 0 auto;
    background-color: transparent;
    border: none;
}
/* Services Section */
#services {
    padding: 140px 0;
    background: url(/images/50Sway2Wide.png) no-repeat center center fixed;
    background-color: #000;
    background-size: cover;
    background-attachment: fixed;
}
#services .service {
    padding: 20px 10px;
}
#services h2 {
    color: #f6f6f6;
}
#services h3 {
    font-size: 20px;
    font-weight: 600;
    color: #f6f6f6;
}
#services p {
    color: rgba(255, 255, 255, 0.7);
}
#services i.fa,
i.fab {
    font-size: 36px;
    color: rgba(20, 150, 255, 1);
    transition: all 0.5s;
}
#services .section-title h4 {
    color: #f6f6f6;
}

/* support Section */
#support {
    padding: 140px 0;
    background: #f6f6f6;
}

#support .row {
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
	border: none;
}

#platforms {
    padding: 140px 0;
    background: url(/images/50WhiteLibertyWide.png) no-repeat center center fixed;
    background-color: #000;
    background-size: cover;
    background-attachment: fixed;
    color: #f6f6f6;
}

#platforms .thumbnail {
	background-color: transparent;
	border: none;
}

/* Change breakpoint where toggle button shows for navbar */
/* https://stackoverflow.com/a/36289507/6410635 */
@media (max-width: 900px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}
