/*   #241523    #a35e35    #248780    #cdc2b7    #b49070   */
* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
}

header {
  background-color: #248780;
  color: #cdc2b7;
  margin: 0px;
  padding: 15px;
  font-size: 35px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

nav {}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #33b5e5;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: #0099cc;
}

.aside {
  padding: 5px;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

footer {
  background-color: #248780;
  color: #cdc2b7;
  text-align: center;
  font-size: 12px;
  padding: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 45.%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 45%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}


.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  /* background-color: #FF9F55; */
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.menu_bars
{
    text-align: center;
    vertical-align: middle;
    color: white;
}

.section_title_container
{
    display: block;
    clear: both;
    line-height: 66px;
    text-align: justify;
    vertical-align: middle;
    border-bottom-color: #248780;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    margin-top: 3px;
    margin-bottom: 3px;
}

.section_title_img
{
    min-width: 60px;
    max-width: 60px;
    display: inline;
    float: left;
    line-height: 65px;
    vertical-align: middle;
    text-align: center;
}

.section_title_txt
{
    display: inline;
    float: none;
    margin-left: 15px;
    font-size: 18px;
    text-decoration: none;
    font-style: normal;
    font-weight: bolder;
    line-height: 65px;
    vertical-align: middle;
    text-align: justify;
    color: #241523;
}

.sub_title_container
{
    display: block;
    clear: both;
    line-height: 66px;
    text-align: justify;
    vertical-align: middle;
    margin-top: 3px;
    margin-bottom: 3px;
}

.sub_title_img
{
    min-width: 60px;
    max-width: 60px;
    display: inline;
    float: left;
    line-height: 65px;
    vertical-align: middle;
    text-align: center;
}

.sub_title_txt
{
    display: inline;
    float: none;
    margin-left: 15px;
    font-size: 18px;
    text-decoration: none;
    font-style: normal;
    font-weight: bolder;
    line-height: 65px;
    vertical-align: middle;
    text-align: justify;
    color: #241523;
}

.section_body
{
    display: block;
    float: none;
    text-align: left;
    line-height: 25px;
    font-size: 14px;
    vertical-align: middle;
    margin-top: 5px;
    padding: 3px;
}

.bold_text
{
    display: block;
    float: none;
    clear:both;
    margin-top: 3px;
    margin-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: bold;
    line-height: 25px;
    vertical-align: middle;
}

.ident_text
{
    display: block;
    float: none;
    clear:both;
    margin: 0px;
    padding-left: 10px;
    line-height: 25px;
    vertical-align: middle;
}

a
{
    display: block;
    color: #a35e35;
    font-style: normal;
    text-decoration: none;
}

.Social_Media
{
    display: inline;
    float: left;
    border-width: 0px;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    line-height: 55px;
    vertical-align: middle;
}

.EDU_IMG
{
    display: block;
    float: none;
    border: none;
    min-width: 300px;
    min-height: 300px;
    max-width: 300px;
    max-height: 300px;
    line-height: 305px;
    vertical-align: middle;
    text-align: center;
}

hr
{
    border-style: outset;
    border-color: #FF9F55;
    border-width: 3px;
    width: 75%;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #248780;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: #FFFFFF;
  border: 3px solid #b49070;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #B49070;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #B49070;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #B49070;
  border-width: 10px 10px 10px 0;
  border-color: transparent #B49070 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 10px 10px;
  background-color: transparent;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .container {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container::before {
  left: 60px;
  border: medium solid #B49070;
  border-width: 10px 10px 10px 0;
  border-color: transparent #B49070 transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
}
