@media only screen and (max-width: 600px) {
    body {
      
    }

    /*Hero section ------------------ hero section*/


#hero{
    width: 100vw;
    overflow: hidden;
    height: 100vh;
    display:flex;
    flex-direction: column;
    background-image: url(herobg_op.webp);
    background-size: 85vh;
    background-position-x: 45vw;
    background-position-y: 20vh;
    background-repeat: no-repeat;
    
}

#hero1{
    margin-top: 5vh;
    width: 90vw;
    padding: 20% 5% 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#hero h1{
    font-size: 1.7rem;
}
#hero h3{
    font-size: 1.2rem;
    margin-top: 15vh;
    width: 60vw;
}
#hero-slogan strong{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    color: var(--blue);
}
#hero2{
    width: 60vw;
    overflow: hidden;
}
#hero-img{
    display: none;
    max-width: 80vw;
    padding-top: 30%;
    overflow: hidden;
}
img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/*EMAIL FORM-------------------EMAIL FORM*/


  #hero-mail1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .container1 {
    max-width: 500px;
    margin: 0;
    margin-bottom: 20px;
  }
  .form-group {
    width: 100%;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 600;
  }
  .form-group input,
  .form-group textarea {
    width: 80%;
    padding: 5px;
    font-size: 18px;
    border: 1px solid rgba(128, 128, 128, 0.199);
    border-radius: 10px;
    margin-top: 5px;
  }
  #spam{
      max-width: 10vw !important;
      overflow: hidden;
      font-size: 1rem;
      font-weight: 500;

  }
  textarea {
    resize: vertical;
  }
  button[type="submit"] {
    width: 80%;
    border: none;
    outline: none;
    padding: 10px 0;
    font-size: 1.2rem;
    border-radius: 10px;
    color: white;
    background-color: var(--light);
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s ease background-color;
  }
  button[type="submit"]:hover {
    background-color: var(--blue);
  }
  #status {
    width: 90%;
    max-width: 500px;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    border-radius: 8px;
  }
  #status.success {
    background-color: rgb(211, 250, 153);
    animation: status 4s ease forwards;
  }
  #status.error {
    background-color: rgb(250, 129, 92);
    color: white;
    animation: status 4s ease forwards;
  }
  @keyframes status {
    0% {
      opacity: 1;
      pointer-events: all;
    }
    90% {
      opacity: 1;
      pointer-events: all;
    }
    100% {
      opacity: 0;
      pointer-events: none;
    }
  }

  
#feat{
    width: 100vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5vh;
    padding: 2vw 0;
    background-color: var(--light);
}

.feat-div{
    max-width: 20vw;
    min-width: 200px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center; 
    padding: 20px;
    margin: 5vw;
}

.feat-img{
    width: 60px; 
}

.feat-text{
    text-align: center;

}

#click{
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5vh 4vw;
    overflow: hidden;
}

#click1{
    max-width: 90vw;
    margin: 0;
}

#click2{
    width: 80vw;
    padding: 5% 10%;
    margin-top: 5vw;
    text-align: center;
    line-height: 1.5;
}
#click2 h1{
    font-size: 2rem !important;
    font-weight: 800 !important;

}
#click2 strong{
    color: var(--blue) !important;
    font-weight: 900;
}

  /*Nav-barrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr*/
  /* Navbar section */

.nav {
    width: 100%;
    height: 65px;
    position: fixed;
    line-height: 65px;
    text-align: center;
}

.nav div.logo {
    position: absolute;
    top: 0;
    float: left;
    width: auto;
    height: auto;
    padding-left: 0rem;
    margin: 0 auto;
}

.nav div.logo a {
    text-decoration: none;
    color: var(--dark);
    font-size: 2rem;
    font-weight: 500;
    top: 0;
}
.nav div.logo strong{
    color: var(--blue)
}
.nav div.logo a:hover {
    color: var(--blue);
}

.nav div.main_list {
    height: 65px;
    float: right;
}

.nav div.main_list ul {
    width: 100%;
    height: 65px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav div.main_list ul li {
    width: auto;
    height: 65px;
    padding: 0;
    padding-right: 3rem;
}

.nav div.main_list ul li a {
    text-decoration: none;
    color: black;
    line-height: 65px;
    font-size: 2.4rem;
}

.nav div.main_list ul li a:hover {
    color: var(--blue);
}


/* Home section */

.home {
    width: 100%;

    background-position: center top;
	background-size:cover;
}

.navTrigger {
    display: none;
}

.nav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* Media qurey section */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        margin: 0;
    }
}

@media screen and (max-width:768px) {
    .navTrigger {
        display: block;
    }
    .nav div.logo {
        margin-left: 15px;
    }
    .nav div.main_list {
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .nav div.show_list {
        height: auto;
        display: none;
    }
    .nav div.main_list ul {
        flex-direction: column;
        width: 100%;
        height: 100vh;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #111;
        /*same background color of navbar*/
        background-position: center top;
    }
    .nav div.main_list ul li {
        width: 100%;
        text-align: right;
    }
    .nav div.main_list ul li a {
        text-align: center;
        width: 100%;
        font-size: 3rem;
        padding: 20px;
    }
    .nav div.media_button {
        display: block;
    }
}


/* Animation */
/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

.navTrigger i {
    background-color: var(--dark);
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.affix {
    padding: 0;
    background-color: var(--white);
}






.myH2 {
	text-align:center;
	font-size: 4rem;
}
.myP {
	text-align: justify;
	padding-left:15%;
	padding-right:15%;
	font-size: 20px;
}
@media all and (max-width:700px){
	.myP {
		padding:2%;
	}
}

  /*navbar hide*/
#mainListDiv{
    display: none;
}  
.navTrigger{
    display: none;
}





  }