@font-face {
  font-family: ptsans-narrow;
  src: url(/fonts/ptsans-narrow-web-regular.ttf);
}
@font-face {
  font-family: glimmer_of_light;
  src: url(/fonts/glimmer_of_light.ttf);
}

/* Formatting and Text */
* {
  margin: 0;
  padding: 0;
}

body {
  background-color : transparent;
  overflow-x: hidden;
  font-family: ptsans-narrow;
  font-size: 18px;
}

h3 {
  width: 100%;
  text-align: center;
  font-family: "glimmer_of_light", Times, serif;
  font-size: 24px;
  margin-top: 85px;
}

p {
  margin-left: 65px;
  margin-right: 65px;
  text-indent: -20px;
}

@media screen and (orientation: portrait) and (max-width: 400px){

h3 {
  font-size: 18px;
}
body {
  font-size: 16px;
}

}

@media screen and (orientation: portrait) and (min-width: 400px){

h3 {
  font-size: 20px;
}
body {
  font-size: 18px;
}

}

@media screen and (orientation: portrait) and (min-width: 500px){

h3 {
  font-size: 22px;
}
body {
  font-size: 20px;
}

}

@media screen and (orientation: portrait) and (min-width: 600px){

h3 {
  font-size: 24px;
}
body {
  font-size: 22px;
}

}

@media screen and (orientation: portrait) and (min-width: 960px){


}
