*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
  overflow-y: scroll;
}

:root {
    --primary-color: #A29887;
    --secondary-color: #2D3250;
    --tertiary-color: white;
    --quaternary-color: #4E4E4E;
    --quinary-color: black;
}

body{
    font-family: "Cinzel", serif;
    font-size: 20px;
    line-height: 0;
    background: #1E1E1E;
    min-width: 1440px;
}

a{
    text-decoration: none;
    color: #A29887;
}

ul{
    list-style: none;
}

p{
    padding: 0px;
    display: inline-block;
    font-weight: 600;
    transition: 0.5s;
}



/* Navbar */

.header{
    position: sticky;
    top: 0;
    z-index: +2;
}

.logo img{
        max-width: 160px;
        display: block;
        margin: 0 auto;
        position: relative;
        border-top: 18px solid var(--secondary-color);
        border-bottom: 0px;
        left: 18px;
        z-index: +2;
}

.navbar{
    background: #2D3250;
    padding-top: 0px;
    max-width: 100%;
    min-width: 1440px;
    height: 52px;
}

.navbar .container{
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    height: 60px;
}

.navbar .main-menu1 ul{
    display: flex;
    padding: 0 20px;
}

.navbar .main-menu2 ul{
    display: flex;
}

.navbar ul li a{
    padding: 0 40px;
    padding-top: 40px;
    display: block;
    font-size:22px;
    font-weight: 600;
    transition: 0.5s;
}

.navbar ul li2 a{
    display: block;
    font-size:18px;
    font-weight: 600;
    transition: 0.5s;
    margin-top: 8px;
}

.navbar ul li a:hover{
    color: white;
}

.navbar ul li2 a:hover{
    color: var(--secondary-color);
}

.navbar ul li2 a.btn{
  margin-left: 30px;
  margin-right: 0px;
  padding: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.header_line{
    width:100%;
    margin: 0 auto;
    height: 4px;
    display: flex;
    background-color: var(--primary-color);
}



/* Hero */

.hero {
    min-width: 1440px;
}

.hero .container {
    background: url('../images/4.jpg') no-repeat;
    background-size: contain;
    background-position: center bottom;
    opacity: 100%;
    height: 720px;
    max-width: 1440px;
    padding: 0px;
}

.hero .hero-content {
    width: 1440px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
}

.hero .hero-buttons .btn-dark:hover{
    color: white;
}

.hero .hero-buttons .btn-dark2:hover{
    color: white;
}


/* Filler */

.filler{
    min-width: 1440px;
    max-width: 1440px;
    padding: 0px;
    margin: 0 auto;
}

.filler .container{
    background-color: var(--tertiary-color);
    background-size: contain;
    background-position: center bottom;
    width: 1440px;
    height: 480px;
    padding: 0px;
    margin: 0 auto;
    line-height: 1.5;
    text-align: center;
}

.filler .container p{
    padding-top: 60px;
    padding-left: 120px;
    padding-right: 120px;
    font-size: 18px;
}

.filler .container h1{
    font-size: 32px;
    padding-top: 100px;
    line-height: 2;
    color: var(--quinary-color);
}

.filler .info{
    background-color: var(--quaternary-color);
    background-size: contain;
    background-position: center;
    width: 1440px;
    height: 640px;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 100px;
    padding-right: 100px;
    line-height: 1.5;
}

.filler .info h1{
    text-align: left;
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.filler .info h4{
    text-align: left;
    font-size: 36px;
    margin-top: 60px;
    padding-top: 80px;
    color: var(--primary-color);
}

.filler .info p{
    text-align: left;
    font-size: 18px;
    color: var(--tertiary-color);
    width: 660px;
    font-weight: 400;
    position: relative;
    top: -420px;
}

.filler .info ul{
    list-style: disc;
    text-align: left;
}

.filler .info ul li{
    padding-top: 0px;
    padding-bottom: 18px;
    width: 600px;
    font-size: 18px;
    color: var(--tertiary-color);
}

.filler .info img{
    width: 34%;
    margin: 0 auto;
    padding: 0px;
    position: relative;
    left: 100px;
    top: -240px;
    border-top: 0px;
    z-index: 0;
}

.filler .info .img2 img{
    width: 34%;
    position: relative;
    left: 10px;
    padding-top: 60px;
}


/* Filler Info2 Box */

.filler .info2{
    background-color: var(--quaternary-color);
    background-size: contain;
    background-position: center;
    width: 1440px;
    height: 920px;
    margin: 0 auto;
    padding-top: 120px;
    padding-left: 100px;
    padding-right: 80px;
    line-height: 1.5;
}

.filler .info2 h1{
    text-align: left;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 540px;
    color: var(--primary-color);
}

.filler .info2 ul{
    padding-top: 30px;
    margin-left: 620px;
    list-style: disc;
    text-align: left;
}

.filler .info2 ul li{
    padding-top: 20px;
    padding-bottom: 18px;
    width: 600px;
    font-size: 18px;
    color: var(--tertiary-color);
}

.filler .info2 ul li strong{
    color: var(--primary-color);
    font-size: 20px;
}


/* Meet Our Team */

.contacts{
    min-width: 1440px;
    max-width: 1440px;
    margin: 0 auto;
    background-color: var(--tertiary-color) ;
    height: 100%;
}

.team-intro {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  background-color: #F0F0F0;
  padding: 40px;
  border-top: 4px solid var(--primary-color);
  border-bottom: 4px solid var(--primary-color);
  box-sizing: border-box;
  text-align: center;
}

.team-intro p {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 2.0;
  font-size: 18px;
  text-align: center;
}

.team-intro a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.team-intro a:hover {
  color: var(--primary-color);
}

.contacts .container{
    display: grid;
    grid-template-areas: 
    "member member2"
    "member3 member4";
    grid-template-columns: 1fr 1fr;
    background-color: var(--tertiary-color);
    width: 1440px;
    margin: 0 auto;
    padding: 40px;
    padding-top: 80px;
}

.contacts h1{
    text-align: center;
    line-height: 1;
    font-size: 52px;
    font-weight: 700;
    color: var(--secondary-color);
    padding-top: 80px;
}

/*Contact Member 1 */

.contacts .container .member{
    padding-top: 40px;
    margin-left: 60px;
    grid-area: member;
}

.contacts .container .member h1{
    color: var(--secondary-color);
    margin-top: 0px;
    text-align: left;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    padding-top: 20px;
}

.contacts .container .member h2{
    text-align: left;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 580;
    margin-bottom: 8px;
}

.contacts .container .member p{
    line-height: 1.5;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 600;
}

.contacts .container .member .pic img{
    width: 400px;
    height: 400px;
    margin-left: 45px;
    border-radius: 40px;
    border: 4px solid var(--primary-color);
}

.contacts .container img {
  filter: grayscale(20%);
}


.contacts .container .member a{
    color: var(--quinary-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 2.5;
}

.contacts .container .member a:hover{
    color: var(--secondary-color);
    transition: 0.5;
}

.bio{
    background-color: transparent;
    color: var(--secondary-color);
    cursor: pointer;
    margin-top: 10px;
    padding: 12px 0px;
    padding-left: 8px;
    width: 500px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    border: none;
    outline: none;
    transition: 0.4s;
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

 .bio:hover{
    background-color: #F0F0F0;
}

.bio:after{
    content: '\002B';
    color: var(--secondary-color);
    font-weight: bold;
    float: right;
    margin-right: 8px;
}

.active:after{
    content: "\2212";
}

.panel{
    padding: 18px;
    width: 500px;
    display: none;
    background-color: #F0F0F0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel:active{
    display: block;
    max-height: 1000px;
}

/* Contact Member 2 */

.contacts .container .member2{
    padding-top: 40px;
    margin-left: 120px;
   grid-area: member2;
}

.contacts .container .member2 h1{
    color: var(--secondary-color);
    margin-top: 0px;
    padding-top: 20px;
    text-align: left;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
}

.contacts .container .member2 h2{
    text-align: left;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 580;
    margin-bottom: 8px;
}

.contacts .container .member2 p{
    line-height: 1.5;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 600;
}

.contacts .container .member2 .pic img{
    width: 400px;
    height: 400px;
    margin-left: 45px;
    border-radius: 40px;
    border: 4px solid var(--primary-color);
}

.contacts .container .member2 a{
    color: var(--quinary-color);
    font-weight: 700;
    line-height: 2.5;
    font-size: 18px;
}

.contacts .container .member2 a:hover{
    color: var(--secondary-color);
    transition: 0.5;
}


/* Contact Member 3 */

.contacts .container .member3{
    padding-top: 180px;
    padding-bottom: 180px;
    margin-left: 60px;
    grid-area: member3;
}

.contacts .container .member3 h1{
    margin-top: 0px;
    padding-top: 20px;
    text-align: left;
    font-size: 26px;
    line-height: 1.5;
}

.contacts .container .member3 h2{
    text-align: left;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 580;
    margin-bottom: 8px;
}

.contacts .container .member3 p{
    line-height: 1.5;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 600;
}

.contacts .container .member3 .pic img{
    width: 400px;
    height: 400px;
    border-radius: 40px;
    border: 4px solid var(--primary-color);
    margin-left: 45px;
}

.contacts .container .member3 a{
    color: var(--quinary-color);
    font-weight: 700;
    line-height: 2.5;
    font-size: 18px;
}

.contacts .container .member3 a:hover{
    color: var(--secondary-color);
    transition: 0.5;
}


/* Contact Member 4 */


.contacts .container .member4{
    padding-top: 180px;
    padding-bottom: 180px;
    margin-left: 120px;
    grid-area: member4;
}

.contacts .container .member4 h1{
    margin-top: 0px;
    padding-top: 20px;
    text-align: left;
    font-size: 26px;
    line-height: 1.5;
}

.contacts .container .member4 h2{
    text-align: left;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 580;
    margin-bottom: 8px;
}

.contacts .container .member4 p{
    line-height: 1.5;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 600;
}

.contacts .container .member4 .pic img{
    width: 400px;
    height: 400px;
    border-radius: 40px;
    margin-left: 45px;
    border: 4px solid var(--primary-color);
}

.contacts .container .member4 a{
    color: var(--quinary-color);
    font-weight: 700;
    line-height: 2.5;
    font-size: 18px;
}

.contacts .container .member4 a:hover{
    color: var(--secondary-color);
    transition: 0.5;
}




/* Utility Classes */

.container{
    max-width: 1920px;
    min-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}

hr{
    border: 3px solid #2D3250;
    width: 160px;
    margin: auto;
}

.center{
    text-align: center;
    display: block;
    background: #2D3250;
    height: 48px;
    max-width: 100%;
    min-width: 1440px;
}

p span{
    display: inline-block;
    font-family: "Cinzel", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    color:#A29887;
    letter-spacing: 1px;
    margin: 0% auto;
    padding-top: 26px;
    border-radius: 0%;
}

p span::first-letter{
    display: inline-block;
    font-family: "Cinzel", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 34px;
    color: #A29887;
    letter-spacing: 1px;
    margin: 0% auto;
    padding: 2px;
    border-radius: 0%;
}

/* Buttons */
.btn{
    display: inline-block;
    background: #A29887;
    color: white;
    font-weight: 600;
    border: none;
    border-radius:8px;
    cursor: pointer;
    transition: 0.5s;
    margin-bottom: 10px;
}

.btn:hover{
    opacity: 0.8;
    transition: 0.5s;
}

.btn-dark{
    display: inline-block;
    background: var(--secondary-color);
    color: var(--primary-color);
    border: none;
    border-radius:8px;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    top: 240px;
    left: -85px;
    padding: 22px;
}

.btn-dark2{
    display: inline-block;
    background: var(--secondary-color);
    color: var(--primary-color);
    border: none;
    border-radius:8px;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    top: 240px;
    left: 115px;
    padding: 22px;
   
    
}

.btn-dark:hover{
    opacity: 0.9;
    transition: 0.5s;
    box-shadow: 0px 0px 10px 2px white;
}

.btn-dark2:hover{
    opacity: 0.9;
    transition: 0.5s;
    box-shadow: 0px 0px 10px 2px white;
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99; 
    border: none; 
    outline: none;
    background-color: var(--primary-color); 
    color: var(--tertiary-color);
    cursor: pointer;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 24px;
  }
  
  #topBtn:hover {
    background-color: var(--secondary-color);
    transition: 0.5s;
  }






/* Text Classes*/

.text-xl{
    font-size: 2rem;
    line-height: 2.5;
    font-weight: 550;
    padding-top: 40px;
}

.text-l{
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    padding-top: 24px;
}

.text-xxl{
    font-size: 3.5rem;
    line-height: 1.4;
    font-weight: 650;
    padding-top: 0px;
}

.text-center{
    text-align: center;
}





  /* End Info Box */

  .endinfo{
    max-width: 1440px;
    margin: 0 auto;
  }

  .endinfo .container{
    background-color: var(--tertiary-color);
    max-width: 1440px;
    height: 310px;
    padding: 0px 120px;
    padding-top: 60px;
    line-height: 1;
    text-align: left;
  }

  .endinfo .container h1{
    color: var(--secondary-color);
    font-size: 32px;
    line-height: 0;
    font-weight: 800;
    padding-top: 40px;
  }

  .endinfo .container p{
    line-height: 1.5;
    font-size: 18px;
    padding-top: 18px;
  }

  .endinfo .container .endmenu{
    position: relative;
    left: 620px;
    top: -124px;
    width: 600px;
  }

  .endinfo .container .endmenu i{
    padding: 6px 7px;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 20px;
    margin: 12px;
    font-size: 18px;
  }

  .endinfo .container .endmenu a{
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
  }

  .endinfo .container .endmenu a:hover{
    color: var(--secondary-color);
    transition: 0.5s;
    text-shadow: 0px 0px 2px var(--quaternary-color);
  }


  /* End Info Grey */

  .endinfo2{
    max-width: 1440px;
    margin: 0 auto;
  }

  .endinfo2 .container{
    background-color: var(--quaternary-color);
    max-width: 1440px;
    height: 310px;
    padding: 0px 120px;
    padding-top: 60px;
    line-height: 1;
    text-align: left;
  }

  .endinfo2 .container h1{
    color: var(--primary-color);
    font-size: 32px;
    line-height: 0;
    font-weight: 800;
    padding-top: 40px;
  }

  .endinfo2 .container p{
    line-height: 1.5;
    font-size: 18px;
    padding-top: 18px;
    color: var(--tertiary-color);
  }

  .endinfo2 .container .endmenu{
    position: relative;
    left: 620px;
    top: -124px;
    width: 600px;
  }

  .endinfo2 .container .endmenu i{
    padding: 6px 7px;
    background-color: var(--primary-color);
    color: var(--tertiary-color);
    border-radius: 20px;
    margin: 12px;
    font-size: 18px;
  }

  .endinfo2 .container .endmenu a{
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
  }

  .endinfo2 .container .endmenu a:hover{
    color: var(--tertiary-color);
    transition: 0.5s;
    text-shadow: 0px 0px 10px black;
  }


  /* Services */

  .services p{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
  }

  .services strong{
    font-weight: 780;
  }

  .services .container{
    background-color: var(--tertiary-color);
    min-width: 1440px;
    max-width: 1440px;
    height: 6800px;
    margin: 0 auto;
    padding-top: 20px;
  }

  .services .container h1{
    padding: 40px 0px;
    line-height: 1.5;
    font-size: 52px;
    font-weight: 800;
    color: var(--secondary-color);
    text-align: center;
  }



  /* Our Services */

  .services .container .services-div {
    box-shadow: 0px 0px 10px 3px var(--secondary-color);
  }

  .servtext{
    background-color: #F0F0F0;
    padding: 60px 80px;
    margin: 20px 80px;
    margin-bottom: 100px;
    border: 4px solid var(--primary-color);
    border-radius: 20px;
    text-align: left;
  }
  
  .servtext p{
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
  }

  .servtext ul{
    padding-top: 40px;
    padding-left: 80px;
  }

  .servtext ul li{
    list-style: disc;
    line-height: 2.5;
    font-size: 18px;
    font-weight: 600;
  }

  .servtext ul li::marker{
    color: var(--primary-color);
    font-size: 20px;
  }


  /* Our ATS */

  .atstext{
    background-color: #F0F0F0;
    padding: 60px 80px;
    margin: 20px 80px;
    margin-bottom: 100px;
    border: 4px solid var(--primary-color);
    border-radius: 20px;
    height: 740px;
  }

  .atstext img{
    width: 400px;
    height: 540px;
    position: relative;
    left: 680px;
    top: -20px;
    border-radius: 20px;
  }

  .atstext  p{
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    width: 600px;
    display: block;
    position: relative;
    top: -530px;
  }

  .atstext h2{
    padding-top: 10px;
    line-height: 1.5;
    font-size: 18px;
    position: relative;
    top: -530px;
  }

  .atstext ul{
    padding-top: 40px;
    padding-left: 60px;
    padding-bottom: 60px;
    width: 600px;
    position: relative;
    top: -530px;
  }

  .atstext ul li{
    list-style: disc;
    line-height: 2;
    font-size: 18px;
    font-weight: 700;
  }

  .atstext ul li::marker{
    color: var(--secondary-color);
    font-size: 20px;
  }


  /* Zero Conflict */

  .zerotext{
    background-color: #F0F0F0;
    padding: 60px 80px;
    margin: 20px 80px;
    margin-bottom: 100px;
    border: 4px solid var(--primary-color);
    border-radius: 20px;
    height: 760px;
  }

  .zerotext img{
    width: 500px;
    height: 500px;
    position: relative;
    left: -40px;
    top: 120px;
    border-radius: 40px;
  }

  .zerotext  p{
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    display: block;
    position: relative;
    top: -490px;
  }

  .zerotext ul{
    padding-top: 40px;
    padding-left: 60px;
    padding-bottom: 60px;
    width: 580px;
    position: relative;
    top: -420px;
    left: 500px;
  }

  .zerotext ul li{
    list-style: disc;
    line-height: 2;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0px;
  }

  .zerotext ul li::marker{
    color: var(--secondary-color);
    font-size: 20px;
  }


  /* Jump Ball */

  .jumptext{
    background-color: #F0F0F0;
    padding: 60px 80px;
    margin: 20px 80px;
    margin-bottom: 100px;
    border: 4px solid var(--primary-color);
    border-radius: 20px;
    height: 680px;
  }

  .jumptext img{
    width: 38%;
    position: relative;
    left: 680px;
    top: -20px;
    border-radius: 20px;
  }

  .jumptext  p{
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    width: 640px;
    display: block;
    position: relative;
    top: -580px;
  }

  .jumptext h2{
    padding-top: 10px;
    width: 600px;
    line-height: 1.5;
    font-size: 18px;
    position: relative;
    top: -560px;
  }

  .jumptext ul{
    padding-top: 40px;
    padding-left: 60px;
    padding-bottom: 60px;
    width: 600px;
    position: relative;
    top: -560px;
  }

  .jumptext ul li{
    list-style: disc;
    line-height: 2;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0px;
  }

  .jumptext ul li::marker{
    color: var(--secondary-color);
    font-size: 20px;
  }


  /* Full Algorithmic */

  .fulltext{
    background-color: #F0F0F0;
    padding: 60px 80px;
    margin: 20px 80px;
    margin-bottom: 100px;
    border: 4px solid var(--primary-color);
    border-radius: 20px;
  }

  .fulltext  p{
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
  }

  .fulltext h2{
    padding-top: 10px;
    line-height: 1.5;
    font-size: 18px;
  }

  .fulltext ul{
    padding-top: 40px;
    padding-left: 60px;
    padding-bottom: 60px;
  }

  .fulltext ul li{
    list-style: disc;
    line-height: 2;
    font-size: 18px;
    font-weight: 700;
  }

  .fulltext ul li::marker{
    color: var(--secondary-color);
    font-size: 20px;
  }

  /* Workflow */

  .worktext{
    background-color: #F0F0F0;
    padding: 60px 80px;
    margin: 20px 80px;
    margin-bottom: 100px;
    border: 4px solid var(--primary-color);
    border-radius: 20px;
  }

  .worktext  p{
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
  }

  .worktext ul{
    padding-top: 40px;
    padding-left: 60px;
    padding-bottom: 60px;
  }

  .worktext ul li{
    list-style: disc;
    line-height: 2;
    font-size: 18px;
    font-weight: 700;
  }

  .worktext ul li::marker{
    color: var(--secondary-color);
    font-size: 20px;
  }


  /* Compliance */

  .comptext{
    background-color: #F0F0F0;
    padding: 60px 80px;
    margin: 20px 80px;
    margin-bottom: 120px;
    border: 4px solid var(--primary-color);
    border-radius: 20px;
  }

  .comptext  p{
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
  }

  .comptext ul{
    padding-top: 40px;
    padding-left: 60px;
    padding-bottom: 30px;
  }

  .comptext ul li{
    list-style: disc;
    line-height: 2;
    font-size: 18px;
    font-weight: 700;
  }

  .comptext ul li::marker{
    color: var(--secondary-color);
    font-size: 20px;
  }


  /* Collab Logos */

  .services .container .collabs{
    display: grid;
    background-color: #F0F0F0;
    grid-template-rows: 1fr;
    grid-template-areas: 
    "trafix watershed s3"
    "options-it none instinet";
    padding-top: 40px;
    padding-bottom: 80px;
    margin: 20px 80px;
    border: 4px solid var(--primary-color);
    border-radius: 20px;
  }

  .trafix{
    grid-area: trafix;
    text-align: center;
    width: 300px;
    margin-left: 20px;
  }

  .trafix img{
    width: 240px;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .watershed{
    grid-area: watershed;
    text-align: center;
  }

  .watershed img{
    width: 400px;
    padding-top: 34px;
    padding-bottom: 20px;
  }

  .s3{
    grid-area: s3;
    text-align: center;
    width: 400px;
  }

  .s3 img{
    width: 140px;
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .options-it{
    grid-area: options-it;
    text-align: center;
    position: relative;
    left: 150px;
  }

  .options-it img{
    width: 220px;
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .instinet{
    grid-area: instinet;
    text-align: center;
    position: relative;
    right: 150px;
  }

  .instinet img{
    width: 220px;
    padding-top: 85px;
    padding-bottom: 16px;
  }

/* Footer */

footer{
    background: #2D3250;
    max-width: 1440px;
    min-width: 1440px;
    display: flex;
    margin: 0 auto;
    padding: 20px 0px;
}

.footer h4{
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 20px;
    color: var(--primary-color);
}

.footer p{
    margin-top: 4px;
    font-size: 14px;
    color: var(--primary-color);
    line-height: 1;
}

.foot-menu{
    margin-top: 10px;
    margin-left: 80px;
}

.foot-menu a{
    font-size: 14px;
    font-weight: 600;
}

.foot-menu a:hover{
    color: var(--tertiary-color);
}

.footer .container{
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    height: 100px;
    margin: 0 auto;
}

.footer .container img{
    position: relative;
    left: 100px;
    top: 20px;
}

.foot-menu2 ul{
    display: flex;
    margin-left: 70px;
    padding-top: 20px;
}

.foot-menu2 ul li a{
    margin: 0 auto;
    display: inline;
    font-size:16px;
    font-weight: 600;
    line-height: 4;
}

.foot-menu2 ul li a:hover{
    color: var(--tertiary-color);
    transition: 0.5s;
}

.vl{
    margin-top: 22px;
    border-left: 2px solid var(--primary-color);
    height: 22px;
}


/* Submit Form */

input[type=email]{
    width: 600px; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
    font-size: 14px;
}

input[type=text], select, textarea {
    width: 600px;
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
    font-size: 14px;
  }
  
  /* Style the submit button with a specific background color etc */
  input[type=submit] {
    background-color: var(--primary-color);
    color: var(--tertiary-color);
    margin-top: 20px;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-family: "Cinzel", sans-serif;
    font-size: 20px;
    font-weight: 800;
    position: relative;
    left: -370px;
    bottom: -50px;
  }
  
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
    opacity: 80%;
    background-color: var(--secondary-color);
  }
  
  /* Add a background color and some padding around the form */
  .Fcontainer {
    background-color: var(--tertiary-color);
    width: 1440px;
    margin: 0 auto;
    padding: 0px 40px;
    padding-top: 20px;
    padding-bottom: 40px;
    font-family: "Cinzel", sans-serif;
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    height: 1000px;
  }

  .Fcontainer .container{
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-template-areas:
    "contact image";
  }

  .Fcontainer .container .contactimg{
    grid-area: image;
  }

  .Fcontainer .container img{
    width: 560px;
    height: 720px;
    position: relative;
    left: -100px;
    top: 100px;
    border-radius: 20px;
    border: 4px solid var(--primary-color);
    box-shadow: 0px 0px 12px 6px var(--secondary-color);
  }

  .Fcontainer .container label{
    font-size: 18px;
    color: var(--quinary-color);
  }

  .Fcontainer .container .ncontainer{
    display: flex;
    grid-area: contact;
    font-size: 18px;
    width: 800px;
  }

  .ncontainer label{
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    color: var(--quinary-color);
  }

  .ncontainer input[type=text]{
    position: relative;
    left: -104px;
    top: 20px;
    width: 290px;
    margin: 0;
  }

  .ncontainer label[for=lname]{
    position: relative;
    left: -90px;
  }

  .ncontainer #lname{
    position: relative;
    left: -190px;
  }

  .Fcontainer h1{
    line-height: 1;
    text-align: left;
    font-size: 52px;
    font-weight: 800;
    padding-top: 60px;
    padding-bottom: 20px;
    width: 600px;
  }

  .Fcontainer p{
    color: var(--quinary-color);
    width: 600px;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 40px;
  }



  /* Disclosures */

  .disclosures .container{
    background-color: var(--tertiary-color);
    min-width: 1440px;
    max-width: 1440px;
    height: 600px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
  }

  .disclosures .container h1{
    color: var(--secondary-color);
    font-size: 52px;
    font-weight: 800;
    margin-top: 80px;
  }

  .disclosures .container ul{
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    margin-top: 120px;
  }

  .disclosures .container ul li a{
    color: var(--quinary-color);
  }

  .disclosures .container ul li a:hover{
    color: var(--secondary-color);
    transition: 0.5s;
  }
