body {
  margin-top: 100px; 
}

a, a:hover, a:visited{
  color: black;
}

/* ----------------- NavBar ----------------- */

.navbar {
  box-shadow: 2px 2px 5px #f29c7b;
  opacity: 1.0;
  background: #FF6D00; /* #FF6D00;  ;*/
  color: #000;
}
.navbar .nav-item {
    font-size: 0.9rem;
    padding-right: 0.9rem; 
}

#logo_nav {
  background-color: #f29c7b; 
  opacity: 0.4;
  border-radius: 50%;
}

/* ----------------- Floating icons ----------------- */
.icons{
  padding: 0%;
  margin: 0%;
  top: 25%;
  right: 0;
  transform: translateX(-10%);
  position: fixed;
  z-index: 100;
}

.icons ul {
  padding: initial;
}

.icons ul li {
  height: 40px;
  width: 40px;
  list-style-type: none;
  padding-left: 12px;
  padding-top: 6px;
  margin-top: 5px;
  color: #fff;
  background: #000;
}

/* ----------------- FOOTER ----------------- */
#main-footer {
  background: #FF6D00;
}



/* ----------------- CONTACT PAGE ----------------- */

#contact_btn_submit{
  background: #FF6D00;

}

input[type="text"], input[type="tel"] , input[type="email"] , #message {
  background: transparent;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  border-radius: 50;
}