body {
      margin: 0px;
      max-width: 100%;
      overflow-x: hidden;
      font-family: optima;
}

body a:hover{
       color: #FF8A66;
}

body a:click{
       color: black;
}


h1 {
    font-family: Philosopher;
    color: #FF8A66;
    font-size: 50px;
    font-weight: 300;

}

h2 {
    font-family: Optima;
    font-size: 28px;
    font-weight: 300;
}

h3{
    font-family: Philosopher;
    font-size: 33px;
    margin-top: 0px;
    margin-bottom: 5%;
    color: #3E3E3E;
}

h4 {
    font-family: Philosopher;
    color: #575757;
    font-size: 22px;
}

h5{
    font-family: Philosopher;
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 5%;
    color: #C0C0C0;
}

p {
    font-family: optima;
    font-size: 20px;
}

#allTop{
        background-image: url("../images/headerTrans.png");
        background-size: 101%;
        background-repeat: no-repeat;
        margin-top: -0.5%;
        margin-left: -1%;
        height: 1000px;
}


header {
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 23%;
    height: 50px;
    padding: 1%;
    text-align: left;
    margin-top: -0.5%;
    margin-left: 0.5%;
}


.heroNav {
    position: relative;
    display: flex;
}

#heroContent {
    width: 50%;
    margin-top: 3%;
    margin-left: 7%;
}

nav {
    display: grid;
    font-family: Optima;
    white-space: nowrap;
    height: 5%;
    text-align: right;
    margin-top: -277%;
    margin-left: 88%;
}

nav a {
    padding: 15px;
    font-size: 20px;
    color: #575757;
}

a{
  text-decoration: none;
}

#HP{
    margin-bottom: 50%;
}

#AU {
    margin-bottom: 25%;
}

#PT {
    margin-bottom: 25%;
}


.dropdown {
    padding: 50px 20px 75px 50px;
    font-size: 20px;
    color: #575757;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 125px;
  z-index: 1;
  margin-top: 3%;
  margin-left: -111%;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #575757;
  padding: 5px 7px;
  text-decoration: none;
  display: block;
  font-size: 17px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: none;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {color: none;}

.dropdown:hover {color: #FF8A66;}

.navigation {
    display: flex;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

#OP {
  position: relative;
  padding-right: 8px;
}

#OP::before {
  content: "";
  position: absolute;
  right: 0;
  top: -25%;
  transform: translateY(-50%);
  width: 1px;
  height: 0px;
  background-color: #FF8A66;
  transition: height 0.25s ease;
}

/* 🔥 Trigger line when hovering Projects */
.dropdown:hover #OP::before {
  height: 500%;
}
.menu {
    display: none;
    width: 7%;
    margin-top: 1%;
    margin-right: 1%;
}

.Hero-Img {
    width: 40%;
    margin-top: 44%;
}


.protoGG {
      display: flex;
      margin-left: 5%;
      margin-top: -5%;
      height: 550px;
}

.gardengateLogo{
      width: 44%;
}

.purposeGG {
    background-color: #F8F8F8;
    padding: 5%;
}

.divPM {
    display: flex;
    justify-content: center;
    margin-top: 4%;
}

.cardPM {   
    display: flex;
    width: 40%;
    flex-direction: column;
    padding: 1%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    border: 1px solid #FF8A66;
    border-radius: 10px;

}

.cardPM h4 {
    color: #FF8A66;
    margin-left: 7%;

}

.cardPM p {
    color: black;
    padding: 1% 3% 3% 7%;
}

.secFF {
    margin-top: 5%;
    margin-left: 5%;
}

.content {
    display: flex;
    margin-left: 2%;
    margin-left: 15%;
}

.content p {
    width: 50%;
    margin-left: -15%;
}

.gardengateProtos {
    margin-left: 10%;
    margin-top: -5%;
    margin-bottom: 15%;
    width: 33%;
}

.gardengateProtos2 {
    margin-left: 10%;
    margin-top: -5%;
    margin-bottom: 15%;
    width: 44%;
}

.gardengateProtos3 {
    margin-left: 10%;
    margin-top: -5%;
    margin-bottom: 15%;
    width: 17%;
}

.footerBlack {
            display: flex;
            background: linear-gradient(to bottom right, #575757, #000000);
            color: white;
            height: 200px;
            margin: 0px -3.5px 0px -50px;
            padding: 30px;
            background-repeat: no-repeat;
            background-size: 100%;
            justify-content: space-evenly;
            font-family: optima;
            clip-path: polygon(0% 0%, 100% 17%, 100% 100%, 0% 100%);
}

.footerOrange {
            display: flex;
            background: linear-gradient(to top right, #FCC8B8, #FD5B29);
            color: white;
            height: 222px;
            margin: 100px -3.5px -227px -50px;
            padding: 30px;
            background-repeat: no-repeat;
            background-size: 100%;
            justify-content: space-evenly;
            font-family: optima;
            clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%);
}

footer p {
    font-size: 17px;
}

.footerAbout {
    margin-top: 2%;
    margin-left: -10%;
}

.footerAbout p{
    margin-top: -2%;
}


.footerC {
    margin-top: 2.5%;
}


.con {
      display: flex;
}

.con p{
       margin-left: 5%;
       margin-top: 0.5%;
}

.socials {
    width: 1000px;
    margin-left: 60%;
    margin-top: 0.5%;
}

.soc1{
    width: 6%;
    height: 15%;
    padding-left: 17%;
}

.soc2{
    width: 8%;
    height: 19%;
    padding-left: 20%;
    margin-bottom: -1%;
}

.copyright {
         background: linear-gradient(to bottom right, #575757, #000000);
         border-top: #C0C0C0 1px solid;
         color: #C0C0C0;
         height: 30px;
         text-align: center;
         font-family: Philosopher;
         font-size: 22px;
         padding: 30px 0px 0px 0px;
         margin-right: -0.3%;
}

.copyright p{
             margin-top: -0.7%;
}

@media only screen and (max-width: 500px){

        #allTop{
            width: 1000px;
        }
        footer{
            width: 990px;
        }
        .copyright{
            width: 1000px;
        }

        .ProtoGG {
            margin-left: 5%;
        }        
}

@media (min-width: 279px) and (max-width: 300px) {
    
     h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 20px;
    }
    p {
        font-size: 17px;
    }
    nav {
        margin-top: -10%;
        margin-left: -40%;
    }
    .dropdown {
        padding: 48px;
    }
    .ProtoGG {
        height: 120px;
    }
    .gardengateLogo {
        width: 33%;
    }
    .paraGG {
        margin-top: -80%;
        margin-left: 12%;
    }
    .gardengateImg {
        margin-top: -120%;
        margin-right: -160%;
        width: 55%;
        height: 300%;
    }
   .purposeGG {
        width: 348%;
    }
    .divPM{
        width: 344%;
        margin-top: 15%;
    }
    .secFF {
        width: 344%;
        margin-top: 15%;
    }
    .gardengateLogo {
        width: 33%;
    }
    .footerAbout {
        margin-left: 5%;
        width: 90%;
    }
    .footerC {
        margin-left: -5%;
    }
}

@media (min-width: 300px) and (max-width: 400px) {

    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 20px;
    }
    p {
        font-size: 17px;
    }
     #allTop {
        background-size: 144%;
        width: 260%;
        margin-left: -3%;
    }
    .navigation {
        display: none;
    }
    .navigation.active {
        display: block;
    }
    nav {
        margin-top: -180%;
        margin-left: -25%;
        background-color: rgba(255, 255, 255, 0.33);
        border-radius: 10px;
        width: 175%;
        box-shadow: 0 4px 50px rgba(255, 138, 102, 0.2);
    }
    .dropdown-content {
        margin-left: -110%;
    }
    .dropdown {
        padding: 48px;
    }
    #PT {
        margin-left: 55%;
    }
    .menu {
        display: block;
    }
    .Hero-Img {
        margin-top: 90%;
    }
    .ProtoGG {
        height: 120px;
        margin-top: 20%;
    }
    .gardengateLogo {
        width: 33%;
    }
    .paraGG {
        margin-top: -60%;
        margin-left: 12%;
    }
    .gardengateImg {
        margin-top: -90%;
        margin-right: -90%;
        width: 35%;
        height: 260%;
    }
    .purposeGG {
        width: 270%;
    }
    .divPM{
        width: 268%;
        margin-top: 15%;
    }
    .secFF {
        width: 268%;
        margin-top: 15%;
    }
    .footerAbout {
        margin-left: 5%;
        width: 90%;
    }
    .footerC {
        margin-left: -5%;
    }
}

@media (min-width: 374px) and (max-width: 376px) {

    #allTop {
        width: 266%;
    }
    .gardengateImg {
        margin-top: -80%;
        height: 240%;
    }
   .purposeGG {
        width: 257%;
    }
    .divPM{
        width: 257%;
    }
    .secFF {
        width: 257%;
    }
    .contact {
        width: 266%;
    }
} 

@media (min-width: 333px) and (max-width: 350px) {
    #contact {
        margin-top: 70%;
    }
 }

@media (min-width: 389px) and (max-width: 391px) {
   .purposeGG {
        width: 244%;
    }
    .divPM{
        width: 244%;
    }
    .secFF {
        width: 244%;
    }
}


@media (min-width: 400px) and (max-width: 500px) {

    #allTop {
        background-size: 144%;
    }
    .Hero-Img {
        margin-top: 90%;
    }
    .menu {
        display: block;
    }
    .navigation {
        display: none;
    }
    .navigation.active {
        display: block;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 20px;
    }
    p {
        font-size: 17px;
    }
    nav {
        margin-top: -180%;
        margin-left: -25%;
        background-color: rgba(255, 255, 255, 0.33);
        border-radius: 10px;
        width: 175%;
        box-shadow: 0 4px 50px rgba(255, 138, 102, 0.2);
    }
    .dropdown-content {
        margin-left: -110%;
    }
    .dropdown {
        padding: 48px;
    }
    #PT {
        margin-left: 55%;
    }
    .ProtoGG {
        height: 120px;
        margin-top: 20%;
    }
    .gardengateLogo {
        width: 33%;
    }
    .paraGG {
        margin-top: -50%;
        margin-left: 12%;
    }
    .gardengateImg {
        margin-top: -72%;
        margin-right: -80%;
        width: 35%;
        height: 260%;
    }
    .purposeGG {
        width: 233%;
    }
    .divPM {
        margin-top: 10%;
        width: 233%;
    }
    .secFF {
        margin-top: 10%;
        width: 233%;
    }
    .footerAbout {
        margin-left: 5%;
        width: 90%;
    }
    .footerC {
        margin-left: -5%;
    }
}

@media (min-width: 429px) and (max-width: 431px) {
    .purposeGG {
        width: 222%;
    }
    .secFF {
        width: 222%;
    }
}

@media (min-width: 500px) and (max-width: 550px) {

    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 15px;
    }
    h3 {
        white-space: nowrap;
        font-size: 20px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 20px;
    }
    p {
        font-size: 15px;
    }
    #allTop {
        background-size: 144%;
    }
    #allTop a{
        font-size: 17px;
    }
    header img {
        height: 100%;
    }
    #heroContent {
       margin-top: -2%;
       width: 100%;
    }
    #heroContent h2 {
        margin-top: -2%;
        font-size: 17px;
    }
    #heroContent h3 {
        margin-top: -5%;
     }
    nav {
        margin-top: -220%;
        margin-left: 35%;
    }
    nav a {
        padding: 7px;
        font-size: 17px;
    }
    .dropdown-content {
        margin-left: -122%;
    }
    .dropdown-content a {
        font-size: 11px;
    }
    #HP {
    margin-bottom: 30%;
    }
    #AU {
        margin-bottom: 0%;
    }
    #PT {
        font-size: 17px;
        margin-left: 14%;
        margin-bottom: 0%;
    }
    #CT {
        margin-top: -5%;
    }
    .Hero-Img {
        margin-top: 100%;
    }
    .ProtoGG {
        height: 100px;
        margin-top: -50%;
    }
    .gardengateLogo {
        width: 33%;
    }
    .gardengateProtos,  .gardengateProtos1,  .gardengateProtos2,  .gardengateProtos3 {
        height: 100%;
    }
    
    .paraGG {
        margin-top: -20%;
    }
    .gardengateImg {
        margin-top: -27%;
        margin-left: -44%;
        width: 22%;
        height: 200%;
    }
    footer{
        width: 100%;
    }
    .footerAbout {
        width: 50%;
        margin-left: 7%;
    }
    .socials {
        margin-top: 1%;
    }
    .soc1 {
        height: 12%;
        margin-bottom: -1%;
    }
    .soc2 {
        height: 15%;
        margin-bottom: -2%;
    }
    .copyright{
        width: 100%;
    }

}

@media (min-width: 550px) and (max-width: 800px) {

    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        white-space: nowrap;
        font-size: 22px;
    }
    h4 {
        font-size: 19px;
    }
    h5 {
        font-size: 22px;
    }
    p {
        font-size: 17px;
    }
    #allTop{
        width: 102%;
        height: 500px;
    }
    .logo img {
        height: 122%;
    }
    #heroContent {
       margin-top: -2%;
       width: 100%;
    }
    #heroContent h2 {
        margin-top: -4%;
        font-size: 17px;
    }
    nav {
        margin-top: -150%;
        margin-left: 55%;
    }
    nav a {
        padding: 7px;
        font-size: 17px;
    }
   .dropdown-content a {
        font-size: 15px;
    }
    #HP{
        margin-bottom: 30%;
    }
    #AU {
        margin-bottom: 0%;
    }
    #PT {
        font-size: 17px;
        margin-left: 14%;
        margin-bottom: 0%;
    }
    #CT {
        margin-top: -5%;
    }
    #HeroHome-Image {
        width: 80%;
    }
    #OP::before {
        top: -35;
    }
    .dropdown:hover #OP::before {
        height: 300%;
    }
    .ProtoGG {
        height: 100px;
        margin-top: 20%;
    }
    .gardengateLogo {
        width: 33%;
    }
    .paraGG {
        margin-top: -25%;
    }
    .gardengateImg {
        margin-top: -36%;
        margin-left: -22%;
        width: 24%;
        height: 311%;
    }
    footer{
        width: 100%;
    }
    footer p {
        font-size: 16px;
    }
    .footerAbout {
        width: 50%;
        margin-left: 2%;
    }
    .socials {
        margin-top: 1%;
    }
    .soc1 {
        height: 12%;
        margin-bottom: -1%;
    }
    .soc2 {
        height: 15%;
        margin-bottom: -2%;
    }
    .copyright{
        width: 100%;
    }
}

@media (min-width: 550px) and (max-width: 700px) {

    h2 {
        font-size: 17px;
    }
    #allTop {
        height: 500px;
    }
    #allTop a{
        font-size: 17px;
    }
    #heroContent {
        width: 120%;
    }
    nav {
        margin-top: -100%;
        margin-left: 40%;
    }
    nav a {
        padding: 7px;
        font-size: 17px;
    }
    #PT {
        font-size: 17px;
    }
    .ProtoGG {
        height: 100px;
    }
    .gardengateLogo {
        width: 33%;
    }
    .paraGG {
        margin-top: -33%;
    }
    .gardengateImg {
        margin-top: -40%;
        margin-left: -22%;
        width: 24%;
        height: 311%;
    }
    footer p {
        font-size: 16px;
    }
    .footerAbout {
        margin-left: 5%;
    }
}


@media (min-width: 800px) and (max-width: 895px) {

    h3 {
        white-space: nowrap;
    }
    h4 {
        font-size: 20px;
    }
    p {
        font-size: 18px;
    }
    #allTop{
        width: 101%;
        margin-bottom: -50%;
    }
    .logo img {
        height: 122%;
    }
    #heroContent {
       margin-top: -1%;
       width: 100%;
    }
    #heroContent h1 {
        font-size: 35px;
    }
    #heroContent h2 {
        margin-top: -2%;
        font-size: 20px;
    }
    #heroContent h3 {
        font-size: 25px;
     }
    nav {
        margin-top: -180%;
        margin-left: 55%;
    }
    nav a {
        padding: 7px;
        font-size: 17px;
    }
    .dropdown-content a {
        font-size: 15px;
    }
    #HP{
    margin-bottom: 30%;
    }
    #AU {
        margin-bottom: 0%;
    }
    #PT {
        font-size: 17px;
        margin-left: 14%;
        margin-bottom: 0%;
    }
    #CT {
        margin-top: -5%;
    }
    #HeroHome-Image {
        width: 80%;
    }
    #OP::before {
        top: -35;
    }
    .dropdown:hover #OP::before {
        height: 300%;
    }
    .Hero-Img {
        margin-top: 70%;
    }
    .ProtoGG {
        height: 222px;
    }
    .gardengateLogo {
        width: 33%;
    }
    .card {
        width: 120px;
    }
    .gardengateImg {
        margin-top: -41%;
        margin-left: -44%;
        width: 44%;
        height: 100%;
    }
    footer{
        width: 100%;
    }
    .footerAbout {
        width: 50%;
        margin-left: 2%;
    }
    .socials {
        margin-top: 1%;
    }
    .soc1 {
        height: 12%;
        margin-bottom: -1%;
    }
    .soc2 {
        height: 15%;
        margin-bottom: -2%;
    }
    .copyright{
        width: 100.3%;
    }
}

@media (min-width: 818px) and (max-width: 822px) {
    nav {
        margin-top: -230%;
    }
}

@media (min-width: 840px) and (max-width: 845px) {
    nav {
        margin-top: -230%;
    }
    .gardengateImg {
        width: 22%;
        height: 150%;
        margin-left: -33%;
    }
}

@media (min-width: 850px) and (max-width: 855px) {
    nav {
        margin-top: -230%;
    }
}

@media (min-width: 880px) and (max-width: 900px) {
    .gardengateImg {
        width: 22%;
        height: 150%;
        margin-left: -33%;
    }
}

@media (min-width: 895px) and (max-width: 1000px) {

    h3 {
        white-space: nowrap;
    }
    h4 {
        font-size: 20px;
    }
    p {
        font-size: 18px;
    }
    #allTop{
        width: 101%;
    }
    #heroContent {
        width: 100%;
        margin-top: -1%;
    }
    #heroContent h2 {
        font-size: 20px;
        margin-top: -4%;
    }
    .Hero-Img {
        margin-top: 100%;
    }
    nav {
        margin-top: -250%;
        margin-left: 70%;
    }
    nav a {
        padding: 10px;
    }
    #PT {
        font-size: 17px;
        margin-left: 5%;
        margin-bottom: 0%;
    }
    .ProtoGG {
        height: 222px;
    }
    .gardengateLogo {
        width: 33%;
    }
    .paraGG {
        margin-top: -25%;
    }
    .gardengateImg {
        margin-top: -34%;
        margin-left: -5%;
        width: 22%;
        height: 180%;
    }
    footer{
        width: 100%;
    }
    .footerAbout {
        width: 50%;
        margin-left: 2%;
    }
    .socials {
        margin-top: 1%;
    }
    .soc1 {
        height: 12%;
        margin-bottom: -1%;
    }
    .soc2 {
        height: 15%;
        margin-bottom: -2%;
    }
    .copyright{
        width: 100.3%;
    }
}

@media (min-width: 1000px) and (max-width: 1025px) {

    #heroContent {
        margin-top: -2%;
    }
    #heroContent h2 {
        font-size: 22px;
    }
    nav {
        margin-top: -220%;
        margin-left: 70%;
    }
    nav a {
        padding: 10px;
    }
    .ProtoGG {
        height: 333px;
    }
    .paraGG {
        margin-top: -15%;
    }
    .gardengateImg {
        height: 140%;
        margin-left: 7%;
        margin-top: -25%;
    }
    .purposeGG {
        width: 91%;
    }
    .footerAbout {
    width: 50%;
    margin-left: 2%;
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {

    #heroContent {
        margin-top: -1%;
    }
    nav {
        margin-top: -260%;
        margin-left: 70%;
    }
    nav a {
        padding: 10px;
    }
    .gardengateImg {
        margin-top: -16%;
        margin-left: 5%;
    }

    .footerAbout {
        margin-left: 0%;
    }
}

@media (min-width: 1275px) and (max-width: 1285px) {

    #heroContent {
        width: 90%;
    }
    .Hero-Img {
        margin-top: 100%;
    }
    nav {
        margin-top: -255%;
    }
    .ProtoGG {
        height: 400px;
    }
    .paraGG {
        margin-top: -5%;
    }
    .gardengateImg {
        height: 120%;
        margin-top: -14%;
        margin-left: 15%;
    }
    .footerAbout {
        width: 50%;
        margin-left: 2%;
    }
}