.tabs .indicator{
    background-color: orange;
    }
.input-field input[type=text]:focus + label {
    color: orange;
}
.input-field input[type=text]:focus + label {
  color: orange;
}
.input-field input[type=text]:focus {
  border-bottom: 1px solid orange;
  box-shadow: 0 1px 0 0 orange;
}
.modal {
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
}

.navigation {
  background-color: white !important;
  height: 100px;
}

html {

}

.full {

  height: 93%;
  width: 100%;
}

.height {
  height: 100px;
}
nav ul li a{
  color: black;
}

.logo {
  background: url('../img/logoS.png') no-repeat;
  background-position: 3% 50%;
  height: 100px;
}

.menu {
  height: 100px;
}

a.nav:hover, a.nav:active {
  color: orange !important;
}

body {
  background: url('../img/bg5.jpg') center center fixed;
}
/*Starting of animation*/

.fadein {
    animation: fadein 0.5s ease-in forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;

  }
  100% {
    opacity: 1;

  }
}

.fadeoutin {
  animation: fadeoutin .5s ease-in forwards;
}

@keyframes fadeoutin {
  0% {
    opacity: 0;
  }


  100% {
    opacity: 1;

  }
}
