@font-face {
    font-family: 'NotoSans-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/NotoSans-Regular.ttf') format('truetype');
}

* {
    font-family: 'NotoSans-Regular', sans-serif;
    color: white;
}

body {
    background: url(images/bkg.png) black;
    background-size: cover;
    background-repeat: no-repeat;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
}

a {
    color: #5e7fe6;
    text-decoration: none;
    transition: color .15s ease-in-out;
}
a:hover {
    color: #9ca7ef;
    /* color: #425393; */
}

.cover-container {
    max-width: 42em;
}

header div h3 {
    color: #5e7fe6;
}

nav.bg-nav {
    background-color: rgba(54, 54, 54, 0.5);
    margin-bottom: 100px;
}
a.navbar-name {
    font-size: 1.75rem;
    color: #5e7fe6 !important;
}

div.bg-promo {
    /* background-color: rgba(94, 127, 230, 0.75); */
    padding: 20px 0;
    margin-top: 20px;
}

div.product-break { 
    margin: 25px 0;
    height: 1px;
    background: #5e7fe6;
    background: linear-gradient(.25turn, transparent, #587fe6, transparent);
}

footer.bg-footer {
    background-color: rgba(54, 54, 54, 0.75);
    padding: 10px 0;
    margin-top: 100px;
}

.main-content {
    background: rgba(94, 127, 230, 0.35);
    border-radius: 8px;
    margin-top: 20px;
    padding: 36px 0px;
}

.main-content h1 {
    padding-left: 4rem;
    color: #5e7fe6 !important;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    /* Prevent inheritance from `body` */
    text-shadow: none;
}

.nav-masthead .nav-item {
    /* padding: .25rem 1rem; */
    padding: .25rem 0;
    margin-top: .75rem;
}

.nav-masthead .nav-item + .nav-item {
    margin-left: 1rem;
}

.nav-masthead .nav-item .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-item .nav-link:hover,
.nav-masthead .nav-item .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-item .active:hover,
.nav-masthead .nav-item .active:focus {
    border-bottom-color: white;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}
