
body {
    font-family: Verdana, sans-serif;
    overflow: auto;
    background-color: #eee;
}

.spinner-border {
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 100;
  width: 4rem; 
  height: 4rem;
}

.form-control::placeholder {
  color: #b8b8b8;
}

.carousel-control-prev, .carousel-control-next {
    width: 10%px;
    color: red;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 40px;
    width: 30px;
    background-color: red;
}

#lwrapper {
    background: url('../img/lights.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.ccard {
    background-color: #fff;
    border: 2px solid #FF8C00;
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.6rem;
}

#contact img {
    border: 2px solid #FF8C00 !important;
    border-radius: 5px !important;
}

#contact_wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

#contact_wrapper .card {
    border: 2px solid #FF8C00 !important;
    border-radius: 5px !important;
}

#contact .card {
    border: 2px solid #FF8C00 !important;
    border-radius: 5px !important;
}

.float{
    position:fixed;
    width:40px;
    height:40px;
    top:30%;
    right:10px;
}

.my-float{
    margin-top:22px;
}

.table-sm td, .table-sm th {
    font-size: 14px;
    font-family: Verdana, sans-serif;
    font-weight: 550;
}

#applications-wrapper {
    min-height: 600px;
}

.filter {
    padding-left: 0px;
    padding-right: 0px;
    border: solid 1px #cccccc;
}

tr.alt {
    background-color: #E0E0E0;    
}

.navbar .nav-link {
  font-size: 16px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.navbar .nav-item.active {
  border-left: #444 3px solid;
}

.navbar {
    border-bottom: 2px solid #FF8C00 !important;
}

.navbar h2 {
    color: white;
    text-align: center;
}

#home-main {    
  background: url('../img/img2.jpg');
  background-size: cover;
  background-position: top center;
  opacity: 0.8; 
  padding-top: 2rem; 
  padding-bottom: 1rem;
  min-height: 700px;
  color: #C21E56;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}


#home-main a {
    font-size: 24px!important;
}

#main-footer {
  background: #000;
  color: #fff;
  margin-bottom: 0px;
}

#main-footer p {
    text-align: center;
    margin-bottom: 0px;
    font-size: 18px !important; 
}

#main-footer a {
    color: white;
}

.back-to-top {
    position: fixed;
    bottom: 50%;
    right: 0px;
    display: none;
}

.not_valid {
    border-color: #ff2325 !important;
    border-width: 3px;
}

.form-group .rightlabel {
    padding-left: 25px;
}

.form-group label {
    justify-content: left; 
    font-weight: bold;
}

.form-group .form-control {
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 10px;
}

.set-i i
{
    width: 50px;
    height: 50px;
    line-height: 47px;
    border: 2px solid white !important;
    text-align: center;
    border-radius: 100% !important;
    font-size: 20px !important;
}

.set-i i:hover
{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid !important;
    text-align: center;
    border-radius: 100% !important;
    font-size: 20px !important; 
    background-color: #fa2837 !important;
    color: #fff !important;

}


.fa {
    color: #FF8C00;
}

.fas {
    color: #FF8C00;
}

.far {
    color: #FF8C00;
}

.btn-dark {
    background-color: #FF8C00;
}

.card img {
    border: 2px solid #FF8C00 !important;
    border-radius: 5px !important;
}

#features .list-group-item {
    border: 1px solid #FF8C00 !important;
}

#main-footer {
    border-top: 2px solid #FF8C00 !important;
}

#wsites img {
    border: 2px solid #FF8C00 !important;
    border-radius: 5px !important;
}

.table-squeezed th,
.table-squeezed td {
  padding: 0.1rem;
  font-size: 13px;
  font-weight: 700;
}

@media (min-width: 1500px) {
    .container {
        max-width: 1350px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1450px;
    }
}

@media(max-width: 768px) {
    #home-main a {
        font-size: 14px!important;
    }

    #home-main h3 {
        font-weight: bold;
        margin-top: 30px;
    }

    #home-main {
      background: url('../img/img_s.jpg');
      background-size: cover;
      background-position: top center;
      opacity: 0.7; 
      padding-top: 1rem; 
      padding-bottom: 2rem;
      min-height: 250px;
      color: #C21E56;
      text-align: center;
      margin-top: 0px;
      margin-bottom: 0px;
    }
    
    .ccard {
        font-size: 1.3rem;;
    }
}

