@media screen and (min-width: 768px) {

  #breakpoint-mobile {display: none}
  #breakpoint-tablet {display: block}
  #breakpoint-desktop {display: none}

  html {
    /* font-size: 24px; */
  }

  main {
    display: block;
  }

  /* Header styles */

  header {  
    flex-direction: row;
    padding: 0.5rem 2%;
    background-color: #EDF1FF;
  }

  header nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    max-width: 42rem;
  }

  header nav a {
    padding: 1rem 0.8rem;
  }

  header nav a.button-important {
    margin-left: 1rem;
  }

  .button-nav {
    width: inherit;
    display: inherit;
    margin: inherit;
    justify-content: inherit;
  }

  #logo {
    background: no-repeat url(../images/appia-logo.svg);
    width: 194px;
    height: 48px;
    margin: 1.4rem 0.5rem;
  }

  #solutions {
    position: relative;
    display: inline-block;            
  }

  #solutions-menu {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    width: 12.5rem;
    z-index: 1;     
    box-shadow: 0 4px 6px hsla(0,0%,0%,.05);   
  }

  #solutions:hover #solutions-menu {
    display: block;
  }

  #solutions-link {
    display: inline-block;
  }

  #hamburger-container {
    display: none;
  }  

  #main-menu-solutions-link {
    display: inline-block;
  }

  .h2-separator {
    margin: 3rem auto;
  }

  .panel h3 {
    font-size:2rem;
  }

  /* Footer styles */

  footer {  
    display: flex;
    flex-direction: column;
  }

  footer nav a {
    padding: 1rem 0rem;
  }  

  #footer-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-self: center;
    width: 90%;
    max-width: 1200px;
    align-items: flex-start;
    padding: 3rem 0;    
  }
  
  #footer-inner .logo-and-nav {
    flex-direction: row;
    margin-top:0;
  }

  #footer-inner nav {
    min-width: 8rem;
    margin-left: 3rem;
    justify-content: flex-start;
    align-self: unset;
  }

  #footer-inner .contact-icons div {
    width: 50px;
    height: 50px;
    margin-right:1rem;
  }


  #footer-inner .contact {
    max-width: 30rem;
    padding: 0;
    border-bottom:0;
  }

  #footer-inner .contact-icons {
    justify-content: flex-start;
  }

  #footer-inner nav > .column {
    margin: 0 2rem;
  }

  /* ------------- */

  #hero {
    padding: 4rem 10% 8rem;
  }

  /* Hero home styles */
  
  .hero-content {    
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    width: 1200px;
    padding: 4rem;
    margin: 0 auto;
  }

  .hero-home {
    min-height: 37rem;
    overflow: hidden;
  }

  .hero-home h1 {
    font-size: 56px;
    line-height: 64px;
  }

  .hero-text {
    max-width: 475px;
    height: 400px;
    width: 35%;
  }

  .hero-illustration {
    display:inline-block;
    /* background-image: url(../images/hero-devices.svg); */
    background-size: 96%;
    height: 367px;
    width: 60%;
    margin-top: 2rem;
  }

  /* Cookie consent styles */

  #cookie-consent {
    flex-direction: row;
    justify-content: center;    
  }

  /* Alternating panel styles */

  .alternate-1, .alternate-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5rem;          
  }

  .alternate-1 div, .alternate-2 div {
    width: 90%;    
  }

  /* Home page styles */

  #home-page-three-panel {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  #home-page-three-panel .panel{
    width: 25%;
  }  

  /* Business page styles */

  .business-page-panel-row {
    flex-direction: row;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;    
  }
  
  .business-page-panel-row:nth-child(2) {
    padding-top: 0rem;
  }  

  .business-page-panel-row .panel {
    margin: 0.5rem 1rem;
    width: 100%;
    /* height: 190px; */
  }  

  .business-page-wraparound-panel {
    background-image: none;
    justify-content: flex-end;    
  }
  
  .business-page-alternate-panel div:nth-child(2) {
    display: block;
    text-align: right;
  }  

  /* Developers page styles */
  
  #developers-page-protocol-participants {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;    
  }  

  #developers-page-protocol-participants .panel {
    width: 33%;
    min-height: 34rem;
    height:auto;
  }

  #developers-page-protocol-participants .panel:first-child {
    border-right: 1px solid #eaeaea;
    border-bottom: 0;
  }
  
  #developers-page-protocol-participants .panel:last-child {
    border-left: 1px solid #eaeaea;
    border-top: 0;
  }

  #developers-page-documentation-links {
    flex-direction: row;
  }

  #developers-page-documentation-links .panel {
    width: 50%;
  }

  #developers-page-open-protocol-container .left {
    display: block;
    min-width: 380px;
  }  

  #developers-page-open-protocol-container .right {
    justify-content: center;    
  }  

  #developers-page-manta-intro-container .entity .name {  
    min-width: 12.5rem;
    display: flex;
    align-items: center;    
  }  

  /* Personal page styles */  

  #personal-page-benefits-image {
    display: block;
    width: 50%;
  }  

  .personal-page-panel-row {
    padding: 0.5rem 2%;
    flex-direction: row;    
  }

  .personal-page-panel-row .panel {
    max-width: 40%;
  }  

  #personal-page-wallet-support {
    padding-bottom: 4rem;
  }  

  .personal-page-wallet-support-row {
    flex-direction: row;
    width: 100%;
  }
  
  .personal-page-wallet-support-row .panel {
    margin: 1rem 1rem;
    width: 30%;
  }  

  /* Retail page styles */  

  #retail-page-virtual-pos-app {
    flex-direction: row;
  }

  #retail-page-virtual-pos-app > div{
    width: 50%;
  }  

  .retail-page-alternate-1 img, .retail-page-alternate-2 img {
    width: 100%;
    max-width: 100%;
  }

  /* Automated Payment Machines page styles */

  #apm-page-use-case-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }  

  #apm-page-use-case-container .left, #apm-page-use-case-container .right {
    display: flex;
    flex-direction: row;
  }  

  .apm-page-use-case-panel, .apm-page-gradient-upper, .apm-page-gradient-lower {
    font-size: 0.95rem;
    width: 10rem;  
    height: 14rem;  
  }  

  /* Team page styles */

  .team-page-spacer {
    display: block;
    background-color: #FFFFFF;
    max-width: 278px;
    min-width: 50px;
    width: 300px;
    height: 400px;
  }  

  .team-page-photo {
    display: block;
  }

  .team-page-photo img {
    width: 350px;
  }

  .team-page-member-1, .team-page-member-2 {    
    flex-direction: row;
  }  
}