
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
  }
  
  /* Style the body */
  body {
    font-family: Arial, Helvetica, sans-serif;
  }
  
  /* Header */
  .header {
    position: fixed;
    width: 100%;
    height: 80px;
    display: block;
    background-color: #101010;
  }
  
  .inner_header {
    width: 280px;
    height: 100%;
    display: table;
    margin: 0 auto;
  }

  .text_container  {
    height: 100%;
    display: table;
    float: right;
  }

  .responsive_header {
    height: 40px;
    width: 50px;  
  }

  .text_container h1 {
    padding-top: 10px;
    color: red;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
  }

  .text_container p {
    padding-bottom: 5px;
    color: red;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }

  .logo_container {
    display: table;
    float: left;
    padding: 5px;
  }
  
  /* Main */

  .main {
    height: calc(100vh - 140px);
    width: 100%;
    display: block;
    top: 80px;
    bottom: 60px;
    position: fixed;
  }

  .background_picture {
    background-image: url(images/desktop_background.jpg);
    background-color: #101010;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }

  img {
    vertical-align: middle
  }

  .text_box {
    font-size: xx-large;
    position: relative;
    text-align: center;
    top: 20%;
    transform: translateY(-50%);
  }

  .main_text {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-bottom: 50px;
    font-size: 150%;
    text-shadow: #f71616 10px 0px 10px;
    color: black;
  }

  .tel {
    font-family: 'Courier New', Courier, monospace;
    display: inline-block;
    text-align: center;
    transform: translateY(-50%);
    color: black;
    text-shadow: red 5px 5px 5px;
  }

  .nr {
    font-family: 'Courier New', Courier, monospace;
    display: inline-block;
    color: black;
    text-shadow: red 5px 5px 5px;
  }

  /* Footer */
  .footer {
    position: fixed;
    height: 60px;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #101010;
  }

  .contact_container {
    padding: 5px;
    vertical-align: middle;
    bottom: 0;
  }

  .responsive_footer {
    height: 40px;
    width: 40px;
  }

  .contact_container a{
    color: red;
    padding: 5px;
    vertical-align: middle;
  }

  .mobile_break_1, .mobile_break_2 {
    display: none;
  }


  /* For bigger mobile phones portrait */
  @media screen and (min-width: 353px) and (orientation:portrait){

    .background_picture {
      background-image: url(images/phone_background.jpg);
      background-position: left;
    } 

    .text_box {
      font-size: x-large;
      top: 20%;
    }
    .main_text {
      font-size: 80%;
      text-shadow: red 3px 3px 3px;
    }
    .tel {
      text-shadow: red 2px 2px 3px;
      font-size: medium;
    }
    .nr {
      text-shadow: red 2px 2px 3px;
      font-size: medium;
    }

    .contact_container a{
      font-size: smaller;
    }
    .responsive_footer {
      height: 20px;
      width: 20px;
    }
    .mobile_break_2 {
      display: block;
    }
  }

  @media screen and (min-width: 353px) and (min-height: 765px) and (orientation:portrait){
  
    .text_box {
      top: 20%;
    }
    .main_text {
      margin-bottom: 100px;
    }
  }


      /* For smaller mobile phones portrait */
  @media screen and (max-width: 353px) and (orientation:portrait){

    .background_picture {
      background-image: url(images/phone_background.jpg);
      background-position: left;
    } 

    .text_box {
      font-size: large;
      top: 20%;
    }
    .main_text {
      font-size: 80%;
      text-shadow: red 2px 2px 2px;
    }
    .tel {
      text-shadow: red 2px 2px 2px;
      font-size: medium;
    }
    .nr {
      text-shadow: red 2px 2px 2px;
      font-size: medium;
    }

    .footer {
      height: 70px;
    }
    .contact_container a{
      font-size: smaller;
    }
    .responsive_footer {
      height: 20px;
      width: 20px;
    }
    .mobile_break_1, .mobile_break_2 {
      display: block;
    }
  }


  @media screen and (max-width: 353px) and (max-height: 640px) and (orientation:portrait){

    .text_box {
      top: 25%;
    }
  }

/* Mobile phones landscape */
  @media screen and (max-height: 520px) and (orientation:landscape){

    .header {
      height: 50px;
    }
    .inner_header {
      width: 170px;
    }
    .responsive_header {
      height: 25px;
      width: 35px;
    }
    .text_container h1 {
      padding-top: 8px;
      font-size: large;
    }
    .text_container p {
      padding-bottom: 3px;
      font-size: small;
    }

    .main {
      height: calc(100vh - 80px);
      top: 50px;
      bottom: 30px;
    }
    .text_box {
      top: 18%;
    }
    .main_text {
      font-size: 50%;
      text-shadow: red 2px 2px 2px;
      margin-bottom: 15px;
    }
    .tel {
      text-shadow: red 2px 2px 2px;
      font-size: x-small;
    }
    .nr {
      text-shadow: red 2px 2px 2px;
      font-size: x-small;
    }

    .footer {
      height: 30px;
    }
    .responsive_footer {
      height: 15px;
      width: 15px;
    }
    .contact_container a{
      font-size: x-small;
    }      
  }

  /* Ultrawide monitor*/

  @media screen and (min-aspect-ratio: 2/1){
    .background_picture {
      background-image: url(images/ultrawide_background.jpg);
  }
}
 /* iPads, Tablets */
  @media screen and (min-height: 521px) and (max-height: 950px) and (min-width: 521px) and (max-width: 950px) and (orientation:landscape){
    .text_box {
      font-size: large;
      top: 20%;
    }
    .main_text {
      font-size: 80%;
      text-shadow: red 2px 2px 2px;
    }
    .tel {
      text-shadow: red 2px 2px 2px;
      font-size: medium;
    }
    .nr {
      text-shadow: red 2px 2px 2px;
      font-size: medium;
    }

    .footer {
      height: 70px;
    }
    .contact_container a{
      font-size: smaller;
    }
    .responsive_footer {
      height: 20px;
      width: 20px;
    }
    .mobile_break_1 {
      display: block;
    }
  }

  @media screen and (min-width: 951px) and (max-width: 1155px) and (orientation:landscape){
    .text_box {
      font-size: large;
      top: 20%;
    }
    .main_text {
      font-size: 80%;
      text-shadow: red 2px 2px 2px;
    }
    .tel {
      text-shadow: red 2px 2px 2px;
      font-size: medium;
    }
    .nr {
      text-shadow: red 2px 2px 2px;
      font-size: medium;
    }
  }

  @media screen and (min-width: 1155px) and (max-height: 830px) and (orientation:landscape){
    .text_box {
      font-size: x-large;
      top: 20%;
    }
    .main_text {
      font-size: 80%;
      text-shadow: red 2px 2px 2px;
    }
    .tel {
      text-shadow: red 2px 2px 2px;
      font-size: large;
    }
    .nr {
      text-shadow: red 2px 2px 2px;
      font-size: large;
    }
  }


