* {
    scroll-behavior: smooth;
    list-style: none;
    text-decoration: none;
    font-family: "lato", sans-serif;
    font-weight: 100;
    width: 100%;
    box-sizing: border-box;
/* no padding:0; - it makes the nav icon disappear   */
    top: 0;
    margin: auto 0;
}

body{
/*  background-image: linear-gradient(45deg, transparent 20%, black 25%, transparent 25%), 
                    linear-gradient(-45deg, transparent 20%, black 25%, transparent 25%), 
                    linear-gradient(-45deg, transparent 75%, black 80%, transparent 0),
                    radial-gradient(gray 2px, transparent 0);*/
  background-repeat: no-repeat; background-position: top; 
  background-size: cover;
/*  align-items: center;*/
  justify-content: center;
/*  background-color: #f9f7f1;*/
/*  background-color: #4B4B4B;*/
  background-color: #0E242D;
/* Without min-width and min-height, section does not stick to top */
  min-height:100vh; max-height: 100%;
}

/*SECTION SUPER SIMPLE RE TITLE*/

.content {
  text-align: center;
  position: relative;
  justify-content: center;
  line-height: 2rem;
  justify-items: center;
  padding-top: 1.5rem;
  }

h1 {
/* 101 */
    display: block;
    padding-left: 0.75%;
/*  to center homenegotiator on 101  */
    margin-bottom: -2.2rem;
    /*  to center homenegotiator on 101  */
    color: #FCF9ED;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 4rem;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    letter-spacing: 0.1rem;
    text-shadow: 1px 1px 1px whitesmoke;
    -webkit-background-clip: text;
    -moz-background-clip: text;
}

.logo-title {
/* homenegotiator */
    margin: auto 0;
    color: #ed6000;
    font-family: "permanent marker", cursive;
    font-weight: 700;
    font-optical-sizing: auto;
    font-size: 2.1rem;
    font-style: normal;
    letter-spacing: 0.1rem;
    text-shadow: 1px 1px 1px #0E242D, 
               1px 1px 1px #0E242D;
    text-align: center;
}

hr {
  border-top: 1px solid #de0000;
  margin: auto;
  width: 100%;
  background: linear-gradient(90deg, #de0000, transparent) padding-box;
}

.wrapper {
  margin: auto;
/* height important! controls distance between content and wrapper */
  height: 100%;
  padding-top: 1rem;
  display: flex;
  width: 400px;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-color: #ED6000 #3D4F56;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  scrollbar-width: thin;
  cursor: grab;
  background-clip: content-box;
  transition: color 0.3s;

  &:hover {
    color: #0E242D;
  }
/* or proximity */
}

.box {
  scroll-snap-align: center;
  box-sizing: border-box;
  padding: 20px 30px;
  flex-shrink: 0;
  width: 400px;
  height: 800px;
  text-align: center;
  background: #3D4F56;
  outline: 1px solid slategrey;
  border-radius: 10px 10px 0 0;
/* top of scrolling bar */
  margin-bottom: 0.1rem;
}

:root {
  counter-reset: headings;
}

h2 {
  font-weight: bold;
  cursor: pointer;
  font-family: "Caveat", cursive;
  font-size: 1.5rem;
  font-optical-sizing: auto;
  font-weight: 400;
}

h3 {
  counter-increment: headings;
  background: transparent;
  font-size: 20px;
  color: coral;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  margin-bottom: 0.9rem;
}

h3:before {
  content: counter(headings);
  background-color: #0E242D;
  font-size: 18px;
  font-weight: bold;
  color: whitesmoke;
  border-radius: 4px;
  padding: 0.1em .5em 0.1em .5em;
}

.p-box {
  font-family: "Montserrat", sans-serif;
  line-height: 1.4em;
  font-optical-sizing: auto;
  font-size: 16px;
  padding-top: 1em;
/*  padding-bottom: .6em;*/
  font-weight: 400;
  color: whitesmoke;
  width: 100%;
  text-align: left;
  text-justify: inter-word;
}

.p-box-quote {
  margin-top: 1rem;
    font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  color: whitesmoke;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: right;
  font-size: 1.45rem;
  line-height: 1.1em;
}

span.quote {
  margin-top: 0.5rem;
  color: #fcf9ed;
  font-family: 'Abril Fatface', cursive;
  float: right;
  margin-bottom: 1rem;
}

span.safe {
      font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  color: whitesmoke;
  font-weight: 400;
  color: #ed6000;
}

i {
  letter-spacing: 0.1em;
  font-weight: bold;
}

i.question-answer {
  color: #ed6000;
}

.img-main {
  height: 200px;
  width: 200px;
  padding-top: 10px;
  margin: auto;
  position: relative;
}

.img-main-congrats {
  width: 300px;
}

h2 {
  color: #00FFFF;
}

h2:hover {
  color: whitesmoke;
}

.contact-us-link {
  padding: 0.1rem 0rem .3rem 0rem;
  margin: auto;
  line-height: 2rem;
  width: 75%;
  box-sizing: border-box;
  box-shadow: 0 5px 25px rgba(0,0,0,.6);
  border-radius: 10px;
    -webkit-transition: .1s all;   
    -webkit-transition-delay: 0.1s; 
    -moz-transition: .1s all;   
    -moz-transition-delay: 0.1s; 
    -ms-transition: .1s all;   
    -ms-transition-delay: 0.1s; 
    -o-transition: .1s all;   
    -o-transition-delay: 0.1s; 
    transition: .1s all;   
    transition-delay: 0.1s; 
  }

.contact-us-link:hover {
  margin-top: 1rem;
  margin: auto;
  width: 75%;
  box-sizing: border-box;
  border-radius: 10px;
    box-shadow: 0 5px 35px 0px rgba(0,0,0,.2);
        -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
      cursor: pointer;
}

.just-ask {
  color: #ed6000;
  font-weight: bold;
  text-shadow: 0.2px 0.5px #ed6000;
}

footer{
  background-color: transparent;
  height: 2rem;
  width: 100%;
}

.p-footer {
  line-height: 2.5rem;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: whitesmoke;
  margin: auto;
  text-align: center;
}

.icon-back-to-top {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100px;
}

.back-to-top {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-top: 2rem;
}


