header.header {
background-color: #080908;
}

header.header .navbar a {
 color: white;
}

.parallax {
 /* The image used */
 background-image: url("https://cositt.shop/img/bc3.jpg");

 /* Full height */
 height: 100%;

 /* Create the parallax scrolling effect */
 background-attachment: fixed;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}

 .dropdown-menu {
  background-color: #080908;
 }
 /*.dropdown-menu:hover{*/
 /* background-color: #ac2925;*/
 /*}*/

.dropdown-item:hover {
 background-color: #C52439;
}

.domain-tittle {
 text-transform: uppercase;
 text-shadow: 5px 5px 5px rgba(0,0,0,0.2);
 color: #eee8e7;
}
.domain-tittle span{
 color: #C52439;
}
.domain-tittle:hover {
 color: white;
}

.whyus {
 padding-top: 60px;
 padding-bottom: 60px;
 /* The image used */
 background-image: url("https://cositt.shop/img/bc3.jpg");

 /* Full height */
 height: 100%;

 /* Create the parallax scrolling effect */
 /*background-attachment: fixed;*/
 background-position: center;
 background-repeat: no-repeat;
 /*background-size: cover;*/
}
.whyus .container h2 {
 font-size: 36px;
 color: #BFBFBF;
 text-shadow: 1px 2px 1px rgba(0,0,0,0.2);
}
.whyus .container .col-md-2 .btn-info{
 color: #C52439;
 font-size: 23px;
 margin-top: 42px;
 /*background-color: rgba(215,68,68,0.1);*/
 border-color: #C52439;
 padding-left: 25px;
 padding-right: 25px;
}
.whyus .container .col-md-2 .btn-info:hover, .whyus .container .col-md-2 .btn-info:focus {
 background-color: #C52439;
 color: white;
 border-color: transparent;
}
.whyus .container .col-md-7 h2 b {
 border-bottom: 1px solid #C52439;
 cursor: default;
 transition: all 0.4s ease-out;
}
.whyus .container .col-md-7 h2 b:hover {
 color: #C52439;
}
