/* XS Portrait */
@media (max-width: 480px) {
  .mobile {
    display: block;
    z-index: 200;
}
  .desktop {
    display: none;
  }
  .row {
    padding: 0;
    margin: 0;
  }
  .logo img {
    width: 50px;
    position: absolute;
    top: 5px;
    left: 5px;
  }

  /* Nav */
  nav {
    /* display: none; */
    width: 55%;
    min-height: 100%;
    background-color: var(--white);
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 10px;
    margin-left: -55%;
    transition: all 0.3s;
  }
  
  nav.opened {
    margin-left: 0px;
    background-color: #222350;
  }

  nav ul {
    width: 100%;
    margin-left: 0px;
    margin-top: 50px;
    padding-left: 0px;
  }

  nav ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--grey);
  }

  nav ul li.dropdown ul{
    z-index: 10;
  }

  .jumbothron {
    height: 100vh;
  }

  .jumbothron > .caption .col-md-4 {
    text-align: center;
  }

  .jumbothron > .caption img {
    width: 200px;
    margin: 10px auto;
  }

  .jumbothron .caption h2,
  .jumbothron-min > .caption h2 {
    font-size: 2.5em;
  }

  .jumbothron .caption h4{
    margin-top: 20px;
  }

  .size2{
    font-size: 1.5em;
  }

  .jumbothron-min > .caption .row {
    justify-content: start;
  }

  .jumbothron-min {
    height: 350px;
  }

  .section1 .col-md-7 {
    padding: 20px;
  }

  .section3 {
    margin-bottom: 20px;
  }

  .itemG1,
  .itemG1 > .cover {
    height: 200px;
  }

  .socialmedia {
    padding-top: 20px;
  }

  .contact_us {
    padding: 20px;
  }

  .contact_us button {
    margin-top: 20px;
  }

  .class-image{
    text-align: left;
  }

  .class-image img{
    width: 45%;
  }
}
