@font-face {
    font-family: fddr;
    src: url("/img/fddr.ttf");
}

@font-face {
    font-family: fdmr;
    src: url("/img/fdmr.ttf");
}

body {
    /*background-color: #6b1111;*/
    background-image: url("/img/bg-pc.png");
    
    background-color: #ffffff;
    /*background-image: url("/img/bg-pr.png");*/
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
    font-family: fdmr;
    font-size: 120%;
}
.img-fluid{
padding-bottom: 5px;
}
h1, p, ol, a{
    color:#000000;
    /*color: #fff;*/
}

a{
    text-decoration: none;
}

a:hover {
    color: #0085f1;
}

ul{
    list-style-type: disc;
}
footer {
    background-color: #28b9e138;
}

#header {
    font-family: fddr;
}

@media only screen and (max-width: 600px) {
  #header h1 {
    font-size: 240% !important;
   
  }
}

@media only screen and (max-width: 600px) {
  #logo {
    max-height: 100px;
  }
}

#header h1 {
    padding-top:10px;
    font-size: 300%;
}

#logo {
    max-height: 80px;
    margin-top: 10px;
}
#privacyPolicyModal{
    color:#000000;
    font-size: 55%;
    text-align: justify;
}
.modal-body p{
color:#000000;
}
.modal-body h5{
    font-size:1.0rem;
    margin-top:5px;
}
.claim {
    background: #1593D1;
    color: #fffff;
    font-size: 3vh;
}

.claim:hover, .claim:active, .claim:focus {
    /* background: #5a82b6 !important; */
    background:  #3aa1d4 !important;
}

.product {
    background:  rgba(119, 179, 207, 0.25) !important;
}

code {
    color: #000000;
}
