html {
  scroll-behavior: smooth;
}

/* code for design of header nav hamburger menu and button */
.container {
    cursor: pointer;
    padding-right: 30px;
  }
  
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: cornflowerblue;
    margin: 6px 0;
    transition: 0.4s;
    
  }
  
  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }

  a {
    text-decoration: none;
    color: inherit;
  }

  a:hover {
    color: rgb(149, 179, 235);
  }

  a:visited {
    text-decoration: none;
  }
  /* Design for header navigation bar 
 */

  .headerBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
    color: cornflowerblue;
    font-weight: bold;
    position: fixed; 
    top: 0%;
    width: 100%;
    height: 100px;
    left: 0%;
    z-index: 100;
  }

ul.nav1 {
  display: flex;
  
}

  .siteTitleGroup {
    padding-left: 20px;
    display: flex;
    align-items: center;
  }

  .navbarMenu {
    padding-right: 60px;
    font-size: 19px;
    font-family: sans-serif;
  }

  .navbarMenu ul li {
    padding-right: 50px;
    display: flex;
    list-style-type: none;
  }

.siteName {
    font-size: xx-large;
}

/* Design for cross platform responsive code targeting mobile phone devices mainly. */

@media (max-width: 800px) {
  .parallax {
  max-width: 450px !important;
  height: 1000px;
  background-attachment: local !important;
}
  #parallaxImage { 
    margin-left: 200px !important;
    max-width: 770px !important;
    background-size: cover !important;
    }

  .headerBar {
    display: -webkit-box !important;
    max-width: 420px !important;
    justify-content: left !important;
  }
  
  .navbarMenu {
      display: flex !important;
      align-items: center !important;
      background-color: black !important;
     
  }

  .siteName {
    font-size: 30px !important;
  }

  .navbarMenu ul li {
    padding-right: 20px !important;
  }

  .methodBox {
    width: 750px !important;
    left: unset !important;
  }

  .methodPic img {
    width: 750px !important;
  }

  .methodPic {
    position: inherit !important;
    max-width: 200px !important;
  }
  
  .methodText {
      padding-left: 3px !important;
  }

  .cuteKids img {
    width: 750px !important;
  }

  .otherWords {
    position: relative !important;
  }

  .secondWords {
    width: 725px !important;
    position: unset !important;
  }
  
  h1.servicesHeading {
      position: relative !important;
      right: 300px !important;
  }
  
  .servicesSection {
      margin-left: 0 !important;
      width: 300px !important;
  }
  
  .serviceRow1 {
      width: 1000px !important;
  }
  
  #service {
      margin-right: 10px !important;
  }

  .webbuildersFootNote {
    top: 4300px !important;
    left: 20px !important;
    width: 730px !important;
  }

  .NoteForPricing {
    top: 4400px !important;
    width: 730px !important;
    left: 5px !important;
  }

  .Note2 {
    width: 730px !important;
    top: 4600px !important;
    left: 20px !important;
  }

  .container2 {
    position: relative !important;
    top: 650px !important;
    width: 740px !important;
    left: 10px !important;
  }
}

/* Design for Intro Section with Parralax Scrolling Background Image. */

.welcomeTextBox {
  position: absolute;
  top: 150px;
  left: 100px;
  width: 425px;
  height: 450px;
  display: flex;
  flex-direction: column;
  background-color: #000000ba;
  color: beige;
  z-index: 25;
}


p.wTB1 {
  font-weight: bolder;
  font-size: 50px;
  font-family: math;
  margin-left: 48px;
  margin-bottom: 20px;
}

hr.hr1 {
  width: 200px;
  border: 7px solid #554cea;
  border-radius: 5px;
}

hr.hr2 {
  width: 100px;
  border-top: 1px dashed black;
  margin-top: 5px;
  margin-bottom: 5px;
}

p.wTB2 {
  font-family: system-ui;
  font-size: 35px;
  margin-left: 32px;
  margin-top: 20px;
}

/* Design for Methods Section. */

h1 {
  margin-top: 100px;
  margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 40px;
}

.methodBox {
  width: 1200px;
  position: relative;
  left: 100px;
  border: inset;
  border-bottom: transparent;
}

.methodPic img {
  height: 500px;
  width: 1200px;
}

.methodText {
  position: absolute;
  font-size: smaller;
  top: 400px;
  text-indent: 40px;
  padding-left: 30px;
}

.methodText p {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Design for Explaining the Methods Section. */

.otherWords {
  font-size: 30px;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 8px;
  position: absolute;
  font-weight: bolder;
  font-family: cursive;
}

.cuteKids img {
  border: outset;
  border-radius: 5%;
}

.secondWords {
  font-size: 30px;
    position: absolute;
    top: 2330px;
    left: 15px;
    right: 35px;
    background-color: #000000b5;
    color: yellow;
}

/* Design for Services Section. */
.servicesSection {
  margin-left: 100px;
}

h1.servicesHeading {
  width: 1200px;
}

.serviceRow1 {
  display: flex;
  width: 1400px;
  flex-direction: row;
  flex-wrap: wrap;
}

#service {
  display: flex;
  width: 350px;
  height: 450px;
  flex-direction: column;
  padding: 15px;
  border-radius: 5%;
  border-style: groove;
  background-color: whitesmoke;
  margin-right: 50px;
  margin-bottom: 50px;
}

h2 {
  font-style: normal;
  font-family: system-ui;
}

.container3Text li {
  font-size: larger;
  list-style: none;
}

.container5Text h2 {
  margin-left: 15px;
  font-size: 21px;
}

.webbuildersFootNote {
  position: absolute;
  left: 30px;
}

.NoteForPricing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  top: 3750px;
  font-size: 30px;
  margin-left: 0px;
  left: 30px;
  background-color: #6095f5c4;
}

.Note2 {
  position: absolute;
  font-size: 24px;
  top: 3890px;
  left: 30px;
}

i.container2 {
  display: flex;
  width: 350px;
  height: 450px;
  flex-direction: column;
  padding: 15px;
  border-radius: 5%;
  border-style: groove;
  background-color: whitesmoke;
  margin-right: 50px;
  margin-bottom: 50px;
}

/* Design for Contact Form */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container2 {
  position: absolute;
  top: 4100px;
  left: 100px;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

h3 {
  display: flex;
  justify-content: center;
  font-size: larger;
}

#eServ {
	font-weight: bolder;
    }
    
p.phN   {
	font-weight:normal;
    }
    
.businessNews {
	font-weight:normal;
    }

.backUp {
  position: fixed;
  background-color: rgb(43, 43, 43);
  color: cornflowerblue;
  bottom: 20px;
  right: 20px;
  font-weight: bolder;
  width: 50px;

  /* New additions for fade-in effect */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

/* When we add the .show class with JavaScript */
.backUp.show {
  opacity: 1;
  pointer-events: auto;
}

#backToTop {
  z-index: 999;
}

/* Keep your arrow styling centered and bold */
i.fa-solid.fa-arrow-up {
  display: flex;
  justify-content: center;
  font-size: xxx-large;
}

/* Footer Style Code */
.site-footer {
  position: absolute;
  background-color: #000;
  color: beige;
  padding: 40px 20px 20px;
  font-size: 14px;
  top: 5500px;
  width: -webkit-fill-available;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

.footer-col {
  flex: 1 1 200px;
  min-width: 200px;
}

.footer-col h4 {
  margin-bottom: 10px;
  color: cornflowerblue;
}

.footer-col p, .footer-col li {
  margin: 5px 0;
}

.footer-col a {
  color: beige;
  text-decoration: none;
}

.footer-col a:hover {
  color: #95B3EB;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.social a {
  margin-right: 10px;
  font-size: 18px;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid #333;
  padding-top: 10px;
}

h4 {
  font-size: 19px;
}

.web-builders {
  background-color: yellow;
  color: black;
  padding: 0 4px;
  border-radius: 3px;
  font-weight: bold;
}

@media (max-width: 800px) {
  .site-footer {
    top: 6700px !important;
  }
  
  .footer-container {
    flex-direction: column;
    align-items: center;
    font-size: 14px !important;
  }

  .footer-col {
    text-align: center;
  }

  .social {
    margin-top: 10px;
  }
}