/* Footer */
.footer{
    width:          calc(100vw - 80px);
    height:         55px;
    background:     black;

    display:        flex;
    flex-direction: row;
    align-items:    center;

    padding-left:   40px;
    padding-right:  40px;
    
    margin: 0;

   
    bottom: 0;}
    .footer-left{
      width:          100%;
      display:        flex;
      flex-direction: row;
    align-items: center; }
      .footer-left h3{
        font-family: 'Helvetica';
        font-size:  14px;
        margin:     auto 15px;
        color: white !important;
        font-weight: 100;

        text-decoration: none !important;  }
      .footer-left a{
        text-decoration: none; }
    .footer-right{
      width:           50%;
      display:         flex;
      flex-direction:  row;
      align-items:     center;
      justify-content: flex-end; }
      .footer-icon{
        color:       #B5B5B5;
        font-size:   22px;
        margin: auto 15px;}
        .footer-icon:hover{
        color:      white;
        font-size:   22px;
        margin: auto 15px;}
.footer-icon{
  height: 30px;
}

  @media screen and (max-width: 1025px) {
  
    .col-row {
      width: unset;}

    .footer{
      flex-direction: column;
      height:         auto;
      padding:        5px !important;
      width:          100vw !important;
      padding:        0;
      margin:         0;}
      .footer-left{
          width:          100%;
          justify-content: center;}
      .footer-right{
          width:          100%;
          justify-content: center;}

    .footer{
      width:          calc(100vw - 80px);
      height:         55px;
      background:     black;

      display:        flex;
      flex-direction: row;
      align-items:    center;

      padding-left:   40px !important;
      padding-right:  40px !important;
      padding: 0 !important;
      margin: 0;}}
  @media screen and (max-width: 780px) {
    .footer-left a{
      margin-top: 5px;
      margin-bottom: 5px;
    }
    .footer{
        flex-direction: column;
        height:         auto;
        padding:        0 !important;
        margin: 0;
        padding-top:    20px !important;}
        .footer-left{
          width:           100%;
          justify-content: center;
          flex-direction:  column;
          text-align:      center;}
        .footer-right{
          width:           100%;
          justify-content: center;
          margin-top:      20px;}

          .countdown {
            background-image: url('Images/00-Background-Images/Hinterland_Hero_Shot-copy-2.jpg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            padding: 10px;
            height: calc(70vh - 20px);
            width: calc(90vw - 10px);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            margin: auto;
        }
        .countdown h2{
          font-size: 40px;
        }
          /* /Footer */
  }