* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Roboto, Montserrat, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
  width: 100%;
  margin: auto;
  background-color: black;
}

.header {
  background-color: black;
  height: 150px;
  width: 100%;
  margin: auto;
  padding: 30px 60px;
  position: fixed;
  z-index: 1000;
}

nav {
  width: 80%;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo {
  margin-top: 10px;
}

li a {
  text-decoration: none;
  color: white;
  font-weight: 400;
  font-size: .9rem;
  padding: 2em;
}

ul li {
  list-style-type: none;
  display: inline;
}

.download_btn {
  border-radius: 4px;
  border-style: solid;
  border-color: white;
  border-width: 1px;
}

ul {
  margin-top: 27px;
}

.social a {
  text-decoration: none;
  padding: 0px 20px;
  color: white;
}

.logo {
  width: 200px;
  cursor: pointer;
}

.social {
  margin-top: 30px;
}

nav ul li a:hover {
  color: #2FAC66;
  font-weight: 400;
}

.social a:hover {
  color: #2FAC66;
}

.download_btn:hover {
  border-radius: 4px;
  border-style: solid;
  border-color: #2FAC66;
  border-width: 1px;
}

.menu {
  margin-top: 30px;
  cursor: pointer;
  width: 20px;
  display: none;
}

/*SECTION 1*/
.herosection {
  width: 100%;
  height: 100vh;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Col_1 {
  padding-top: 260px;
  color: #2FAC66;
  /*background-color: rgb(1, 24, 126);*/
}

.Col_1 h1 {
  font-size: 80px;
  font-weight: 700;
  font-family: Roboto,Montserrat,serif;
}

.Col_1 h3 {
  font-size: 20px;
  font-weight: 300;
  font-family: Roboto, sans-serif;
  color: white;
}

.Col_2 {
  width: 100%;
  padding: 250px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.adinkra {
  margin-top: 200px;
  background-image: url(/images/adinkra-01.png);
  background-size: cover;
  background-position: relative;
  position: absolute;
  border-radius: 20px 0 0 20px;
  padding-top: 600px;
  width: 30%;
  height: 30%;
  -webkit-transform: translateX(1250px);
          transform: translateX(1250px);
  z-index: -1;
}

iframe {
  width: 656px;
  height: 369px;
  position: relative;
}

.row {
  width: 80%;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 2fr;
      grid-template-columns: auto 2fr;
  padding: 50px 40px;
  position: relative;
  /*background-color: aqua;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about h2 a {
  text-decoration: none;
  color: black;
}

.about h1 {
  font-size: 80px;
}

.about p {
  width: 70%;
  line-height: normal;
  font-size: 1rem;
}

.aboutUs {
  background-color: #2FAC66;
  width: 100%;
  padding: 30px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about {
  width: 100%;
}

.albySize {
  background-color: black;
  width: 500px;
  height: 500px;
  border-radius: 50%;
}

.albySize img {
  width: 602px;
  -webkit-transform: translate(-20px, 18px);
          transform: translate(-20px, 18px);
}

.portolio {
  width: 100%;
  margin: auto;
  height: 90vh;
}

.port1 h1 {
  width: 80%;
  margin: auto;
  font-size: 80px;
  color: #2FAC66;
  padding: 50px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row2 {
  width: 80%;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  gap: 20px;
}

.row2 a {
  text-decoration: none;
  color: black;
  font-weight: 300;
  padding: 20px 20px;
  background-color: white;
  border-radius: 10px;
}

.row2 h4 {
  margin-top: 30px;
}

/*.row2 > div{

  background-color: blue;
  border-radius: 10px;
  color: chartreuse;
  text-align: center;
  padding: 10px 10px;
  justify-content: center;
} */
.port-Col-1 {
  background-image: url(/images/g3.jpg);
  background-size: cover;
  width: 100%;
  height: 50vh;
  border-radius: 10px;
}

.port-Col-2 {
  background-image: url(/images/g2.jpg);
  background-size: cover;
  width: 100%;
  border-radius: 10px;
  height: 50vh;
  border: 1px solid #c7c7c7;
}

.port-Col-3 {
  background-image: url(/images/g1.jpg);
  background-size: cover;
  width: 100%;
  height: 50vh;
  border-radius: 10px;
}

.services {
  width: 100%;
  margin: auto;
  height: 70vh;
  background-color: #2FAC66;
}

.Serv1 h1 {
  width: 80%;
  margin: auto;
  font-size: 80px;
  color: black;
  padding: 50px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.serv-Col-1 {
  background-color: white;
  color: black;
  padding: 4rem;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  font-weight: 300;
}

.serv-Col-2 {
  background-color: white;
  color: black;
  padding: 4rem;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  font-weight: 300;
}

.serv-Col-3 {
  background-color: white;
  color: black;
  padding: 4rem;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  font-weight: 300;
}

.Contact {
  width: 100%;
  margin: auto;
  height: 90vh;
  background-color: #ffffff;
}

.contact1 h1 {
  width: 80%;
  margin: auto;
  font-size: 80px;
  color: #2FAC66;
  padding: 50px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row3 {
  width: 75.5%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*grid-template-columns: auto auto;*/
  /*gap: 30px;*/
  height: 500px;
}

.con-Col-1 {
  /*background-color: bisque;*/
  width: 100%;
  color: black;
  padding: 0px;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: justify;
  width: 100%;
}

.con-Col-1 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.con-Col-1 div .fa {
  font-size: 25px;
  color: #2FAC66;
  margin-right: 40px;
  margin: 10px;
}

.con-Col-1 div p {
  padding: 0;
  font-weight: 100;
}

.con-Col-1 div h4 {
  margin-bottom: 2px;
  font-weight: 400;
}

.con-Col-2 {
  width: 100%;
  color: black;
  padding: 0px;
  border-radius: 10px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  text-align: left;
}

/* Style inputs */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  font-weight: 300;
  background-color: #2FAC66;
  color: black;
  padding: 12px 20px;
  border: 1px solid;
  border-radius: 2px;
  border-color: #2FAC66;
  cursor: pointer;
}

input[type=submit]:hover {
  color: #2FAC66;
  background-color: black;
  border: 1px solid;
  border-radius: 2px;
  border-color: #000000;
}

/* Style the container/contact section */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px;
}

/* Create two columns that float next to eachother */
.column {
  float: left;
  width: 80%;
  margin-top: 0;
  padding: 0px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.footer {
  width: 100%;
  margin: auto;
  background-color: black;
  height: 10vh;
}

.row4 {
  width: 80%;
  margin: auto;
  color: white;
  padding-top: 20px;
  text-align: center;
}

.container {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 8%;
}

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
}

.gallery img {
  width: 100%;
}

@media only screen and (max-width: 700px) {
  .column {
    width: 100%;
    margin-top: 0;
  }
  input[type=submit] {
    width: 50%;
    margin-top: 0;
  }
  .header {
    width: 100%;
    margin: auto;
    height: 130px;
    position: fixed;
    /*background-color: #462fac;*/
  }
  nav {
    width: 85%;
    margin: auto;
    padding: 0;
  }
  ul {
    display: none;
  }
  .social {
    display: none;
  }
  .logo {
    width: 130px;
    margin-top: 20px;
    padding: 0;
    cursor: pointer;
  }
  .menu {
    padding: 0;
    width: 20px;
    display: block;
  }
  .menu a:hover {
    margin-top: 20px;
    color: #2FAC66;
    width: 20px;
    cursor: pointer;
  }
  .herosection {
    height: 90%;
  }
  .row {
    width: 85%;
    margin: auto;
    display: block;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px, 0px;
  }
  .portolio {
    height: 100%;
    padding-bottom: 50px;
  }
  .row2 {
    width: 85%;
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .whiteBG {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 33vh;
    margin-top: 15px;
    font-weight: 200;
  }
  .port-Col-1 {
    height: 22vh;
  }
  .port-Col-2 {
    height: 22vh;
  }
  .port-Col-3 {
    height: 22vh;
  }
  .row3 {
    width: 85%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
  }
  .row4 {
    width: 85%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .Contact {
    height: 100vh;
    display: inline-block;
    padding-bottom: 60px;
  }
  /*   .footer{

      background-color: #2FAC66;
    }
*/
  .Col_1 {
    padding-top: 120px;
    line-height: normal;
  }
  .Col_1 h1 {
    font-size: 40px;
  }
  .Col_1 h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .aboutUs {
    height: 100%;
  }
  .about h1 {
    font-size: 40px;
  }
  .albySize {
    background-color: black;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-top: 20px;
  }
  .albySize img {
    width: 140%;
    -webkit-transform: translate(-40px, 19px);
            transform: translate(-40px, 19px);
  }
  .about p {
    width: 100%;
    font-weight: 200;
    font-size: 14px;
  }
  .about h2 a {
    width: 80%;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .port1 h1 {
    width: 80%;
    font-size: 40px;
    margin-bottom: 3px;
    padding: 15px 0;
  }
  .Serv1 h1 {
    width: 80%;
    margin: auto;
    padding: 15px 0;
    font-size: 40px;
  }
  .serv-Col-1 {
    margin-bottom: 20px;
    padding: 30px 30px;
  }
  .serv-Col-2 {
    margin-bottom: 20px;
    padding: 30px 30px;
  }
  .serv-Col-3 {
    margin-bottom: 20px;
    padding: 30px 30px;
  }
  .services {
    height: 100%;
    padding-bottom: 50px;
  }
  .contact1 h1 {
    padding-bottom: 60px;
    font-size: 40px;
  }
  .contact1 {
    width: 80%;
    margin: auto;
    margin-bottom: 90px;
  }
  .Col_2 {
    width: 100%;
    height: 20%;
    padding: 0;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    /*background-color: rgb(210, 99, 13);*/
  }
  .Col_2 #iClass {
    width: 100%;
    height: 100%;
  }
  .con-Col-1 {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    /*background-color: rgb(226, 43, 43);*/
    position: relative;
  }
  #map {
    margin-bottom: 90px;
  }
  .address {
    font-size: 14px;
  }
  .con-Col-2 {
    width: 100%;
    /* background-color: rgb(0, 51, 255);*/
    position: relative;
    padding-bottom: 50px;
    font-size: 14px;
  }
  #iClass-2 {
    width: 100%;
    margin-bottom: 40px;
    height: 70%;
    position: absolute;
    border-radius: 10px;
  }
  .adinkra {
    display: none;
  }
  .Contact {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 1440px) {
  .adinkra {
    margin-top: 200px;
    background-size: cover;
    background-position: relative;
    border-radius: 20px 0 0 20px;
    padding-top: 320px;
    width: 30vw;
    height: 20%;
    -webkit-transform: translateX(800px);
            transform: translateX(800px);
    z-index: -1;
  }
  #iClass {
    padding: 0;
    width: 360px;
    height: 200px;
    margin: 0px;
    border-radius: 10px;
  }
  .Col_1 {
    padding-top: 180px;
    height: 100%;
    color: #2FAC66;
    /*background-color: rgb(1, 24, 126);*/
  }
  .Col_1 h1 {
    font-size: 60px;
    font-weight: 700;
  }
  .Col_2 {
    padding-top: 200px;
  }
  .albySize {
    background-color: black;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .albySize img {
    width: 430px;
    -webkit-transform: translate(-40px, 40px);
            transform: translate(-40px, 40px);
  }
  .row {
    display: inline-flexbox;
    width: 80%;
    margin: auto;
  }
  .row3 {
    gap: 30px;
  }
  #iClass-2 {
    border-radius: 10px;
    height: 300px;
  }
  nav {
    width: 80%;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .logo {
    margin-top: 10px;
  }
  li a {
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: .8rem;
    padding: .5rem;
  }
  .download_btn {
    border-radius: 3px;
    border-style: solid;
    border-color: white;
    border-width: 1px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 1.5px 0;
  }
  ul {
    margin-top: 27px;
  }
  .social a {
    padding: 0px 8px;
    color: white;
  }
  .logo {
    width: 150px;
    cursor: pointer;
  }
  .social {
    margin-top: 30px;
  }
  nav ul li a:hover {
    color: #2FAC66;
    font-weight: 400;
  }
  .social a:hover {
    color: #2FAC66;
  }
  .download_btn:hover {
    border-radius: 4px;
    border-style: solid;
    border-color: #2FAC66;
    border-width: 1px;
  }
  .portolio {
    height: 100vh;
  }
  .services {
    height: 100vh;
  }
  .Contact {
    height: 100%;
    padding-bottom: 20px;
  }
}
/*# sourceMappingURL=style.css.map */