body {

    background-color: #050e4f;
    font-family: "Poppins", serif;

    color: #fff;
}

.main-ol {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(5,14,79);
    background: linear-gradient(180deg, rgba(5,14,79,0.34217436974789917) 0%, rgba(5,14,79,1) 100%);
   z-index: 1;
}

.p-img {
    display: block;
   
    margin: auto;
}
/* -------------------------------------------------------------------------- */
/*                                 Typography                                 */
/* -------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fac042;
    font-family: "Poppins", serif;
    font-weight: 700
 
}

p { font-family: "Poppins", serif;
 }

.mt-50 {
    margin-top: 50px;
}
a {
    color: #fac042;
    text-decoration: none !important
}



/* CSS */
.button-82-pushable {
    font-family: "Poppins", serif;
 margin-top: 20px;
  position: relative;
  display: inline-block;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-82-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
}

.button-82-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  background: #78bc4f

}

.button-82-front {
  display: block;
  position: relative;
  padding: 20px 27px;
  border-radius: 1000px;
  border: 0px solid #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
  background: #2a7139;
  will-change: transform;
  transform: translateY(-4px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
    margin-top: 7px;
}

@media (min-width: 768px) {
  .button-82-front {
    font-size: 2.5rem;
    padding: 12px 42px;
  }
}

.button-82-pushable:hover {
  filter: brightness(110%);
}

.button-82-pushable:hover .button-82-front {
  transform: translateY(-6px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.button-82-pushable:hover .button-82-shadow {
  transform: translateY(4px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.button-82-pushable:focus:not(:focus-visible) {
  outline: none;
}

#page-main h1, #page-main h2, #page-main h3, #page-header h1 {
    color: #fac042!important;
}
/* -------------------------------------------------------------------------- */
/*                                Main Content                                */
/* -------------------------------------------------------------------------- */
.header {
    padding: 100px 0px 80px 0px;
    background-image: url(../images/header-bg2.jpg);
    background-color: #121217;
    background-size: cover;
    background-position: center center;
    border-top: 0px solid #bc865a;
    min-height: 400px;
    position: relative;
}
.header .container {
    position: relative;
    z-index: 9
}
.header p {
    margin: 30px 0px;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 2.6rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
   
}
img.logo {
    width: 350px;
    max-width: 90%;
    margin: auto
}
img.dwarf {
    width: 450px;
    max-width: 90%;
    margin: auto
}
.header-content {}

.header-content img {
    width: 350px;
    max-width: 80%;
    margin-bottom: 30px;
}

.main-wrapper {
    position: relative;
    padding: 0px 15px 30px 15px;

}

.main-content {
    background: rgb(34,102,201);
    background: radial-gradient(circle, rgba(34,102,201,1) 0%, rgba(21,45,109,1) 100%);
    border: 15px solid #0e1855;
    border-radius: 30px;
    padding: 10px 40px 40px 40px;
    min-height: 300px;
    box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;

}
.about-img {
    margin-top: 20px;
    border: 0px solid #bc865a;
    border-radius: ;
}

.main-content h1 {
    font-size: 3rem;
    color: #fac042;
    text-shadow: 2px 3px 2px rgba(0,0,0,0.6);
}
.main-content h4 {
    color: #fff;
}

.main-content strong {
    color: #fff;
    font-weight: 700
}

.h-text {
    font-size: 2rem;
}

.f-img {
    padding: 30px 0px;
}

.f-img img {
    margin-bottom: 15px;
    border-radius: 10px;
}
.cs p {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.1rem;
}
.cs img {
    width: 190px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.mhc img {
    width: 180px;
    margin: 10px 10px 10px 0px
}



.newsletter__form {

    justify-content: space-between;
    min-width: 48%;
}

.newsletter__form-input {
    flex-basis: 100%;
    margin-right: 15px;
    border-radius: 12px;
    padding: 15px;
    border: 0px;
    width: 100%;
}

[type=submit] {
    width: 100%;
    background: #326825;
    border: 0;

    border-bottom: 5px solid #28531d;
    border-radius: 12px;
    padding: 15px 20px;
    font-weight: 800;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
}

form p {
    font-size: 3rem;
}

.news-form {
    margin: 40px 15px;
}

.news-form p {
    color: #fff
}

.news-form h2 {
    
}



.page-header {
    padding: 80px 0px 80px 0px;
    background-image: url(../images/header-bg2.jpg);
    background-color: #121217;
    background-size: cover;
    background-position: center center;
    min-height: 100px;
    position: relative;
}
.page-header .container {
    position: relative;
    z-index: 9
}
.page-header h1 {
    font-size: 3rem;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}
.page-wrap {
    position: relative;
    padding: 80px 0px 60px 0px;
    min-height: 300px;
    width: 100%;
    overflow-x: hidden;
}

#unity-container {
    width: 75%
}

/* -------------------------------------------------------------------------- */
/*                                   Footer                                   */
/* -------------------------------------------------------------------------- */
.footer {
    position: relative;
    padding-bottom: 30px;
}

.footer a {
    color: #fac042;
}
.footer p {
    font-size: 0.9rem;
}
.object {
    animation: MoveUpDown 4s linear infinite;
   
    left: 0;
    bottom: 0;
  }
  
  @keyframes MoveUpDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
  }
/* -------------------------------------------------------------------------- */
/*                                 Responsive                                 */
/* -------------------------------------------------------------------------- */

@media (max-width: 650px) {
    .header {
        padding: 50px 0px 40px 0px;
        text-align: center;
  }

  .header p {
  
    font-size: 1rem;
    line-height: 1.5rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}
.button-82-pushable {
    margin-bottom: 30px;
}
.p-img {
    width: 250px;
    max-width: 60%;
}
img.logo {
    width: 200px;
}
img.dwarf {
    width: 300px;
    min-width: 80%;
}
.main-content {
    padding: 10px 15px
}
.main-content h1 {
    font-size: 2rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}
.button-82-front {
    font-size: 1.8rem;
    padding: 12px 40px;s
}
#unity-container {
    width: 90%
}
.cs p {
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.3rem;
}
.page-wrap p {
    font-size: 0.9rem;
}
}