@import url(font-awesome/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
body {
  margin: 0px;
  padding: 0px; }

#page_wrapper {
  position: relative;
  background-color: #d2d3d5; }
  @media screen and (min-width: 768px) {
    #page_wrapper {
      height: 100vh; } }
  @media screen and (max-width: 767px) {
    #page_wrapper {
      padding-bottom: 40px; } }

@media screen and (min-width: 768px) {
  #page_wrapper:after {
    width: 100%;
    height: 43%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#afb3b4+0,c2c6c7+100 */
    background: #afb3b4;
    /* Old browsers */
    background: -moz-linear-gradient(top, #afb3b4 0%, #c2c6c7 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #afb3b4 0%, #c2c6c7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #afb3b4 0%, #c2c6c7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afb3b4', endColorstr='#c2c6c7',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    z-index: 1; } }

@media screen and (min-width: 768px) {
  #page_wrapper:before {
    width: 100%;
    height: 11px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#afb3b4+0,afb3b4+100&0+0,0.8+49,1+100 */
    background: -moz-linear-gradient(top, rgba(175, 179, 180, 0) 0%, rgba(175, 179, 180, 0.8) 49%, #afb3b4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(175, 179, 180, 0) 0%, rgba(175, 179, 180, 0.8) 49%, #afb3b4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(175, 179, 180, 0) 0%, rgba(175, 179, 180, 0.8) 49%, #afb3b4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afb3b4', endColorstr='#afb3b4',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    content: '';
    bottom: 43%;
    left: 0px;
    z-index: 2; } }

#hp_logo {
  z-index: 3; }
  @media screen and (min-width: 1201px) {
    #hp_logo {
      height: 40vh;
      top: 50%;
      transform: translate(calc(-100% - 50px), -58%);
      left: 50%;
      position: absolute; } }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    #hp_logo {
      height: 35vh;
      top: 50%;
      transform: translate(calc(-100% - 50px), -58%);
      left: 45%;
      position: absolute; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #hp_logo {
      height: 30vh;
      top: 50%;
      transform: translate(calc(-100% - 50px), -58%);
      left: 40%;
      position: absolute; } }
  @media screen and (max-width: 767px) {
    #hp_logo {
      width: 80vw;
      padding-top: 7vh;
      transform: translateX(-50%);
      left: 50%;
      position: relative; } }
  @media screen and (min-width: 768px) {
    #hp_logo img {
      height: 100%;
      width: auto; } }
  @media screen and (max-width: 767px) {
    #hp_logo img {
      width: 100%;
      height: auto; } }

#links_area {
  z-index: 4;
  background-color: #4e4e4e;
  border-radius: 10px; }
  @media screen and (min-width: 1201px) {
    #links_area {
      width: 30vw;
      top: 50%;
      transform: translateY(-50%);
      left: calc(50% + 50px);
      position: absolute; } }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    #links_area {
      width: 45vw;
      top: 50%;
      transform: translateY(-50%);
      left: calc(40% + 50px);
      position: absolute; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #links_area {
      width: 55vw;
      top: 50%;
      transform: translateY(-50%);
      left: calc(32% + 50px);
      position: absolute; } }
  @media screen and (max-width: 767px) {
    #links_area {
      width: 80vw;
      top: 50%;
      transform: translateX(-50%);
      left: 50%;
      position: relative;
      margin-top: 90px; } }
  #links_area #links_area_inner {
    padding: 35px 40px 5px 40px; }
  #links_area h1 {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    margin: 0px 0px 15px 0px; }
  #links_area p {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    margin: 0px 0px 25px 0px; }

.links_area_item {
  background-color: #ffffff;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px; }
  .links_area_item a {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    display: inline-block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    text-decoration: none; }

#hp_social {
  width: 100%;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    #hp_social {
      position: absolute; } }
  @media screen and (max-width: 767px) {
    #hp_social {
      position: relative; } }
  #hp_social .hp_social_item {
    text-align: center;
    width: 50%;
    float: left; }
    #hp_social .hp_social_item a {
      text-decoration: none; }
    #hp_social .hp_social_item .network_name {
      transition: .5s; }
      @media screen and (min-width: 1201px) {
        #hp_social .hp_social_item .network_name {
          font-family: 'Oswald', sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          color: #ab191a; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        #hp_social .hp_social_item .network_name {
          font-family: 'Oswald', sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          color: #ab191a; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #hp_social .hp_social_item .network_name {
          font-family: 'Oswald', sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          color: #ab191a; } }
      @media screen and (max-width: 767px) {
        #hp_social .hp_social_item .network_name {
          font-family: 'Oswald', sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          color: #ab191a; } }
    #hp_social .hp_social_item .network_name:hover {
      transform: scale(1.3); }
    #hp_social .hp_social_item a:hover {
      text-decoration: none; }

/*# sourceMappingURL=styles.css.map */
