/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .tb100p {
    padding: 40px 0px !important;
  }
  .common h2 {
    font-size: 48px !important;
  }
  .common_btn {
    margin-bottom: 20px;
  }
  .wedo_block {
    margin-bottom: 7px;
  }
  .publication_block {
    margin-bottom: 7px;
  }
  .events {
    margin-top: 30px;
    margin-left: 0px !important;
  }
  footer h4 {
    margin-top: 10px;
  }
  footer.tb60p {
    padding: 30px 0px !important;
  }
  .navbar-brand {
    margin-bottom: 10px;
  }
  .navbar-collapse .navbar-nav {
    background-color: #16479e;
    padding: 10px;
  }
  .navbar-collapse .nav-item .nav-link {
    color: #ffffff !important;
    padding: 10px !important;
  }
  .navbar-collapse .nav-item .nav-link:hover {
    background-color: #ffffff;
    padding: 10px;
  }
  .navbar-collapse .nav-item .dropdown {
    background-color: #ffffff;
  }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tb100p {
    padding: 60px 0px !important;
  }
  .common_btn {
    margin-bottom: 15px;
  }
  .wedo_block {
    margin-bottom: 10px;
  }
  .publication_block {
    margin-bottom: 7px;
  }
  .events {
    margin-top: 30px;
    margin-left: 0px !important;
  }
  footer h4 {
    margin-top: 10px;
  }
  .navbar-brand {
    margin-bottom: 10px;
  }
  .navbar-collapse .navbar-nav {
    background-color: #16479e;
    padding: 10px;
  }
  .navbar-collapse .nav-item .nav-link {
    color: #ffffff !important;
    padding: 10px !important;
  }
  .navbar-collapse .nav-item .nav-link:hover {
    background-color: #ffffff;
    padding: 10px;
  }
  .navbar-collapse .nav-item .dropdown {
    background-color: #ffffff;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .tb60p {
    padding: 20px 0px !important;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
}
/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}
/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}/*# sourceMappingURL=responsive.css.map */