.container {
  clear: both;
  margin: 0 auto;
  max-width: 1070px;
  padding: 0 30px;
  position: relative;
}

section {
  padding-top: 40px;
  padding-bottom: 60px;
  background-repeat: repeat;
}

.bg-white {
  background-color: white;
}

.bg-purple {
  background-color: #e6ccff;
}

.section-1 {
  background-image: url("backgrounds/pattern-1.png");
}

.section-2 {
  background-image: url("backgrounds/pattern-2.png");
}

.section-3 {
  background-image: url("backgrounds/pattern-3.png");
}

.section-4 {
  background-image: url("backgrounds/pattern-4.png");
}

.person-icon {
  max-width: 150px;
  margin: 0 auto;
}

.person-icon img {
  width: 100%;
  margin-top: 22px;
  margin-bottom: 22px;
  display: block;
}

/* TEXT */
body {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-transform: none;
  margin: 0px 0;
	overflow-x: hidden;
	min-height: 100%;
  	display: flex;
 	flex-direction: column;
}

h1, h2, h3, h4, h5, h6, a {
  font-family: 'Fredericka the Great', cursive !important;
}

h1 {
  color: white !important;
  text-align: center;
  width: 100%;
  letter-spacing: 2px;
}

h2 {
  color: #250060 !important;
  text-align: left;
  width: 100%;
  max-width: 400px;
  font-weight: 200 !important;
  margin: 22px 0;
}

h2.header-center {
  text-align: center;
  max-width: 100%;
}

h3, h4, h5{
  text-align: center;
  color: #462f6b !important;
}

h6 {
  text-align: left;
  font-size: 18px !important;
}

a.logo img {
  height: 300px;
}

p, li{
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 18px;
}

p.page-subtitle {
  color:white;
  width: 100%;
  max-width: 400px;
  margin: 10px auto;
  text-align: center;
  font-weight: 200;
  font-size: 22px;
  line-height: 32px;
}

p.large-subtitle {
  color: black;
  text-align: left;
  width: 100%;
  max-width: 500px;
  font-size: 20px;
}

p.large-subtitle-left {
  color: black;
  text-align: left;
  margin-right: 40px;
  max-width: 400px;
  font-size: 18px;
}

p.small-subtitle {
  color: black;
  text-align: left;
  width: 100%;
  max-width: 500px;
  font-size: 16px;
}

p.history-subtitle {
  color: black;
  text-align: center;
  width: 100%;
  font-size: 16px;
}

p.name {
  color: black;
  text-align: center;
  font-size: 16px;
}

p.description {
  color: black;
  text-align: center;
  font-size: 14px;
}


/* NAVIGATION */

header nav ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 0 auto;
}

header nav ul li {
  margin: auto 60px;
}

header a {
  color: #edeaf2;
  font-size: 16px;
}

header a:hover{
  color: #ffe696;
  text-decoration: none;
}

header {
  padding-top: 0px;
  background-color: rgb(250, 250, 250);
  margin: 0 0 0 0;
  clear: both;
}

nav {
  margin: 2px auto;
  position: relative;
  width: 100%;
}

.site-navigation {
  display: block;
  position: relative;
  background-color: #250060;
  border-top: 3px solid #250060;
  border-bottom: 4px solid #250060;
  width: 100%;
}

.site-navigation:after, .site-navigation:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #edeaf2;
    z-index: 0;
}

.site-navigation .icon {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  color: white
}

@media screen and (max-width: 600px) {
  .menu a {display: none;}
  .site-navigation a.icon {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .site-navigation.responsive .menu {position: relative;}
  .site-navigation.responsive .icon {
    display: block;
  }
  .site-navigation.responsive .menu a {
    float: none;
    display: block;
    text-align: left;
  }
}

.center {
  text-align: center;
}

/* BUTTON */
.button {
  font-size: 16px;
  border: 1px solid #250060;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
  padding: 14px 22px;
  display: inline-block;
  background-color: #250060;
  color: white;
  min-width: 166px;
}

.button:hover {
  color: #ffe696;
  text-decoration: none;
}

.button.alternate {
  color: #250060;
  border: 1px solid #250060;
  background-color: #edeaf2;
}

.button.alternate:hover {
  text-decoration: none;
  color: #ffc200;
}

.button-wrapper {
  margin-top: 22px;
  display: block;
}

.button-wrapper-small {
  margin-top: 0px;
  display: block;
}



/* FOOTER */

footer {
  background-color: #1f0c3d;
  padding-top: 22px;
  padding-bottom: 44px;
}

.footer-chunk-1 .footer-chunk-2 .footer-chunk-3 {
  display: block;
  margin: 0;
}

.footer-chunk-1 {
  width: 70%;
  float: left;
}

.footer-chunk-2 {
  width: 30%;
  float: right;
}

.footer-chunk-3 {
  clear: both;
  width: 100%;
  text-align: right;
}

.footer-menu-item a {
  color: #edeaf2;
}

.footer-menu-item a:hover{
  color: #ffc200;
  text-decoration: none;
}

.button-right {
  float: right;
}

.menu-footer-1-container {
  margin: 22px auto;
}

.text-widget{
  margin-bottom: 22px;
  color: #edeaf2;
}



/* HOME PAGE SECTIONS */
#top-of-page {
  background-color: white;
  padding-top: 0px;
  padding-bottom: 0px;
}

#top-of-page img {
  width: 40%;
  display: block;
  margin: 0 auto;
}

#models-how-to-apply img{
  width: 40%;
  float: right;
  margin-top: 20px;
}

#how-to-apply img{
  width: 40%;
  float: right;
  margin-top: 20px;
}

#about img {
  width: 40%;
  float: right;
  margin-top: 20px;
}

#dates img {
  display: block;
  margin: 0 auto;
}

#dates span.button-wrapper {
  display: block;
  text-align: center;
  margin: 22px auto;
}

#contact img {
  width: 40%;
  float: right;
  margin-top: 20px;
}

#schedule-clothing img {
  width: 30%;
  float: right;
  margin: 0 auto;
}

#sponsors li {
  display: inline-block;
  margin: 22px 44px;
  width: 160px;
}

#vision-subcommittee li {
  display: inline-block;
  margin: 22px 44px;
  width: 160px;
}

#vision-history img {
  width: 40%;
  float: right;
  margin-top: 20px;
}

#contact h3 {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}

#footer-menu-1{
  padding-left: 0;
}

#footer-menu-1 li {
  display: inline;
  margin-right: 33px;
}

#footer-menu-3 li {
  display: inline;
  margin-left: 33px;
}
