
@font-face {
    font-family: 'OpenSans';
    font-weight: bold;
    font-style: bold;
    src: url('../fonts/OpenSansBold.eot');
    src: url('../fonts/OpenSansBold.eot') format('embedded-opentype'),
         url('../fonts/OpenSansBold.woff2') format('woff2'),
         url('../fonts/OpenSansBold.woff') format('woff'),
         url('../fonts/OpenSansBold.ttf') format('truetype'),
         url('../fonts/OpenSansBold.svg#OpenSansBold') format('svg');
}

@font-face {
    font-family: 'OpenSans';
    font-style: italic;
    src: url('../fonts/OpenSansLightItalic.eot');
    src: url('../fonts/OpenSansLightItalic.eot') format('embedded-opentype'),
         url('../fonts/OpenSansLightItalic.woff2') format('woff2'),
         url('../fonts/OpenSansLightItalic.woff') format('woff'),
         url('../fonts/OpenSansLightItalic.ttf') format('truetype'),
         url('../fonts/OpenSansLightItalic.svg#OpenSansLightItalic') format('svg');
}


@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'),
         url('../fonts/OpenSansLight.woff2') format('woff2'),
         url('../fonts/OpenSansLight.woff') format('woff'),
         url('../fonts/OpenSansLight.ttf') format('truetype'),
         url('../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-weight: bold;
    font-style: bold;
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: thin;
    src: url('../fonts/Roboto-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Cormorant';
    font-weight: bold;
    font-style: bold;
    src: url('../fonts/Cormorant-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Cormorant';
    font-style: italic;
    src: url('../fonts/Cormorant-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Cormorant';
    src: url('../fonts/Cormorant-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Cormorant';
    font-style: thin;
    src: url('../fonts/Cormorant-Light.ttf') format('truetype');
}

body, html {
  padding-top: 3rem; 
  height: 100%;
  margin: 0;
  font: 400 18px/1.25 Cormorant, sans-serif;
  /*font: 400 15px/1.5 'Josefin Sans', sans-serif;*/
  color: #333;
}

h3 {
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
  font: 32px Cormorant, sans-serif;
  /*font: 22px 'Josefin Sans', sans-serif;*/
  color: #111;
  text-align:center;
}

h4 {
  margin: 0;
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
  font: 20px Cormorant, sans-serif;
  color: #111;
  text-align:justify;
}

h5 {
  margin: 0;
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
  font: 20px Cormorant, sans-serif;
  color: #111;
  text-align:center;
}


/* add a black background color to the top navigation */
.topnav {
    background-color: #BD0005; /*051634;*/
    overflow: hidden;
}

/* style the links inside the navigation bar */
.topnav a {
    float: right;
    display: block;
    color: #000000;
    text-align: center;
    padding: 0px 10px;
    margin: 2px 0px;
    text-decoration: none;
    font: 32px Cormorant, sans-serif;
    font-size: 22px;
    border-bottom: 2px solid transparent;
}

.topnav a:hover {
    font-color: solid blue;
    border-bottom: 5px solid #bbbbbb;
}

.topnav a.active {
    border-bottom: 5px solid white;
}

@media (max-width: 900px) {
    .topnav a {
        font-size: 17px;
    }
}

@media (max-width: 720px) { 
    .topnav a {
        font-size: 22px;
    }
}

.ss-hamburger {
  padding: 6.5px 15px !important;
}

.navbar {
    background: linear-gradient(to bottom, #BD0005 100%, transparent 100%);
    border-bottom: 2px solid white;
}

.caption {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

.caption-sup {
  position: absolute;
  left: 0;
  top: 89%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption-sup span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

.ss-body-section {
    color: #777;
    background-color:white;
    text-align:center;
    padding:10px 40px;     /* padding width for teensy devices is 20px */
    text-align: justify;
}

.ss-body-timeline {
    color: #777;
    background-color:white;
    text-align:center;
    padding:10px 45px;     /* padding width for teensy devices is 20px */
    text-align: justify;
}

p {
    font-size: 18px;
}

@media (min-width: 576px) { 
    .ss-body-section {
        padding: 10px 55px; /* the second number is width */
    }
    .ss-body-timeline {
        padding: 10px 60px; /* the second number is width */
    }
}

@media (min-width: 768px) {
    .ss-body-section {
        padding: 10px 70px; /* etc */
    }
    .ss-body-timeline {
        padding: 10px 77px; /* etc */
    }
}

@media (min-width: 992px) {
    .ss-body-section {
        padding: 10px 80px; /* etc */
    }
    .ss-body-timeline {
        padding: 10px 90px; /* etc */
    }
}

@media (min-width: 1200px) {
    .ss-body-section {
        padding: 10px 110px; /* etc */
    }
    .ss-body-timeline {
        padding: 10px 130px; /* etc */
    }
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 10px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #ff8000;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}