/*
Theme Name: 280
Version: 1.0
Description: A child theme of Divi
Author: deborah.j.owen
Template: Divi
*/

@import url("../Divi/style.css");
  @import url("https://use.typekit.net/vzj8ykq.css");

#main-header{
  display: none;
}

* {
font-family: museo-sans, sans-serif;
font-weight: 300;
}

h1, h2,h3,h4,h5,h6 {
	font-family: museo-slab, serif; 
	font-weight: 700;
}
 
body {
font-size: 1.6em;
  line-height: 1.4em;
}

h2 {
  font-size: 2em;
  text-align: center;
  padding: 100px;
  color: #2579BD;
}

.et_pb_slide_title {
  font-weight: 700!important;
  text-align: right;
  margin-left: 300px;
  margin-right: -150px;
  font-size: 2.5em!important;
}

a, a:active {
  color: #2579BD;
}

a:hover {
  color: #C7432A;
}

.blue {
  background: #2579BD;
  color: white;
  padding: 60px;
}

.blue h2 {
  color: white;
  text-shadow: 2px 1px 5px rgba(20, 68, 104);
}

.red .et_pb_text_inner {
  background: #C7432A;
  color: white;
  padding: 60px;
}

.et_pb_row {
padding: 0px 100px;
}

blockquote {
  border-color: #C7432A;
  font-style: italic;
  font-size: 1.2em;
}

.et_pb_section_2 {
  background: #CB422C;
}

.et_pb_team_member_description h4 {
  color: white;
}

#main-footer {
  display: none;
}