
.lato-font {
    font-family: 'Lato', sans-serif;
}

.sb-color {
    color: #710D0D !important;
}

.sb-bgcolor {
    background-color: #710D0D !important;
}

.sb-rounded-btn {
    border-radius: 25px;
}

.sb-edged-btn {
    border-radius: 3px;
}

.btn-sb-bs { 
  color: #ffffff; 
  background-color: #710D0D; 
  border-color: #710D0D; 
} 
 
.btn-sb-bs:hover, 
.btn-sb-bs:focus, 
.btn-sb-bs:active, 
.btn-sb-bs.active, 
.open .dropdown-toggle.btn-sb-bs { 
  color: #ffffff; 
  background-color: #4D0202; 
  border-color: #710D0D; 
} 
 
.btn-sb-bs:active, 
.btn-sb-bs.active, 
.open .dropdown-toggle.btn-sb-bs { 
  background-image: none; 
} 
 
.btn-sb-bs.disabled, 
.btn-sb-bs[disabled], 
fieldset[disabled] .btn-sb-bs, 
.btn-sb-bs.disabled:hover, 
.btn-sb-bs[disabled]:hover, 
fieldset[disabled] .btn-sb-bs:hover, 
.btn-sb-bs.disabled:focus, 
.btn-sb-bs[disabled]:focus, 
fieldset[disabled] .btn-sb-bs:focus, 
.btn-sb-bs.disabled:active, 
.btn-sb-bs[disabled]:active, 
fieldset[disabled] .btn-sb-bs:active, 
.btn-sb-bs.disabled.active, 
.btn-sb-bs[disabled].active, 
fieldset[disabled] .btn-sb-bs.active { 
  background-color: #710D0D; 
  border-color: #710D0D; 
} 
 
.btn-sb-bs .badge { 
  color: #710D0D; 
  background-color: #ffffff; 
}

@media only screen and (min-width: 1200px) { /* Extra Large: .col-lx- */

}

@media only screen and (min-width: 992px) and (max-width: 1199px) { /* Large: .col-lg- */

}

@media only screen and (min-width: 768px) and (max-width: 991px) { /* Medium: .col-md- */

}

@media only screen and (min-width: 576px) and (max-width: 767px) { /* Small: .col-sm- */

}

@media only screen and (max-width: 575px) { /* Extra small: .col-xs- */

}

.pt-5-5,
.py-5-5 {
  padding-top: 4.5rem !important;
}

.pr-5-5,
.px-5-5 {
  padding-right: 4.5rem !important;
}

.pb-5-5,
.py-5-5 {
  padding-bottom: 4.5rem !important;
}

.pl-5-5,
.px-5-5 {
  padding-left: 4.5rem !important;
}


.pt-6,
.py-6 {
  padding-top: 5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}