/* GLOBAL STYLES
-------------------------------------------------- */

body {
  background-color: #f8f8f8;
}

.page-footer{
  margin-top: 40px;
  background: #ffffff;
  bottom: 0;  
  width:  100%;
  height:  auto;
}

.divider {
  margin: 2rem 0; 
  background-color : #FF6600;
}

p {
  color: #6b6f73
}

h1,h2,h3,h4,h5,h6 {
  color: #ff6600;
}

.headingwhite {
 color: #ffffff; ;
}

.headingblack{
 color: #000000;
}

a {
  color: #000000;
  font-size:16px;
}

a:hover {
  color: #ff6600;
}

.container.first {
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px;
}

.container.second {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.footer-copyright{
  font-size : 15px;
}
  
/* IMAGES
-------------------------------------------------- */

.img-border-1 {
    border-radius: 5px;
    border: 3;
    border-style: solid;
    border-color: #FF6600;
}

.img-pt{
    cursor: pointer;
    transition: 0.3s;
}

.img-pt:hover {opacity: 0.7;}

.txtimg{
  position: absolute;
  color: #ff6600;
  padding: 10px;
  left: 10px;
}

.txtimg-center{
  position: absolute;
  top: 45%;
  left: 25%;
}

.txtimg-btm_right{
  position: absolute;
  color: #ff6600;
  text-align: center;
  right: 16px;
}         

.img-h{
}

/* LINKS
-------------------------------------------------- */

.link{
  color: #000000;
}


/* NAV BAR
-------------------------------------------------- */
/* navbar  base class */
.navbar {
  background-color: #ffffff;
  min-height : 90px;
  border-bottom: 2px solid #FF6600;
}

.navbar-collapse {
  height : auto;
}

.logo {
  height: 60px;
}

.navbar .navbar-nav .nav-link {
  color: #000000;
  font-size: 1.1em;
  position: relative;
}

.navbar .navbar-nav .nav-link:hover {
  color: #ff6600;
}
.navbar .navbar-nav .nav-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ff6600;
  color: transparent;
  width: 0%;
  content: '.';
  height: 3px;
  transition: all 0.5s;
}

.navbar .navbar-nav .nav-link:hover::after {
  width: 100%;
}

.sr-only {
  color :#000000;
}

/*.navbar-nav > .active > a { 
  background-color: #ffff00; 
}*/

/* BUTTONS
-------------------------------------------------- */

.btn-primary{
  background-color: #FF6600;
  border-color: #FF6600;
}

.btn-submit{
  background-color: #FF6600;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn-submit:hover {
  background-color: #ff8432;
}

/* CUSTOMIZE THE HEADINGS/TEXT
-------------------------------------------------- */

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

.img-h-index-2{
   height:50vh; 
   width : 100%;
   object-fit: cover;
   overflow: hidden;
}

.txtimg-headline{
  position: absolute;
  color: #ff6600;
  padding: 10px;
  left:  10px;
  top : 30%;
}


/* About Us
------------------------- */

/* What We Do
------------------------- */

/* Projects
------------------------- */

/* Contact Us
------------------------- */

.gmap_display{
  width: 100%;
}

input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 14em) {

  body {
  margin-top: 10rem;
  }
}


@media (min-width: 40em) {

  .txtimg-center{
    left: 35%;
  }
}
