body {
    margin: 0px;
}
.wrapper-header {
    background: linear-gradient(to left,#e53f1dbf, #e53f1deb), url(img/parallax-bg.jpg);
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    background-size: 100%; 
    padding: 30px 0 30px;
}
.product-logo img {
    max-height: 60px;
}
.footer{
     background-color: #373737;
}
.page-footer {
    text-align: center;
    color: #fff;
    height: 63px;
    padding-top: 20px;
}
.page-content.second-row {
    font-size: 25px;
font-weight: 600;
}
.links a {
    color: #fff;
    font-size: 18px;
    text-decoration: underline;

}
.links a:hover {
    color: #d4d4d4 !important;
}
.links {
    padding-top: 20px;
    text-align: left;
    padding-bottom: 10px;
}
.page-header-wrapper {
    background: url(img/website-construction.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-position: right bottom;
    background-size: 40%;
    background-repeat: no-repeat;
}

.page-content-wrapper {
      padding: 30px 0 30px;
}
.row {
    padding-left: 0px !important;
}
.col-8 {
    padding-left: 0px !important;
}

a:hover {
    text-decoration: none;
    color: #878787 !important;
}
.col-8 a {
    color: #fff;
    text-decoration: none;
}
.col-8 a:hover {
    color: #fff;
    text-decoration: none;
}
hr {
    width: 40%;
    color: #fff !important;
    opacity: 0.6 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0rem !important;
}
.page-footer a {
    color: #dadada !important;
      text-decoration: none;
}
.page-footer a:hover {
    color: #F4524D !important;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.col-4 a {
    color: #F4524D;
    text-decoration: none;
}
.col-4 a:hover {
    color: #F4524D !important;
    text-decoration: none;
}
button {
    width: 200px;
    padding: 15px;
    background-color: #F4524D6B;
    border-radius: 5px !important;
    border: 2px solid #F4524D;
}
button a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 20px;
vertical-align: middle;

}
button a:hover {
    color: #fff !important;
    text-decoration: none !important;
}
.page-content.second-row {
    border-radius: 5px !important;
    margin-top: 10px;
}
.page-content.second-row a {
    color: #fff;
}
.log-in {
        background: #fff9;
    padding: 20px 30px !important;
    border-radius: 10px;
    width: 98% !important;
    margin-top: 20px;
}
h5 {
    color: #fff;
}
.col-4 button {
    float: right;
}
/* Responsive */
@media (min-width:1400px) {
 .container,
 .container-lg,
 .container-md,
 .container-sm,
 .container-xl,
 .container-xxl {
  max-width:980px !important
 }
}
@media (min-width:1200px) {
 .container,
 .container-lg,
 .container-md,
 .container-sm,
 .container-xl {
  max-width:1090px !important
 }
}

@media (max-width: 768px){
    .col-8 {
        width: 100% !important;
    }
    .col-4 {
        width: 100% !important;
    }
}