/* apex-creative-code */
form {
  max-width: 550px;
  padding: 1rem;
  margin: 0 auto;
}

input, textarea {
  width: 100%;
  padding: .5rem;
  border: 1px solid silver;
}
input[type=submit] {
  padding: .5rem;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
}

label, small {
  font-size: small;
}
.mob {
  display: none;
}
.nav-menu{
  display: flex;
  justify-content: center;
  align-items: center;  
}

.nav-link{
  transition: 0.3s ease-out;
}

.nav-link:hover{
  color: dodgerblue;
}

.hamburger{
  display: none;
  cursor: pointer;
}
.bar{
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #000;
}
@media(max-width:1024px){
  .mobbb {
      color: #000 !important;
    }
  #feature2 i {
    font-size: 14px;
  }
    .creds i {
      font-size: 16px;
      line-height: 20px;
    }
    #footer {
      height: 10em !important;
      padding: 22px 0 3px 0;
  }
    img.NSOWPCSPhoto {
      width: 100%;
  }
    #feature2 {
      height: 15em !important;
  }
    li.image-grid__item {
      margin: 0;
  }
    /* #header img {
      width: 20% !important;
  } */
    .creds2 {
      padding: 120px 60px;
  }
    .mob {
      display: block;
  }
  /* #header img {
    width: 20%;
  } */
  
  .desktop{
    display: none;
  }
    .hamburger{
      display: block;
    }
  
    .hamburger.active .bar:nth-child(2){
      opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
      transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3){
      transform: translateY(-8px) rotate(-45deg);
    }
  
    .nav-menu{
      position: fixed;
      left: -100%;
      top: 257px;
      gap: 0;
      flex-direction: column;
      background-color: #262626;
      width: 100%;
      text-align: center;
      transition: 0.3s;
      z-index: 9999;
    }
    
  
    .nav-item{
      margin: 16px 0;
    }
  
    .nav-menu.active{
      left: 0;
    }
    .creds2 {
      padding: 120px 60px;
    }
    .box {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  
  .box .article {
      margin: 112px 0;
    }
    .grid-item__name {
      font-size: 19px;
    }
  
  }
  @media(max-width: 550px){
    #feature {
      background-color: #efefef;
      padding: 0px 19px !important;
  }
  
    img.NSOWPPhoto {
      width: 100%;
  }
    .box .article {
      margin: 114px 0;
  }
  .box {
    margin-top: 0;
  }
    .image-grid__item {
      width: 204%;
    }
    .creds2 {
      padding: 49px 21px;
  } 
  .grid_12 h1 {
      font-size: 30px;
    }
    .nav-menu {
      top: 143px;
    }
  }
@media(max-width: 550px){
  #feature2 {
    height: 8em !important;
  }
  #feature {
    padding: 44px 33px !important;
  }
  .creds2 {
    padding: 3px 0px !important;
  }
  .box .article {
    margin: 114px 0;
}
.box {
  margin-top: 0;
}
  .image-grid__item {
    width: 204%;
  }
  .creds2 {
    padding: 49px 21px;
} 
.grid_12 h1 {
    font-size: 30px;
  }
  .nav-menu {
    /* top: 143px; */
  }
}

@media(max-width: 425px){
  .grid_12 h1 {
    font-size: 22px;
  }
  #feature3 {
    padding: 52px 15px !important;
  }
  .grid_12 h1 {
    font-size: 20px;
  }
  .grid_12 p {
    margin: 0;
    font-size: 12px;
  }
  .nav-menu {
    top: 125px;
  }
  #feature2 {
    height: 6em !important;
    padding: 0px !important;
  }
  #footer {
    height: 6em !important;
  }
}


#content {
  overflow: auto;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
/* #header img {
  width: 10%;
  height: 10%;
} */
#feature2 {
  background-color: #efefef;
  padding: 33px 0;
}
.creds2 h3, .grid_12 h3 {
  font-size: 28px;
  margin: 0;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}
ul.socialicon {
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 31px;
}
.socialicon a {
  border-radius: 69%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socialicon a {
  border-radius: 69%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fa:hover {
  opacity: 0.7;
}



body {
  width: 90%;
  margin: 0 auto;
}
  #content {overflow: auto;}
  #nav, #feature, #feature2, #feature3, #feature4, #footer {
    margin: 1%;
}
.column1, .column2, .column3 {
      width: 31.3%;
      float: left;
      margin: 1%;
}

#footer{

  margin-top: auto;
}

    .column3 {
      margin-right: 0%;}



   #footer {
    background-color: #000000;
    padding: 0.5em;}

    #footer{
     height: 5em;
    }
 .article {
    height: 10em;
    margin-bottom: 1em;
    background-color: #efefef;
  }
 #feature {
/*    APEX-CREATIVE-EDITED*/margin-bottom: 1em;background-color: #efefef;padding: 62px 96px;/* background-image: url("NSOPPWelcomepagephoto.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    float: center;*//*    image-orientation: center;*/


/*    H1:;*/}

#feature3 {
   /* height: 35em; */
   margin-bottom: 1em;
   background-color: #efefef;
   padding: 52px 0;
 }

 #feature4 {
   /* height: 33em; */
   margin-bottom: 1em;
   background-color: #efefef;
   padding: 18px 0;
 }

 

  .creds{
  
 float: right ;
   line-height: 0.2;
   position: bottom right;

}

* {
  font-family: Arial, Verdana, sans-serif;
  color: #665544;
  text-align: center;}



/*Style the tab*/



.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;

}


/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: center;
  border: none;
  cursor: pointer;
  padding: 14px 16px;
  transitiion: 0.3s;
  font-size: 17px;

}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}


.fade-in-textL1 {
  position: relative;
  text-align: center;
  font-family: Arial;
  font-size: 60px;
/*  font-size: 4vw;*/
  animation: fadeIn 2.5s;
  -webkit-animation: fadeIn 2.5s;
  -moz-animation: fadeIn 2.5s;
  -o-animation: fadeIn 2.5s;
  -ms-animation: fadeIn 2.5s;

 
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.fade-in-textL2 {
  position: relative; 
  text-align: center;
  font-family: Arial;
  font-size: 60px;
/*  font-size: 4vw;*/
  animation: fadeIn 3.5s;
  -webkit-animation: fadeIn 3.5s;
  -moz-animation: fadeIn 3.5s;
  -o-animation: fadeIn 3.5s;
  -ms-animation: fadeIn 3.5s;


}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.fade-in-textL3 {
  position: relative; 
  text-align: center;
  font-family: Arial;
  font-size: 60px;
/*  font-size: 4vw;*/
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;


}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

  .fa {
  padding: 2.1px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

.fa-linkedin {
  background: #007bb5;
  color: white;
     position: relative;

}

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
  position: relative;

  
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
    position: relative;

}


.fa-youtube {
  background: #bb0000;
  color: white;
     position: relative;
 
}

.fa-instagram {
  background: #962fbf;
  color: white;
     position: relative;

}

.fa-github {
  background: #000000;
  color: white;
     position: relative;

}



/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* 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) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/*img.align-left {
  display: block;
  maring: 0px;
position: center;
float: center;}
*/





/** {
  font-family: Arial, Verdana, sans-serif;
  color: #665544;
  text-align: center;}
#nav, #feature, .article, #footer {
  background-color: #efefef;
  margin-top: 20px;
  padding: 10px 0px 5px 0px;}
#feature, .article {
    height: 100px;}

li {
  display: inline;
  padding: 5px;}*/