@import url("https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

/* .azeret-mono-<uniquifier> {
	font-family: "Azeret Mono", monospace;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
} */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}

body {
  font-family: "Azeret Mono", monospace;
  color: #898989;
  background: url("images/dotPatern.png"), #fafaf8;
  font-size: 18;
  margin: 0;
  padding: 0;
}


p{
  padding-top: 1;
  padding-bottom: 1;
}

#mainContent {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  /*padding-top: 400px;*/
  padding-top: 50px;
  padding-bottom: 50px;
  /* background-color: greenyellow; */
}

#headerBar {
  position: fixed; /* Positions the element relative to the viewport */
  top: 0; /* Aligns the top edge to the top of the viewport */
  /* left: 0;         Aligns the left edge to the left of the viewport */
  width: 100%; /* Makes the navigation bar span the full width */
  z-index: 999; /* Ensures the navigation bar stays on top of other content */
  /* max-width: 800px;
  margin-right: auto;
  margin-left: auto; */
  padding-top: 5px;
  height: 45px;
  /* background-color: rgb(135, 12, 143); */

  border-bottom: 1px solid #9e9e9e;
  background: #fafaf8;
}

#headerBar #content {
  padding: 10px 0;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  /* background-color: rgb(135, 12, 143); */
  font-family: Arial, Helvetica, sans-serif;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

#headerBar #navButtons {
  padding-left: 5px;
}

#headerBar #navButtons a,
#headerBar #navButtons a:visited,
#headerBar #navButtons a:hover,
#headerBar #navButtons a:active,
#headerBar #navButtons a:focus {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  /* color: #ff5d5d; */
  font-size: 100%;
  text-decoration: none;
  padding: 0px 10px;
}

#headerBar #navBuy {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-right: 5px;
}

#headerBar #navBuy a,
#headerBar #navBuy a:visited,
#headerBar #navBuy a:hover,
#headerBar #navBuy a:active,
#headerBar #navBuy a:focus {
  text-decoration: none;
  display: flex;
  align-items: center;
}


.topLine a,
.topLine a:visited,
.topLine a:hover,
.topLine a:active,
.topLine a:focus {
  text-decoration: none !important;
}

#headerBar #content img {
  position: relative;
  height: 25px;
  top: -4px;
  padding-left: 5px;
}

#header {
  font-family: Playfair Display;
  font-size: 280%;
  line-height: 100%;
  font-weight: 100;
  background: url("images/skFull.png") 30px 260px no-repeat;
  background-size: 740px;
  height: 700px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 20px;
}

#header h2 {
  font-size: 60%;
  font-weight: 200;
  line-height: 110%;
  margin-top: 180px;
}

#formField {
  display: block;
  padding-left: 8px;
  padding-right: 8px;
}

#sentMessage {
  display: none;
  padding-left: 8px;
  padding-right: 8px;
}

.dark {
  color: #000000;
  font-weight: 200;
}

.section {
  background: url("images/line.png") 0 0 no-repeat /*#eddfdf*/;
  background-size: 28px;
  margin-top: 80px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 20px;
  /* background-color: yellow; */
}

.psMessage {
  background: url("") 0 0 no-repeat; /*this gets rid of line marker*/
  padding-left: 70px;
  padding-right: 0px;
  opacity: 0;
  scale: 0.8;
  translate: 0px 50px;

  /* transition: filter 0.4s ease-out, opacity 0.6s ease-out, transform 0.6s ease-out; */
}

.psMessageFull {
  opacity: 1;
  scale: 1;
  translate: 0px;
  transition: /*filter 0.4s ease-out,*/ opacity 0.5s ease-in, scale 0.3s ease-in,
    translate 0.3s ease-in;
}

.section img {
  display: block;
  /* width: 80%; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.section h1 {
  /* font-size: 22; */
  font-family: Playfair Display;
  padding: 0;
  margin: 0;
  font-weight: 300;
  color: #ff5d5d;
}

.section .spaceTop {
  padding-top: 20px;
}

.section h2 {
  /* font-size: 22; */
  /* font-family: Playfair Display; */
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 120%;
  padding-top: 20;
  color: black;
}

#form_ios h2 {
  /* background-color: aqua; */
  padding-left: 8px;
  padding-right: 8px;
}

.section p {
  margin-top: 20;
  font-weight: 200;
  font-size: 120%;

  /* color:hotpink */
  /* color: #FF5D5D; */
}

.imgcomputer {
  width: 80%;
}

.imgBuy {
  width: 60%;
}

.emphasis {
  color: black;
}

.moveLerft {
  position: relative;
  left: -20px;
}

.moreVSpacing {
  padding-top: 20px;
  /* background-color: #ff5d5d; */
}

.endMessage {
  font-family: Playfair Display;
  font-weight: 300;
  text-align: center;
  color: #ff5d5d;
  font-size: 200%;
  padding-top: 20px;
  padding-bottom: 50px;
  /* background-color: aqua; */
}

.endMessage img {
  width: 10%;
}

.contact {
  text-align: right;
  font-size: 120%;
  font-weight: 100;
  padding: 0px 30px;
}

#download_mac {
  display: block;
}

#form_ios {
  display: block;
  padding: 8px 10px 10px 10px;
  margin-bottom: 20px;
  border: 1px;
  border-style:solid;
  border-radius: 20px;
  background-color: white;
}

#form_ios .topLine {
  display: flex;
  /* background-color:aqua; */
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  border-radius: 10px;
  border-width:0.7;
  border-style: solid;
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5 10;
  /* margin: 0 0 0 0; */
}

#form_ios .topLine img {
  margin-top: 0px;
  margin-bottom: 0px;
  /* background-color: bisque; */
  /* width: 125px; */

  /* float: left; */
}

.appleStore {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 140%;
}

.appleStore img {
  padding-right: 8px;
  padding-bottom: 4px;
}

.downloadArrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 120%;
  /* background-color: red; */
}

.downloadArrow img {
  padding-left: 5px;
}

#form_ios input[type="email"] {
  width: 100%;
  font-size: 120%;
  /* padding: 10; */
  border: none;
  border-bottom: 1.5px dotted #898989;
  outline: none;
  background: transparent;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  /* background-color:aqua; */
  margin: 0px;
}

.desksweep {
  /* width: 80%; */
  /* background-color: yellow; */
  padding: 0px 30px;
  /* padding-left: 40px;
  padding-right: 40px; */
}

.elementBlur {
  /* filter: blur(3px); */
  opacity: 0;
  transform: translateY(100px); /* Initial position below */
  transition: /*filter 0.4s ease-out, */ opacity 0.6s ease-out,
    transform 0.6s ease-out;
}

.elementUnblur {
  /* filter: blur(0px); */
  opacity: 1;
  transform: translateY(0); /* Final position */
  transition: /*filter 0.4s ease-out,*/ opacity 0.6s ease-out,
    transform 0.6s ease-out;
}

.testomonials {
  display: flex;
  text-align: center;
  flex-direction: column;
  row-gap: 10px;
  padding-top: 20px;
}

.testomonials img {
  width: 55px;
}

.testomonials .name {
  font-weight: 300;
  font-size: 90%;
}

.testomonials .content {
  font-weight: 200;
  padding: 0px min(150px, 15%);
  /* background-color: yellow; */
}

.testomonials .startQuote,
.testomonials .endQuote {
  position: relative;
  font-weight: 500;
  font-size: 300%;
  overflow: visible;
  /* height: 10px; */
  top: 22px;
  line-height: 0;
  /* background-color: yellow; */
}

.testomonials .endQuote {
  top: 32px;
}

.next {
  margin-top: 20px;
}

.next img {
  width: 70px;
  border-radius: 50%;
}

@media screen and (max-width: 450px) {
  body {
    /* background-color: lightblue; */
    font-size: 14;
    background-size: 13px;
  }

  #mainContent {
    margin-right: 15px;
  }
  #header {
    /* font-size: 28; */
    background-size: 85vw;
    background-position-y: 240px;
    height: 490px;
  }

  #header h2 {
    margin-top: 120px;
  }

  #navButtons {
    display: none;
  }

  #headerBar {
    height: 40px;
  }

  #headerBar #content {
    padding: 0px 10px;
    /* background-color: aqua; */
    height: 35px;
  }

  #headerBar #content img {
    height: 18px;
    top: -2px;
    padding-left: 5px;
  }

  .section {
    background-size: 22px;
    /* margin-right: 30px; */
  }

  .section p {
    font-size: 130%;
    /* color:hotpink */
    /* color: #FF5D5D; */
  }

  .imgcomputer {
    width: 100%;
  }

  .imgBuy {
    width: 80%;
  }

  .moveLerft {
    position: relative;
    left: 0px;
  }

  .endMessage {
    /* position: relative;
	left:-15px; */
    padding-left: 40px;
    padding-right: 40px;
  }

  .endMessage img {
    width: 30%;
  }

  .desksweep {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    /* padding: 0px 100px; */
    /* padding: 0px; */
    width: 85%;
  }

  .contact {
    margin-left: auto;
    /* margin-right: 30; */
    width: 50%;
  }

  .psMessage {
    padding-left: 40px;
  }

  .testomonials .startQuote {
    top: 17px;
  }

  .testomonials .endQuote {
    top: 24px;
  }
}
