/* Extra small devices (portrait phones)*/
@media screen and (min-width:320px) and (max-width:479px) {

  /* container */
  .container {
    width: 100%;
    margin: 0 auto;
  }


  .logo_row {
    justify-content: space-around;
  }

  .logo {
    width: 150px;
    height: auto;
    padding-top: 5px;
  }

  .page {
    font-size: 14px;
  }

  .nav {
    padding: 20px 10px 0;
  }

  .services {
    justify-content: space-around;
    flex-wrap: wrap;
    border-bottom: 2px solid #4641CF;
  }

  .service {
    font-size: 16px;
    padding: 0 5px;
    height: 70px;
  }

  .informer {
    flex-direction: column-reverse;
    padding-top: 20px;
  }

  .left {
    width: 100%;
    padding: 20px 0 0;
  }

  .left p {
    padding: 10px;
  }
  .right {
    width: 100%;
    height: 250px;
    padding: 0 0 25px;
    background-size:cover;
  }

  .footer_down {
    flex-direction: column;
  }

  .footer_left {
    width: auto;
  }

  .footer_left h4 {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .footer_left p {
    font-size: 16px;
    padding: 0 20px 30px 20px;
  }

  .footer_right {
    width: 100%;
  }

  .footer_menu {
    display: flex;
    width: 80%;
    padding: 0 0 30px;
    margin: 0 auto;
    justify-content: space-around;
    flex-direction: row;
  }

  .footer_menu li>a {
    font-size: 16px;
  }

  .zero {
    height: 50px;
  }

  .copyright {
    font-size: 12px;
  }
}

/* Extra small devices (portrait phones high definition) */
@media screen and (min-width:480px) and (max-width:575px) {

  /* container */
  .container {
    width: 100%;
    margin: 0 auto;
  }

  .logo_row {
    justify-content: space-around;
  }

  .logo {
    width: 200px;
    height: auto;
    padding-top: 5px;
  }

  .nav {
    padding: 50px 10px 0;
  }

  .services {
    justify-content: space-around;
    flex-wrap: wrap;
    border-bottom: 2px solid #4641CF;
  }

  .service {
    font-size: 16px;
    padding: 0 5px;
    height: 70px;
  }

  .informer {
    flex-direction: column-reverse;
  }

  .informer h3 {
    font-size: 32px;
  }

  .left {
    width: 100%;
    padding: 20px 0 0;
  }

  .left p {
    padding: 10px;
  }
  .right {
    width: 100%;
    height: 400px;
    padding: 0 0 25px;
  }

  .footer_left {
    width: 60%;
  }

  .footer_left h4 {
    font-size: 36px;
  }

  .footer_left p {
    font-size: 16px;
  }

  .footer_right {
    width: 40%;
  }

  .footer_menu {
    padding: 45px 20px 20px 20px;
  }

  .footer_menu li>a {
    font-size: 16px;
  }

  .copyright {
    font-size: 16px;
  }

  .zero {
    height: 50px;
  }

}

/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width:576px) and (max-width:767px) {

  /* container */
  .container {
    width: 100%;
    margin: 0 auto;
  }

  .logo_row {
    justify-content: space-around;
  }

  .logo {
    width: 200px;
    height: auto;
    padding-top: 5px;
  }

  .nav {
    padding: 50px 10px 0;
  }

  .services {
    justify-content: space-around;
    flex-wrap: wrap;
    border-bottom: 2px solid #4641CF;
  }

  .service {
    font-size: 16px;
    padding: 0 5px;
    height: 70px;
  }

  .informer {
    flex-direction: column-reverse;
  }

  .informer h3 {
    font-size: 32px;
  }

  .left {
    width: 100%;
    padding: 20px 0 0;
  }

  .left p {
    padding: 10px;
  }
  .right {
    width: 100%;
    height: 400px;
    padding: 0 0 25px;
  }

  .right_img {
    box-shadow:
      0 1px 4px rgba(0, 0, 0, .3),
      -4px 0 50px -33px rgba(0, 0, 0, .5),
      4px 0 50px -33px rgba(0, 0, 0, .5),
      0 0 3px rgba(0, 0, 0, .1) inset;
  }

  .footer_left {
    width: 60%;
  }

  .footer_left h4 {
    font-size: 36px;
  }

  .footer_left p {
    font-size: 16px;
  }

  .footer_right {
    width: 40%;
  }

  .footer_menu {
    padding: 45px 20px 20px 20px;
  }

  .footer_menu li>a {
    font-size: 16px;
  }

  .copyright {
    font-size: 16px;
  }

  .zero {
    height: 50px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width:768px) and (max-width:991px) {

  /* container */
  .container {
    width: 768px;
    margin: 0 auto;
  }

  .logo_row {
    justify-content: space-around;
  }

  .nav {
    padding-top: 50px;
  }

  .services {
    justify-content: space-around;
    flex-wrap: wrap;
    border-bottom: 2px solid #4641CF;
  }

  .service {
    font-size: 16px;
    padding: 0 15px;
    height: 70px;
  }

  .left ol li {
    font-size: 18px;
  }

  .left p {
    font-size: 18px;
  }

  .left p:first-of-type {
    padding-top: 0;
  }
  .footer_menu {
    padding: 45px 20px 20px 200px;
  }
}

/* Large devices (desktops, 992px and up)*/
@media screen and (min-width:992px) and (max-width:1199px) {

  /* container */
  .container {
    width: 980px;
    margin: 0 auto;
  }

  .logo_row {
    justify-content: space-around;
  }

  .nav {
    padding-top: 50px;
  }

  .left p {
    font-size: 18px;
  }
  .right {
    box-shadow: none;
    justify-content: flex-start;
  }

  .footer_menu {
    padding: 45px 20px 20px 200px;
  }
}

/* special request */
@media screen and (min-width:739px) and (max-width:767px) {
  .service {
    font-size: 16px;
    padding: 0 10px;
    height: 70px;
  }
}