/* 2015 - 2018 by AiCOACH Sp. z o.o. All rights reserved */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  section {
    text-align: center;
  }

  .instruction-page-image {
    margin-top: 30px;
  }

  .google-play-btn {
    margin-bottom: 30px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  #header-section h2 {
    display: none;
  }

  #contents-section img {
    margin-top: 20px;
  }

  #contents-section .section-link:last-child {
    margin-bottom: 20px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .instruction-page-image {
  	max-width: 320px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
