* {
  box-sizing: border-box;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.allow-select {
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
body {
  margin: 0px;
  font-family: Arial;
  font-size: 20px;
}
button {
  width: 80px;
  height: 30px;
  margin: 10px 20px;
  font-size: 16px;
}
h1, h2 {
  text-align: left;
  font-family: Barlow;
  font-weight: bold;
}
.logo-math {
  position: relative;
  float: left;
  margin: 0px;
  padding: 1px;
  font-size: 11px;
  font-family: Georgia;
}
.today {
  position: relative;
  float: right;
  margin: 0px;
  padding: 1px;
  font-size: 12px;
  font-family: Helvetica;
}
.logo-letter {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 18px;
  height: 18px;
  margin: 0px;
  padding: 0px;
  border: 1px solid #777777;
  opacity: 0.8;
  text-align: center;
  font-size: 13px;
  font-family: Verdana;
  cursor: pointer;
}
.logo-header {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  border: 1px solid darkslategray;
  opacity: 0.9;
  text-align: center;
  display: inline-block;
  font-size: 36px;
  font-family: Verdana;
  box-shadow: 5px 3px 6px gray;
  cursor: pointer;
}
.top-head {
  position: relative;
  top: 0px;
  margin: 0px;
  padding: 18px;
  color: #07346F;
  background-color: lightsteelblue;
  font-family: Tahoma;
  font-size: 16px;
  font-weight: bold;
}
  .top-head .ph {
    position: absolute;
    top: 8px;
    left: 5px;
  }
  .top-head #ph-long {
    display: block;
  }
  .top-head #ph-short {
    display: none;
  }
  .top-head #hdr-contact {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #07346F;
  }
.header {
  padding: 50px 30px 10px;
  text-align: center;
  color: #07346F;
  font-family: Barlow;
  font-weight: bold;
  font-size: 80px;
}
.main-logo {
  width: 128px;
  height: 128px;
}
.subheader {
  font-family: Amaranth;
  font-weight: bold;
  font-size: 36px;
}
#soc-med {
  display: flex;
  flex-direction: row;
  float: right;
  width: 225px;
  height: 40px;
  margin: 5px 5px;
}
  #soc-med a {
    text-decoration: none;
  }
  #soc-med div {
    width: 20%;
    height: 100%;
  }
  #soc-med .ico-act {
    display: block;
    height: 90%;
    border-radius: 3px;
    box-shadow: 3px 6px 12px white;
  }
    #soc-med div:hover .ico-act {
      display: none;
    }
  #soc-med .ico-pas {
    display: none;
  }
    #soc-med div:hover .ico-pas {
      display: block;
      height: 100%;
      border-radius: 3px;
      box-shadow: 3px 6px 12px tomato;
    }
.promo-button {
  width: 300px;
  margin: 5px auto 0px;
  padding: 5px 30px;
  font-size: 18px;
  border-radius: 15px;
  box-shadow: 3px 6px 12px gray;
  cursor: pointer;
}
.promo-first {
  color: white;
  background-color: crimson;
}
.promo-spring {
  color: darkblue;
  background-color: lime;
}
.promo-summer {
  color: blue;
  background-color: yellow;
}
.promo-autumn {
  color: crimson;
  background-color: yellow;
}
.view-button {
  display: inline-block;
  width: fit-content;
  padding: 5px 15px 4px 12px;
  color: whitesmoke;
  font-family: Arial;
  font-size: 20px;
  font-weight: normal;
  vertical-align: middle;
  background-color: #1C60FF;
  border-radius: 15px;
  cursor: pointer;
}
  .view-button:hover, .button-enab:hover {
    background: #0040F0;
  }
.view-big {
  font-size: 24px;
}
.form-button-disab, .form-button-disab:hover {
  color: white;
  background-color: #707070;
  cursor: auto;
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.left-side {
  flex: 10%;
  background-color: #F1F1F1;
  padding: 20px;
}
.left-stub {
  flex: 10%;
  background-color: white;
  padding: 20px;
}
.mid-side {
  flex: 50%;
  background-color: white;
  padding: 20px;
  text-align: left;
}
  .mid-side li {
    margin-top: 10px;
  }
.mid-justif {
  text-align: justify;
  text-justify: inter-word;
}
.right-side {
  flex: 40%;
  background-color: white;
  padding: 20px;
}
.mid-right {
  flex: 90%;
  background-color: white;
  padding: 20px;
}
.mid-20 {
  flex: 20%;
  background-color: white;
  padding: 5px;
}
.mid-30 {
  flex: 30%;
  background-color: white;
  padding: 20px;
}
.mid-45 {
  flex: 45%;
  background-color: white;
  padding: 20px;
}
.mid-60 {
  flex: 60%;
  background-color: white;
  padding: 20px;
}
.mid-70 {
  flex: 70%;
  background-color: white;
  padding: 5px;
}
.text-side {
  flex: 70%;
  padding: 20px;
}
.pic-side {
  flex: 20%;
  padding: 20px;
  background-color: white;
  align-self: center;
}
.bottom-side {
  padding: 0px 10px;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
.photos {
  position: relative;
  width: 100%;
  border-radius: 10px;
  box-shadow: 5px 3px 6px gray;
}
.photo-author {
  position: relative;
  top: -4px;
  right: 0px;
  margin-bottom: 8px;
  text-align: right;
  color: black;
  font-size: 8px;
}
.tooltip {
  position: absolute;
  visibility: hidden;
  padding: 2px 5px;
  text-align: left;
  font-size: 15px;
  background-color: whitesmoke;
  border: 1px solid gray;
  box-shadow: 5px 3px 6px gray;
  z-index: 10;
}
.show-visib {
  visibility: visible;
}
.show-hidden {
  visibility: hidden;
}
.left-align {
  text-align: left;
}
.mid-align {
  text-align: center;
}
.right-align {
  text-align: right;
}
.align-ico {
  vertical-align: baseline;
}
.img-top-spacer {
  margin-top: 40px;
}
.div-spacer {
  min-height: 9px;
}
.bullet {
  list-style-type: square;
}
@font-face {
  font-family: Amaranth;
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/Amaranth-Regular.ttf);
}
@font-face {
  font-family: Amaranth;
  font-weight: bold;
  font-style: normal;
  src: url(../fonts/Amaranth-Bold.ttf);
}
@font-face {
  font-family: Amaranth;
  font-weight: normal;
  font-style: italic;
  src: url(../fonts/Amaranth-Italic.ttf);
}
@font-face {
  font-family: Amaranth;
  font-weight: bold;
  font-style: italic;
  src: url(../fonts/Amaranth-BoldItalic.ttf);
}
@font-face {
  font-family: Barlow;
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/Barlow-Regular.ttf);
}
@font-face {
  font-family: Barlow;
  font-weight: bold;
  font-style: normal;
  src: url(../fonts/Barlow-Bold.ttf);
}
@font-face {
  font-family: Barlow;
  font-weight: normal;
  font-style: italic;
  src: url(../fonts/Barlow-Italic.ttf);
}
@font-face {
  font-family: Barlow;
  font-weight: bold;
  font-style: italic;
  src: url(../fonts/Barlow-BoldItalic.ttf);
}
@media only screen and (max-width: 1024px) {
  .left-side {
    display: none;
  }
  .left-stub {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .header {
    padding: 45px 10px 10px;
    font-size: 72px;
  }
  .main-logo {
    width: 112px;
    height: 112px;
  }
  .subheader {
    font-size: 32px;
  }
  .logo-header {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
  #soc-med {
    width: 200px;
    height: 35px;
  }
  .row {
    flex-direction: column;
  }
  .left-side {
    display: none;
  }
  .left-stub {
    display: none;
  }
  .mid-side {
    padding: 10px;
  }
  .mid-30, .mid-45, .mid-60 {
    padding: 10px;
  }
  .right-side {
    min-height: 540px;
  }
  .pic-side {
    padding: 10px;
  }
  .pic-clipart {
    max-width: 225px;
  }
}
@media only screen and (max-width: 560px) {
  .header {
    padding: 40px 5px 5px;
    font-size: 60px;
  }
  .main-logo {
    width: 96px;
    height: 96px;
  }
  .subheader {
    font-size: 26px;
  }
  .logo-header {
    width: 30px;
    height: 30px;
    font-size: 22px;
  }
  #soc-med {
    margin: 2px 5px;
  }
  .top-head #ph-long {
    display: none;
  }
  .top-head #ph-short {
    display: block;
  }
  .top-head #hdr-contact {
    right: 5px;
  }
  .mid-side, .mid-right {
    padding: 5px;
  }
  .mid-30, .mid-45, .mid-60 {
    padding: 5px;
  }
  .right-side {
    min-height: 320px;
  }
}
