body {
    /* Typography Declarations */
    color: #222222;
    font-size: 1em;
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
@font-face {
  font-family: 'MyWebFont';
  src: url('../font/GIGI.woff2') format('woff2'),
       url('../font/GIGI.woff') format('woff'),
       url('../font/GIGI.TTF') format('truetype');
}
.content-footer,
.masthead-heading,
.masthead-intro {
  text-align: center;
}

.profilePhoto{
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* border-radius: 20px; */
  border: 0px;
}

.masthead-intro {
    /* Layout Declarations */
    margin-bottom: 0.1em;
    /* Typography Declarations */
    font-family: 'MyWebFont'!important;
    font-size: 3.5em;
}

.masthead-heading {
    /* Layout Declarations */
    color: black;
    margin-top: -0.2em;
    /* Typography Declarations */
    font-family: 'MyWebFont';
    font-weight: bold;
    font-size: 6em;
    letter-spacing: -0.02em;
    /* text-transform: uppercase; */
}

.introduction-section,
.location-section,
.questions-section {
    max-width: 38em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
}

.introduction-section > p,
.location-section > p,
.questions-section,
.content-footer > p {
    /* Typography Declarations */
    font-weight: 300;
    letter-spacing: 0.05em;
}

.questions-section > h2 {
    font-family: "Gentium Book Basic", Georgia, serif;
    font-size: 1.2em;
    font-weight: bold;
    /* Layout */
    margin: 2em 0 1em 0;
}

section > h1 {
  font-family: 'MyWebFont'!important;
  font-size: 2.2em!important;
    margin-top: 1em;
}

.masthead {
  padding: 6em 0;
  background-image: url('../img/photo/splatt.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.introduction > p,
.location > p,
.content-footer > p {
    /* Typography Declarations */
    font-weight: 300;
    letter-spacing: 0.05em;
}
h2 {
    /* Typography Declarations */
    font-family: "Gentium Book Basic", Georgia, serif;
    font-size: 1.2em;
    font-weight: bold;
}
.contactButton {
    background-color: #2196f3; /* Green */
    border: none;
    color: white;
    margin-left: 0 auto;
    width: 40%;
    margin-right: 0 auto;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.introduction-section,
.location-section,
.questions-section {
    max-width: 38em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
}
.content-footer {
  margin: 50px 0;
  padding: 20px 0;
  text-align: center;
  background-color: #73A8C2;
  text-decoration: none;
}
.social > li {
  display: inline-block;
  margin: 0 5px;
}
.content-footer > p {
  color: #F7EDE1;
}
a {
    font-weight: bold;
    text-decoration: none;
    color: #F1C863;
}

@media only screen and (max-width: 500px) {
    .masthead {
        padding: 3em 0;
    }
    .masthead-heading {
        font-size: 3em;
    }
    .content-footer {
        padding: 2em 2.5em;
  }
}
