@import 'https://fonts.googleapis.com/css?family=Crimson+Text|Merriweather|Open+Sans:300,400,700|Rasa';

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Merriweather', serif;
font-family: 'Crimson Text', serif;
font-family: 'Rasa', serif;
*/

nav ul li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 11pt;
}


h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 42pt;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24pt;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14pt;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 20pt;
    margin-top: 30px;
    margin-bottom: 0;
}

h3.serif {
    font-family: 'Georgia', serif;
}

p {
    font-family: 'Georgia', serif;
    font-size: 10pt;
}

footer ul {
  list-style: none;
  list-style-type: none;
  margin-top: 35px;
}

footer ul li {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 11pt;
}

.content_overlay h1,
.content_overlay h2,
.content_overlay h3 {
    color: #fff;
}

.content_overlay h1 {
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

.content_overlay h3 {
    margin-top: 0;
    margin-bottom: 40px;
}

.divider_title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16pt;
}

.square h4,
.square_by_two h4 {
  margin-top: 0;
  margin-bottom: 12px;
}

.square p,
.square_by_two p {
  font-family: 'Georgia', serif;
  font-size: 11pt;
  margin: 0;
}


.purple {
    color: #262fa3 !important;
}

.white {
    color: #fff !important;
}

.gray_text {
    color: #333 !important;
}
