<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  position: relative;
  min-height: 100%;
}

.navbar-nav a{
    font-size: 1.3em !important;
}

body {
  margin-bottom: 80px; /* Margin bottom by footer height */
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px; /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
}

.section_image {
    height: auto;
    /*border:1px solid #ddd;*/
}

 .Section {
        padding-top:50px;
        padding-bottom:50px;
        clear:both;
}

.align_left {
    float:left;
    margin-right:20px;
    clear:both;
}

.align_right {
    float:right;
    margin-left:20px;
    clear:both;
}

.videowrapper {
    clear:both;
}

.videowrapper iframe {
    margin: 0 auto;
    display:table;
    width: 500px;
    height: 300px;
}


img {
    width: auto;
    max-width:100%;
}

iframe {
    width: auto;
    max-width:100%;
}


</pre></body></html>