* {
	margin: 0;
	padding: 0;
	
	
}

nav {
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    padding: 0px 20px;
    z-index: 999;

    text-decoration: none;
    list-style: none;
}

nav li a:hover {
    background: grey;
}

.KKK-img {
	border-radius: 60%;
}

.caption > h3, h5 {
        font-family: 'Fjalla One', sans-serif;
        text-shadow: 2px 2px 5px #000;
        font-weight: 400;
        width: 100%;
        padding: 2px;
}

.box {
    background-color: rgba(0, 0, 0, 0.00);
    border-radius: 20px;
}


@media screen and (max-width:670px){
    .caption > h3, h5 {
        font-size: 20px;
        text-shadow: 2px 2px 5px 5px black;
        font-weight: 200;
    }

    .parallax-container {
        height: 200px;
    }

    #services {
      margin-top: 2rem;
  }

  #contact {
      margin-top: 2rem;
  }
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

  hr.style18 { 
    height: 30px; 
    border-style: solid; 
    border-color: #8c8b8b; 
    border-width: 1px 0 0 0; 
    border-radius: 20px;

    margin-top: 10px;
    margin-bottom: 10px;
  } 
  
  hr.style18:before { 
    display: block; 
    content: ""; 
    height: 30px; 
    margin-top: -31px; 
    border-style: solid; 
    border-color: #8c8b8b; 
    border-width: 0 0 1px 0; 
    border-radius: 20px; 
  }

  #services {
      margin-top: 8rem;
  }

   ul.move-left {
      margin-left: 30px;
  }

  .contact {
      width: 80%;
      height: 100vh;
  }

  .sent {
      margin-top: 8rem;
      width: 80%;
      height: 57vh;
  }
section {
    min-height: 70vh;
    width: 100%;
}

input {
	width: 100%;
	margin: 22px 0;
	background: rgba(0,0,0,0);
	border:none;
}

header {
    background: url(images/contact-us-header.jpg);
    background-size: cover;
    background-position: center;
    min-height: 200px;
    margin-top: 4.3rem;
}

.about {
    margin-top: 30px;
}

.parallax-container {
      height: 20rem;
}

.img-container {
   padding: 70px 0;
   width: 100%;
   text-align: right;
}

.flow-text {
    color: #1565c0;
}

.slide {
    background-color: white;
}


body {
    color: #01579b ;
}

a.active {
    background-color: #827717 ;
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #827717 !important;
    will-change: left, right;
}

label.active {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
    color: #827717 !important;
}

input[type="text"] {
    color: #827717;
}

input:not([type]), input[type="text"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="date"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="search"]:not(.browser-default), textarea.materialize-textarea {

    background-color: transparent;
    border: none;
        border-bottom-color: #827717 !important;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid #827717 !important;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;

}

li .indicator-item .active{
    color: #827717;
}

li > a.nav-item:hover{
    background-color: #827717 ;
}
  /***************************************************************************/
  .page-footer{
      background-color: #1565c0  ;
  }

  .page-footer .social {
    font-size: 34px;
	height: 50px;
	width: 50px;
	text-align: center;
	padding: 7px;
	margin-bottom: 12px;
    margin-right: 7px;
    color: #9e9d24 ;
  }

  .social-contact {
    font-size: 34px;
	height: 50px;
	width: 50px;
	text-align: center;
	padding: 7px;
	margin-bottom: 12px;
    margin-right: 7px;
    color: #9e9d24 ;
  }

  .footer-copyright{
      background-color: beige;
      z-index: 99;
  }

  main {
    flex: 1 0 auto;
  }

  #workshop {
      margin-top: 4.3rem;
  }

/*****************************************************************************/