/*=============================================================================*/
/* GENERAL CONTENT */
/*=============================================================================*/
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 1.3rem;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 1rem;
}

.main-content {
    width: 95%;
    padding: 5px 15px 5px 5px;
}

.main-content img {
    width: 200px; 
    float: left;
    padding: 5px 5px 5px 5px;
}

/*=============================================================================*/
/*HEADER / NAVIGATION BAR */
/*=============================================================================*/
* {
    text-decoration: none;
}
.header nav {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
}
.header nav ul{
    float: right;
    padding-top: -40px;
}

.header nav ul li {
    float: left;
    list-style: none;
    position: relative;
    padding-bottom: 5px;
}

.header nav ul li a {
        display: block;
        font-family: Arial;
        color: #222;
        font-size: 1rem;
        padding: 10px 10px;
        text-decoration: none;
}
.header nav ul li a:hover {
    color: red;
}

.header nav ul li ul {
        display: none;
        position: absolute;
/*        background-color: #1789da; */
        background-color:honeydew;
        padding: 0px;
        border-radius: 0px, 0px, 4px, 4px;
        border-block-color: #222;
}

.header nav ul li:hover ul {
        display: block;
        z-index: 200;
}

.header nav ul li ul li{
        width: 165px;
        padding-left: 5px;
        scroll-padding-right: 5px;
        border-radius: 4px;
        border-block-color: #222;
        z-index: 200;
}

.header nav ul li ul li a {
    padding: 8px 14px;
}
.header nav ul li ul li a:hover {
    background-color: #f3f3f3;
    color: red;
    z-index: 200;
}

/*=============================================================================*/
/* LEFT NAVIGATION BAR */
/*=============================================================================*/

.leftlink a:hover {
    color: red;
}

/*=============================================================================*/
/* SIDELINE NAVIGATION BAR */
/*=============================================================================*/
* {
    text-decoration: none;
}
.sideline nav {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
}
.sideline nav ul{
    float: right;
    padding-top: -40px;
}

.sideline nav ul li {
    float: left;
    list-style: none;
    position: relative;
    padding-bottom: 5px;
}

.sideline nav ul li a {
        display: block;
        font-family: Arial;
        color: #222;
        font-size: 1rem;
        padding: 10px 10px;
        text-decoration: none;
}
.sideline nav ul li a:hover {
    color: red;
}

.sideline nav ul li ul {
        display: none;
        position: absolute;
/*        background-color: #1789da; */
        background-color:honeydew;
        padding: 0px;
        border-radius: 0px, 0px, 4px, 4px;
        border-block-color: #222;
}

.sideline nav ul li:hover ul {
        display: block;
        z-index: 200;
}

.sideline nav ul li ul li{
        width: 165px;
        padding-left: 5px;
        scroll-padding-right: 5px;
        border-radius: 4px;
        border-block-color: #222;
        z-index: 200;
}

.sideline nav ul li ul li a {
    padding: 8px 14px;
}
.sideline nav ul li ul li a:hover {
    background-color: #f3f3f3;
    color: red;
    z-index: 200;
}


/*=============================================================================*/
/*FOOTER*/
/*=============================================================================*/

.footer {
    text-decoration: none;
    width: 100%;
    height: 150px;
    padding: 0 20px;
    background-color: #5058a1;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.footer p{
    float: right;
    padding-top: 5px;
    color: #fff;
}

.footer ul{
    float: right;
    padding-top: 5px;
    color: #fff;
}
.footer ul li {
    float: left;
    list-style: none;
    position: relative;
    padding-bottom: 5px;
}

.footer ul li a {
        display: block;
        font-family: Arial;
        color: #ffffff;
        font-size: 1rem;
        padding: 1px 1px;
        text-decoration: none;
}
.footer ul li a:hover {
    color: rgb(250, 119, 119);
}

.footer ul li ul {
        display: none;
        position: absolute;
        background-color:honeydew;
        padding: 0px;
        border-radius: 0px, 0px, 4px, 4px;
        border-block-color: #222;
}

.footer ul li:hover ul {
        display: block;
        z-index: 200;
}

.footer ul li ul li{
        width: 165px;
        padding-left: 5px;
        scroll-padding-right: 5px;
        border-radius: 4px;
        border-block-color: #222;
        z-index: 200;
}

.footer ul li ul li a {
    padding: 8px 14px;
}
.footer ul li ul li a:hover {
    background-color: #f3f3f3;
    color: rgb(2, 7, 58);
    z-index: 200;
}

.footer div ul li {
    vertical-align: top;
}


/*=============================================================================*/
/* HOME PAGE */
/*=============================================================================*/
@keyframes fade-in {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.start-1 {
    opacity: 0;
    position: absolute;
    width: 50%; 
    transition: width 2s, height 2s, transform 2s;
    display: block;
    animation-name: fade-in;
    animation-duration: 4s;
    animation-timing-function: ease-in;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}

.start-1 img {
    position: absolute;
    width: 20%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    cursor: pointer;
}
.start-1:active {
    transform: scale(2.2);
    z-index: 100;
  }


.start-2 {
    opacity: 0;
    position: absolute;
    width: 50%;
    transition: width 2s, height 2s, transform 2s;
    display: block;
    animation-name: fade-in;
    animation-duration: 4s;
    animation-timing-function: ease-in;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}
.start-2 img {
    position: absolute;
    width: 20%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    cursor: pointer;
}
.start-2:active {
    transform: scale(2.2);
    z-index: 100;
}

.start-3 {
    opacity: 0;
    position: absolute;
    width: 50%;
    transition: width 2s, height 2s, transform 2s;
    display: inline-block;
    animation-name: fade-in;
    animation-duration: 4s;
    animation-timing-function: ease-in;
    animation-delay: 4s;
    animation-fill-mode: forwards;
}
.start-3 img {
    position: absolute;
    width: 20%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    cursor: pointer;
}
.start-3:active {
    transform: scale(2.2);
    z-index: 100;
}

.start-4 {
    opacity: 0;
    position: absolute;
    width: 50%;
    transition: width 2s, height 2s, transform 2s;
    display: inline-block;
    animation-name: fade-in;
    animation-duration: 4s;
    animation-timing-function: ease-in;
    animation-delay: 6s;
    animation-fill-mode: forwards;
}
.start-4 img {
    position: absolute;
    width: 20%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    cursor: pointer;
}
.start-4:active {
    transform: scale(2.2);
    z-index: 100;
}
 
.start-5 {
    opacity: 0;
    position: absolute;
    width: 50%;
    transition: width 2s, height 2s, transform 2s;
    display: inline-block;
    animation-name: fade-in;
    animation-duration: 4s;
    animation-timing-function: ease-in;
    animation-delay: 8s;
    animation-fill-mode: forwards;
}
.start-5 img {
    position: absolute;
    width: 20%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    cursor: pointer;
}
.start-5:active {
    transform: scale(2.2);
    z-index: 100;
}

.start-6 {
    opacity: 0;
    position: absolute;
    width: 50%;
    transition: width 2s, height 2s, transform 2s;
    display: inline-block;
    animation-name: fade-in;
    animation-duration: 4s;
    animation-timing-function: ease-in;
    animation-delay: 10s;
    animation-fill-mode: forwards;
}
.start-6 img {
    position: absolute;
    width: 20%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    cursor: pointer;
}
.start-6:active {
    transform: scale(2.2);
    z-index: 100;
}

.start-7 {
    opacity: 0;
    position: absolute;
    width: 50%;
    transition: width 2s, height 2s, transform 2s;
    display: inline-block;
    animation-name: fade-in;
    animation-duration: 4s;
    animation-timing-function: ease-in;
    animation-delay: 12s;
    animation-fill-mode: forwards;
}
.start-7 img {
    position: absolute;
    width: 20%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    cursor: pointer;
}
.start-7:active {
    transform: scale(2.2);
    z-index: 100;
}       
/*========================================================================2=====*/
/*SIGNUP FORM*/
/*=============================================================================*/

.signup {
    margin: auto;
    width: 450px;
    border: 1px solid green;
    padding: 10px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    align-items:center;
    background-color: #f0ffff;
    border-radius: 10px;
}

.signup h2 {
    font: 'Segoe UI';
    font-style: normal;
    font-size: 20px;
    color: #111;
    padding-bottom: 10px;
}

.signup label {
    display: inline-block;
    text-align: right;
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 150px;
    vertical-align:top;
    padding-top: 5px;
    padding-bottom: 10px;
}
.signup input {
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.signup select {
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 258px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.signup select option {
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 250px;
}

.signup button {
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: auto;
    margin-top: 10px;
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content:center;
    color: white;
/*    background-color: #1789da; */
    border-radius: 8px;
}
}

/*=============================================================================*/
/*LOGIN FORM*/
/*=============================================================================*/
.login {
    margin: auto;
    width: 450px;
    border: 1px solid green;
    padding: 10px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    align-items:center;
    background-color: #f0ffff;
    border-radius: 10px;
}
.login h2 {
    font: 'Segoe UI';
    font-style: normal;
    font-size: 20px;
    color: #111;
    padding-bottom: 10px;
}
.login p {
    font: 'Segoe UI';
    font-style: normal;
    font-size: 14px;
}

.login a {
    font: 'Segoe UI';
    font-style: normal;
    font-size: 14px;
    text-align: center;
}
.login label {
    display: inline-block;
    text-align: right;
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 100px;
    vertical-align:top;
    padding-top: 5px;
    padding-bottom: 10px;
}
.login input {
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 350px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.login select {
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 290px;
}
.login select option {
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.login button {
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: auto;
    margin-top: 10px;
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content:center;
    color: white;
    background-color: #1789da;
    border-radius: 8px;
}

/*=============================================================================*/
/*CONTACT FORM*/
/*=============================================================================*/
.contact-form {
    margin: auto;
    width: 450px;
    border: 1px solid green;
    padding: 15px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    align-items:center;
    background-color: #f0ffff;
    border-radius: 10px;
    position: relative;
    float: left;
}
.contact-form h2 {
    font: 'Segoe UI';
    font-style: normal;
    font-size: 20px;
    color: #111;
    padding-bottom: 10px;
}
.contact-form p {
    font: 'Segoe UI';
    font-style: normal;
    font-size: 14px;
}
.contact-form label {
    display: inline-block;
    text-align: right;
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 80px;
    vertical-align:top;
    padding-top: 5px;
    padding-bottom: 10px;
}
.contact-form input {
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 290px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.contact-form textarea {
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    resize: none;
    height: 150px;
    width: 290px;
    border-radius: 10px;
    align-self:auto;
}

.contact-form button {
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: auto;
    margin-top: 10px;
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content:center;
    color: white;
    background-color: #1789da;
    border-radius: 8px;

}

.contact-content {
    font: 'Segoe UI';
    font-style: normal;
    font-size: 14px;
    padding: 0,10px,0,10px;
    float: left;
    width: 40%;
}

/*=============================================================================*/
/*CONTAINER*/
/*=============================================================================*/

div.container {
    width: 100%;
    height: 700px;
    padding: 5px;
}

/*=============================================================================*/
/*GALLERY*/
/*=============================================================================*/

.gallery-links
{
    width: 230px;
    margin: 20px 10px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}

.gallery-links h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;

}

.gallery-container
{
    width: 290px;
    margin: 20px 10px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    display: grid;
    grid-template-columns: repeat(5, auto); /* 3 IMAGES PER ROW */
    grid-gap: 10px;
    max-width: 1200px;
    margin: 0 auto; /* HORIZONTAL CENTER */
}

.gallery-container a:hover
{
    opacity: 0.8;
}

.gallery-container a div
{
    width: 100%;
    height: 195px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-container a h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: 111;
}

@media screen and (max-width: 640px) 
{
    .gallery-container 
    {
      grid-template-columns: repeat(2, auto); /* 2 IMAGES PER ROW */
    }
}
   
  /* (B) THUMBNAILS */
  .gallery-container img 
{
    width: 100%;
    height: 200px;
    /* FILL, CONTAIN, COVER, SCALE-DOWN : USE WHICHEVER YOU LIKE */
    object-fit: cover;
}

.gallery-container img:fullscreen 
{ 
      object-fit: contain; 
}


.gallery-upload
{
    margin: auto;
    width: 450px;
    border: 1px solid green;
    padding: 10px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    align-items:center;
}

.gallery-upload label
{
    display: inline-block;
    text-align: right;
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 150px;
}
.gallery-upload input
{
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
}


/*=============================================================================*/
/*ABOUT PAGE*/
/*=============================================================================*/
.about-main-title{
    background: rgba(0, 41, 129, 0.575);
    width: 150px;
    height: 150px;
    margin: 0,auto;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: white;
}


/*=============================================================================*/
/*SIDE NAVIGATION BAR*/
/*=============================================================================*/
/* Fixed sidenav, full height */
.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 10px;
  }
  
  /* Style the sidenav links and the dropdown button */
  .sidenav a, .side-dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 12px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
  }
  
  /* On mouse-over */
  .sidenav a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
  }
   
  /* Add an active class to the active dropdown button */
  .active {
    background-color: green;
    color: white;
  }
  
  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
  .side-dropdown-container {
    display: none;
    background-color: #6c7ea5;
    padding-left: 8px;
  }
  
  /* Optional: Style the caret down icon */
  .fa-caret-down {
    float: right;
    padding-right: 8px;
  }

/*=======================*/
/* SIDEBAR DROPDOWN MENU */
/*=======================*/

  .side-padding-2{padding:2px 5px 2px 5px}

  .side-dropdown {
    float: left;
    overflow: hidden;
  }
  
  .side-dropdown .dropbtn {
    cursor: pointer;
    font-size: 12px;  
    border: none;
    outline: none;
    color: white;
    padding: 2px 8px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .side-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .side-dropdown-content a {
    float: none;
    color: black;
    padding: 2px 6px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .side-dropdown-content a:hover {
    background-color: #8194ec;
  }





.side-dropdown-click,.side-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.side-dropdown-hover:hover .side-dropdown-content{display:block}
.side-dropdown-hover:first-child,.side-dropdown-click:hover{background-color:#ccc;color:#ff0000}
.side-dropdown-hover:hover > .w3-button:first-child,.side-dropdown-click:hover > .w3-button:first-child{background-color:#ccc;color:#000}
.side-dropdown-content{cursor:auto;color:#ff0000;background-color:#fff;display:none;position:absolute;min-width:300px;margin:0;padding:0;z-index:1}

.side-bar-block .side-dropdown-hover,.side-bar-block .side-dropdown-click{width:100%}
.side-bar-block .side-dropdown-hover .side-dropdown-content,.side-bar-block .side-dropdown-click .side-dropdown-content{min-width:100%}
.side-bar-block .side-dropdown-hover .w3-button,.side-bar-block .side-dropdown-click .w3-button{width:100%;text-align:left;padding:4px 8px}
.side-bar .side-dropdown-hover,.side-bar .side-dropdown-click{position:static;float:left}
.side-dropdown-hover.w3-mobile .side-dropdown-content,.side-dropdown-click.w3-mobile .side-dropdown-content{position:relative}	
.side-bar-item.w3-mobile,.side-dropdown-hover.w3-mobile,.side-dropdown-click.w3-mobile{text-align:center}
.side-dropdown-hover.w3-mobile,.side-dropdown-hover.w3-mobile .w3-btn,.side-dropdown-hover.w3-mobile .w3-button,.side-dropdown-click.w3-mobile,.side-dropdown-click.w3-mobile .w3-btn,.side-dropdown-click.w3-mobile .w3-button{width:100%}}
.side-bar .side-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}
.side-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
.side-bar .w3-button{white-space:normal}
.side-bar-block .side-bar-item{width:100%;display:block;padding:4px 8px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.side-bar-block.w3-center .side-bar-item{text-align:center}.w3-block{display:block;width:100%}
.side-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.side-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.side-padding-small{padding:4px 8px!important}
.side-padding{padding:4px 8px!important}

.side-sidebar{height:100%;width:400px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.side-bar{width:100%;overflow:hidden}.w3-center .side-bar{display:inline-block;width:auto}
.side-bar .side-bar-item{padding:4px 16px;float:left;width:auto;border:none;display:block;outline:0}
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.side-bar:before,.side-bar:after{content:"";display:table;clear:both}
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.side-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
