/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  margin: 0;
}
body {
  font-size: 1.4rem;
  font-size: 14px;
}
h1,
h2,
h5 {
  font-family: 'Jost', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
}
h3 {
  font-family: 'Jost', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  line-height: 150%;
}
h4 {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
}
h1 {
  font-size: 5.6rem;
}
@media (min-width: 1201px) {
  h1 {
    font-size: 10.8rem;
  }
}
@media (min-width: 800px) {
  h1 {
    font-size: 7.2rem;
  }
}
h2 {
  font-size: 3.6rem;
}
@media (min-width: 1201px) {
  h2 {
    font-size: 4.8rem;
  }
}
h3 {
  line-height: 150%;
  font-size: 2.1rem;
}
@media (min-width: 800px) {
  h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1201px) {
  h3 {
    font-size: 3rem;
  }
}
h4 {
  font-size: 1.8rem;
  line-height: 150%;
}
@media (min-width: 800px) {
  h4 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1201px) {
  h4 {
    font-size: 3rem;
  }
}
h5 {
  font-size: 1.8rem;
  line-height: 150%;
}
@media (min-width: 800px) {
  h5 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1201px) {
  h5 {
    font-size: 2.7rem;
  }
}
p,
a {
  font-family: 'Jost', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 150%;
}
@media (min-width: 800px) {
  p,
  a {
    font-size: 1.8rem;
  }
}
.parallax {
  background-attachment: scroll;
  background-size: contain;
  background-position: top;
  background-repeat: none;
  /* Create the parallax scrolling effect */
}
@media (min-width: 800px) {
  .parallax {
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
  }
}
/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
#parallax1 {
  background-image: url(https://igneastrata.com/imgs/cover-mobile.jpg);
  height: 70%;
  background-size: cover;
}
@media (min-width: 800px) {
  #parallax1 {
    height: 90%;
    background-image: url(https://igneastrata.com/imgs/cover-img-cropped.jpg);
  }
}
@media (min-width: 1201px) {
  #parallax1 {
    height: 100%;
    background-image: url(https://igneastrata.com/imgs/cover-img.jpg);
  }
}
#parallax2 {
  height: 100%;
  background-image: url(https://igneastrata.com/imgs/bridge.jpg);
}
#parallax3 {
  background-image: url(https://igneastrata.com/imgs/bridge.jpg);
  height: 35%;
}
@media (min-width: 800px) {
  #parallax3 {
    height: 50%;
    background-size: cover;
    background-repeat: none;
  }
}
@media (min-width: 1201px) {
  #parallax3 {
    height: 70%;
  }
}
.banner {
  width: 100%;
  padding-top: 40px;
}
@media (min-width: 800px) {
  .banner {
    padding-top: 80px;
  }
}
.title-banner {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 100%;
  margin: auto;
  padding: 40px;
  color: #180b03;
  background-color: #f8f8f8;
}
@media (min-width: 800px) {
  .title-banner {
    padding: 30px 20px 20px;
  }
}
@media (min-width: 1201px) {
  .title-banner {
    margin-top: 15px;
  }
}
.subtitle-tags {
  display: none;
}
@media (min-width: 800px) {
  .subtitle-tags {
    display: flex;
    align-items: stretch;
    justify-items: center;
    margin: auto;
  }
}
.tagline {
  margin: 15px;
}
@media (min-width: 1201px) {
  .tagline {
    margin: 10px 20px;
  }
}
.textdiv {
  width: 90%;
}
@media (min-width: 800px) {
  .textdiv {
    width: 85%;
  }
}
@media (min-width: 1201px) {
  .textdiv {
    width: 80%;
    margin: auto;
  }
}
.paragraph {
  margin: 50px 30px;
  text-align: center;
}
@media (min-width: 1201px) {
  .paragraph {
    margin: 100px 50px;
  }
}
.topnav {
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 15px 10px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 800px) {
  .topnav {
    padding: 15px;
  }
}
.topnav a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #180b03;
  text-align: center;
  padding: 0 5%;
  font-size: 2.4rem;
  font-weight: 400;
  text-decoration: none;
}
@media (max-width: 700px) {
  .topnav a {
    font-size: 1.8rem;
  }
}
.topnav a:hover {
  color: #180b03b8;
}
.topnav a.active {
  color: #f08f20;
}
.topnav .icon {
  display: none;
}
@media (max-width: 700px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    display: none;
  }
  .topnav.responsive a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
}
footer {
  padding: 30px;
  margin: auto;
  text-align: center;
  background-color: #180b03d2;
  color: #f8f8f8;
}
footer .email {
  text-decoration: none;
  line-height: 200%;
}
.sociallinks {
  margin: auto;
  text-align: center;
}
.sociallinks a {
  text-decoration: none;
  font-weight: 400;
  color: #f8f8f8;
}
.email {
  color: #f8f8f8;
  font-weight: 400;
}
.photo-quote {
  display: block;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  object-fit: cover;
  z-index: -1;
  background-color: #180b03d2;
}
@media (min-width: 1201px) {
  .photo-quote {
    display: flex;
    align-items: space-between;
  }
}
img {
  z-index: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 1201px) {
  img {
    max-width: 80%;
    overflow: hidden;
  }
}
#quote1 {
  z-index: 1;
  color: #f8f8f8;
  text-align: right;
  padding: 5%;
  margin-top: -35%;
}
@media (min-width: 1201px) {
  #quote1 {
    margin-top: 0;
    margin: auto;
    padding: 50px;
  }
}
.italic {
  font-style: italic;
}
.textdiv {
  display: block;
  max-width: 100%;
  margin: auto;
}
@media (min-width: 800px) {
  .textdiv {
    width: 80%;
  }
}
@media (min-width: 1201px) {
  .textdiv {
    width: 70%;
  }
}
.abt-paragraph {
  padding: 50px 0;
  text-align: left;
  width: 100%;
}
.abt-paragraph h4 {
  text-align: center;
}
#quote2 {
  color: #f8f8f8;
  text-align: left;
  padding: 5%;
}
@media (min-width: 1201px) {
  #quote2 {
    max-width: 40%;
  }
}
.platformname {
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.platformname h5 {
  padding-right: 10px;
}
@media (min-width: 800px) {
  .platformname {
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 1201px) {
  .platformname {
    width: 95%;
    margin: auto;
  }
}
.platform {
  width: 100%;
  display: block;
}
@media (min-width: 800px) {
  .platform {
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 1201px) {
  .platform {
    display: flex;
    align-items: space-evenly;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
  }
}
@media (min-width: 1201px) {
  .row {
    margin: auto;
    width: 45%;
    height: auto;
  }
}
.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /*16:9 Aspect ratio */
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1201px) {
  .responsive-iframe {
    width: 100%;
  }
}
.caption {
  padding: 20px;
  background-color: #180b03;
  color: #f8f8f8;
  margin-bottom: 20px;
}
@media (min-width: 1201px) {
  .caption {
    font-size: 1.8rem;
  }
}
