* {
  margin: 0;
  padding: 0;
  }

html {
  font-family: Georgia, serif;
}

body {
  margin: 0 auto;
  padding: 0;
  background-color: rgb(0, 2, 1);
  color: white;
  background-image: url("images/pexels-8-blur-test.jpg");
  /* make pic 8 the background since its storming  */
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #cccccc;
  background-position: center;
  background-attachment: local;
  background-blend-mode: multiply;
  margin-top: 10rem;
  overflow-x: hidden;
  /* padding-left: 1rem; */
}

@media screen and (max-width: 600px){
    body {
    margin: 0 auto;
    padding: 0;
    background-color: rgb(0, 2, 1);
    color: white;
    background-image: url("images/pexels-8-blur-test.jpg");
    /* make pic 8 the background since its storming  */
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #cccccc;
    background-position: center;
    background-attachment: local;
    background-blend-mode: multiply;
    margin-top: 10rem;
    overflow-x: hidden;
    /* padding-left: 1rem; */
  }
}

.infopics {
  border-radius: 17px;
}

@media screen and (max-width: 600px){
  .infopics {
    border-radius: 17px;
    width: 100%;
    height: auto;
  }
}

.centerpiece {
  margin: 0;
  padding: 0;
  background-image: url("images/pexels-6-test.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  background-attachment: local;
  background-blend-mode: multiply;
  /* border-bottom-right-radius: 5%;
  border-bottom-left-radius: 5%; */
  opacity: 90%;
  margin-top: -10rem;
  overflow-x: hidden;
  /* padding-left: -1rem; */
}

@media screen and (max-width: 600px){
    .centerpiece {
    margin: 0;
    padding: 0;
    background-image: url("images/pexels-6-test.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    background-attachment: local;
    background-blend-mode: multiply;
    max-width: 100%;
    height: auto;
    /* border-bottom-right-radius: 5%;
    border-bottom-left-radius: 5%; */
    opacity: 90%;
    margin-top: -10rem;
    overflow-x: hidden;
    /* padding-left: -1rem; */
  }
}

.whitepages {
  background: none;
  background-color: white;
  color: black;
}

.whitepages * {
  color: black;
}

.whitepages h1 {
  font-size: 39px;
}

.home {
  background: none;
  background-color: rgb(9, 13, 20);
}

.blog-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.blog {
  position: relative;
  background: rgb(172, 35, 24);
  height: 40em;
  margin: 1rem;
  border-radius: 17px;
}

.bheader {
  place-self: center;
}

.reasons-container {
  display: block;
  /* grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr); */
  gap: 10px;
  padding: 10px;
  border-style: none;
  overflow: hidden;
  /* background-image: url("../images/pexels-8-blur-test.jpg"); */
  /* make pic 8 the background since its storming  */
  /* background-size: cover;
  background-repeat: no-repeat;
  background-color: #cccccc;
  background-position: center;
  background-attachment: local;
  background-blend-mode: multiply; */
}

@media screen and (max-width: 600px){
  .reasons-container {
    display: block;
    /* grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr); */
    gap: 1vw;
    padding: 1vw;
    border-style: none;
    overflow: hidden;
    /* background-image: url("../images/pexels-8-blur-test.jpg"); */
    /* make pic 8 the background since its storming  */
    /* background-size: cover;
    background-repeat: no-repeat;
    background-color: #cccccc;
    background-position: center;
    background-attachment: local;
    background-blend-mode: multiply; */
  }
}

.reasons-box {
  border: none;
  position: relative;
  background: #252F43;
  background: -moz-linear-gradient(left, #252F43 0%, #1A202E 38%, #090B10 100%);
  background: -webkit-linear-gradient(left, #252F43 0%, #1A202E 38%, #090B10 100%);
  background: linear-gradient(to right, #252F43 0%, #1A202E 38%, #090B10 100%);
  -webkit-border-radius: 17px;
  border-radius: 17px;
  padding: 100px;
  color: white;
  /* left: 50%; */
  top: 10%;
  font-size: 3em;
  opacity: 0.9;
  /* background-image: linear-gradient(90deg, rgba(61,64,94,1) 0%, rgba(33,27,27,1) 43%, rgba(57,27,27,1) 100%); */
}

@media screen and (max-width: 600px){
  .reasons-box {
    border: none;
    position: relative;
    background: #252F43;
    background: -moz-linear-gradient(left, #252F43 0%, #1A202E 38%, #090B10 100%);
    background: -webkit-linear-gradient(left, #252F43 0%, #1A202E 38%, #090B10 100%);
    background: linear-gradient(to right, #252F43 0%, #1A202E 38%, #090B10 100%);
    -webkit-border-radius: 17px;
    border-radius: 17px;
    padding: 100px;
    color: white;
    /* left: 50%; */
    top: 10%;
    font-size: 1em;
    text-align: left;
    opacity: 0.9;
    /* background-image: linear-gradient(90deg, rgba(61,64,94,1) 0%, rgba(33,27,27,1) 43%, rgba(57,27,27,1) 100%); */
  }
}

#tit {
  font-size: 30px;
}

@media screen and (max-width: 600px){
  #tit {
    font-size: 2vw;
  }
}  

/* #bod {
  font-size: 1em;
  text-align: left;
} */

#main-logo {
  height: 200px;
}

@media screen and (max-width: 600px){
  #main-logo {
    height: 12vw;
  }
}  

#test-logo {
  height: 150px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: -1.5rem;
}

@media screen and (max-width: 600px){
    #test-logo {
    height: 12vw;
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
  }
}

/* input[type="submit"], #sign-in {
  border: none;
  background-color: rgb(148, 32, 32);
  color: white;
  height: 50px;
  width: 150px;
  border-radius: 10px;
  padding: 15px;
  margin-right: 5em; */

input[type="submit"], #sign-in {
  border: none;
  background-color: rgb(172, 35, 24);
  color: white;
  height: 50px;
  width: 150px;
  border-radius: 10px;
  padding: 15px;
  margin-right: 5em;
}

@media screen and (max-width: 600px){
  input[type="submit"], #sign-in {
  border: none;
  background-color: rgb(172, 35, 24);
  color: white;
  height: 8vh;
  width: 20vw;
  border-radius: 10px;
  font-size: 4vw;
  /* padding: 15px; */
  margin-right: 5em;
  text-align: center;
  }
}

input[type="submit"]:hover{
  cursor: pointer;
}

@media screen and (max-width: 600px){
    input[type="text"]{
    height: 10vh;
    width: 24vw;
  }
}

@media screen and (max-width: 600px){
    input[type="password"]{
    width: 24vw;
  }
}

@media screen and (max-width: 600px){  
    input[type="email"]{
    width: 24vw;
  }
}  

input[type="submit"]{
  margin-left: 1em;
  /* border: 1px solid #FFFFFF; */
}

@media screen and (max-width: 600px){
    input[type="submit"]{
    margin-left: 1em;
    /* border: 1px solid #FFFFFF; */
  }
}  

p, li {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  color: white;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

article {
  padding: 10%;
  margin: 0 auto;
  color: white;
}

#one-liner {
  font-size: 50px;
  margin: 0 auto;
  text-align: center;
  color: white;
}

@media screen and (max-width: 600px){
    #one-liner {
    font-size: 8vw;
    margin: 0 auto;
    text-align: center;
    color: white;
  }
}  

/* .greeting {
  text-shadow: 1px 1px 2px gray;
}*/

#info {
  font-size: 25px;
  margin: 0 auto;
  text-align: center;
  color: white;
}

@media screen and (max-width: 600px){
    #info {
    font-size: 4vw;
    margin: 0 auto;
    text-align: center;
    color: white;
  }
}  

@media screen and (max-width: 600px){
    #login-button{
    margin-left: 17em;
    margin-top: -8em;
  }
}

@media screen and (max-width: 600px){
    #special-button{
    margin-left: 22vw;
  }
}

@media screen and (max-width: 600px){
    .login-form {
    padding-top: 2em;
  }
}

.account-form {
  margin: 0 auto;
  text-align: center;
  padding-top: 1em;
}

.input-box {
  width: 500px;
  height: 50px;
  background: transparent;
  border: 1px solid grey;
  color: white;
  font-size: 16px;
}

@media screen and (max-width: 600px){
    .input-box {
    width: 40vw;
    height: 50px;
    background: transparent;
    border: 1px solid grey;
    color: white;
    font-size: 16px;
  }
}

a:visited {
  color: inherit;
}

a {
  color: white;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
  color: purple;
}

footer ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style-type: none;
}

@media screen and (max-width: 600px){
    footer ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    list-style-type: none;
  }
}

footer ul li {
  font-size: 12px;
  color: white;
}

@media screen and (max-width: 600px){
    footer ul li {
    font-size: 4vw;
    color: white;
  }
}

.feedback-wrapper {
  display: flex;
  border: 1px solid red;
  height:1000px;
  width:500px;
  gap: 10px;
  padding: 20px;
  color:black;
}

.box label {
  display:block;
  padding: 10px;
}

.box {
  padding: 10px;
  height: 25vh;
  align-content: center;
}

.homelinks {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: rgb(9, 13, 20);
  height: 100%;
  overflow: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-right: 3px double grey;
}

.homelinks a {
  display: block;
  color: white;
  padding: 16px;
  text-decoration: none;
  font-size: 20px;
}

.homelinks a.active {
  background-color: #04AA6D;
  color: white;
}

.homelinks a:hover:not(.active) {
  background-color: rgb(172, 35, 24);
  color: white;
}

/* input[type="submit"] {
  background-color: red;
  color: white;
  border: none;
  border-radius: 10px;
}
*/

.cont {
  width: 100%;
  min-height: 10vh;
  height: fit-content;
  position: fixed;
  background: rgb(9, 13, 20);
  /* background: rgb(172, 35, 24); */
  overflow-y: hidden;
  overflow: hidden;
  top: 0;
}

@media screen and (max-width: 600px){
    .cont {
    width: 100%;
    min-height: 10vh;
    height: fit-content;
    position: fixed;
    background: rgb(9, 13, 20);
    /* background: rgb(172, 35, 24); */
    overflow-y: hidden;
    overflow: hidden;
    top: 0;
  }
}

.navbar {
  min-width: 700px;
  width: 100%;
}

.nav--list {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  top: 0;
}

@media screen and (max-width: 600px){
    .nav--list {
    position: absolute;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    top: 0;
  }
}

.active {
  position: absolute;
  z-index: 1;
  width: 0%;
  height: 0%;
  background: #000;
  border-radius: 5px;
  transition: left 300ms ease, width 200ms 200ms ease;
}

.item {
  padding: 10px;
  margin: 10px;
  z-index: 20;
}

.item a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  letter-spacing: 3px;
  text-shadow: 4px 3px 3px #1b365d;
}

@media screen and (max-width: 600px){
    .item a {
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 2vw;
    color: #fff;
    /* letter-spacing: 2vw; */
    text-shadow: 4px 3px 3px #1b365d;
  }
}

.item a:hover {
  background-color: rgb(57, 57, 57);
}

.footlinks {
  /* margin-left: -1rem; */
  padding-top: 5rem;
  padding-bottom: 5rem;
  /* border: 2px red solid; */
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
}

@media screen and (max-width: 600px) {
    footer ul {
    display: grid;
    grid-template-columns: repeat(1, auto-fit);
    list-style-type: none;
  }
}

.footlinks a {
  padding: 5rem;
}

.subscription-options,.subscription-options ul {
    display: grid;
    grid-template-columns: repeat(1, auto-fit);
    list-style-type: none;
    justify-content: center;
}

.collection * {
  display: grid;
  grid-template-columns: repeat(2, 10rem);
  gap: 1rem;
  justify-content: center;
}

#setup {
  text-align: center;
  padding-bottom: 5rem;
}

/* article {
  padding-top: 10rem;
} */

#welcomecontainer {
  height: 100%;
  display: flex;
  justify-content: center;
  margin-top: -25rem;
  padding-bottom: 10rem;
}

#welcomecontainer video {
  border: 3px double grey;
  background-color: grey;
}

#welcome {
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  font-size: 20px;
}

#usaflag {
  padding: 0;
  margin: 0;
}

/*
https://codepen.io/kiran-r-raj/pen/abLJMMB
*/
