/*************************
   tooplate.com
   Template 2110 Character
 *************************/

/* https://gwfh.mranftl.com/fonts/ */
@font-face {
  font-display: swap;
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 400;
  src: url("../_fonts/cinzel-v26-latin-regular.woff2") format("woff2"),
       url("../_fonts/cinzel-v26-latin-regular.ttf") format("truetype");
}
body {
  font-family: "Cinzel", sans-serif;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  padding: 60px;
  margin: 12px;
  overflow-x: hidden;
}
p {
  font-size: 1em;
  margin-bottom: 0px;
}
h2 {
  font-size: 1em;
  text-transform: uppercase;
  margin-top: 0px;
}
a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
  border-radius: 1em;
}
/* Masonry container -> http://w3bits.com/css-masonry/ */
.masonry {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  column-gap: 0;
}
/* Masonry bricks or child elements */
.item {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.tm-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.tm-block {
  max-width: 600px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1em;
}
.tm-block-wider {
  max-width: 640px;
  width: calc(100% + 40px);
}
.tm-block-left {
  right: 60px;
  bottom: 20px;
}
.tm-block-right {
  left: 20px;
  bottom: 20px;
}
.tm-block-pad {
  padding: 67px 63px;
}
.tm-text-white,
.tm-text-white a {
  color: #FFFFFF;
}
.tm-bg-dark {
  background-color: #484D4B;
}
.tm-bg-light {
  background-color: #828A87;
}
.tm-bg-light a:hover,
.tm-bg-light a:focus {
  color: #484D4B;
}
.tm-bg-primary-dark {
  background-color: #5D87A1;
}
.tm-bg-primary-dark a:hover,
.tm-bg-primary-dark a:focus {
  color: #ACD1E3;
}
.tm-bg-secondary-dark {
  background-color: #649D8C;
}
.tm-bg-secondary-dark a:hover,
.tm-bg-secondary-dark a:focus {
  color: #B7DDA2;
}
@media (max-width: 1199px) {
  .masonry {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .tm-container {
    max-width: 600px;
  }
}
@media (max-width: 639px) {
  body {
    padding: 30px 50px;
  }
  .tm-block-pad {
    padding: 30px;
  }
}
@media (pointer: coarse) {
  body {
    font-size: 16px;
  }
}
