* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.75em;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Montserrat, sans-serif;
  color: #333333;
}

h2 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  color: black;
}

.section-starter-hdr {
  width: 100%;
  padding: 0;
  margin: ;
}



h1.title {
  color: black;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

hr {
  width: 150px;
  height: 2px;
  background-color: #f9f9f9;
  border: 0;
  margin: 40px auto;
}

.body-content {
  width: 80%;
  margin: auto;
}

li {
  margin-left: 4%;
}

p {
  font-size: 1.1em;
}

a {
  outline: 0;
}


/*HEADER*/

header {
  background-color: #606060;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35px 100px 20px;

  display: flex;
  justify-content: space-around;
  align-items: center;
}

header nav ul {
  font-size: 16px;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

header nav li {
  margin: 0 15px;
}

header nav li:first-child {
  margin-left: 0;
}

header nav li: last-child {
  margin-right: 0;
}

.menu-item {
  text-decoration: none;
  color: white;
}

.menu-item:hover {
  color: lime;
}



@media(max-width:1000px) {
  header {
    text-align: center;
    flex-direction: column;
    padding: 20px 50px;
  }

  header h1 {
    margin-bottom: 15px;
  }

  header img {
    width: 150px;
  }
}

@media(max-width:800px) {

  header nav ul {
    font-size: 14px;
  }

  header nav li {
    margin: 0 12px;
  }

  header img {
    width: 125px;
  }

  header {
    position: absolute;
  }
}

@media(max-height: 550px) {
  header {
    position: absolute;
  }
}
/*Parental Watch*/

#parental-watch {
  padding-top: 160px;
  background-color: white;
  justify-content: center;
  padding-bottom: 2.5%;
}

#two-cols1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 20px;
}

.subtitle {
  color: black;
}

#parental-watch-img {
  border-radius: 10px;
  background-color: #f7f7f7;
}

#trust-verify {
  width: 45%;
  line-height: 2;
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 200px;
  text-align: center;
}

@media(max-width:1100px) {
  #parental-watch, #two-cols1 {
    flex-direction: column-reverse;
    margin-bottom: 10px;
  }

  #parental-watch-img {
  margin-left: 100px;
}
  #trust-verify {
    width: 75%;
    margin: auto;
  }

}

@media(max-width:1000px) {
  #parental-watch {
    padding-top: 180px;
  }
}

@media(max-width:800px) {
  #parental-watch {
    padding-top: 200px;
  }

  #parental-watch, #two-cols1 {
    flex-direction: column-reverse;
  }

#parental-watch-img {
  margin-left: 28px;
}
  #trust-verify {
    width: 75%;
    margin: auto;
  }
}

@media(max-width: 310px) {
  h1.title {
    font-size: 35px;
  }
}

/*Safeguard*/

#safeguard {
  background-color: #f9f9f9;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}

.body-content h2 {
  color: black;
}

#safeguard ul.grid-safe {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  list-style: none;
}

#safeguard p {
  margin-bottom: 20px;
}

#safeguard ul.grid-safe li {
  padding: 0 15px;
  margin-bottom: 40px;
}

#safeguard ul.grid-safe h4 {
  color: black;
}

.fas {
  font-size: 50px;
  color: #202020;
  margin-bottom: 20px;
}

#safeguard ul.grid-safe li h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

#safeguard ul.grid-safe li p {
  text-align: left;
  margin: auto;
}

@media(max-width:800px) {
  .safe-content {
    margin-right: 6%;
    margin-left: 6%;
  }

  #safeguard ul.grid-safe li p {
    font-size: 14px;
  }
  #safeguard ul.grid-safe {
    width: 600px;
    margin: auto;
  }
}

@media(max-width: 600px) {
  #safeguard ul.grid-safe {
    width: 400px;
    margin: auto;
  }
}

@media(max-width: 600px) {
  #safeguard ul.grid-safe {
    flex-direction: column;
    width: 400px;
    margin-top: -50px;
  }
}

@media(max-width: 400px) {
  #safeguard ul.grid-safe {
    width: 250px;
    margin-top: -50px;
  }
}

/*Counter*/

#counter {
  background-color: white;
  padding-bottom: 2.5%;
}

#counter h2 {
  padding-bottom: 20px;
  color: black;
}

#col3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.counter-bio {
  width: 50%;
  padding-bottom: 10px;
}

.history-header {
  font-size: 1.25em;
  color: black;
  text-align: center;
  margin-bottom: 2%;
}

#web-history {
  width: 40%;
  background-color: white;
  margin-left: 20%;
}

.history-header h3{
  font-size: 20px;
  margin-bottom: 10px;
}

@media(max-width: 1000px) {
  #web-history {
    width: 50%;
  }
}

@media(max-width: 800px) {
  #counter, #col3 {
    flex-direction: column;
  }

  #counter, #col3, #web-history {
    padding-bottom: 20px;
  }

 .counter-bio {
   font-size: 14px;
   width: 80%;
   text-align: center;
  }
}

/*Benefits*/

#benefits {
  background-color: #f9f9f9;
  padding-bottom: 0%;
  padding-top: 2%;
}

.body-content h2 {
  color: black;
  margin-right: 10%;
}

.body-content p {
  padding-bottom: 20px;
  text-align: center;
  /*margin-right: 10%;*/
}

#two-cols-again {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10%;
  padding-top: 20px;
}

#benefits-bio {
  width: 75%;
  margin-left: 20px;
  padding-bottom: 30px;
}

#benefits-bio h3 {
  font-size: 20px;
  color: black;
  margin-bottom: 10px;
}

#benefits-bio li {
  line-height: 2.25;
}

#web-blocking-img {
  width: 50%;
  margin-left: 10%;
}

@media(max-width:1000px) {
  #web-blocking-img {
    /*width: 100%;*/
    padding-bottom: 30px;
  }

  #benefits-bio h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  #benefits-bio li {
    line-height: 1.75;
  }
}

@media(max-width: 800px) {
  #benefits {
    padding-top: 20px;
  }


  #two-cols-again {
    flex-direction: column-reverse;
  }

  #benefits-img {
    align-items: center;
    margin-right: 30%;
  }

  #benefits-bio {
    width: 100%;
    margin-right: 10%;
  }

  #benefits-bio h3 {
    font-size: 14px;
    margin-bottom: 8px;
    text-align: center;
  }

  #benefits-bio li {
    font-size: 14px;
}

#web-blocking-img {
  width: 300px;
  margin-left: 25%;
}

}

@media(max-width: 400px) {
  #web-blocking-img {
    width: 250px;
    margin-left: 10%;
  }
}

/* How It Works */

#work-pw {
  
}

#work-pw h2 {
  font-weight: bold;
  color: black;
  padding-bottom: 20px;
}

#work-pw .title-left {
  font-weight: bold;
  margin-left: 13%;
  padding-top: 10px;
}

#two-cols-how-left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 60px;
}

.how-img {
  width: 80%;
  margin-left: 12%;
}

.diag-no {
  width: 90%;
}

.how-exp {
  width: 35%;
  margin-right: 25%;
  padding-bottom: 5%;
}

.title-right {
  text-align: center;
  font-weight: bold;
}

#two-cols-how-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 60px;
}

.how-exp-left {
  width: 25%;
  margin-left: 15%;
  padding-bottom: 5%;
}

.how-img-right {
  width: 80%;
  margin-right: 5%;
  margin-left: 20px;
}

.diag-with {
  width: 75%;
}

@media(max-width: 1100px) {
  #work-pw h2 {
    padding-top: 20px;
  }


}

@media(max-width: 1000px) {
  #work-pw {
    padding-bottom: 20px;
  }

  #two-cols-how-left {
    flex-direction: column;
    padding-bottom: 0;
  }

  h2 {
    padding-bottom: 15px;
    padding-top: 20px;
  }

  .how-exp {
    width: 75%;
    margin-left: 33%;
  }

  .title-right {
    padding-bottom: 15px;
  }

  #two-cols-how-right {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 0;
  }

  .diag-with {
    width: 100%;
  }

  .how-exp-left {
    width: 75%;
    margin-right: 10%;
  }
}

@media(max-width: 800px) {
  #work-pw {
    padding-bottom: 10px;
  }

  .title-left {
    text-align: center;
    margin-right: 10%;
  }

  .diag-no {
    width: 100%;
  }

  .how-exp, .how-exp-left {
    text-align: center;
  }

  .diag-with {
    width: 110%;
  }
}

/* REMOTE */

#remote {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
}

.parent-left, .child-right {
  width: 75%;
}

.parent-left {
  padding-left: 140px;
}

.exp-middle {
  margin: auto 50px;
  text-align: center;
}

@media(max-width: 1200px) {
  #remote {
    flex-direction: column;
    padding-top: 0;
  }

  .parent-left {
    padding-left: 23%;
  }

  .parent-left, .exp-middle {
    padding-bottom: 30px;
  }

  .child-right {
    padding-left: 23%;
  }
}

@media(max-width: 800px) {
  #remote .child-right {
    width: 100%;
    margin-left: 15%;
  }

  #remote .parent-left {
    width: 100%;
    margin-left: 15%;
  }
}

@media(max-width: 600px) {
  #remote .child-right {
    margin-left: 0%;
  }

  #remote .parent-left {
    margin-left: 0%;
  }
}

@media(max-width: 425px) {
  #remote .child-right {
    margin-left: -25%;
  }

  #remote .parent-left {
    margin-left: -25%;
  }
}

@media(max-width: 350px) {
  #remote .child-right {
    margin-left: -50%;
  }

  #remote .parent-left {
    margin-left: -50%;
  }
}

/*About*/

.center-header {
  margin-bottom: 1%;
  color: black;
}

.center-header2 {
  text-align: center;
  margin-bottom: 3%;
}

#about {
  background-color: #f7f7f7;
  padding-bottom: 2.5%;
  padding-top: 2%;
}

#two-cols {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-column-gap: 4%;
}

.about-img {
  border-radius: 50%;
  border: 4px solid limegreen;
  background-color: lightgrey;
}

.about-bio {
  width: 65%;
  max-width: 650px;
  line-height: 2;
  margin-left: 20px;
  margin-right: 10px;
  text-align: left;
}

@media(max-width:600px) {
  #about, #two-cols {
    flex-direction: column;
  }

  .about-img {
    width: 50%;
    margin-left: 120px;
  }

  .about-bio {
    margin-top: 20px;
    line-height: 1.5;
    text-align: center;
    justify-content: center;
  }

}

@media(max-width: 400px) {
  .about-img {
    width: 250px;
    margin: auto;
  }
}

.button {
  background-color: #008f00;
  border-radius: 50%
  color: white;
  text-decoration: none;
  padding: 2% 3%;
}

.button:hover {
  background-color: limegreen;
  color: lightgrey;
  text-decoration: none;
}

/*Download*/

#download {
  padding-top: 160px;
  background-color: white;
  justify-content: center;
  padding-bottom: 2.5%;
}

.download-col2 {
  display: flex;
  flex-direction: row;
  width: 50%;
  margin-left: 25%;
  grid-gap: 10%;
  margin-bottom: 5%;
}

#features-img {
  width: 75%;
  min-width: 225px;
  margin-top: 40px;
}

#features {
  padding-top: 55px;
  width: 50%;
  min-width: 300px;
}

#requirements {
  width: 45%;
}

#requirements li {
  margin-left: 15%;
}

#features li {
  margin-left: 10%;
}

.uncentered {
  text-align: left;
  margin-left: 2%;
}

.centeredtext {
  width: 100%;
}

.dwnld-link {
  text-decoration: underline;
  color: #272727;
}

.dwnld-link:hover {
  color: limegreen;
}

#pw-blurb {
  width: 80%;
  margin-left: 10%;
}

#pw-blurb p {
  width: 90%;
  margin-left: 5%;
}

.download-info-container {
  margin: auto;
  background-color: #f7f7f7;
  width: 1000px;
}

.download-col2-2 {
  display: flex;
  flex-direction: row;
  
  grid-gap: 10%;
  padding: 50px 50px 10px 50px;
}

#require-child {
  width: 50%;
}

#require-child li {
  margin-left: 15%;
}

#require-parent {
  width: 50%;
}

#require-parent li {
  margin-left: 15%;
}

#seperator {
  width: 60%;
  margin-left: 20%;
  background-color: #f7f7f7;
  padding: 5px 50px 5px 50px;
}

#seperator hr {
  width: 30%;
  height: 2px;
  background-color: limegreen;
  border: 0;
  margin: 40px auto;
}

#seperator2 {
  width: 60%;
  margin-left: 20%;
  background-color: #f7f7f7;
  padding: 40px 50px 50px 50px;
  margin-bottom: 5%;
  align-items: center;
  text-align: center;
}

#download-button {
  background-color: #f7f7f7;
  padding: 10px 50px 10px 50px;
  width: 60%;
  margin-left: 20%;
}

.centered-btn-text {
  width: 60%;
  margin-left: 20%;
}

@media(max-width: 1300px) {
  .download-info-container {
    width: 800px;
  }

  
  #seperator2 {
    padding: 0px 50px 50px 50px;
  }
  
}

@media(max-width:1100px) {

  .body-content {
    width: 100%;
    margin: auto;
  }
  #download, .download-col2 {
    /*flex-direction: column-reverse;*/
    margin-bottom: 10px;
    width: 600px;
    margin: auto;
  }

  #features-img {
  /*margin-left: 140px;*/
  margin-top: 50px;
  }
  #features {
    /*width: 75%;*/
    margin: auto;
    padding-top: 0px;
    /*padding-left: 40px;*/
  }

  #pw-blurb {
    padding-top: 30px;
  }

  .download-info-container {
    margin: auto;
    width: 625px;
  }

}

@media(max-width:1000px) {
  #download {
    padding-top: 180px;
  }

  .download-col2-2 {
    width: 80%;
    margin-left: 10%;
}

  #seperator2 {
    width: 80%;
    margin-left: 10%;
}

  #seperator {
    width: 80%;
    margin-left: 10%;
}

  #download-button {
    width: 80%;
    margin-left: 10%;
  }
}

@media(max-width:800px) {
  #download {
    /*margin-right: 50px;*/
  }

  .download-col2 {
    grid-gap: 0;
  }

  #features-img {
    width: 200px;
    margin-left: 0;
    margin-top: 15px;;
  }
    #features {
      width: 300px;
      padding-left: 120px;
      list-style: circle;

    }

    #pw-blurb {
      width: 100%;
      margin-left: 0;
    }

  .download-info-container {
  width: 500px;
  }

  .download-col2-2 {
    width: 100%;
    margin: 0px;
    display: flex;
    flex-direction: column;
  }

  #require-child {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }

  #require-parent {
    width: 100%;
    margin-left: 0;
  }

  #seperator {
    width: 100%;
    margin-left: 0;
    padding-top: 0px;


  }

  #download-button {
    width: 100%;
    margin-left: 0;
  }
}

@media(max-width: 600px) {
  #download, .download-col2 {
    flex-direction: column-reverse;
    margin-bottom: 10px;
    width: 300px;
    margin: auto;
  }

  #features {
    padding-left: 0;
  }

  #features-img {
    margin-left: 50px;
  }

  .download-info-container {
    width: 300px;
  }

}

/*PRIVACY POLICY PAGE*/

#privacy-policy-content {
  margin: 12% 5% 5% 5%;
}

@media(max-width: 1302px) {
  #privacy-policy-content {
    margin-top: 20%;
  }
}

@media(max-width: 616px) {
  #privacy-policy-content {
    margin-top: 30%;
  }
}

@media(max-width: 419px) {
  #privacy-policy-content {
    margin-top: 50%;
  }
}

@media(max-width: 343px) {
  #privacy-policy-content {
    margin-top: 75%;
  }
}
/*Footer*/

footer {
  background-color: #606060;
  color: #202020;
  padding-top: 2%;
  padding-bottom: 1%;
}

footer p {
  background-color: #606060;
  color: white;
  text-align: center;
}

footer nav {
  justify-content: center;
}

footer i {
  margin-left: 25%;
  font-size: 50px;
}

.fab {
  color: white;
}

.fab:hover {
  color: limegreen;
}

#footer-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0;
  padding: 0;
}

a.footer-link {
  color: white;
  text-decoration: none;
  font-size: bold;

  transition: 0.3s;

}

a.footer-link:hover {
  color: lime;

}

#footer-margin-right {
  margin-right: 100px;
}
