
@font-face { font-family: Gotham-Black; 
    src: url('Gotham/Gotham-Black.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
 } 

 @font-face { font-family: Gotham-Bold; 
    src: url('Gotham/Gotham-Bold.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
 } 

 @font-face { font-family: Gotham-Book; 
    src: url('Gotham/Gotham-Book.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
 } 

 @font-face { font-family: Gotham-Light; 
    src: url('Gotham/Gotham-Light.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
 } 

* {
    box-sizing: border-box;
    color: #515151;
    background-color: #f9fafc;
}


html, body{
    margin: 0;
    padding: 0;
}

.nav ul{
    margin: 0;
}

.nav li{
    display: inline;
}

.nav a {
    display: inline-block;
    padding: .5em;
    color: #0e4eae;
    text-decoration: none;
}

.nav a:hover{
    background-color: rgba(81, 81, 81, .3);
}

.main-nav {
    text-align: center;
    font-family: Gotham-Book;
    font-size: 1.1em;
    border-bottom: 1px solid rgba(81, 81, 81, .3);
}

.main-nav li {
    padding: 0 5%;
}


.main-heather{
background-color: #f9fafc;
background-size: cover;
padding-bottom: 20px;
}

.title {
    text-align: center;
    margin: 0;
    font-family: Gotham-Bold;
    font-size: 3.5em;
    font-weight: normal;
    text-decoration: none;
}

.title-large{
    font-size: 7em;
    text-decoration: none;
}

.subtitle-section {
    margin: .5em auto;
    text-align: center;
    background-size: cover;
    padding-bottom: 20px;
    font-family: Gotham-Black;
    font-size: .8em;
    font-weight: normal;
    max-width: 1000px;

}

.content-section{
    margin: .05em auto;
    background-size: cover;
    padding-bottom: 20px;
    max-width: 1000px;
}



.section-title{
    padding-top: 1em;
    margin: .5em auto;
    text-align: center;
    background-size: cover;
    padding-bottom: 20px;
    font-family: Gotham-Black;
    font-size: 1.5em;
    font-weight: normal;
    max-width: 1000px;
}

.container{
    margin: .05em;
    text-align: left;
    background-size: cover;
    padding-bottom: 20px;
    max-width: 900px;
    padding: 0 1.5em;
}

.paragraph-section{
    margin: .05em;
    text-align: left;
    font-family: Gotham-Book;
    font-size: 1em;
    padding-bottom: 20px;
    max-width: 900px;
    padding: 0 1.5em;
}

.subheading{
    padding-top: 1em;
    margin: 1em;
    text-align: left;
    font-family: Gotham-Bold;
    font-size: 1.2em;
    padding-bottom: 20px;
    max-width: 900px;
    padding: 0 1.5em;
}

.subparagraph-section{
    margin-left: 5em;
    text-align: left;
    font-family: Gotham-Book;
    font-size: 1em;
    padding-bottom: 0.05px;
    max-width: 1500px;
    
}

.subsubparagraph-section{
    margin-left: 8em;
    text-align: left;
    font-family: Gotham-Book;
    font-size: 1em;
    padding-bottom: 0.05px;
    max-width: 1500px;
}

.credits-section{
    margin-left: 0.5em;
    text-align: left;
    font-family: Gotham-Bold;
    font-size: 0.6em;
    padding-bottom: 0.05px;
    max-width: 1500px; 
}

.imagestyle{
  height: 200px;
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 20%;
}

.imagestyle2{
    height: 250px;
    width: 120px;
    display: inline-flex;
    margin-left: 180px;
    margin-right: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 1%;
  }

  .imagestyle3{
    height: 250px;
    width: 120px;
    display: inline-flex;
    margin-left: 80px;
    margin-right: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 1%;
  }

  .imagestyle4{
    height: 250px;
    width: 120px;
    display: inline-flex;
    margin-left: 80px;
    margin-right: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 1%;
  }

  .imagestyle5{
    height: 250px;
    width: 120px;
    display: inline-flex;
    margin-left: 80px;
    margin-right: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 1%;
  }

  .container2{
    margin: .05em;
    align-self: center;
    display: block;
    background-size: cover;
    padding-bottom: 20px;
    max-width: 1500px;
    padding: 0 1.5em;
}