@font-face {
  font-family: 'social';
  font-weight: normal;
  font-style: normal;
}


/* line 29, styles.scss */
body {
  font-size: 125%;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* line 30, styles.scss */
.intro {
  height: 102px;
  position: absolute;
  top: 50%;
  margin-top: -51px;
  width: 100%;
}
.normal {
  
}

.about {
text-align: left;
margin-left: 10px;
margin-right: 10px;
}

/* line 31, styles.scss */
h1 {
  font-family: "Lora", serif;
  margin-top: 0;
}

h2 {
  font-size: 115%;
  font-family: "Lora", serif;
  margin-top: 0;
}
h3 {
  font-size: 100%;
  font-family: "Lora", serif;
  margin-top: 0;
}
/* line 32, styles.scss */
a {
  text-decoration: none;
  color: gray;
}
/* line 33, styles.scss */
a:hover {
  color: black;
}

.auto-resizable-iframe {
  max-width: 900px;
  margin: 0px auto;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 75%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}