

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background-image: url("../img/water.jpg");
  background-color: #f0f0f0;
  background-repeat: no-repeat
}

a:hover,
a:focus,
.tm-text-gray {
  color: #666666;
}

.tm-text-black {
  color: #212529;
}
h1 {
  font-size: 3rem;
}
p {
  line-height: 1.8;
}

hr {
  border: none;
  height: 1px;
  width:50%;
  margin:0 auto;
  background-color: #333;  
}


#tm-section-2,
#tm-section-6 {
  padding-top: 60px;
}

.tm-section-4 {
  padding: 0px;
  padding-top: 100px;
  padding-bottom: 80px;
  background-image: url(../img/tm-bg-section-4.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  height: 300px;
}

.tm-box-3 {
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.tm-box-5 {
  display: flex;
  flex-direction: column;
  justify-content: justify;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 200px;
}


.footer {
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: gray;
  text-align: center;
  width: 100%;
}


.float-right {
  float: right;
}

.tm-fa-toggler-icon {
  font-size: 30px;
  padding: 0;
  color: gray;
}

.tm-2col-l {
  padding-right: 40px;
}
.tm-2col-r {
  padding-left: 40px;
}




