body 
{
  margin: 0;
  font-size: 14px;
}


#top
{
  background: #010d1e;
  margin-right: 0;
  padding: 20px;
  color: #e0e1e2;
  font-size: 12px;
  letter-spacing: 0.8px;
}

.navbar-default
{
  background: transparent;
}



.navbar-default .navbar-nav > li > a 
{
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 10px;
    background: transparent;
}

.navbar-inverse
  {
    background: #0d0f23;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-top: none;
  }

  .navbar-inverse .navbar-nav > li > a 
    {
    color: #676A6D;
    font-size: 13px;
    letter-spacing: 2.0px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    }

  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus
  {
    color: #3281BB;
    text-decoration: underline;
  }  

  .navbar-inverse .navbar-right > li > a
  {
    padding: 8px 20px;
    color: #ffffff;
    text-decoration: none;
    margin-top: 10px;
  }

  .navbar-inverse .navbar-right > li > a:hover,
  .navbar-inverse .navbar-right > li > a:focus
  {

    border-bottom: 1px solid  #8da7cd;
    color: #8da7cd;
    text-decoration: none;
    margin-top: 10px;
  }

.navbar-inverse .navbar-nav > li > .active
{
  border-bottom: 1px solid  #8da7cd;
    color: #8da7cd;
    text-decoration: none;
    margin-top: 10px;
}



.navbar-inverse .navbar-toggle 
{
    border-color: #DDD;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus 
{
    background-color: #DDD;
}
.navbar-inverse .navbar-toggle .icon-bar 
{
    background-color: #CCC;
}

@media (max-width: 767px) 
{
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a 
    {
        color: #777;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus 
    {
          color: #333;
    }
}







/*---------------------------------------
    Index Page              
-----------------------------------------*/


#head h1
{
  font-size: 46px;
  padding-top: 40px;
  padding-bottom: 40px;
}

#head h4
{
  font-weight: normal;
  padding-bottom: 20px;
  text-transform: uppercase;
}


#about
{
  padding-top: 0;
  margin-bottom: 0;
}


#about p
{
  font-size: 14px;
  color: #68696a;
  line-height: 1.8em;
  letter-spacing: 0.4px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.no-padding {
  padding-left: 0;
}

.text
{
  padding: 30px 40px 0 40px;
}

.text h2
{
  padding-bottom: 10px;
  padding-top: 20px;
  color: #0d0f23; 
}

.text h5
{
 padding-bottom: 20px;
 font-size: 14px;
 color: #0d0f23;
}







#request
{
  padding-top: 60px;
  padding-bottom: 40px;
  background:  #0d0f23;
  color: #ffffff;
}

#request h4
{
  padding-bottom: 20px;
  letter-spacing: 0.8px;
}

#request p
{
  letter-spacing: 0.4px;
  color:  #868686;
}

#request .section-btn {
  background-color: #1d6cde;
  border: none;
  border-radius: 1px;
  color: #FDFEFE;
  font-size: 14px;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  padding: 12px 40px;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
}

#request .section-btn:hover {
  background:  #1956ad;
  border-color:  #1956ad;
  color: #ffffff;
}

#request .btn-success:focus {
  background-color:  #1956ad;
  border-color: #1b62c8;
}






#contact
{
  margin-top: 4em;
  margin-bottom: 4em;
}

#contact-form
{
  display: block;
  height: 100%;
  margin:0 auto;
}

#contact .form-control::-moz-placeholder{ color:#0d0f23;opacity:1;  }
#contact .form-control:-ms-input-placeholder{ color:#0d0f23; }
#contact .form-control::-webkit-input-placeholder{ color:#0d0f23; }

#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #0d0f23;
  border-radius: 0px;
  box-shadow: none;
  color:  #2b2b2b ;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 25px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-bottom-color: #0d0f23;
}

#contact input {
  height: 40px;
}

#contact .section-title
{
  padding-top: 0;
}

#contact input[type="submit"] {
  background: #0d0f23;
  border: 2px solid #0d0f23;
  border-radius: 2px;
  color: #ffffff;
  padding-bottom: 10px;
}

#contact input[type="submit"]:hover {
  background: #0d0f23;
  border-color: #0d0f23;
  color: #ffffff;
}

#contact .fa {
  padding-right: 10px;
}


#contact a
{
  background: transparent;
  color: #E3AE57;
  border: transparent;
  text-align: left;
  padding-left: 20px;
}

#contact  a:hover,
#contact  a:focus
{
  background: transparent;
  color: #E3AE57;
  text-decoration: none;
}


#contact  >  a,
#contact  >  a:hover,
#contact  >  a:focus {
    background: transparent;
  color: #E3AE57;
  text-decoration: none;
}















footer 
{
  margin-bottom: 0;
  padding-top:100px;
  padding-bottom: 10px;
  background-color: #192439;
  color: #8D908B;
  text-align: left;
}

footer p
{
  line-height: 1.83em;
  font-size: 14px;
}

footer h3
{
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bolder;
  padding-bottom: 0;
}

footer h6
{
  padding-bottom: 10px;
  font-size: 16px;
}

footer h5
{
  color: #d9dadc;
  font-size: 15px;
  letter-spacing: 0.4px;
}

footer h4
{
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 1.4em;
  padding-top: 30px;
}


footer  a:link
{
  background: transparent;
  color: #8D908B;
  border: transparent;
  text-align: left;
}

footer  a:hover,
footer  a:visited,
footer  a:focus
{
  background: transparent;
  color: #8D908B;
  text-decoration: underline;
}


footer  >  a,
footer   >  a:hover,
footer   >  a:visited,
footer   >  a:focus {
    background: transparent;
    color: #8D908B;
}


footer .props
{
  padding-left: 20px;
  padding-top: 60px;
}

footer .props h4
{
  padding-top: 0; 
  padding-bottom: 0; 
  font-size: 18px;
  text-align: left;
  text-transform: none;
}


footer .padd
{
  margin-top: 1em;
  padding-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
}


#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: transparent; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px;
    font-size: 36px; /* Some padding */
    border-radius: 0; /* Rounded corners */
}

#myBtn:hover {
    background-color: transparent; /* Add a dark-grey background on hover */
}
