* Reset some default browser styles */
body, h1, h2, h3, p, ul, li, form, input, textarea, button {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Basic styles */
html {
    font-family: arial;
    line-height: 1em;

  background-color: #404040
	}

    body {
        background-image: url('images/webback1.jpg');
        background-repeat: repeat-y;
        background-size: contain;
        background-attachment: fixed;
        background-color: rgb(0, 0, 0)	
    }
    

a 	{
  text-decoration: none;
  color: #018dcb;
	}

li 	{
    list-style: circle;
	}

p 	{
	line-height: 1em;
	}



 input, select, textarea {
            width: 100%;
            padding: 8px;
            margin-top: 5px;
            margin-bottom: 20px;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
}

.container {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
  }

/* List */

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  li:last-child {
    border: none;
  }
  
  li a {
    text-decoration: none;
    color: #000;
  
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
    display: block;
    width: 200px;
  }
  
/* Document List */

.document-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .document-list li {
    font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
    border-bottom: 1px solid #ccc;
  }
  
  .document-list li:last-child {
    border: none;
  }
  
  .document-list li a {
    text-decoration: none;
    color: #ffffff;
  
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
  
    display: block;
    width: 100%;
  }
  
  .document-list li a:hover {
    font-size: 30px;
    color: rgb(158, 224, 52);
  }


/* Gallery Images */

.gallery-row-left {
    display: grid;
    justify-content: center;
    padding: 10px;
    border: 0px solid #ccc;
    margin: 0px 0;
    align-items: flex-start;
}

.image-name {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 1); /* Semi-transparent background */
    color: white;
    text-align: center;
    padding: 1px;
    font-size: 12px;
    box-sizing: border-box; 
}

 ul.images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10;
    margin: 0;
    list-style: none;
    justify-content: center; 
  }

  ul.images li {
    position: relative;
    width: 200px;
    height: 120px;
    overflow: hidden;
    background-color: #000;
    border-radius: 4px;
    transition: transform 2s ease;
   
  }

  
ul.images img {
    display: grid;
    width: 200px;
    height: 120px;
    object-fit: cover; 
    transition: transform 2s ease; 

}

.images li:hover img {
    transform: scale(1.2); 
}

img.small-image {
  max-width: 30%;
    height: auto;
    margin-left: 2%;
	float: right;
	border: 1px solid rgb(158, 224, 52);
	border-radius: 5%;

 min-width: 50px
  }




  /* Audio */

  figure {
    width: 100%x;
    margin: 0;
    padding: 0.5rem;
    box-sizing: border-box;
    background-color: #000000;
    border: 0.1rem solid;
    border-radius: 16px;
    border-color: rgb(158, 224, 52);
     transform: scale(0.8);
     z-index: 1;

  }

  figcaption {
 
    color: rgb(158, 224, 52);
    padding: 4px;
   
  }

  /* Video */

  .video-block {
    width: 90%;
    margin-bottom: 3rem; 
    margin: 0 auto;
    border: 2px solid rgb(158, 224, 52);
  border-radius: 8px;       
  padding: 16px;
  margin-bottom: 24px;    
  background-color: #111;    
  }
  .video-container {
    position: relative;
    width: 100%;
    max-width: 800px; 
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
    margin: auto; 
  }
  
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

/* Header */

.header {
    color: #ffffff;
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
	line-height: 1em;
	vertical-align: top;
	margin-top: 0px;
    margin-bottom: 5px;
}

.header-text {
    color: #ffffff;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
	line-height: 1em;
	vertical-align: top;
	margin-top: 0px;
    margin-bottom: 5px;
}

/* Text*/

.smalltext {
    font-weight: normal;
    color: rgb(158, 224, 52);
    font-size: 1rem;
    text-align: justify;
    vertical-align: top;
	margin-top: 0px;
    margin-bottom: 0px;
}

.smalltext-white {
    font-weight: normal;
    color: rgb(255, 255, 255);
    font-size: 1rem;
    text-align: justify;
    vertical-align: top;
	margin-top: 0px;
    margin-bottom: 0px;
}

.normal-text {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    vertical-align: top;
	line-height: 1em;
	margin-top: 0px;
    margin-bottom: 0px;
	text-align: left;	
    width: 60%;          
    margin-left: auto;
    margin-right: auto; 
    text-align: justify;
	align-self: flex-start;
}

.top-align {
    vertical-align: top; /* Aligns the image to the top of the table cell */
    width: 30%; /* Adjust width as needed */
    height: auto; /* Maintain aspect ratio */
	float: right;
	border: 0px solid white;
	border-radius: 5%;
}



.main-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
    padding: 0px;
    flex-wrap: wrap;
}

.top-section {
    display: flex;
    justify-content: space-between;
    padding: 0px;
	width: 100%;
    background-color: #4496a4;
}




section {
    padding: 20px;
    text-align: left;
}

  /* CONTACT */

form input[type="text"],
form input[type="email"],
form select,
form textarea {
    width: 100%;
    max-width: 400px; /* Make the width consistent across the form */
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

form {
    display: flex;
    flex-direction: column;
    align-items: left;
}

form label {
	 width: 100%;
    max-width: 400px;
    margin-top: 10px;
}

form button {
    width: 80%;
	max-width: 400px;
    padding: 10px;
    margin-top: 5px;
}


footer {
    background: #ffffff;
    color: #ffffff;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.container {
    background-color: #FFFFFF;
    padding: 2rem;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
	align-content: flex-start
}

.form-group {
    margin-bottom: 1rem;
}

label {
    display: block;
    margin-bottom: 0.5rem;
    color: #555;
}

input, textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}

textarea {
    resize: vertical;
}

button {
    display: block;
    margin: 1rem auto 0;
    width: auto;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 5px;
    background-color: #797979;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    text-align: center;
    

}

button:hover {
    background-color: #9beb40;
}



/* on-screen-menu */

.nav-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    width: 100%;
    padding: 0;
    list-style: none;
    gap: 0.5rem;
    align-items: center;
    overflow: hidden; 
    z-index: 9999;
    
}

.nav-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: black;
    padding: 0.5rem 1rem;
    overflow-x: auto;
    white-space: wrap;
  }

.nav-link {
    white-space: nowrap;  
    font-size: 1.0rem;
    font-weight: 400;
    color: #475569;
	list-style: none;
	display: inline-block;
    padding: 0.01rem 0.01rem; 
}

.nav-link:hover {
    color: rgb(158, 224, 52);
    text-shadow: 0 0 10px #fefefe, 0 0 20px #000000;
}

.nav-logo {
    font-size: 2.1rem;
    font-weight: 500;
    color: #bcbcbc;
}



/* off-screen-menu */

.off-screen-menu {
    background-color:  rgb(34, 37, 49);
    height: 100vh;
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    right: -450px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;    
    justify-content: flex-start;
    text-align: left;
    font-size: 3rem;
    transition: .3s ease;
    z-index: 9999;
}
.off-screen-menu.active {
    right: 0;
}


.hamburger {
    display: none;
    z-index: 9999;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #bfb4b4;
}

.menu {
    background: #000000;
    color: #707071;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
	list-style: none;
    width: 100%;
    max-width: 100vw; 
}
/* Transform hamburger to X */
.hamburger.active .bar:nth-child(2) {
    opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}


@media only screen and (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 5rem;
		width: 100%;
        flex-direction: column;
        background-color: #000000;
        text-align: left;
        transition: 0.3s;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .nav-menu.active {
        left: 0;
        	  border: none;
    float: none
    }

    .nav-item {
        margin: 1rem 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

}

/* Navigation */
.nav-logo img {

    width: 100%; 
    display: block; 

  }




