* {

  line-height: 1rem;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
}

img {
  filter: drop-shadow(2px 2px 3px #000000);
}

:root {
  --dark-brown: #6B2311;
}

.back-to-div {
  display: flex;
  justify-content: center;
  margin: 30px 0 30px 0;
  font-size: 1rem;
}

.back-to-div a {
  color: black;
  font-size: 1rem;
  font-weight: bold;
}


.button {
  padding: 10px 15px;
  border: 0px;
  border-radius: 5px;
  opacity: 0.9;
  color: white;
  background-color: var(--dark-brown);
  /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); */
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 300;
}

.contact_us_button {
  margin-top: 60px;
  margin-right: 40px;
}

.contact-us-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1024px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
  border: .5px solid #c3c3c3;
  background-color: #CEC6C0;
}

.copy-btn {
  padding: 0.5em 1em;
  margin-left: -34px;
  border: none;
  border-radius: 5px;
  color: white;
  background-color: #DF6420;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: .85em;
}

.copy-btn:hover {
  background-color: #DF6420;
}

.domain-name-left {
  width: 50%;
  padding: 10px 0 10px 10px;
  margin-top: 30px;
}

.domain-name-right {
  display: block;
}

.domain-name-right img {
  height: auto;
  margin-top: 7rem;
  margin-left: 2.5rem;
}

.domain-name-wrapper {
  display: flex;
  width: 1024px;
  margin: 0 auto;
  border: 1px solid #ddd5cf;
  background-color: #ddd5cf;
  /* background-color: cadetblue; */
}

.hosting-account-text {
  padding: 0 150px 0 150px;
}

.get-website-top {
  width: 900px;
  margin: 0 20px;
}

.get-website-wrapper {
  display: flex;
  justify-content: center;
  width: 1024px;
  height: 900px;
  margin: 0 auto;
  border: 1px solid #ddd5cf;
  background-color: #ddd5cf;
  /* background-image: url("../img/website_bg.jpg"); */
  /* background-position: left top;
  background-size: cover; */
}


.header {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 94px;
  padding: 10px 0px;
  background-color: #FCF6F2;
}

.header-logo {
  height: 80px;
  filter: none;
}

.header-nav {
  display: flex;
  list-style-type: none;
}

.header-nav li {
  margin-left: 20px;
}

.header-nav a {
  color: #333;
  /* font-family: Arial, sans-serif; */
  transition: color 0.3s ease;
  text-decoration: none;
}

.header-nav a:hover {
  color: #007bff;
}

.heading {
  line-height: 2rem;
  margin: 30px 0 30px 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.hero-detail {
  line-height: 1.3;
  font-size: 1.1rem !important;
  font-style: normal;
  font-weight: 300;
}

.hero-heading {
  font-size: 1.5rem;
  font-weight: 600;
}

.hero-image-left {
  display: none;
}

.hero-image-right {
  display: block;
  height: 383px;
  margin: 0 auto;
  margin-top: 37px;
  margin-bottom: 120px;
}

.hero-image-right-tall {
  display: none;
}

.header-wrapper {
  width: 1024px;
  margin: 0 auto;
  border: 1px solid #ddd;
}

.hero-left {
  width: 47%;
  box-sizing: border-box;
  padding: 10px;
  padding-left: 50px;
  margin-top: 98px;
}

.hero-one-col-wrapper {
  display: none;
  background-color: #DDD5CF;
}

.hero-right {
  width: 53%;
  box-sizing: border-box;
  padding-top: 80px;
  /* background-color: yellow; */
}

.hero-wrapper {
  display: flex;
  width: 1024px;
  height: 580px;
  margin: 0 auto;
  background-color: #DDD5CF;
}

.hostgator-image {
  margin: 0 auto;
  margin-bottom: 50px;
}

.hostgator-image img {
  width: 80%;
  margin-top: 50px;
  border-radius: 10px;
  /* box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); */
}

.hosting-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1024px;
  height: auto;
  padding-top: 35px;
  margin: 0 auto;
  border: .5px solid #c4c4c4;
  background-color: #fcf6f2;
}

.hosting-wrapper p a {
  color: black;
  font-weight: bold;
}

.hosting-wrapper .back-to-div a {
  color: black;
  font-weight: bold;
}

.normal-box {
  width: 80%;
  padding: 5px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 4px;
  color: black;
  background-color: rgba(246, 246, 246, 1);
  text-align: center;
  font-family: poppins;
}

.normal-box .header {
  font-size: 26px;
  font-weight: 500;
}

.nav {
  margin-top: 9px;
  margin-right: 20px;
}

p.top-header-detail.text-normal a {
  color: black;
  font-weight: bold;
}

.section-heading {
  margin: 30px 0 30px 0;
  font-size: 1.7rem;
  font-weight: 600;
}

.text-normal {
  line-height: 1.5;
  font-size: 1.1rem;
  font-weight: 300;
}

.text-normal-three-things {
  margin-right: 127px;
  margin-bottom: 35px;
  margin-left: 127px;
}

.top-header-detail {
  margin-top: 25px;
  margin-left: 30px;
  text-align: center;
}

.three-things-wrapper {
  width: 1024px;
  height: auto;
  padding-top: 35px;
  margin: 0 auto;
  border: .5px solid #c3c3c3;
  background-color: #FCF6F2;
}

.three-things-wrapper p a {
  color: black;
  font-weight: bold;
}

.top-text {
  width: 100% !important;
  padding: 10px 50px;

}

.top-text p {
  line-height: 1.5;
  padding: 20px;
  color: #dedede;
  font-size: 1.1rem;
}

.version_480 {
  display: none;
  font-weight: 900;
}

.version_768 {
  display: none;
  font-weight: 900;
}

.version_1024 {
  font-weight: 900;
}

.web-files-header {
  margin-top: 37px;
  font-size: 26px;
  font-weight: 600;
}

.web-files-header span {
  margin-top: 30px;
  font-weight: 500;
}

.web-files-header p a {
  color: black;
  font-weight: bold;
}


.wf-header {
  margin-top: 500px !important;
}

.web-files-header p {
  margin-top: 30px;
  margin-right: 10%;
  margin-left: 10%;
}

.web-files-text {
  margin: 0 35px;
  margin-bottom: 30px;
}

.web-files-wrapper {
  display: flex;
  justify-content: center;
  width: 1024px;
  height: auto;
  margin: 0 auto;
  border: .5px solid #c3c3c3;
  background-color: #ddd5cf;
}

.web-files-left {
  width: 50%;
  /* background-color: #fcf6f2; */
}

.web-files-right {
  display: block;
  width: 50%;
  height: 1458px;
  background-color: #ddd5cf;
  font-size: 0;
  /* Removes any white space between images */
}

.web-files-right img {
  display: block;
  width: 100%;
  height: 50vh;
  padding: 50px;
  /* new */
  margin: 0;
  margin-bottom: 291px;
  object-fit: cover;
}

/**************************************************/
/*                                                */
/*               Media Rules                      */
/*                                                */
/**************************************************/

@media (max-width: 770px) {
  .box {
    width: 85% !important;
  }

  .top-text p:before {
    width: 80%;
    margin-left: 65px;
  }

  .button {
    padding: 4px 8px;
    font-size: .82rem;
  }

  .contact_us_button {
    margin-top: 2.5rem;
    margin-right: 14px;
  }

  .contact-us-wrapper {
    width: 700px;
  }

  .domain-name-left {
    width: 100%;
    margin: 30px 30px 0 30px;
  }

  .domain-name-right img {
    display: none;
  }

  .domain-name-wrapper {
    width: 700px;
  }

  .get-website-wrapper {
    width: 700px;
    height: 1250px;
  }

  .header {
    flex-direction: column;
    padding-top: 0px;
  }

  .header-logo {
    height: 70px;
    margin-top: -7px;
  }

  .header-nav a {
    font-size: .85rem;
  }

  .header-nav li a {
    font-size: .95rem;
    font-weight: 400;
  }

  .hero-detail {
    font-size: 1rem !important;
  }

  .hero-heading {
    font-size: 1.06rem;
  }

  .hero-image-right {
    display: none;
    height: 274px;
    margin-right: 2rem;
  }

  .hero-image-right-tall {
    display: block;
    height: 383px;
    margin: 0 auto;
    /* filter: drop-shadow(0px 1px 0px #000000); */
  }

  .header-wrapper {
    width: 700px;
  }

  .hero-left {
    margin-top: 2.7rem;
  }

  .hosting-wrapper {
    width: 700px;
  }

  .nav {
    margin-top: -5px;
  }

  .hero-right {
    padding-top: 0px;
    margin-top: 50px;
  }

  .hero-wrapper {
    width: 767px;
    width: 700px;
    height: 522px;
  }

  .section-heading {
    font-size: 1.6rem;
    font-weight: 600;
  }

  .three-things-wrapper {
    width: 700px;
  }

  .version_768 {
    display: block;
  }

  .version_1024 {
    display: none;
  }

  .web-files-left {
    width: 700px;
  }

  .web-files-right {
    display: none;
  }

  .web-files-text {
    margin: 0 75px;
  }

  .web-files-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 700px;
    height: auto;
    margin: 0 auto;
  }
}

/* End of 770 media rule */

@media (max-width: 480px) {
  .buttonDiv {
    display: flex;
    margin: 0 auto;
  }

  .contact_us_button {
    margin-top: 2.5rem;
    margin-right: 14px;
  }

  .contact-us-wrapper {
    width: 480px;
  }

  .copy-btn {
    margin-top: 20px;
  }

  .domain-name-wrapper {
    width: 480px;
  }

  .get-website-wrapper {
    width: 480px;
  }

  .header {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem !important;
  }

  .header-logo {
    height: 66px !important;
    margin-top: -16px;
  }

  .header-nav {
    display: flex;
    justify-content: space-evenly;
    width: 465px;
    margin: 0 auto;
    list-style-type: none;
  }

  .header-nav li {
    margin-left: 0px;
  }

  .hero-detail {
    line-height: 1.3;
    padding: 0 20px 0 20px;
    font-size: 1.2rem !important;
    font-style: normal;
    font-weight: 300;
  }

  .hero-heading {
    margin: 0;
    margin-top: 10px;
    font-size: 1.3rem;
  }

  .hero-image-left {
    display: block;
    width: 400px;
    margin: 0 auto;
    margin-top: 27px;
    margin-bottom: 27px;
  }

  .hero-image-right-tall {
    display: block;
  }

  .header-wrapper {
    width: 480px;
    height: 87px;
  }

  .hosting-account-text {
    padding: 0 40px 0 40px;
  }

  .hosting-wrapper {
    width: 480px;
  }

  .nav {
    display: flex;
    justify-content: space-evenly;
    margin-top: -13px;
    list-style-type: none;
  }

  .hero-wrapper {
    display: none;
  }

  .hero-one-col-wrapper {
    display: flex;
    flex-direction: column;
    width: 480px;
    height: 750px;
    margin: 0 auto;
    background-color: #DDD5CF;
    justify-items: center;
  }

  .text-normal-three-things {
    margin-right: 40px;
    margin-left: 40px;
  }


  .three-things-wrapper {
    width: 480px;
  }

  .web-files-left {
    width: 480px;
  }

  .web-files-wrapper {
    width: 480px;
  }

  .website_button {
    padding: 7px 13px;
    margin-top: 2.5rem;
    margin-right: 14px;
    margin-left: 10px;
  }

  .version_480 {
    display: block;
  }

  .version_1024 {
    display: none;
  }
}

/* End of the 480 media rule */