* {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Fjalla One', sans-serif;
  padding: 0; }

header {
  box-sizing: border-box;
  height: 60px;
  overflow: auto;
  position: relative;
  background-color: #192231;
  color: white; }
  header > span:nth-child(1) {
    font-size: 40px;
    position: absolute;
    bottom: 5px;
    left: 5%; }
  header span:nth-child(2) {
    font-size: 30px;
    position: absolute;
    bottom: 5px;
    right: 6%; }

nav {
  background-color: #192231;
  width: 100%;
  border-bottom: 1px solid;
  border-top: 1px solid;
  text-align: right; }

.sticky-nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999; }

ul {
  margin: 0;
  margin-right: 5%;
  padding: 0;
  list-style-type: none;
  color: white;
  border-color: black; }
  ul li {
    display: inline-block;
    font-size: 20px;
    border-right: 1px solid black; }
  ul li:nth-child(1) {
    border-left: 1px solid black; }
  ul a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    padding: 12px; }
  ul a:hover {
    background-color: black;
    color: white;
    text-decoration: underline;
    border-color: black; }
  ul a:active {
    background-color: black;
    color: white;
    border-color: black; }

li.no-borders {
  border: none !important; }

section {
  width: 100%;
  box-sizing: border-box;
  height: 500px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid; }

section:nth-of-type(1) {
  background-image: url("../Images/ep_naturalblack.png");
  background-attachment: fixed;
  background-position: center;
  border-color: black;
  padding: 40px 2% 80px;
  height: auto;
  border-bottom: none;
  display: block;
  text-align: center;
  justify-content: space-between;
  align-items: center; }
  section:nth-of-type(1) img:nth-of-type(1) {
    height: auto;
    max-width: 200px;
    border: 1px solid;
    margin-bottom: 20px;
    border-radius: 100px; }
  section:nth-of-type(1) p {
    text-align: center;
    display: block;
    width: 80%;
    padding: 15px;
    margin: 0 auto;
    font-size: 22px;
    font-family: 'News Cycle', sans-serif;
    font-weight: 600;
    background-color: silver;
    border-radius: 15px; }

section:nth-of-type(2) {
  height: auto;
  background-color: black;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
  border-left: none;
  border-right: none; }
  section:nth-of-type(2) div.imageDivs {
    float: left;
    position: relative;
    box-sizing: border-box;
    width: 50%;
    height: 450px;
    border: 1px solid;
    overflow: hidden; }
  section:nth-of-type(2) div.imageDivs:nth-of-type(even) {
    border-left: none; }
  section:nth-of-type(2) div.first {
    border-bottom: none; }
  section:nth-of-type(2) div.second {
    border-bottom: none; }
  section:nth-of-type(2) a {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0; }
  section:nth-of-type(2) img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0; }

div.tooltip {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 5px;
  text-align: center;
  display: none;
  color: white; }
  div.tooltip p {
    margin-top: 0;
    margin-bottom: 25px; }
  div.tooltip span {
    border: 2px solid;
    border-radius: 25px;
    padding: 2px 6px;
    margin-left: 5px;
    margin-right: 5px; }

section:nth-of-type(3) {
  text-align: center;
  height: auto;
  padding: 100px 0 100px 0;
  border-bottom: none;
  background-color: #5a70c9; }
  section:nth-of-type(3) p {
    font-family: "Times New Roman";
    font-size: 21px;
    padding: 15px;
    border: 1px solid black;
    border-radius: 15px;
    width: 40%;
    margin: 0 auto;
    margin-bottom: 50px;
    background-color: white; }
    section:nth-of-type(3) p a {
      color: blue; }
  section:nth-of-type(3) form {
    display: block;
    width: 60%;
    margin: 0 auto;
    text-align: left;
    padding: 0; }
    section:nth-of-type(3) form label {
      display: inline-block;
      padding: 6px 0;
      font-size: 18px; }
    section:nth-of-type(3) form input:not(#submit) {
      display: block;
      width: 100%;
      font-size: 17px;
      font-family: "Arial";
      font-family: "Times New Roman";
      border: 1px solid;
      padding: 6px; }
    section:nth-of-type(3) form #submit {
      font-size: 14px;
      display: block;
      font: inherit;
      margin-top: 10px; }
    section:nth-of-type(3) form textarea {
      margin: 0;
      font-family: "Times New Roman";
      font-size: 18px;
      width: 100%;
      padding: 8px;
      vertical-align: top;
      border: 1px solid; }

footer {
  background-color: #494e6b;
  border-top: 1px solid black;
  height: 70px;
  background-color: #192231; }

@media screen and (max-width: 1070px) {
  section:nth-of-type(2) div.imageDivs {
    width: 100%;
    float: none; } }
@media screen and (max-width: 900px) {
  section {
    width: 100%;
    border-left: none;
    border-right: none; } }
@media screen and (max-width: 650px) {
  section:nth-of-type(3) p {
    width: 70%; } }
@media screen and (max-width: 500px) {
  header {
    text-align: center; }
    header span:nth-child(2) {
      display: none; }
    header span:nth-child(1) {
      position: static;
      padding: 0;
      margin: 0; }

  nav {
    text-align: center; }
    nav ul {
      margin: 0; } }
@media screen and (max-width: 380px) {
  section:nth-of-type(3) p {
    width: 99%;
    border: none;
    padding: 15px 0; } }
@media screen and (max-width: 300px) {
  div.tooltip span:nth-of-type(4) {
    display: inline-block;
    margin-top: 15px; } }
@media screen and (max-width: 275px) {
  li {
    display: block;
    width: 100%;
    border-bottom: 1px solid; }
    li a {
      width: 100%;
      border-left: none;
      border-right: none; }

  li:nth-of-type(3) {
    border-bottom: none; } }
@media screen and (max-width: 230px) {
  div.imageDivs div.tooltip span {
    display: none; } }

/*# sourceMappingURL=DemoStyle.css.map */
