* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div {
	margin: 0;
	/* padding-bottom: 40px; */
	vertical-align: top;
}

@font-face {
	font-family: 'SFProText'; /* Choose a name for your font */
	src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype'); /* Path to your OTF file */
  }
  @font-face {
	font-family: 'SFProTextMed'; /* Choose a name for your font */
	src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype'); /* Path to your OTF file */
  }


/*/////////////////////////////////////////////////////////// PAGE */

h1 {
	display: block;
	padding: 0px 0px 32px 0px;
	font-family: 'SFProTextMed', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.08365;
	letter-spacing: -.004em;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	background: -webkit-linear-gradient(-90deg,#f45f7f,#887af7,#0ecdfd);
  	-webkit-background-clip: text;
 	 -webkit-text-fill-color: transparent;
	/*background-image: linear-gradient(-96deg,#557cfa 18%,#9e66fc 79%);*/linear-gradient(90deg,#f45f7f,#887af7,#0ecdfd)
}

h2 {
	display: block;
	padding: 0px 0px 40px 0px;
	font-family: 'SFProTextMed', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: -0.02em;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

h3 {
	display: block;
	padding: 0px 0px 0px 0px;
	font-family: 'SFProTextMed', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.02em;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	
}

h4 {
	display: block;
	padding: 0px 0px 4px 0px;
	font-family: 'SFProText', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 16px;
	/*font-weight: 600;*/
	line-height: 1.1666666667;
	letter-spacing: .009em;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

h5 {
	display: block;
	padding: 0px 0px 40px 0px;
	font-family: 'SFProText', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.333;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

p {
	display: block;
	padding: 0px 0px 8px 0px;
	font-family: 'SFProText', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 18px;
	line-height: 1.48;
	letter-spacing: 0em;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body {
	background-color: #F8F8F8;
	padding: 0px 0px 12px 0px;
	padding: 60px 0 0 0;
	text-align: center;
	font-family: 'SFProText', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.1px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.spacer {
    height: 40px;
    }



.fadeup {
    transform: translateY(0px);
    opacity: 0;
   /* transition-property: transform, opacity;
    transition-duration: 1s;
    transition-timing-function: ease cubic-bezier(cubic-bezier(.60,0,.40,1));*/

	transition: opacity .25s linear 0s;
   }

.in-view {
    transform: none;
     opacity: 1;
    }




#smallProjects {
	/* outline: 1px solid blue; */
	padding: 100px 0px 100px 0px;
	}
	

li {
	display: inlie-block;
	list-style: none;
	text-align: left;
    font-size: 14px;
	padding: 0.3333em;
	cursor: pointer;
	transition: background-color 0.2s;
	width: 50%;
	padding: 2em 0 1em 0;
	border-radius: 8px;
}

li:hover {
	background-color: rgba(0,0,0,0.05);
	/*color:white;*/
  }
  
  li > a {
	text-decoration: none;
	color: black;
	cursor: none;
  }

div.itemDate {
	display: inline-block;
	text-align: center;
	/*color: #aaaaaa;*/
	width: 120px;
}

div.itemBody {
	display: inline-block;
padding: 0px 0px 0px 0px;
max-width: 400px;
}

div.itemBody > p.title {
	font-weight: 400;
}




div.wrapper {
	display: block;
	margin: 0px auto 0px auto;
	text-align: left;
	width: 100%;
	max-width: 800px;
/*	outline: 1px solid red;*/
}

.main-container{
    margin: 0px 8%;
    text-align: left;
    
	/* background-color: #888;*/
}

.main-container > div{
    
	/*height: 100vh;*/
}

.media-gallery {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: .5rem;
}

.media-gallery-image{
	display: flex;
	padding-top: 10px;
	border-radius: .5rem;
	padding: 0;
	width: calc(100%);
	height: auto; 
	overflow: hidden;
	position: relative;
	object-fit: cover;
	/*background-color: #dadada;*/
	gap: .5rem;
}   

.media-gallery-image1{
	display: flex;
	padding-top: 10px;
	border-radius: .5rem;
	padding: 0;
	width: calc(100%);
	height: auto; 
	overflow: hidden;
	position: relative;
	object-fit: cover;
	gap: .5rem;
}   

.media-gallery-image2{
	display: flex;
	padding: 0;
	width: calc(50% - .25rem);
	height: auto; 
	/*flex: 1;*/
	overflow: hidden;
	position: relative;
	object-fit: cover;
	justify-content: center;
  	align-items: center;
	  gap: .5rem;
}

.media-gallery-image3{
	display: flex;
	padding: 0;
	width: calc(33.001% - .25rem);
	height: auto; 
	/*flex: 1;*/
	overflow: hidden;
	position: relative;
	object-fit: cover;
	/*justify-content: center;
  	align-items: center;*/
}

.media-gallery-image2_3{
	display: flex;
	padding: 0;
	width: calc(66.001% - .25rem);
	height: auto; 
	/*flex: 1;*/
	overflow: hidden;
	position: relative;
	object-fit: cover;
	justify-content: center;
  	align-items: center;
}

.media-gallery-image4{
	display: flex;
	width: calc(24.8% - .25rem);
	height: 640; 
	overflow: hidden;
	position: relative;
	object-fit: cover;
	background: url(../assets/Blue.png); 
	/*justify-content: center;
  	align-items: center;*/
}


.module4_A {
	display: flex;
	width: calc(20.0% - .25rem);
	height: 640; 
	overflow: hidden;
	position: relative;
	object-fit: cover;
	background: url(../assets/Blue.png);
	/*background-repeat: no-repeat;*/
	/*background-position: center;
	background-size: 300px;
	border-radius: .5rem;*/
}










.module4_A > header {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0px 20px;
}

.module4_B {
	display: flex;
	width: calc(20.0% - .25rem);
	height: 640; 
	overflow: hidden;
	position: relative;
	object-fit: cover;
	background: url(../assets/flag.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 200px;
	background-color: #000000;
	border-radius: .5rem;
}
.module4_B > header {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0px 20px;
  }

  .module4_C {
	display: flex;
	width: calc(20.0% - .25rem);
	height: 640; 
	overflow: hidden;
	position: relative;
	object-fit: cover;
	background: url(../assets/Gradient_2x.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80px;
	background-color: rgba(83, 133, 83, 1);
	border-radius: .5rem;
}
.module4_C > header {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0px 20px;
}

.module4_D {
	display: flex;
	width: calc(20.0% - .25rem);
	height: 640; 
	overflow: hidden;
	position: relative;
	object-fit: cover;
	background: url(../assets/Portrait.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80px;
	border-radius: .5rem;
}
.module4_D > header {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0px 20px;
  }







.media-gallery-image5{
	display: flex;
	padding: 0;
	width: calc(19.75% - .25rem);
	height: auto;
	overflow: hidden;
	position: relative;
	object-fit: cover;
	/*justify-content: center;
  	align-items: center;*/
}

.media-gallery-image6{
	display: flex;
	padding: 0;
	width: calc(16.4% - .25rem);
	height: auto; 
	/*flex: 1;*/
	overflow: hidden;
	position: relative;
	object-fit: cover;
	/*justify-content: center;
  	align-items: center;*/
}



.img-holder{
	position: relative;
	display: flex;
	width: 100%;
	height: 500px;
	overflow: hidden;
	border-radius: .5rem;
	object-fit: cover;
	justify-content: center;
    align-items: center;
}

.img-holder4{
	position: relative;
	display: flex;
	width: 100%;
	height: 400px;
	overflow: hidden;
	border-radius: .5rem;
	object-fit: cover;
	justify-content: center;
    align-items: center;
}






.img-holder-portrait{
	position: relative;
	display: flex;
	width: 100%;
	height: 480px;
	overflow: hidden;
	border-radius: .5rem;
	object-fit: cover;
	justify-content: center;
    align-items: center;
	background-size: 60%;
}


.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
	opacity: 0;
	transition: opacity 0.3s ease; /* Smooth fade-in transition */
	/* Add other styling for the overlay if needed */
  }
  
  .img-holder:hover .overlay {
	opacity: 1;
  }
  .img-holder-portrait:hover .overlay {
	opacity: 1;
  }
  
  .overlay-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	/* Add other styling for the overlay text if needed */
  }

  .img-holder-large{
	position: relative;
	display: flex;
	width: 100%;
	overflow: hidden;
	border-radius: .5rem;
	object-fit: cover;
	justify-content: center;
    align-items: center;
}





.txt-holder{
	display: flex;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: .5rem;
	justify-content: left;
    /*align-items: center;*/
}

.mobile-holder{
	display: flex;
	width: 50%;
	height: 640px;
	scale: 0.5;
	/*overflow: hidden;*/
	border-radius: .5rem;
	/*object-fit: cover;*/
	justify-content: center;
    align-items: center;
}

.text-inset{
    padding-bottom: 60px;
	padding-top: 60px;
	padding-right: 20px;
	padding-left: 20px;
}

.cell-inset{
	padding-bottom: 60px;
	padding-top: 60px;
	padding-right: 60px;
	padding-left: 160px;
	}


@media (prefers-color-scheme: dark) {
	body {
		background-color: #171717;
		color: #d4d4d4;
	}
    .media-gallery-image1{
		background-color: #1f1f1f;
	}



}

@media (prefers-color-scheme: light) {
	body {
		background-color: #d4d4d4;
		color: #333333;
	}
	.media-gallery-image1{
		background-color: #dadada;
	}

	
}


@media screen and (max-width: 800px) {
	#infoPanel {
		position: static !important;
	}

	#content {
		padding: 300px 0px 0 0px !important;
	}


	
}

































/* ModalCSS - ModalCSS - ModalCSS - ModalCSS - ModalCSS */

.modal-open-button{
    cursor: pointer;
    padding: 0px;
    border-radius: 25px;
    border: 0px;
    color: white;
	scale: 0.9;
    /*box-shadow: 10px 10px 10px 0px rgba(55 55 55 / 20%);*/
    opacity: 1.0;
	transition: 0.2s all;
	object-fit: cover;
    justify-content: center;
    align-items: center;
}

/*.modal-open-button:hover{
    opacity: 1;
    transform: translate3D(0,0px,0) scale(1) opacity(1);
}*/

.modal-open-button:active {
	transform: scale(0.7);
	/* Scaling button to 0.98 to its original size */
	box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
	/* Lowering the shadow */
}

.modal-open-button.modal-open-button-scrollable{
    background-color: rgba(0, 0, 0, 0);
}

.modal-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,1);
	-webkit-backdrop-filter: blur(40px);
	backdrop-filter: blur(40px);
}

.modal-overlay.modal-overlay-visible{
    display: block;
}

.modal-container{
	
    display: none;
    position:fixed;
	/* margin-top: 80px; */
    top: 50%;
    left: 50%;
    z-index: 101;
    transform: translate(-50%, -50%);
    width: 100%;
	/*max-width: 1240px;*/
	
    height: 100%;
    justify-content: center;
    text-align: center;
    /*background-color: #d4d4d4;*/
    /*border-radius: 20px;
    box-shadow: 20px 15px 20px 0px rgb(255 255 255 / 20%);
    border-right: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);*/
    /* Let's add the overflow-y property */
    overflow-y: auto;
	
    /*backdrop-filter: blur(20px) saturate(200%);*/
	
	
}


.modal-container-inset{
	margin: 60px 12.5%;
	font-family: 'SFProText', 'Barlow', 'Helvetica Neue', 'Helvetica', 'Lucida Sans Unicode', 'Lucida Grande', 'Tahoma', 'verdana', sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #000000;

}

.modal-container.modal-container-visible{
    display: block;
}

#modal-container-not-scrollable.modal-container{
    color: red;
}

#modal-container-scrollable.modal-container{
    color: rgb(70, 70, 70);
}

.modal-container .modal-container-controls{
    position: absolute;
	margin: 0px 0%;
    left: 60px;
    top: 60px;
	z-index: 10;
}

.modal-container .modal-container-controls .modal-container-close-button{
    background-color: rgb(0, 0, 0, 0);
    opacity: 1.0;
    color: white;
    border-radius: 25px;
    padding: 0px;
    border: 0px;
	modal-container-close-butto
}

.modal-container .modal-container-controls .modal-container-close-button:hover{
    opacity: 1;
    transform: translate3D(0,0px,0) scale(1.0);
    cursor: pointer;
}

#modal-container-not-scrollable.modal-container .modal-container-content,
#modal-container-scrollable.modal-container .modal-container-content
{
    margin: 40px;
    text-align: justify;
}

#modal-container-scrollable.modal-container .modal-container-content .modal-container-content-no-scroll{
	margin: 20px 12%;

    /*margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;*/
}

#modal-container-scrollable.modal-container .modal-container-content .modal-container-content-scroll{
    position: absolute;
    width: auto;
    height: calc(100% - 140px);
    overflow-y: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 40px 0px 0px;
}

#modal-container-scrollable.modal-container .modal-container-content .modal-container-content-scroll::-webkit-scrollbar {
    width: 10px;
}

#modal-container-scrollable.modal-container .modal-container-content .modal-container-content-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #333; 
    border-radius: 10px;
}
    
#modal-container-scrollable.modal-container .modal-container-content .modal-container-content-scroll::-webkit-scrollbar-thumb {
    background: rgba(51,51,51,0.8);
    opacity: 0.6;
}

#modal-container-scrollable.modal-container .modal-container-content .modal-container-content-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(51,51,51,1);
}

/* ModalCSS - ModalCSS - ModalCSS - ModalCSS - ModalCSS */