body {
    background-color: #23201F;
    overflow-x: hidden;
}

a, p, h1, h2, h3, h4, h5, h6 {
    color: white;
}
i {
    color: #c82722;  
}

h1 {
    padding-top: 20px;
}
.navbar {
    border-bottom-style: solid;
    border-bottom-color: #01686d;
    background: black; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#23201f, #030303); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#23201f, #030303); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#23201f, #030303); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#23201f, #030303); /* Standard syntax (must be last) */

    /* position: relative; */
    /* height: 124px; */
}
.navbar, .navbar ul {
    background-color: rgba(230, 230, 230, 0);
}
.navbar-dark a {
    color: white;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}
.navbar-nav .nav-item {
    padding-right: 15px;
    padding-left: 15px;
}

label {
    color: white;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.card-header {
    padding:none;
}
.card {
    background-color: #23201F;
    border: none; 
    border-radius:none;
}
.card-header{
    padding: 0px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #c82722;
}
.nav-pills a:hover {
    color: #fff;
}
.list-group-item {
    border:none; 
    padding:0px;
}
.list-group {
    color: white;
}

.view {
    position: relative;
    overflow: hidden;
    cursor: default; 
}
.view .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed; 
}
.view img, .view video {
    position: relative;
    display: block; 
}
.view video.video-intro {
    z-index: -100;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto; 
}
  
.overlay .mask {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .overlay .mask:hover {
      opacity: 1; 
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
.flex-center p {
    margin: 0; 
}
.flex-center ul {
    text-align: center; 
}
.flex-center ul li {
    margin-bottom: 1rem; 
}
.flex-center ul li:last-of-type {
    margin-bottom: 0; 
}

.rgba-red-strong,
.rgba-red-strong:after {
  background-color: rgba(244, 67, 54, 0.7); 
}

.card {
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
}

footer {
    clear: both;
    background-color: black;
    border-top-style: solid;
    border-top-color: #c82722;
    height: 145px;
    color: white;
}

.copy {
    margin-top: 50px;
}
.icons {
    /*margin-right: 15px !important; */
    font-size:25px; 
    color: #c82722;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar {
        height:120px;
    }
}
@media (max-width: 768px) { 
    img .logo1 {
        margin-left: 60px !important;
    }
}
@media (max-width: 576px) {
    footer {
        height: 246px;
    }
    footer p{
        text-align: center;
    }
    .icons {
        text-align: center;
        
    }
    img.logo1 {
        margin-left: 50px !important; 
    }
}

