h1.header__color__default,
h2.header__color__default {
  color: #ffffff;
}
hr{
  border-top: 1px solid white !important;
}

/* ===== ===== ===== ===== ===== ===== ===== =====  */
/* CSS used Everywhere */
/* ===== ===== ===== ===== ===== ===== ===== =====  */
a {
    color: white !important;
    text-decoration: none !important; 
}
a:hover { color:#C0C0C0 !important;}

h1{ font-size: 38px !important; }
h2{ font-size: 28px !important; }
h3{ font-size: 14px !important; }
h4{ font-size: 28px !important; }
h5{ font-size: 28px !important; }

body {
  background-color: #212121 !important;
  color: #efefef !important;
  line-height: 26px !important;
  overflow-x: hidden;
}

.search-container {
  position: relative;
  display: inline-block;
  margin: 4px 2px;
  height: 50px;
  width: 50px;
  vertical-align: bottom;
}

.search {
  position: absolute;
  left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
  background-color: white;
  outline: none;
  border: none;
  padding: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-text-fill-color: #efefef;
}

input[type="text"][name="contact_email"], textarea {
    background-color : #363636 !important;
}
.messages{
        padding: 0 !important;
}
.close{
        color:#9d9d9d !important;
}
.error{
    color: #721c24; 
    background-image: url('../image/danger.png');
    background-repeat: no-repeat;
    background-position: 0.75% 50%;
    background-size: 30px 30px;
    padding-left: 2.75em;
    border-radius: .25em;
    padding: 15px 45px;
    background-color: #f8d7da;
}
.success{
    color: #155724; 
    background-image: url('../image/success.png');
    background-repeat: no-repeat;
    background-position: 0.75% 50%;
    background-size: 30px 30px;
    padding-left: 2.75em;
    border-radius: .25em;
    padding: 15px 45px;
    background-color: #d4edda;
}
.pp-yellow{
    color: #E1A31A;
}
.pp-purple{
    color: #8C4FC9;
}
.pp-red{
    color: #C62828;
}
/*-------------------------------------------------------*/

.display_initial_sm{
  display:none;
}

.homediv{   
    margin: auto;
    max-width: 800px;
    text-align: center;
}

.navbar{
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.nav-link{
  color: #dedede; 
  margin-right: 3px;
  font-size: 14px;
  line-height: 30px;
}
.nav-link:hover{
  background: none;
  border-bottom: whitesmoke solid 2px;
  padding-bottom: 2px;
}

.active-white-2 input.form-control[type=text]:focus:not([readonly]) {
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 0 0 #ffffff;
}

/* Homepage -- Footer */
/* ===== ===== ===== ===== ===== ===== ===== =====  */
.footer{
  padding-top: 20px;
  padding-bottom: 40px; 
  background-color: #282828;
}

.footer-child {
    color: #808080;
}

.footer-div{
  padding: 10px 0;
}

.footer_icon{
  height:35px;
  padding-right: 15px;
}

.footer-logo{
  text-align: left;
}

.footer-parent {
    color: white!important;
    text-decoration: none !important;
}

.footer-parent:hover { color:#C0C0C0 !important;}

.row__footer {
    font-size:16px; 
    text-align: left;
    padding-top: 20px !important;
    padding: 40px;
    margin: 0px !important;
}
/*================================================*/

.scroll-top {
  background-size: 40px 40px !important;
  background-position: 10px 0 !important;
  background-repeat: no-repeat !important;
  width: 10px;
  height: 150px;
  position: fixed;
  bottom: 100px;
  right: 20px;
  box-shadow: none !important;
}

.scroll-top-p{
  vertical-align: middle;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: fixed;
  bottom: 100px;
  right: 43px;
}

@media only screen and (max-width: 768px) {
    .nav-link{
      font-size: 16px !important;
      margin-right: 20px !important;
    }
    .footer{
      padding-top: 20px;
    }
    .footer-logo{
      text-align: center !important;
    }
    h1{
      font-size: 30px !important;
    }
    h2{
      font-size: 24px !important;
    }
    h3{
      font-size: 14px !important;
    }
    h4{
      font-size: 24px !important;
    }
    h5{
      font-size: 12px !important;
    }
    body{
      font-size: 14px !important;
    }
    .display_initial_sm{
      display:initial;
    }
    .row__footer{
      padding: 0 !important;
    }
    
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
    .nav-link{
      font-size: 18px !important;
      margin-right: 45px !important;
    }
    .footer{
      padding-top: 40px;
    }
    h1{
      font-size: 38px !important;
    }
    h2{
      font-size: 24px !important;
    }
    h3{
      font-size: 14px !important;
    }
    h4{
      font-size: 24px !important;
    }
    h5{
      font-size: 25px !important;
    }
    body{
      font-size: 18px !important;
    }
}