/*

Timeless Template 

http://www.templatemo.com/tm-517-timeless

*/

html {
  scroll-behavior: auto;
}

body {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.05)
    ),
    url("../img/repeating/fern.jpg");
  /*background-color: #333333;*/
  color: #ffffff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

.container {
  background-color: #333333;
  border: 10px solid white;
  border-radius: 20px;
  margin-top: 69px;
  margin-bottom: 69px;
}

#navbar {
  overflow: hidden;
  background-color: #333;
}

#navbar a {
  /*float: left;*/
  display: block;
  /*color: #f2f2f2;*/
  color: #99cc66;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 19px;
  /*margin-bottom: 6px;*/
}

#navbar a:hover {
  /*background-color: #99CC66;*/
  border-top: 6px solid #99cc66;
  margin: -3px 0;
  color: white;
}

#navbar.test {
  background-color: #99cc66;
  color: white;
}

#navbar a.text-center {
  text-align: center;
}

.centerTest {
  padding-left: 0px;
  justify-content: left;
  text-align: left;
}

.tm-container-2 {
  padding-left: 60px;
}

.tm-site-title {
  padding-left: 12px;
  padding-right: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

h3 {
  font-size: 1.3rem;
}

.bottom-buffer {
  padding-top: 25px;
  margin-bottom: 40px;
}

.tm-site-logo {
  width: 40px;
  height: 40px;
  border: 7px solid white;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
}

.tm-site-title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.tm-site-header {
  padding-top: 25px;
  padding-bottom: 45px;
  margin-bottom: 0;
}

a.tm-site-header {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 0;
}

.tm-right-header-padding {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.tm-img-container {
  position: relative;
  max-width: 1280px;
  max-height: 640px;
  overflow: hidden;
  min-width: 100%;
  min-height: 100px;
  width: auto;
  height: auto;
  border: 10px solid #eee;
  border-radius: 10px;
}

.tm-welcome-img {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-color: black;
  background-size: cover;
  transition: 1s opacity;
}

.tm-welcome-text {
  margin-top: 65px;
  margin-bottom: 65px;
  font-size: 2.2rem;
}

.tm-font-400 {
  font-weight: 400;
}

.tm-font-600 {
  font-weight: 600;
  font-size: 22px;
}

.tm-font-800 {
  font-weight: 400;
  font-size: 32px;
}

.tm-text-light-gray {
  color: #cdcdcd;
}

.tm-text-gray {
  color: #cccccc;
}

.tm-text-white {
  color: #ffffff;
}

a.tm-text-white:hover,
a.tm-text-white:focus {
  color: #ffffff;
}

.tm-text-green {
  color: #99cc66;
}

a.tm-text-green {
  color: #99cc66;
}

.tm-text-cyan {
  color: #33cccc;
}

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

.tm-text-gold {
  color: #d4af37;
}

.tm-text-orange {
  color: #cc9966;
}

.tm-bg-dark {
  background-color: #262626;
}

.tm-bg-dark-light {
  background-color: #404040;
}

hr {
  border-color: #666666;
  max-width: 70%;
}

.tm-timeline-item {
  margin-left: 70px;
}

.tm-timeline-item-inner {
  display: flex;
  align-items: center;
}

.tm-img-timeline {
  width: 160px;
  height: 160px;
  display: inline-block;
  vertical-align: middle;
}

.tm-timeline-connector {
  width: 55px;
  height: 3px;
  background-color: #404040;
}

.tm-timeline-connector-vertical {
  height: 60px;
  width: 3px;
  background-color: #404040;
  margin-left: 260px;
}

.tm-timeline-description {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 35px 40px;
  max-width: 712px;
}

.tm-section-mb {
  margin-bottom: 85px;
}

.tm-section-mt {
  margin-top: 85px;
}

.tm-contact-form {
  max-width: 500px;
}

.form-control {
  border-radius: 0;
  border-color: #666666;
  color: #ccc;
  background: transparent;
  padding: 12px 15px;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc;
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dddddd;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #dddddd;
}

iframe {
  max-width: 100%;
}

#google-map {
  max-width: 500px;
  width: 100%;
  height: 300px;
}

.tm-btn-send {
  border-radius: 0;
  font-size: 1.1rem;
  padding: 12px 50px;
  background: transparent;
  border: 1px solid #cccccc;
  color: #cccccc;
}

.tm-btn-send:hover,
.tm-btn-send:focus {
  background: #cccccc;
  color: #333333;
}

.form-control:focus {
  background-color: transparent;
  border-color: #cccccc;
  color: #fff;
  box-shadow: 0 0 0 0.2rem #cccccc14;
}

input,
textarea,
[contenteditable] {
  caret-color: #ffffff;
}

p {
  line-height: 1.9;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }
  .main-container {
    max-width: 1340px;
  }
  .ContentInfo {
    padding-left: 50px;
  }
  .ContentSizes {
    padding-left: 50px;
  }
  .ServiceClass {
    padding-left: 50px;
  }
}

@media (max-width: 1439px) {
  .container {
    max-width: 1120px;
  }
  .main-container {
    max-width: 1310px;
  }
  .tm-container-2 {
    padding-left: 60px;
  }
  .ContentInfo {
    padding-left: 40px;
  }
  .ContentSizes {
    padding-left: 40px;
  }
  .ServiceClass {
    padding-left: 0px;
  }
}

@media (max-width: 1199px) {
  .tm-img-container {
    max-width: 932px;
    max-height: 466px;
  }
  .tm-container-2 {
    padding-left: 40px;
  }
  .container {
    margin-top: 42px;
    margin-bottom: 42px;
    max-width: 940px;
  }
  .ContentInfo {
    padding-left: 40px;
  }
  .ContentSizes {
    padding-left: 40px;
  }
}

@media (max-width: 991px) {
  #google-map,
  .tm-contact-form {
    max-width: 100%;
  }
  .google-map-iframe {
    width: 100%;
  }
  .tm-img-container {
    max-width: 650px;
    max-height: 545px;
  }
  .tm-timeline-item {
    margin-left: 25px;
  }
  .tm-right-header-padding {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 25px;
  }
  .tm-section-mt {
    margin-top: 30px;
  }
  .ContentInfo {
    padding-left: 0px;
  }
  .ContentSizes {
    padding-left: 0px;
  }
  .tm-container-2 {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .tm-timeline-item {
    margin-left: 0;
  }
  .tm-video-text-overlay {
    left: 25%;
  }
  .tm-img-container {
    min-width: auto;
    max-height: 100%;
    min-height: 50px;
    min-width: 100%;
  }
  .tm-welcome-img {
    min-width: auto;
    max-height: 100%;
    min-height: 50px;
    min-width: 100%;
  }
  .centerTest {
    padding-left: 90px;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .tm-container-2 {
    padding-left: 0px;
  }
}

@media (max-width: 584px) {
  .tm-timeline-item-inner {
    flex-direction: column;
  }
  .tm-timeline-connector {
    width: 3px;
    height: 55px;
  }
  .tm-timeline-connector-vertical {
    margin-left: auto;
    margin-right: auto;
  }
  .tm-img-container {
    min-width: auto;
    max-height: 100%;
    min-height: 150px;
    min-width: 100%;
  }
  .tm-welcome-img {
    min-width: auto;
    max-height: 100%;
    min-height: 150px;
    min-width: 100%;
  }
}

@media (max-width: 575px) {
  .container {
    max-width: 640px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .main-container {
    max-width: 540px;
  }
  .tm-video-text-overlay {
    left: 30%;
  }
  .tm-video-text-overlay h1 {
    font-size: 1.8rem;
  }
  .tm-img-container {
    min-width: auto;
    max-height: 100%;
    min-height: 150px;
    min-width: 100%;
  }
  .tm-welcome-img {
    min-width: auto;
    max-height: 100%;
    min-height: 150px;
    min-width: 100%;
  }
  #navbar a:hover {
    /*background-color: #99CC66;*/
    border-top: 0px solid #99cc66;
    margin: 0px 0;
    color: white;
  }
  #ContactSection {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .tm-img-container {
    min-width: auto;
    max-height: 100%;
    min-height: 150px;
    min-width: 100%;
  }
  .tm-welcome-img {
    min-width: auto;
    max-height: 100%;
    min-height: 150px;
    min-width: 100%;
  }
  .tm-site-title {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu li:hover {
  cursor: pointer;
}

.dropdown-menu2 li:hover {
  cursor: pointer;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}
