html {
    background-color: #fff;
    height: 100%;
}

body {
    color: #666;
    font-family: "Barlow Condensed";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.444;
    letter-spacing: 0;
    margin: 0;
}

*, ::after, ::before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #e72b42;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.sw-header {
    position: sticky;
    top: 0;
    z-index: 10;
}

.sw-header header {
    padding-top: 1.45rem;
    padding-bottom: 1.45rem;
    transition: 500ms all;
}

.container{
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px){.container{max-width:767px}}
@media (min-width:768px){.container{max-width:991px}}
@media (min-width:992px){.container{max-width:991px}}
@media (min-width:1290px){.container{max-width:1290px}}

.d-flex {
    display: flex !important;
}

/*.sw-header .row{


}*/

.sw-header .col{
    display: flex !important;
    flex-grow: 1;
    justify-content: flex-end !important;
}

.sw-header .col-auto{
    display: flex !important;
}

.sw-navbar{
    text-align: center;    
}

.sw-navbar ul{
    flex-direction: row;
    list-style: none;
    display: flex;
}

.sw-navbar .nav-item{
    text-transform: uppercase;    
    text-decoration: none;
    padding-right: 18px;
    padding-left: 18px;
    text-shadow: 0px 0 0px #fff, 0px 1px 10px #000, 0px 0 0px #000, 0px 0px #000;
}

.sw-navbar .nav-item .active{
    color: #e72b42 !important;
}

.sw-navbar li a {
    color: #fff !important;
    text-decoration: none;
}

.sw-navbar li a:hover {
    color: #e72b42 !important;
}

/* Hero */
.sw-hero {
    margin-top: -130px;
    text-align: center;
    /*position: relative;*/
}

.hero-item {
    padding: 5.0rem 0;
}

.hero-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 278px;
    z-index: 2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
    background-image: -webkit-linear-gradient(top, #000 0%, transparent 100%);
    background-image: -o-linear-gradient(top, #000 0%, transparent 100%);
    background-image: linear-gradient(to bottom, #000 0%, transparent 100%);
    background-repeat: repeat-x;
}

.sw-background {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.sw-background-canvas{
    width: 100%;
    height: 100%;
}

.text-primary {
    font-family: "Arial";    
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #e72b42 !important;
    text-transform: uppercase !important;
}

.text-center, .center {
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Barlow Condensed";
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0;
}

h1 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 126px;
    margin-top: 0;
    line-height: 1;
    font-size: 100px;
}

.btn {
    font-family: "Arial"; 
    border: 3px solid transparent;
    border-color: #e72b42 !important;
    padding: .6rem 1.75rem;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    text-transform: uppercase !important;
    text-decoration: none;
}

.btn-primary{
    color: #fff;
}

.btn-action a{
    background-color: #000 !important;
}

.btn-action a:hover{
    background-color: #e72b42 !important;
}

/* Sections */

.sw-section {
    padding-bottom: 120px;
    padding-top: 120px;
}

.sw-palette-light{
    background-color: #fff;
}

.section-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: .3625rem;
    color: #e72b42;
}

.section-title-wrap {
    margin-bottom: 72px;
}

.sub-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    color: #121212;
}

.sw-section .text-left{
    text-align: left !important;
}

ul.list-check li {
    color: #121212;
}

ul.list-check {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 0px;
}

ul.list-check li {
    border-bottom: 1px dashed rgba(0,0,0,.1);
    padding: .725rem 0;
    text-transform: none;
    font-weight: 600;
}

ul.list-check li::before {
    color: #e72b42;
}

ul.list-check li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    margin-right: .725rem;
}

.col-lg-6{
    flex: 0 0 50%;
}

/* Category */
.section-category .item {
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 36px;
}

.section-category .grid-sizer {
    width: 33.3%;
}

.section-category .items-2 {
    width: 50%;
    float: left;
    height: 400px;
}

.section-category .items-3 {
    width: 33.333%;
    float: left;
    height: 400px;
}

.section-category img {
    width: 100%;
    height: 100%;
}

.article-img a:hover{
    background-color: #e72b42 !important;
}

.article-img {
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}

.clearfix { display: block; }
.clearfix:after { content: ""; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; margin: 0; padding: 0; }



/* Footer */
.sw-footer{    
    background-color: #000;
    background-position: top center;
    background-repeat: repeat-x;
    text-align: center;
}

.sw-footer .container {
    color: #878787;
    text-transform: uppercase;
    font-size: .875rem;
    letter-spacing: 1px;
}




/* Piano */
.keyboard-holder{
    margin: 0px auto;
    height: 200px;
    position: relative;
}

.keyboard-holder .white {
    background-color: #ffffff;
    color: rgb(32,32,32);
    z-index: 0;
    text-shadow: 0px 1px 1px rgba(32,32,32,0.5);
}

.keyboard-holder .black {
    background-color: rgb(32,32,32);
    color: #ffffff;
    z-index: 1;
    text-shadow: 0px -1px 1px rgba(255,255,255,0.5);
}

.keyboard-holder .key {
    position: absolute;
    font-family: Helvetica;
    font-weight: 100;
    font-size: 12px;
    border: 1px solid rgba(32,32,32,0.2);
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
    box-shadow: 0px 5px 1px rgba(32,32,32,0.2);
    transition: margin 0.05s ease, background-color 0.05s ease, box-shadow 0.05s ease;
}

.keyboard-holder .key .label {
    position: absolute;
    bottom: 5px;
    text-align: center;
    left: 0px;
    right: 0px;
}

.keyboard-holder .key:hover { background-color: rgb(255,192,32); }