/*--Start Body Config --*/

body {
  font-family: 'Lato', serif;
  background-color: #1a1a1a;
}

* {
  margin: 0;
  border: 0;
  padding: 0;
}

/*--End Body Config --*/

/*--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--*/

.fixed-nav {
  position: fixed;
  top: -25px;
  transition: 0.6s;
  background-color: #33cc99;
  height: 75px;
}

/*--End Nav JS--*/

/*--End Nav Meni--*/

/*--Start Main Part--*/

#mainCont {
  height: 1800px;
  width: 100%;
}

#mainFrame {
  margin: 17% 20% 10% 20%;
  position: absolute;
  width: 60%;
}

.mainH3 {
  color: #33cc99;
  font-size: 150%;
  line-height: 250%;
}

.mainPara {
  color: #f2f2f2;
  font-size: 120%;
  line-height: 150%;
}

#firstSpan {
  color: #33cc99;
  font-size: 170%;
  line-height: 230%;
}

#webImg {
  width: 280px;
  margin: 7% 0% 7% 38%;
}

#rwdImg {
  width: 380px;
  margin: 7% 0% 7% 33%;
}

#mobileImg {
  width: 430px;
  margin: 1% 0% 7% 31%;
}

/*--End Main Part--*/

/*--Start Footer--*/

footer {
  width: 100%;
  background-color: #1a1a1a;
  height: auto;
  border-top: 7px solid #33cc99;
}

#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: 5% 10%;
}

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--*/
