* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* navigation styles */
ul {
  list-style: none;
}

p {
font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: normal;
margin-bottom: 15px;
}

h2,h3,h4,h5 {
  font-family: proxima-nova, sans-serif;
font-weight: 700;
font-style: normal;
margin-bottom: 15px;
}

#fa-icon {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  padding-top: 15px;
  font-size: 35px;
  position: relative;
  z-index: 100;
  color: #fff;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0.9;
  color: #fff;
  width: 100%;
  height: 105px;
  position: fixed;
  top: 0; /*<- alwasy will be stuck to the top*/
  padding: 0 380px;
  padding-top: 25px;
  padding-bottom: 25px;
  transition: 1s ease-in;
  z-index: 10;
}

.top {
  background-color: transparent;
}


.navbar a {
  color: #ffffff;
  padding: 10px 20px;
  margin: 0 5px;
  text-decoration: none;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.navbar a:hover{
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
}

.navbar ul {
  display: flex;
}

.navbar .logo {
  font-weight: bolder;
}

/* Hero section styles */

.hero {
  background: url('/assets/images/silicon-swamp-hero.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 887px;
  position: relative;
  color: #fff;
  border-bottom: 8px solid #42d3b4;
}

.hero .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 0 20px;
}

.hero .content h2 {
  font-size: 54px;
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-style: normal;
} 


.hero .content p {
  font-size: 20px;
  max-width: 600px;
  margin: 20px 0 30px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hero:before { /*::before allows you to insert content before for in the styles*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero .content * { /* <- This is setting the z-index for anything inside the hero class aka property*/
  z-index: 5;
}

.content .color-logo {
  margin-bottom: 24px;
}


.menu-toggle {
  height: 70px;
  background-color: #42d3b4;
  cursor: pointer;
}

/* Nav styles */
@media only screen and (min-width: 1418px) {
  
  nav.mobile {
    width: auto;
    visibility: hidden;
    display: none;
  }

  .mobile ul {
    display: none;
  }
}

@media only screen and (max-width: 1419px) {
  .navbar  {
    display: none;
  }
}

.mobile ul li {
  margin-bottom: 10px;
  background-color: #42d3b4;
  border-color: rgba(238, 238, 238, 0.603);
}

.mobile ul li:hover {
  background-color: #3cbea2;
}

.mobile ul li a {
  color: #ffffff;
  padding-left: 2%;
  text-decoration: none;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mobile ul li a:hover {
  color: #ffffff;
}

.mobile ul {
  padding-top: 15px;
  background-color: #42d3b4;
  overflow: hidden;
  visibility: hidden;
  position: relative;
  z-index: 10;
}

fa-icon{
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  padding-top: 15px;
  font-size: 35px;
  position: relative;
  z-index: 100;
}

#contact-us {
  height: 100vh;
  background-image: url(/assets/images/contact-us-background.png);
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-us-box {
  display: flex;
  justify-content: center;
}

form .form-title{
  text-align: center;
  padding: 55px;
  margin-bottom: 66px;
}

.form-title h2{
  font-size: 40px;
}

form {
  display: flex;
  flex-direction: column;
  background-color: white;
  width: 60%;
  margin-top: 100px;
  border-radius: 5px;
  padding: 15px;
}

.input-row {
  display: flex;
  justify-content: center;

}

.input-col {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 50%;
}

.input-col input {
  padding: 15px;
  outline: none;
  border-radius: 5px;
  border-style: solid;
}

.input-col input:focus  {
  background-color: #f2fffa;
  border-color: #d2e6d2;
  outline: none;
  border-radius: 5px;
  border-style: solid;
}

.input-col input::placeholder {
font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
}

.input-row label {
font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: normal;
margin-bottom: 15px;
}

.input-col-msg-box {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
}

.faicon {
  color: #28a197;
  position: absolute;
  text-align: right;
  width: 27%;
  margin-top: 48px;
}

.submit-btn {
  background-color: #1f5ddb;
  color: #ffffff;
  border-radius: 5px;
  padding: 11px;
  text-decoration: none;
  width: 170px;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  outline: none;
  border: none;
}


.about-content{
  display: flex;
  justify-content: center;
  width: 100%;
  height: 400px;
  align-items: baseline;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding-top: 100px;
}

.about-box {
  height: 100px;
  width: 53%;
  border-left: 5px;
  border-right: 0px;
  border-style: solid;
  border-image: linear-gradient(to bottom, rgba(68,214,179,1) 30%, rgba(28,83,222,1) 71%) 1 100%;
  /* margin-top: 7%; */
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  text-align: left;
}

.about-box img {
  margin-bottom: 6px;
}

.content-boxs{
  display: flex;
  justify-content: center;
  width: 100%;
}

.box {
  display: flex;
  flex-direction: column;
  width: 30%;
  height: auto;
}

.icon-box {
  display: flex;
  align-items: flex-start;
  text-align: left;
  padding: 15px;
}

.text-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 15px;
}

.text-box h3 {
  font-size: 38px;
  padding-bottom: 20px;
  color: #333333;
}

.icon-text {
  display: flex;
  align-items: baseline;
}

.text-box p {
  padding-bottom: 10px;
  color: #333333;
}

i {
  color: #1b50df;
  padding: 10px;
}

.build-and-scale {
  background-image: url(/assets/images/build-and-scale.png);
  height: 475px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #ffffff;
}

.build-box-content {
  margin-top: -180px;
  position: relative;
  z-index: 2;
  width: 60%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 45px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 20px 0px #9B9B9B;
}

.text-box-build {
  text-align: center;
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  background: linear-gradient(0deg, rgba(255,255,255,1) 13%, rgba(238,252,255,1) 50%);
}

.box-rows {
  display: flex;
}

.build-card {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  height: auto;
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 10px;
  padding: 25px;
}

.build-card-white-space {
  border-radius: 5px;
  height: 300px;
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 10px;
  padding: 25px;
}

.sideways-logo-box {
height: 100px;
width: 150px;
position: absolute;
bottom: 0px;
}

.icon-title {
font-size: 30px;
padding-bottom: 20px;
color: #333333;
}

.advance-your-business {
  height: 400px;
  border-bottom: 8px solid #42d3b4;
}

.text-box-advance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 150px;
  text-align: center;
}

.text-box-advance h2 {
  font-size: 40px;
}


.sub-footer-row {
  display: flex;
  justify-content: center;
  height: auto;
  width: 100%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  align-items: center;
  justify-content: space-evenly;
}


.footer-col {
  display: flex;
  flex-direction: column;
  margin: 10px;
  width: 216px;
  height: 175px;
}

.footer-col h3 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 15px;
}

.footer-col a {
  margin-bottom: 15px;
  text-decoration: none;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 17px;

}

.footer-menu-row {
  border-top: solid;
  border-color: #e5e5e5;
  border-width: 1.5px;
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.menu-items {
  display: flex;
  flex-direction: column;
  width: 45%;
  justify-content: flex-start;
  padding: 15px;
}

.menu-items a {
  text-decoration: none;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 17px;
  padding: 5px;
}

.copy-rights {
  display: flex;
  flex-direction: column;
  width: 45%;
  justify-content: flex-end;
  padding: 15px;
}


#contact-us {
  height: auto;
  background-image: url(/assets/images/contact-us-background.png);
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-us-box {
  display: flex;
  justify-content: center;
}

form .form-title{
  text-align: center;
  padding: 55px;
  margin-bottom: 66px;
}

.form-title h2{
  font-size: 40px;
}

form {
  display: flex;
  flex-direction: column;
  background-color: white;
  width: 60%;
  margin-top: 100px;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 100px;
}

.input-row {
  display: flex;
  justify-content: center;

}

.input-col {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 50%;
  
}

.input-col input {
  padding: 15px;
  outline: none;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
}

.input-col input:focus  {
  background-color: #f2fffa;
  border-color: #d2e6d2;
  outline: none;
  border-radius: 5px;
  border-style: solid;
}

.input-col input::placeholder {
font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
}

textarea {
  padding: 20px;
  outline: none;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}

textarea:focus {
  background-color: #f2fffa;
  border-color: #d2e6d2;
}


.input-row label {
font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: normal;
margin-bottom: 15px;
}

/* .input-col-msg-box {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
} */

.faicon {
  color: #28a197;
  position: absolute;
  text-align: right;
  width: 27%;
  margin-top: 48px;
}

.image-col {
  height: 170px;
  margin: 10px;
  padding: 40px;
  text-align: left;
}

.footer-col a {
color: #28a197;
}


.title-section{
  width: 53%;
}

.title-section h2 {
  font-size: 34px;
}

.title-section p {
  font-size: 20px;
}

#about-the-swamp {
  margin-bottom: 35px;
}