:root {
  --colbg: #161516;
  --coltheme: #ecba57;
  --col3: #e21415;
}
@font-face {
font-family: Font;
src: url('images/myriad.ttf');
}
@font-face {
font-family: Font2;
src: url('images/framd.ttf');
}
html, body {
  height: 100%;
}
body {
  background: #141314 url('images/bg.jpg');
  background-attachment: fixed;
  font-family: Font;
  margin: 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
div {
  box-sizing: border-box;
}
body::-webkit-scrollbar {
  background: #565656;
}
body::-webkit-scrollbar-thumb {
  background: #d82e37;
}
p {
  margin: 0;
}
img {
  border: 0;
}
a {
  color: #d82e37;
  text-decoration: none;
}
a:hover {
  color: #28b51e;
  text-decoration: none;
  filter: contrast(130%);
}
ul {
      margin: 10px 0 20px 20px;
    }
    li {
      margin: 5px 0;
    }
    .last-updated {
      font-size: 0.9em;
      color: #666;
      text-align: center;
      margin-bottom: 30px;
    }
    a {
      color: #3498db;
      text-decoration: none;
    }
    a:hover {
      text-decoration: underline;
    }
    .contact {
      background: #f1f8ff;
      padding: 15px;
      border-left: 5px solid #3498db;
      margin-top: 30px;
    }
h1, h2, h3, h4, h5, h6 {
  font-family: Font2;
  font-size: 36px;
  color: #000;
  font-weight: normal;
  margin: 15px 0;
}
input, textarea {
  background: #fff;
  border-radius: 13px;
  color: #000;
  font-family: Font;
  font-size: 16px;
  height: 31px;
  padding: 0 0 0 10px;
  border: none;
}
.p12 {font-size: 12px;}
.p14 {font-size: 14px;}
.p16 {font-size: 16px;}
.p18 {font-size: 18px;}
.p20 {font-size: 20px;}
.p21 {font-size: 21px;}
.p22 {font-size: 22px;}
.p24 {font-size: 24px;}
.p25 {font-size: 25px;}
.p26 {font-size: 26px;}
.p30 {font-size: 30px;}
.p36 {font-size: 36px;}
.p40 {font-size: 40px;}
.p48 {font-size: 48px;}

.text {
  max-width: 900px;
  width: 100%;
  border-radius: 25px;
  padding: 20px;
  background-color: white;
  margin: 20px 5px;
}


@media (max-width:740px) {
  .logo {
    scale: 0.7;
  }
}
@media (max-width:520px) {

  .logo {
    scale: 0.45;
  }
}
