h1 {
    position: relative;
    padding: 0.3em 0.3em;
    background: #b70728;
    color: #b70728;
}

h1 {
    margin-top: 0px;
    margin-bottom: 0px;
}


h2,h3 {
    position: relative;
    padding: 1.6em 1.6em;
    background: -moz-linear-gradient(to right, rgb(255, 186, 115), transparent);
    background: -webkit-linear-gradient(to right, rgb(255, 186, 115), transparent);
    background: linear-gradient(to right, rgb(220, 6, 35), #000000d9);
    color: #2b1d1d00
　margin-top: 0.8px;
    margin-bottom: 0.8px;
}

h1 {
    line-height: 0.1;
}

.elementor-405 .elementor-element.elementor-element-9cf4452.elementor-widget-heading .elementor-heading-title {
    color: #ffffff;
}

.elementor-widget-heading .elementor-heading-title {
    padding: 3px;
    margin: 0px;
    line-height: 1.2;
}

.elementor-405 .elementor-element.elementor-element-4cf6091.elementor-widget-heading .elementor-heading-title {
    color: #ffffff;
}

.elementor-405 .elementor-element.elementor-element-3c62714.elementor-widget-heading .elementor-heading-title {
    color: #ffffff;
}

.site-branding-logo img {
    max-height: 90px;
    width: auto;
    padding-left: 20px;
}

.shrink .site-branding-logo img {
    max-height: 75px;
}

@media (max-width: 767px)
.open-panel span {
    display: block;
    position: absolute;
    height: 2px;
    width: 105%;
    background: #940303;
    opacity: 1;
    left: -52px;
    /* top: -52px; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar-nav {
    margin: 13px;
}

.open-panel {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 35px;
    right: 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    cursor: pointer;
    z-index: 2;
}

.shrink .open-panel {
    top: 22px;
}

body {
    font-family: 'Roboto Condensed', "Helvetica Neue", helvetica, arial, sans-serif;
    padding: 0;
    color: #404040;
    font-weight: 600;
    line-height: 1.8;
    font-size: 16px;
    word-wrap: break-word;
    overflow-x: hidden;
}


.site-branding-logo {
    float: left;
    width: 80%;
    padding-top: 5px;
}

.site-branding-logo img {
    max-height: 88px;
    width: auto;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
}

body {
    font-family: sans-serif;
    font-weight: 100;
}

.reflection-img{
    width       :auto;
    height      :auto;
    position    :relative;
    overflow    :hidden;
}

.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(75deg);
    animation: reflection 5s ease-in-out infinite;
    -webkit-transform: rotate(75deg);
    -webkit-animation: reflection 5s ease-in-out infinite;
    -moz-transform: rotate(75deg);
    -moz-animation: reflection 5s ease-in-out infinite;
    -ms-transform: rotate(75deg);
    -ms-animation: reflection 5s ease-in-out infinite;
    -o-transform: rotate(75deg);
    -o-animation: reflection 5s ease-in-out infinite;
}

@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
   color: #9c0303fa;
}

.footer-credits {
    background-color: #9c082a;
}

.container {
    color: #fff;
}