/* montserrat-regular - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: "Montserrat";

  font-style: normal;

  font-weight: 400;

  src: url("../fonts/montserrat-v30-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-italic - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: "Montserrat";

  font-style: italic;

  font-weight: 400;

  src: url("../fonts/montserrat-v30-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: "Montserrat";

  font-style: normal;

  font-weight: 500;

  src: url("../fonts/montserrat-v30-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500italic - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: "Montserrat";

  font-style: italic;

  font-weight: 500;

  src: url("../fonts/montserrat-v30-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: "Montserrat";

  font-style: normal;

  font-weight: 700;

  src: url("../fonts/montserrat-v30-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  font: normal 18px "Montserrat";

  margin: 0 auto;

  color: #202325;
}

img {
  max-width: 100%;
  height: auto;
}

/* ----- typography ----- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ff7400;
  font-weight: 500;
}

h1 {
  font-size: 1.3em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1em;
}

h4 {
  font-size: 0.8em;
}

h5 {
  font-size: 0.6em;
}

h6 {
  font-size: 0.5em;
}

p {
  /*text-align:justify;*/

  color: #202325;

  line-height: 1.1em;

  margin: 0 0 0.8em 0;

  -moz-hyphens: auto;

  -o-hyphens: auto;

  -webkit-hyphens: auto;

  -ms-hyphens: auto;

  hyphens: auto;
}

a {
  color: #d30210;
  text-decoration: underline;
  line-height: inherit;
  font-weight: normal;
}

a:hover {
  color: #0286c3;
  text-decoration: underline;
}

a:focus {
  color: #000099;
  outline: none;
}

hr {
  border: solid #666 1px;
  height: 1px;

  clear: both;
}

li {
  padding-bottom: 4px;
}

ul {
  margin-top: 0;

  margin-bottom: 10px;

  margin-left: 0.9em;

  padding-left: 0.9em;

  list-style-type: square;
}

ol {
  margin-top: 0;

  margin-bottom: 10px;

  margin-left: 0.9em;

  padding-left: 0.9em;
}

address {
  line-height: 120%;

  margin: 10px 0 20px 0;

  padding-left: 10px;

  border-left: 6px solid #ccc;

  font-style: normal;

  font-weight: bold;
}

blockquote {
  padding: 10px;

  margin: 0 0 20px 0;
}

pre,
code {
  padding: 5px 0 10px 6px;

  margin: 3px 0 20px 0;

  font-size: 1em;

  overflow: auto;

  line-height: 1.5em;

  color: #eee;
}

input,
textarea,
pre,
code,
blockquote,
select {
  border: 1px solid #ccc;
  background: "";
  color: #000;
}

.imgl {
  float: left;

  margin: 0 15px 10px 0;
}

.imgr {
  float: right;

  margin: 0 0 10px 15px;
}

.picfull {
  width: 100%;
  height: auto;
}

.pic2left {
  float: left;
  max-width: 49%;
  margin: 3px 1% 2px 0;
  height: auto;
}

.pic2right {
  float: right;
  max-width: 49%;
  margin: 3px 0 2px 0.5%;
  height: auto;
}

.pic3left {
  float: left;
  max-width: 32%;
  margin: 3px 1.5% 2px 0;
  height: auto;
}

.pic3right {
  float: right;
  max-width: 32%;
  margin: 3px 0 2px 0.3%;
  height: auto;
}

.pic4left {
  float: left;
  max-width: 24%;
  margin: 3px 1% 2px 0;
  height: auto;
}

.pic4right {
  float: right;
  max-width: 24%;
  margin: 3px 0 2px 0.5%;
  height: auto;
}

/*Show and Hide Responsive*/

.hideOnDesktops {
  display: none;
}

/* Small devices (tablets, up to 768px) */

@media (max-width: 600px) {
  .pic2left,
  .pic2right {
    max-width: 100%;
    margin: 3px 0 2px 0;
  }

  .pic3left,
  .pic3right,
  .pic4left,
  .pic4right {
    max-width: 49%;
  }

  /*Show and Hide Responsive*/

  body .hideOnTablets {
    display: none;
  }

  .hideOnDesktops {
    display: block;
  }
}

/* Small devices (Smartphone, up to <480px) */

@media (max-width: 479px) {
  .pic2left,
  .pic2right {
    max-width: 100%;
    margin: 3px 0 2px 0;
  }

  .pic3left,
  .pic3right,
  .pic4left,
  .pic4right {
    max-width: 49%;
  }

  /*Show and Hide Responsive*/

  .hideOnMobiles {
    display: none;
  }

  body .hideOnTablets {
    display: block;
  }

  body .hideOnDesktops {
    display: block;
  }
}
