.styled-section .sub-container,
.main-footer .sub-container {
  padding-top: 50px;
  padding-bottom: 50px; }

  .sub-container {
    position: relative;
    width: 940px;
    margin: auto; }

.sub {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 25px 0 25px; }

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px; }

.poem {
font-size: large;
margin: 0;
font-style: italic; }

blockquote p {
    margin-bottom: 15px; }

.bgimg {
  background-image: url('../images/ewitas-poesie-sub.jpg');
  background-repeat: no-repeat;
  position: center;
  width: 100%;
  background-size: 100%;
}

.styled-button {
  padding-top: 10px;
  padding-bottom: 50px; }

  
@media (min-width: 1200px) {
  .container-sub {
    position: relative;
    width: 1100px;
    margin: auto; }
  }


.footer-link {
  margin: 0 0 30px;
  font: bold 1.3em Comfortaa, cursive;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-decoration: none; }
  

  .styled-section .container,
  .main-footer .container {
    padding-top: 50px;
    padding-bottom: 50px; }

    
h5 {
  margin: 20px 0 10px 0;
  font-size: 1.0em; }

h6 {
  margin: 20px 0 10px 0;
  font-size: 1.0em; }

.btn-bordered {
  color: currentColor;
  background: none;
  border: 2px solid currentColor;
  margin: 5px;
}

.row-t .text-top {
  display: table-cell;
  vertical-align: text-top;
  padding: 0 0 0 5%; }
