/* General Settings */

html, body {
    height: 100%;
    background-color: rgb(72,209,204);
}
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body{    
    display: flex;
    flex-direction: column;}


body {

    font-size: 16px;
    font-family: "Arial", Helvetica, sans-serif;
    margin: 0;
    color: #000;
    
}



.content {
    flex: 1 0 auto;
  }
  .footer {
    flex-shrink: 0;
  }

main { 
    display: block;
    padding: 30px 0;
  
}

* { outline: none !important; }

a:hover {
    text-decoration: none;
    opacity: 0.95;
}

h1, h2, h3, h4, h5, h6,hsp, p, p2 ,a, input, div, textarea, label {
    margin: 0;
}





h3 { font-size: 1em;
    color: black;
    font-weight: bold;

    }



    h5{font-size: 2.5em;
        font-family:Round Up medium; 
        color: rgb(236,0,140);
        text-align: center;


    }



ul {
    list-style: none;
    padding-left: 0;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}

p { font-size: 1em; }
p2 {font-size: 1.5em;}
p3 {font-size:  1.5em;
    color:black;
    font-family:Rebel Hero medium;
}
p4 {    font-size:  3em;
    color:black;
    font-family:Rockwell Condensed
}





.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 65em
}



<!--
.p-position{text-align: center;}
-->

img { border-style: none; }

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
    box-sizing: border-box;
    background-color:  rgb(72,209,204);
    
}
.containerb {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
    box-sizing: border-box;
    background-color:  rgb(72,209,204);
    text-align: center;
}




.centerimage{
    display: block;
    margin-left:30%;
    margin-right: auto;
    width: 30%;
}

.centerimage2{
    display: block;
    margin-left:25%;
    margin-right: auto;
    width: 75%;
}

.centerimage3{
    display: block;
    margin-left: 30%;
    margin-right: auto;
    width: 40%;
}

.centerimage4{
    display: block;
    margin-left: 12%;
    margin-right: auto;
    width: 75%;
}
.ArrowProp{
    display: block;
    margin-left:18%;
    margin-right: auto;
    width: 63%;
}



.flex-container {
    display: flex;
    background-color: rgb(72,209,204);

}

<!--
.flex-container2 {
    display: flex;
    background-color: rgb(72,209,204);
}
-->

.flex-container > div {
    background-color: rgb(72,209,204);
    margin: 10px;
    padding: 5px;
    font-style: italic;
    font-size: 2em;
}


.flex-container > ent {
    background-color:rgb(72,209,204);
    margin: 10px;
    padding: 5px;
    font-style: italic;
    font-size: 1em;
}
.flex-container a{ 
    font-family: Round Up medium; 
    color: rgb(236,0,140);
    display: inline-block;
    font-style: italic ;
    text-align: center;
    padding: 10px 10px;
    
}

<!--
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
-->

/* End General Settings */

/* Header */

header { 
    background: rgb(72,209,204); 
    padding: 10px;
}
.title-header .logo {
    display: inline-block;
}

.title-header .logo img {
    vertical-align: middle;
}


@media only screen and (max-width:400px) {
    header { 
        background:rgb(72,209,204); 
        padding: 10px;
        object-fit: contain;
    }
    .title-header .logo {
        display: inline-block;
    }
    
    .title-header .logo img {
        vertical-align: middle;
        width:fit-content

    }
    .HDcontainer {
        width: 10%%;
        box-sizing: border-box;
        background-color:  rgb(72,209,204);
        text-align: center;
        margin-left:5%;
  
    }
    
    .show-mobile {
        display: block;
        background: rgb(72,209,204); 
      }
    .hide-mobile {
        display:none;
        background:rgb(72,209,204);
      }
    
}



@media only screen and (min-device-width: 401px) {

    header { 
        background: rgb(72,209,204); 
        padding: 10px;
    }
    .HDcontainer {
        width: 50%;
        box-sizing: border-box;
        background-color:  rgb(72,209,204);
        text-align: center;
        margin-left:21%;
    }

    .show-mobile {
      display: none;
      background: rgb(72,209,204)e;
    }
    .hide-mobile {
      display: block;
      background: rgb(72,209,204);
    }
  }








nav a { 
    font-family:Round Up medium; 
    color: rgb(236,0,140);
    
    
    display: inline-block;
    
    font-style: italic ;
    text-align: center;
    text-decoration: none;
    padding: 10px 10px;
    
}


.Title1-position {
    position: relative;
    color: red;
    background-color: rgb(72,209,204);
    font: "Lucida Console";
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 5px;
    font-size: 80px;
    font-style: italic;
    display: inline-block;
}

.leadbox{
width: 15%;
}
.box{
    width: 8%;

}
.pdfbox{width: 10%}
.hbox{witdh 40%;
}




/* Style The Dropdown Button */
.dropbtn {
    background-color: rgb(72,209,204);
    color: rgb(236,0,140);
    font-family: Round Up medium;
    font-style: italic ;
    text-align: center;
    text-decoration: none;
    padding: 16px;
    font-size: 1em;
    border: none;
    cursor: pointer;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #2aa2c7;
    min-width: 160px;
    border-radius: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: rgb(236,0,140);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {
    background-color: rgb(142,217,248);
  }


/* End Header */

/* Footer */

footer {
    background: rgb(72,209,204);
    color: black;
    padding: 10px;  
    height: 100px;
    font-family:Rockwell Condensed;
}

footer a { color: black; }

.flft {text-align: right;}

/* End Footer */

/* Home Page Content */

.menu-item.additional-items h2 {
    width: 50%;
    float: left;
}

.menu-item.additional-items .item-inner ul {
    display: inline-block;
    width: 50%;
    float: left;
}

/* End Home Page Content */

/* Page Content */

.event-item {
    margin-bottom: 25px;
    border: 1px solid #000
}

/* End Page Content */

  .gallery-leadbox{
  width: 12%;

  }


  .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 90%;
    background:rgb(236,0,140);
    border: 8px solid black;
    padding: 8px ;
    }


    /*------------------------------*/




  /* Style the navigation menu */
.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
  }
  
  /* Hide the links inside the navigation menu (except for logo/home) */
  .topnav #myLinks {
    display: none;
  }
  
  /* Style navigation menu links */
  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  /* Style the hamburger menu */
  .topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  /* Add a grey background color on mouse-over */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Style the active link (or home/logo) */
  .active {
    background-color: #04AA6D;
    color: white;
  }