
/* Custom Font */

@font-face {
    font-family: Unchained;
    src: url(../fonts/Montserrat-Light.woff2);
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: Unchained;
    src: url(../fonts/Montserrat-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: Unchained;
    src: url(../fonts/Montserrat-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: Unchained;
    src: url(../fonts/Montserrat-ExtraBold.ttf);
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: Unchained;
    src: url(../fonts/Montserrat-Black.woff2);
    font-weight: 900;
    font-display: swap;
}
/* Colours and Style for Bittopia Bootstrap */

h1, h2, h3, h4, h5, h6, p.lead, small {
    font-family: Unchained;
    font-weight: 900;
}
.display-4 {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.5;
}
h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b, h4 strong, h4 b, h5 strong, h5 b, h6 strong, h6 b, .h1 strong, .h1 b, .h2 strong, .h2 b, .h3 strong, .h3 b, .h4 strong, .h4 b, .h5 strong, .h5 b, .h6 strong, .h6 b {
    font-weight: 700;
}
h2.section-title strong {
    font-weight: 900;
    font-size: 35px;
}
h6 {
    font-size: 1.3em;
}
p {
    font-size: 1.2em;
    font-family: Unchained;
    color: #191919;
    font-family: 'Open Sans';
}

li {
    font-size: 1.1em;
    font-family: Unchained;
    color: #191919;
    font-family: 'Open Sans';
}    
.header.h-fullscreen {
    padding-top: 160px;
}

.highlight {
    color: #fff;
    font-weight: 800;
    outline-width: thin;
    font-size: 60px;
}
.header-scrolled [data-navbar="sticky"] {
    height: 90px;
}
.btn-info {
    color: #FFFFFF;
    background-color: #1B2730;
    border: 2px solid #C5E9F6;
    font-size: 21px;
}
.navbar-brand img {
    max-height: 70px;
}
.nav-navbar .nav-link {
    font-size: 1em;
}
.btn-info:hover, .btn-info:active, .btn-info:not([disabled]):not(.disabled):active {
    color: #fff;
    background-color: #000;
    border: 2px solid #FFF;
}
.social a {
    display: table;
    width: 100%;
    text-align: left;
}
img.apps {
    width: 80px;
}
.bg-app {
    background-color: #eaeff4;
}
.section-header h2 {
    font-size: 50px;
    font-weight: 900;
}
.section-header p.lead {
    font-size: 1.8em;
}
ul.benefits li {
    font-size: 18px;
}
.btn-outline-learn {
    color: #063E60;
    background-color: transparent;
    background-image: none;
    border-color: #063E60;
}
.btn-outline-learn:hover, .btn-outline-learn:active {
    color: #FFF;
    background-color: #063E60;
    border-color: #063E60;
}
mark, .mark {
    padding: .2em;
    background-color: #000;
    color: #fff;
    border-radius: 3px;
}
.text-muted {
    font-size: 15px;
}
.feature-icon img {
    width: 100px;
}
@media (min-width: 992px) {
#phone {
    margin: 10px;
    max-width: 31%;
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
}
}
@media (min-width: 992px) {
.h-fullscreen, .h-100vh {
    height: 90vh !important;
}
}
#home {
    background-image: url(../../assets/img/bg/privacy-r-us-background.jpg);
}
@media (max-width: 1200px) {
#home {
    background-image: url(../../assets/img/bg/privacy-r-us-background-s.jpg);
}
}
@media (max-width: 890px) {
#home {
    background-color: #5E41FF;
}
.highlight {
    font-size: 55px;
}

.header.h-fullscreen {
    padding-top: 120px;
}
.section-header h2 {
    font-size: 48px;
}
.rounded-lg {
    border-radius: 0.75rem !important;
    width: 70%;
}
ul.benefits li {
    font-size: 16px;
}
.section-header p.lead {
    font-size: 1.2em;
}
section#phones .align-items-center {
    text-align: center;
}
.list-unstyled {
    text-align: left;
}
div#phone {
    padding-bottom: 3em;
}
}