/*MAIN*/
body {
        margin: 0;
        padding: 0;
        background: url(../grafics/hgsolid.jpg) repeat left bottom;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #000000;
        line-height: 1.25em;
        height: 100%;
}
p {
    font-family: Arial, sans-serif;
    text-align: center;
}
section {
        margin: auto;
        max-width: 1200px;
        position: relative;
        padding: 20px;
         line-height: 3.4em;
    min-height: 100vh;
}
#logo{
   display: inline-block;
   margin-right: auto;
   margin-top: 10px;
        font-size: 12px;
}
#menu-icon {
        width: 40px;
        height: 40px;
        background: #DE7510 url(../grafics/menu-icon.png) center;
}
ul#navigation {
       list-style: none;
       margin: 0;
       padding: 0;
       position: relative;
}
ul#navigation li {
        display: inline-block;
        float: left;
       margin: 0 10px 2px 5px;
         color: #000000;
}
ul#navigation li a {
    margin:10px 10px 2px 10px;
    color: #000000;
    display:inline-block;
    background:none;
    text-decoration:none;
    border:0 none;
    float:left;
    clear:both;
}
ul#navigation li a.first {
    border-left: 0 none;
}
ul#navigation li a.last {
    border-right: 0 none;
}
ul#navigation li ul li {
    padding: 0;
    color: #DE7510;
    margin: 0;
    text-align: initial;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
/*these 2 styles are very important,
being the ones which make the drop-down to appear on hover */
    visibility:visible;
    opacity:1;
    color: #DE7510 !important;
margin: 0;
margin-top: 30px;
padding: 0;
text-align: left;
width: max-content;
float: left;

}

ul#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
/*the next 2 styles are very important,
being the ones which make the drop-down to stay hidden */
    visibility:hidden;
    opacity:0;
    position: absolute;
    z-index: 99999;
        background: url(../grafics/hgsolid.jpg) repeat left bottom;
    color: #DE7510 !important;
}

ul#navigation ul li ul {
    top: 0;
    display: block;
    position: relative;
    float: left;
    background: #1bc2a2;
    left: 1px; /* strong related to width:180px; from above */
}
ul#navigation li ul:hover > li {
    top: 0;
    display: block;
    position: relative;
    float: left;
    left: 1px; /* strong related to width:180px; from above */
}
ul#navigation ul li ul a {
    background:none;
    padding:4px 0 0;
    color: #DE7510 !important;
    text-decoration:none;
    display:inline-block;
    border:0 none;
    float:left;
    clear:both;
    width:150px;
    line-height: 0.9em;
}
ul:before, ul:after {
    content: " ";
    display: table;
}
ul#navigation ul li {
    clear:both;
    width:100%;
    border:0 none;
}
.flex-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
      align-items: center;
        background: url(../grafics/hgsolid.jpg) repeat left bottom;
}
.flex-container > div {
    margin: 10px;
    padding: 2px;
    width: 30%;
    justify-content: center;
    background: url(../grafics/hgsolid.jpg) repeat left bottom;
}
.flex-container1{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
      align-items: center;
        background: url(../grafics/hgsolid.jpg) repeat left bottom;
}
.flex-container1 > div {
  margin: 5px;
  padding: 2px;
  width: 48%;
  justify-content: center;
        background: url(../grafics/hgsolid.jpg) repeat left bottom;
}
.flex-container2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
      align-items: center;
        background: url(../grafics/hgsolid.jpg) repeat left bottom;
}
.flex-container2 > div {
   margin: 40px;
    padding: 2px;
    justify-content: center;
    background: url(../grafics/hgsolid.jpg) repeat left bottom;
}
.flex-container3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
      align-items: center;
        background: url(../grafics/hgsolid.jpg) repeat left bottom;
}
.flex-container3 > div {
    margin: 40px;
    padding: 2px;
    justify-content: center;
    background: url(../grafics/hgsolid.jpg) repeat left bottom;
}
.title {
        font-family: Monotype Corsiva;
        text-align: center;
        font-size: 36px;
        margin-bottom: 50px;
        line-height: 1em;
        }
.title1 {
        font-family: Monotype Corsiva;
        text-align: center;
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1em;
}
.title2 {
        font-family: Monotype Corsiva;
    text-align: center;
    font-size: 42px;
    line-height: 1.4em;
}



.text {
    font-family: Arial, sans-serif;
    font-size: 1.4em;
    line-height: 1.4em;
    text-align: center;
        min-height:100%;
        margin-bottom: 40px;
}
.text1 {
    font-family: Arial, sans-serif;
    font-size: 1.4em;
    line-height: 1.4em;
    text-align: justify;
        min-height:100%;
        margin-bottom: 40px;
}
nav {
         float: right;
         margin: 60px 100px 0 0;
}

a {
text-decoration: none;
    font-weight: bold;
    color: #800000;
}
a:hover {
      color: #800000;
      text-decoration: none;
}
header {
        background: url(../grafics/hgsolid.jpg) repeat left bottom;
        width: 100%;
        height: 180px;
        top: 0;
        left: 0;
        z-index: 100;
         text-align: center;
}
h1 {
        font-size: 2em;
        color: #000000;
        line-height: 1.15em;
        margin: 20px 0 ;
}
h2 {
    font-family: Monotype Corsiva;
    font-size: 42px;
    line-height: 1.15em;
    margin: 20px 0;
    text-align: center;
}

a:hover#menu-icon {

        background-color: #800000;
        border-radius: 4px 4px 0 0;
}
.footer {
display: inline;
    position: absolute;
    left: 0;
  height:50px;   /* Height of the footer */
     width:100%;
        background: url(../grafics/hgsolid.jpg) repeat left bottom;
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
      line-height: 1.8em;
}
/*MEDIA QUERY*/
@media only screen and (max-width : 640px) {

#logo{
display: block;
margin: 10px 0 0 0;
height: fit-content;
}
#menu-icon {
    display:inline-block;
}
ul#navigation {
       list-style: none;
        background: url(../grafics/hgsolid.jpg);
       opacity:1;
       width: 51%;
       z-index: 9;
       position: absolute;
}
ul#navigation li:hover > ul
{
/*these 2 styles are very important,
being the ones which make the drop-down to appear on hover */
    visibility:visible;
    opacity:1;
    color: #DE7510 !important;
        background: url(../grafics/hgsolid.jpg);
           position: relative;
    margin-left: 30px;
    margin-top: 5px;
}
ul#navigation li a:hover {
        background: url(../grafics/hgsolid.jpg);
    color:#e65100;
    padding-bottom: 2px;
    margin: 10px 1px 2px 1px;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 12px;
}
.flex-container > div {
  width: 100%;
  text-align: center;
  line-height: 1.3;
  font-size: 1em;
}
        .flex-container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
      width: 100%;
}
        .flex-container1 > div {
    margin: 5px;
    padding: 2px;
        width: 100%;
    justify-content: center;
    background: url(../grafics/hgsolid.jpg) repeat left bottom;
}
    .flex-container2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin-bottom: 12px;
    }
    .flex-container2 > div {
        width: 100%;
        text-align: center;
        line-height: 1.3;
        font-size: 20px;
        margin: 10px;
    }
    .flex-container3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin-bottom: 12px;
    }
.flex-container3 > div {
        width: 100%;
        text-align: center;
        line-height: 1.3;
        font-size: 20px;
        margin: 10px;
    }
.title {
         font-family: Monotype Corsiva, cursive;
        font-size: 30px;
        margin: 12px;
        line-height: 1.1em;
        text-align: center;
}
.title1 {
        font-family: Monotype Corsiva;
        font-size: 10px;
        margin-bottom: 15px;
        line-height: 1em;
}
        .title2 {
        font-family: Monotype Corsiva;
    text-align: center;
    font-size: 20px;
    line-height: 1em;
}
.text {
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 1.1em;
    margin: 12px;
    text-align: center;
}
        .text1 {
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 1.1em;
    margin: 12px;
    text-align: justify;
}
    h2 {
        font-family: Monotype Corsiva;
        font-size: 30px;
        line-height: 1.15em;
        margin: 20px 0;
        text-align: center;
    }

.footer {
position: absolute;
background-color: #000000;
text-align: center;
font-size: 12px;
margin: 12px;
padding: 12px;
line-height: 1.1;
width: auto;
}
header {
        display: flex;
        height: 100px;
}
section {
    margin: auto;
    max-width: 1200px;
    position: relative;
    padding: 5px; 15px; 15px;
    line-height: 3em;
    min-height: 100vh;
}
        h1 {
        font-size: 2em;
        color: #000000;
        line-height: 1.15em;
        margin: 5px 0 ;
}
nav {
         float: right;
         margin: 30px 15px 0 0;
}
nav ul, nav:active ul {
       display: none;
       position: absolute;
       border: 2px solid #444;
       padding: 2px;
        background: url(../grafics/hgsolid.jpg);
        right: 20px;
       width: 50%;
}
        nav li {
                text-align: center;
                width: 100%;
                padding: 5px 0;
                margin: 0;
           color: #DE7510 !important;
}
nav:hover ul {
      display: block;
      line-height: 0.9em;
      margin: 0;
        background: url(../grafics/hgsolid.jpg);
              width: 40%;
}

video {
  /* override other styles to make responsive */
  width: 100%!important;
  height: auto!important;
}
.img-fluid {
    max-width: 90%;
margin-left: -10px;
}
}