@charset "UTF-8";
/* CSS Document */




html, body { padding: 5 ; margin: 5; }

body {
	padding: 5 ;
    min-height: 100vh;
    max-width: 100%;
    background-color: #FFFFFF; 
    margin:30px auto;
	margin-left: 30px;
	margin-right: 30px;
}


    .animation {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
    }

    .animation a {
      display: flex;
      align-items: center;
      text-decoration: none;
    }

    .animation img {
      max-width: 100%;
      height: auto;
    }

    .block-right-text {
      position: fixed;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      margin: 10px;
      color: #ffffff;
	  padding-right: 30px;
    }

.image-grid {
  display: flex;
  position: relative;
  flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.image-subgrid .container {
  width: 33%; 
}

.image-subgrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.image-onegrid {
	display: flex;
	flex-wrap: wrap
}

.image-onegrid div {
	width: 70%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}


.image-logo {
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 25px;
  width: 85%;
  background-size: cover;
  background-position: center center;
}

.image-main-logo {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 10px;
  width: 10%;
  background-size: cover;
  background-position: center center;
}

.portfolio {
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 100px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.container {
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.container .preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 250ms;
}

.container:hover .preview {
  opacity: 1;
}

.preview {
  position: absolute;
  height: auto;
  width: 100%;
  opacity: 0;
  transition: opacity 250ms;
  background-color: white; /* Update background color to white */;
}
	

.container-menu {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 50%;
  flex-basis: 50%;
    }

.container-menu .preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 250ms;
}


.container-menu:hover .preview {
  opacity: 1;
}

.image {
 display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.2s;
}


.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .2s ease;
}

.text {
  color: black;
	font-family: Helvetica, "sans-serif";
font-weight:200;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.category {
  color: black;
	font-family: Helvetica, "sans-serif";
font-weight:200;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.subtitle {
  color: black;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.column {
  float: left;
  position: relative;
  width: 50%;
  margin-left: 15px;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}


.dropdown {
  display:table;
  position: relative;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 100%;
  z-index: 1;
}

.dropdown-content {
  position: absolute;
  background-color: #ffffff;
  font-family: Helvetica, "sans-serif";
  font-weight:200;
  font-style: normal;
  font-size: 10px;
  line-height: 6px;
  min-width: 160px;
  z-index: 2;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: 200ms ease;
}

.dropdown-content a {
  color: black;
  padding: 7px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {font-style:italic; font-weight: 400}

.dropdown:hover .dropdown-content {
  opacity: 1;
  pointer-events: auto;
}





hr {
position:absolute;
	
}

body, normal, p {
	font-family: "adobe-caslon-pro", serif;
font-weight: 400;
font-style: normal;
font-size: 13px;
line-height: 12pt;
overflow-wrap: break-word;
}


h1 {
	font-family: Helvetica, "sans-serif";
font-weight:200;
font-style: normal;
font-size: 10px;
line-height: 9.5pt;
}


h2 {
	font-family: Helvetica, "sans-serif";
font-weight:400;
font-style: normal;
font-size: 10px;
line-height: 9.5pt;
}


.cv a:hover {font-style:italic;}
	

h3 {
	font-family: Helvetica, "sans-serif";
font-weight:800;
font-style: normal;
font-size: 10px;
line-height: 9.5pt;
}

h4 {
	font-family: Helvetica, "sans-serif";
font-weight:200;
font-style: normal;
font-size: 14px;
color: black;
line-height: 9.5pt;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: black;
}

.block {
	float: right;
	display: flex;
	width: 49%;
	padding-right: 60px;

}


.block-right {
	float: right;
	display: flex;
	width: 46%;
	padding-right: 40px;

}



.block-left {
	display: flex;
	float: left;
	width: 30%;
	padding-left: 50px;

}



.block-center {
	text-align: center;
	width: 100%;
	padding-left: 0px;

}

.block-right-experience {
	padding-top: 60px;
	padding-right: 100px;
	float: right;
	display: flex;
	width: 40%;
}

.block-right-skills {
	float: right;
	width: 40%;
	padding-right: 100px;

}


.experience-table td,
.experience-table th {
  text-align: left ;
  vertical-align: top;
  padding-bottom: 10px;
  padding-right: 10px;
}

.block-left-education {
	padding-top: 60px;
	display: flex;
	flex-direction: column;
	float: left;
	width: 30%;
	padding-left: 100px;
	

}

  .block-left-education table {
    width: 100%;
  }

  .block-left-education table td,
  .block-left-education table th {
    text-align: left;
  }


footer {
	position:fixed;
	left: 0;
	width: 100%;
    background-color: #ffffff;
	padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0px;
}


.contact-info {
	font-family: Helvetica, "sans-serif";
    font-weight: 200;
    font-style: normal;
    font-size: 12px;
    line-height: 9.5pt;
	padding-left: 25px;
	padding-right: 75px;
    float: left;
    text-align: left;
	position: fixed;
}

.credits {
    font-family: Helvetica, "sans-serif";
    font-weight: 200;
    font-style: normal;
    font-size: 8px;
    line-height: 7pt;
    text-align: right;
	float:right;
	padding-right: 100px;
    padding-top: 15px
}




p1 {
text-indent: 4em;
position: relative;}


@media only screen and (max-width : 1200px ){
  .image-subgrid .container {
    width: 50%; /* For two images per line */
  }



@media (max-width: 768px) {
  .animation {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
  }

  .animation img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; 
  }

  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .container-menu {
    width: 100%;
    flex-basis: 100%;
  }
	
.image-main-logo {
  width: 40%;
}

  .image-subgrid .container {
    width: 100%; /* For one image per line */
  }
	
  .block-left,
  .block-right {
    width: 100%;
    padding: 0;
  }

  .column {
    width: 100%;
    margin-right: 0;
  }
	
	 .block-left-education,
  .block-right-experience,
	.block-right-skills{
    width: 100%;
    padding: 0;
  }
	
}



