/*--Start Body Config --*/

body {
  font-family: 'Lato', serif;
  background-color: #f2f2f2;
}

* {
  margin: 0;
  border: 0;
  padding: 0;
}

/*--End Body Config --*/

/*--Start Landing Page--*/

/*--Start Nav Meni--*/

#resMenu {
  display: none;
}

#resMenuShow {
  display: none;
}

nav {
  float: left;
  position: absolute;
  width: 100%;
  z-index: 5;
  transition: 0.6s;
}

#navPadding {
  float: right;
  width: 83%;
  margin-top: 30px;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav ul li {
  float: left;
  width: 12.66%;
  height: auto;
  font-size: 110%;
  line-height: 50px;
  text-align: center;
  list-style: none;
  text-shadow: 2px 2px 3px #000033;
  border-radius:10px;
}

nav ul li:hover {
  transition: 0.2s;
  background-color:rgba(73, 203, 147, 0.46);
  
}

nav ul li a {
  text-decoration: none;
  color: #f2f2f2;
  display: block;
  transition: 0.2s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

nav ul li a:hover {
    background-color: #33cc99;
    transition: 0.4s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

nav ul li ul {
  top: -4px;
  position: relative;
}

nav ul li ul li {
  display: none;
  width: 100%;
  font-size: 90%;
  background-color: rgba(26, 26, 26, 0);
  transition: 0.3s;
}

nav ul li ul li a {
  border-radius: 10px;
}

nav ul li:hover ul li {
  display: block;
  transition: 0.3s;
}

#navLineBottom {
  position: absolute;
  top: 75px;
  width: 100%;
  z-index: -1;
}
/*--Start Nav JS--*/
.fixedHead {
  height: 0px;
  width: 100%;
  position: absolute;
  top:0;
}

.fixed-nav {
  position: fixed;
  top: -25px;
  transition: 0.6s;
  background-color: #33cc99;
  height: 75px;
}

/*--End Nav JS--*/

/*--End Nav Meni--*/

/*--Start Main Cont--*/

#mainTxt {
  position: absolute;
  color: #f2f2f2;
  top: -400px;
  letter-spacing: 0px;
  text-shadow: 5px 5px 3px #000033;
}

h1 {
  text-align: center;
  font-size: 500%;
  color: #4a4a4a;
  text-transform: uppercase;
  letter-spacing: 1%;
  margin: 45% 0%;
}

#mainButton {
  position: absolute;
  width: 63.5%;
  margin: 0 0% 0 36.5%;
  top: 700px;
}

#mainButton a {
  text-decoration: none;
  font-size: 150%;
  color: #f2f2f2;
  border: 3px solid #33cc99;
  padding: 3% 15%;
  transition: ease 0.6s;
  text-shadow: 2px 2px 3px #000033;
}

#mainButton a:hover {
  text-decoration: none;
  font-size: 150%;
  color: #f2f2f2;
  border: 3px solid #33cc99;
  padding: 3% 15%;
  background-color: #33cc99;
  transition: ease 0.4s;
}

/*--End Main Cont--*/

/*--Start Para BG--*/
#paraImg {
  width: 100%;
  position: relative;
  z-index: -1;
}

#crossImg {
  width: 100%;
  position: relative;
  bottom: -10px;
}

#scene {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#scene li {
  width: 90%;
}

#scene li img {
  width: 100%;
}

/*--End Para BG--*/

/*--Start Company Section--*/

#content {
  position: relative;
  background-color: #f2f2f2;
  z-index: 1;
  width: 100%;
}

#companyFrame {
  width: 60%;
  margin: 0 20% 0 20%;
}

#companyH3 {
  color: #33cc99;
  font-size: 250%;
  padding-top: 100px;
}

#companyPara {
  color: #33cc99;
  font-size: 150%;
  padding-top: 20px;
}

#companyImg {
  width: 20%;
  margin: 4% 40% 0% 40%;
  padding-bottom: 5%;
}

/*--End Company Section--*/

/*--Start Parallex--*/

.parallex {
  background: url("../img/background19.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.parallex-inner {
  padding-top: 7%;
  padding-bottom: 7%;
}

/*--End Parallex--*/

/*--Start Vision Section--*/

#visionFrame {
  width: 60%;
  margin: 0 20% 0 20%;
}

#visionH3 {
  color: #f2f2f2;
  font-size: 250%;
  text-shadow: 3px 3px #000033;
}

#visionPara {
  color: #f2f2f2;
  font-size: 150%;
  padding-top: 20px;
  text-shadow: 1px 2px 1px #000033;
}

#visionImg {
  width: 20%;
  margin: 4% 40% 0% 40%;
}

#visionImg img {
  width: 85%;
}

/*--End Vision Section--*/

/*--Start Approach Section--*/

#approachFrame {
  width: 60%;
  margin: 0 20% 0 20%;
}

#approachH3 {
  color: #33cc99;
  font-size: 250%;
  padding-top: 100px
}

#approachPara {
  color: #33cc99;
  font-size: 150%;
  padding-top: 20px;
  padding-bottom: 70px;
}

#approachImg {
  width: 20%;
  margin: 0% 40% 5% 40%;
}

#approachImg img {
  width: 80%;
}

/*--End Approach Section--*/

/*--End Landing Page--*/

/*--Start Footer--*/

footer {
  width: 100%;
  background-color: #1a1a1a;
  height: auto;
}

#footerFrame {
  width: 60%;
  margin: 0 20% 0 20%;
  padding: 5% 0 5% 0;
}

footer h4 {
  color: #33cc99;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer ul li {
  list-style: none;
  color: #f2f2f2;
  line-height: 25px;
}

footer ul li a {
  text-decoration: none;
  color: #f2f2f2;
  transition: 0.6s;
}

footer ul li a:hover {
  color: #33cc99;
  transition: 0.4s;
}


/*--End Footer--*/

/*--Start Contact--*/

#contact {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(51, 204, 153, 0.97);
  top: 0;
  left: 0;
  z-index: 6;
  display: none;
}

#exitCont {
  width: 40px;
  height: auto;
  position: fixed;
  top: 0;
  right: 0;
  margin: 1%;
}

#contH4 {
  margin: 5% 0 4% 0;
  font-size: 200%;
  color: #f2f2f2;

}

form {
  width: 80%;
  margin: 1% 10%;
  float: left;
  height: 100%;
}

label {
  display: block;
  margin: 5px 0 5px 10px;
  font-size: 150%;
  color: #f2f2f2;
}

input {
  width: 35%;
  height: 50px;
  font-size: 130%;
  margin-bottom: 1.5%;
}

textarea {
  width: 35%;
  height: 200px;
  font-size: 130%;
  margin-bottom: 1.5%;
}

fildset {
  padding-bottom: 20px;
  width: 100%;
  margin: 0 30%;
  float: left;
}

.labelone {
  margin-top: 10px;
}

.btn {
  width: 16%;
  background-color: #f2f2f2;
  color: #33cc99;
  margin: 1% 2.75% 0 0;
}

.btn {
  width: 16%;
  background-color: #f2f2f2;
  color: #33cc99;
  margin: 1% 2.75% 0 0;
  transition: 0.6s;
}

.btn:hover {
  width: 16%;
  background-color:#1e7b5c;
  color: #f2f2f2;
  margin: 1% 2.75% 0 0;
  transition: 0.4s;
}

/*--End Contact--*/
