@charset "UTF-8";
/* CSS Document */


h1 {
    font-family: "Julius Sans One", system-ui;
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    color: #7474a8;
}

h2 {
    font-family: "Julius Sans One", system-ui;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    color: #7474a8;
	line-height: 1.5;
	padding-top: 20px;
	padding-bottom: 20px;
}

h3 {
    font-family: "Julius Sans One", system-ui;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #7474a8;
    padding-top: 30px;
}

h4 {
    font-family: "Julius Sans One", system-ui;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: #7474a8;
}


p {
    font-family: "Thasadith", system-ui;
    font-size: 20px;
    font-weight: 500;
    font-style: regular;
    color: #333;
    line-height: 2.0;
}

em {
    font-family: "Thasadith", "Helvetica", system-ui;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    color: #333;
    line-height: 2.0;
}

body {
    background-color: #ffffff;
}



ul {
    align-items: baseline
}

li {
    font-family: "Thasadith", system-ui;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    color: #333;
    line-height: 2.0;
}

a {
    font-family: "Thasadith", system-ui;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    color: #7474a8;
    text-decoration: underline;
}

#content0 {
   width: 90%;
   padding: 10px;
    margin: 10px;
    background-color: rgba(255, 255, 255, .48);
    text-align: left;
    border-radius: 6;
    align: left;
}

#content {
    width: 90%;
   padding: 10px;
    margin: 10px;
    background-color: rgba(255, 255, 255, .48);
    text-align: left;
    border-radius: 6;
    align: left;
}

#content1 {
    width: 90%;
    padding: 10px;
    margin: 10px;
    background-color: rgba(255, 255, 255, .48);
    text-align: left;
    border-radius: 6;
}

#content2 {
    width: 90%;
    padding: 10px;
    margin: 10px;
    background-color: rgba(255, 255, 255, .48);
    text-align: left;
    border-radius: 6;
}

#content3 {
    width: 90%;
    padding: 10px;
    margin: 10px;
    background-color: rgba(255, 255, 255, .48);
    text-align: left;
    border-radius: 6;
}


/*Inside Aside container*/
#loriMark {
    background-image: url("../images/loriMark.svg");
    background-repeat: no-repeat;
    position: absolute;
    background-position: left top;
    background-size: 15%;
    top: 10px; 
    left: 10px;
    width: 100vw;
    height: 100vh;
    opacity: .35;
    z-index: -1;
    animation: loriMarkAni 3s;
}


@keyframes loriMarkAni {
    0% {
        transform: scale(.75);
        opacity: .0;
    }

    10% {
        transform: opacity(0.25);
    }

    30% {
        transform: scale(1, 0.5);
    }

    40% {
        transform: scale(1, 1.25);
    }

    50% {
        transform: opacity(0.5);
    }

    70% {
        transform: opacity(1.0);
    }

    90% {
        transform: opacity(.0);
    }

    100% {
        transform: scale(1.0);
    }
}
/* Grid background gfx*/

#bigYellowCircle {
    background-image: url(../images/LBkgd.svg);
    background-repeat: repeat-y;
    height: 100%;
    background-size: 500px;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 300vh;
    z-index: -20;
}


#greenPentagon {
    background-image: url("../images/greenPentagon");
    background-repeat: no-repeat;
    /*background-position: 5% top;*/
    background-size: 50%;
    position: fixed;
    top: 800px;
    width: 100vw;
    height: 100vh;
    z-index: -5;
    opacity: .15;
}


.wrapper {
    width: 100%;
    display: flex;
    flex-flow: row;
}

.aside {
    width: 25%;
    display: flex;
    align: left;
}


.main {
    width: 90%;
    display: flex;
    align-self: left;
}

.modalBody {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
}

.modal_container {
    Background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    margin-left: 60px;
    margin-right: 60px;
    transition: opacity 0.3s ease;
}

.modal {
    background-color: #fff;
    width: 90%;
    max-width: 100%;
}


button {
    backgound-color: #7474a8;
    border: 3;
    border-radius: 8px;
    border-color: #fff;
    color: #fff;
}

.myButton {

    font-family: "Thasadith", system-ui;
    font-size: 18px;
    font-weight: bold;
    color: fff;
    padding: 10px 25px;
    box-shadow: 0 10px 10px rgba(80, 80, 80, 0.4);
    -webkit-box-shadow: 0 10px 10px rgba(80, 80, 80, 0.4);
    background-color: #7474a8;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 72px;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

/* The Close Button 
.close {
  backgound-color: #7474a8;
  color: #333;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
*/

.cwdsLogo {
    display: inline-flex;
    align-content: center;
}


/* Hover inline image */

.hover-image {
    position: relative;
    display: inline-block;
}

.hover-image img {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
}

.hover-image:hover img {
    display: block;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Gallery classes */

 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .gallery {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px,  1fr)); 
            gap: 1.5rem;
			min-height: 100vh;
            margin-bottom: 2rem;
			background: #ffffff;
			padding: 2rem;
        }

        .thumbnail {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
            cursor: pointer;
            transition: all 0.3s ease;
            background: white;
            padding: 8px;
        }

        .thumbnail:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.25);
        }

        .thumbnail img {
            width: 200px;
            height: 200px;
            object-fit: cover;
            border-radius: 8px;
            transition: transform 0.3s ease;
        }

        .thumbnail:hover img {
            transform: scale(1.05);
        }

        .thumbnail::after {
            content: '🔍';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 2rem;
            color: white;
            background: rgba(0,0,0,0.7);
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: all 0.3s ease;
        }

        .thumbnail:hover::after {
            opacity: 1;
        }

        /* Gallery Lightbox Styles */
        .lightbox {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            backdrop-filter: blur(5px);
        }

        .lightbox.active {
            opacity: 1;
            visibility: visible;
        }

        .lightbox-content {
            position: relative;
            max-width: 90%;
            max-height: 90%;
            transform: scale(0.8);
            transition: transform 0.3s ease;
        }

        .lightbox.active .lightbox-content {
            transform: scale(1);
        }

        .lightbox img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 8px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.5);
        }

        .close-btn {
            position: absolute;
            top: -15px;
            right: -15px;
            width: 40px;
            height: 40px;
            background: #333333;
            color: white;
            border: none;
            border-radius: 50%;
            font-size: 20px;
            font-weight: bold;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.3);
        }

        .close-btn:hover {
            background: #333333;
            transform: scale(1.1);
        }

        @media (max-width: 768px) {
            .gallery {
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 1rem;
            }
            
         
            
            .thumbnail img {
                height: 200px;
            }
        }