@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;500;600;700&family=Roboto:wght@100;300;400;500;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: "ubuntu";
}
img {
    width: 100%;
}
header {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;

    background: #000000;
}
header .header-left {
    display: flex;
    align-items: center;
}
header .header-left nav {
    margin-left: 1100px;
}
header .header-left nav ul {
    display: flex;
}
nav ul li a {
    display: block;
    color: #aaafb5;
    font-size: 18px;
    padding: 5px 50px;
    transition: 0.2s;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
nav ul li a:hover,
nav ul li a.active {
    color: #ffffff;
    
}

header .header-left .logo {
    margin-top: 5px;
    height: 60px;
    width: 60px;
}





.masthead-heading,
.masthead-intro {
  text-align: center;
  
}

.masthead {
  padding: 6em 0;
  
  background-size: cover;
  background-repeat: no-repeat;
  border-top: solid 1em #a09676;
}

.masthead-intro {
  margin-bottom: 1.1em;
  font-family: "Gentium Book Basic", Georgia, serif;
    font-size: 2em;
}

.masthead-heading {
  margin-top: -0.2em;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 3em;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.introduction > p,
.location > p,
.content-footer > p {
    /* Typography Declarations */
    font-weight: 300;
    letter-spacing: 0.05em;
    
}
h2 {
    /* Typography Declarations */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}

.introduction-section,
.location-section,
.questions-section {
    max-width: 38em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    font-family: Arial, Helvetica, sans-serif;
}
.introduction-section p{
    padding-top: 12px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    
}

.location-section p {
    padding-top: 12px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
}

.questions-section p {
    padding-top: 12px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
}