@media only screen 
and (max-device-width: 320px) 
and (orientation: portrait) {
 .g-recaptcha{transform: scale(1.0)}
}

@media only screen
and (min-device-width: 280px)
and (max-device-width: 599.98px)
and (orientation: portrait) {
  #topnav {font-size:14px;margin-top:10px}
  #cells {font-size:3.7vw}
  #hero-box {height:50vh;margin-top: 75px}
  #hero-items h2 {font-size:6vw}
  #hero-items {font-size:4.5vw}
  #menu-box {height:180px}
  #menu-box h3 {font-size:20px}
  #filters {font-size:16px}
  #content {font-size:18px}
  #about img {width:100%;height:180px;object-fit:cover}
  #clients img {width:200px}
  .unrounded {border-radius: 0 !important}
}

@media only screen
and (min-device-width: 568px)
and (max-device-width: 1023.98px)
and (orientation: landscape) {
  #topnav {font-size:14px;margin-top:10px}
  #cells {font-size:3vw}
  #hero-box {margin-top: 95px}
  #hero-items h2 {font-size:24px}
  #hero-items {font-size:16px}
  #menu-box {height:180px}
  #menu-box h3 {font-size:20px}
  #filters {font-size:16px}
  #content {font-size:18px}
  #about img {width:100%;height:180px;object-fit:cover}
  #clients img {width:100px}
  .unrounded {border-radius: 0 !important}
}

@media only screen
and (min-device-width: 600px)
and (max-device-width: 767.98px)
and (orientation: portrait) {
  #topnav {font-size:13px;margin-top:10px}
  #cells {font-size:3.2vw}
  #hero-box {height:50vh;margin-top: 75px}
  #hero-items h2 {font-size:5vw}
  #hero-items {font-size:3vw}
  #menu-box {height:180px}
  #menu-box h3 {font-size:18px}
  #filters {font-size:18px}
  #content {font-size:18px}
  #about img {width:100%;height:180px;object-fit:cover}
  #clients img {width:200px}
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1023.98px)
and (orientation: portrait) {
  #topnav {font-size:15px;margin-top:10px}
  #cells {font-size:3.2vw}
  #hero-box {height:50vh;margin-top:75px}
  #hero-items h2 {font-size:32px}
  #hero-items {font-size:20px}
  #menu-box {height:180px}
  #menu-box h3 {font-size:20px}
  #filters {font-size:18px}
  #clients img {width:100px}
}
