* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
}
a {
color: white;
}

p{text-align: justify;}

.row:after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 15px;
    width: 100%;
}
@media only screen and (min-width: 600px) {
    .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: 41.66%;}
    .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) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .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%;}
}
html {
    font-family: "Lucida Sans", sans-serif;
}

.header {
background-image: url('buffer_blank_image.png');
background-size: cover;
width: auto;
height: 400px;
padding: 25px;
text-align: center;
font-style: oblique;
color: white;
font-size: 20px;
font-family:  cursive, "Times New Roman", Times, serif;

}
@media screen and (max-width:680px) {
.header {
background-image: url('buffer_blank_image.png');
background-size: cover;
width: auto;
height: 400px;
padding_top: 0px;
padding-right: 5px;
margin-top: 0px;
text-align: right;
font-style: oblique;
color: white;
font-size: 14px;
font-family:  cursive, "Times New Roman", Times, serif;

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

width: 100%;
padding: 30px;

    margin-bottom: 0px;
    background-color :#56a3e1;
color: #ffffff;
text-align: center;
    box-shadow: 0 5px 12px rgba(0,0,0,0.12), 0 5px 12px rgba(0,0,0,0.24);
}
.menu li:hover {
    background-color: #5280d3;
}
.menu li.icon {display: none;}
.aside {
    background-color: #56a3e1;
    padding: 30px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
@media screen and (max-width:680px) {
  ul.menu li {display: none;}
  ul.menu li.icon {
    float: right;
display: inline;
width: 100%;
  }
}

@media screen and (max-width:680px) {
  ul.menu.responsive {position: relative; }
  ul.menu.responsive li.icon {
    
    right: 0;
    top: 0;
  }
  ul.menu.responsive li {
    float: left;
    display: inline;
  }
  ul.menu.responsive li a {
    display: block;
    text-align: center;
  }
}
.footer {
    background-color: #56a3e1;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}
.icon-bar {
    width: 290px;
    text-align: center;
    background-color: #56a3e1;
    margin-bottom: 10px solid black;
    
}

.icon-bar a {
    padding: 30px;
    display: block;
    transition: all 0.3s ease;
    color: white;
    font-size: 16px;
    margin-bottom: 10px solid black;
}

.icon-bar a:hover {
    background-color: #5280d3;
}

.active {
    background-color: #5280d3 !important;
}

}
.main-container {
    width: 20%;
    margin: 90px auto;
    box-shadow:0 0 5px #000;
}
.headline {
font-family: cursive, "Times New Roman", Times, serif;
font-style: oblique;
text-size: 18;
    color: #56a3e1;
    display:table;
text-align:center;
margin-top: 50px;
}
.headline > span {
    display:table-cell;
}
.headline > span:nth-child(2) {
    width:10%;
    padding:-0.25em;
    white-space:nowrap;
    line-height:0.5em;
}
.headline > span:nth-child(1), .headline > span:nth-child(3) {
    border-top:3px solid #56a3e1;
width: 20%;
margin: auto;
    position:relative;
    top:0.8em;
			       }

.footer {
    text-align: center;
}