
body {
    font-family: 'Raleway', sans-serif;
    background-color: #666;
}
h2 {
    color: rgb(250, 245, 239);
}
h3 {
    font-family: 'Raleway', sans-serif;
    color: rgb(14, 8, 1);
    font-size: 18px;
    font-weight: bolder;
}
p a {
	color: #FF6;
}

p a:hover {
	color: rgb(15, 15, 15);
}

#about p a { color: #066; }
#about p a:hover { color: #F36; }

#contact p a { color: #066; }

footer span a { color: #FFF; }

.panonoir {
    background-color: #110901;
    opacity: 0.8;
    width:35%;
    padding: 2%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.panonoirbis {
    background-color: #110901;
    opacity: 0.8;
    width:35%;
    padding: 2%;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.panonoirbisque {
    width:50%;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.3); 
}

.tm-logo-font {
    font-family: 'Oswald', sans-serif;
    font-size: 3vw;
}

.tm-container {
    max-width: 70%;
}

.parallax-window {
    min-height: 1064px;
    background: transparent;
}

.tm-text-yellow {
    color: #FC6;
}

.tm-text-gold {
    color: #180e04;
}

.tm-text-brown {
    color: #544639;
}

.tm-text-green {
    color: #006666;
}
.tm-text-green-message {
    color: #29f3f3;
}

a.tm-bg-green:hover {
    background-color: #0a8585;
}

.tm-bg-brown {
    background-color: #180e04;
    opacity: 0.8;
}
.tm-bg-banimline {
    font-size: 21px; 
    font-weight:normal; 
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.3); 
    padding:2%;
    width: 53%;
    border-radius: 20px;
    background: linear-gradient(135deg, #00aeff, #ff00f2, #00ff37);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
  }
  
  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
}
.tm-bg-bisque {
    background-color:rgb(255, 255, 255);
    opacity: 0.9;
}

.tm-bg-green {
    background-color: #006666;
    opacity: 0.8;
}

.tm-border-gold {
    border-color: #CC9966;
}

.tm-intro-width {
    max-width: 50%;
}

.tm-item-container {
    max-width: 600px;
}

.input:focus {
    outline: none !important;
    border:1px solid #CC9966;
    box-shadow: 0 0 10px #b67533;
}

input::placeholder,
textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(214, 212, 212);
    opacity: 1; /* Firefox */
}
  
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(214, 212, 212);
}
  
input::-ms-input-placeholder,
textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(214, 212, 212);
}

#tm-nav {
    z-index: 1000;
    transition: all 0.3s ease;
    width: 100%;
    text-align: left;
}

#tm-nav.scroll {
    background-color: rgba(167, 147, 114, 0.7);
}

#tm-nav li a {
    border-bottom-color: transparent;
    transition: all 0.3s ease;
}

#tm-nav li a.current,
#tm-nav li a:hover {
      border-bottom: 4px solid #CC9966;
}

.tm-text-2xl {
    font-size: 1.2rem;
    line-height: 2rem;
}
@media (max-width: 768px) {
    .tm-logo-font {
        font-family: 'Oswald', sans-serif;
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    .panonoir {
        background-color: #180e04;
        opacity: 0.8;
        width:100%;
        padding: 2%;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
    }
}
@media (max-width: 790px) {    
    .panonoirbis {
        background-color: #180e04;
        opacity: 0.8;
        width:100%;
        padding: 2%;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }
}
@media (max-width: 790px) {
    #tm-nav.scroll  {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (max-width: 790px) {
     .tm-container {
        width: 90%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 790px) {
    #tm-nav {
        width: auto;
        right: 0;
        border-radius: 5px;
    }
}

@media (max-width: 790px) {
    .parallax-window {
        min-height: 600px;
    }
}
@media (max-width: 790px) {
    .tm-item-container {
        width: 350px;
    }
}
@media (max-width: 790px) {
    .panonoirbisque {
        width:90%;
        box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.3); 
    }
}

@media (max-width: 370px) {
    .tm-menu-item {
        flex-direction: column;
    }

    .tm-menu-item-2 {
        flex-direction: column;
    }

    .tm-menu-item img {
        margin-bottom: 10px;
    }

    .tm-menu-item-2 img {
        margin-bottom: 10px;
    }
}
@media (max-width: 790px) {
    .tm-bg-banimline {
        font-size: 20px; 
        font-weight:normal; 
        box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.3); 
        padding:2%;
        width: 100%;
        border-radius: 20px;
        background: linear-gradient(135deg, #00aeff, #ff00f2, #48f005);
        animation: gradient 15s ease infinite;
        background-size: 400% 400%;
      }
      
      @keyframes gradient {
        0% {
          background-position: 0% 50%;
        }
        50% {
          background-position: 100% 50%;
        }
        100% {
          background-position: 0% 50%;
        }
      }
    }