.nav-name{
  margin-top: 20px;
  text-align: center;
  display: inline-flex;
}

.orange-background{
  background-color: #F7682C;
  padding: 0px;
}

.slider-background{
  background-color: #F7682C;
}

.white-background{
  background-color: #ffffff;
}

.white-text{
  padding: 10px;
}

.waves-effect {
  text-transform: unset !important;
  margin-bottom: 28px;
}



#phone-container {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.button-icon {
  margin-left: -5px;
  height: 100%;
  /* width: 100%; */
}

.companylogo{
    margin-left: 0px; margin-top: -10px; 

    height: 80px;
    width: 100%;

}
.slider-images{
  opacity: 0; transform: translateX(0px) translateY(0px);
}

.materialboxed{
    margin: 0px;
}

.section {
    padding-top: 4vw;
    padding-bottom: 4vw;
}

.tabs .indicator {
    background-color: #727377;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
    background: transparent;
}

.about-hr{
  height:2px;
  border-width:0;
  color:gray;
  background-color:gray
}

.copyright{
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .slides {
      height: 200px !important;
    }
      .slider {
           height: 200px !important;
      }
  }

@media only screen and (min-width: 600px) {
    .slides {
      height: 400px !important;
    }
      .slider {
           height: 5
           400px !important;
      }
  }

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
  margin-bottom: 40px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

  /* Mobile Alert */
.mobile-image{
  filter: brightness(50%);
    width: 100%;
}

  /* Centered text */
  .centered {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 90%;
    }

/* Mobile alert text */
.mobile-alert-heading {
  font-size: 3.5vw;
  font-weight: 900;
  color: #F7682C;
}

.mobile {
  padding-top: 0px;
    font-size: 2.5vw;
    line-height: 100%;
    position: relative;
    text-align: center;
    color: white;
  }

  .copyright{
    font-size: 2.2vw;
  }

.nospace{
  margin: 0 ;
}

.contact-form{
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  border-style: outset;
  border-radius: 5px;
  padding: 10px;
}

.submit-button{
  padding-left: 10px;
  padding-right: 10px;
}