  @font-face {
    font-family: "MinionProBody";
    src: url("font/MinionPro-Regular.otf");
  }

body {
    margin: 0%;
    font-family: "MinionProBody";
    max-width: 100%;
    color: #000000;
}




/* ------------- HEARDER ------------*/

header {
    width: 100%;
    max-height: 40%;
    position: fixed; 
    background-color: white; 
    justify-content: space-between;
    z-index: 1000;
}

header span {
    color: #000000;
}

header span:hover {
    color: #FF5733;
}


nav {
    margin-left: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: white;
}


.topnav {
    overflow: hidden;
}

.topnav a {
    font-size: 11px;
    text-decoration: none;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    float: left;
    padding: 14px 16px;
}

.topnav a:hover {
    text-decoration: underline;
}

.topnav a.active {
    color: #FF5733;
    text-decoration: underline;
}


.title {
    margin-left: 25px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    font-size: 50px;
    letter-spacing: 2.5px;
    text-align: left;
    line-height: 54px;
    float: left;
    display: flex;
    flex-direction: row;
    background-color: white;
}

.title a{
    color: #FF5733;
    text-decoration: none;
    cursor: pointer;
}

@font-face {
    font-family: "MinionProSemiBold";
    src: url("font/MinionPro-Semibold.otf");
  }

.semibold {
    font-family: "MinionProSemiBold";
}

  @font-face {
    font-family: "MinionProMediumIt";
    src: url("font/MinionPro-MediumIt.otf");
  }

.italic {
    font-family: "MinionProMediumIt";
}




/* ------------- ABOUT ------------*/

.about {
    margin-left: 80px;
    margin-top: 270px;
    padding-bottom: 50px;
    width: 47%;
    font-size: 16px;
    letter-spacing: 0.6px;
    text-align: left;
    line-height: 22px;
    color: #000000;
    float: left;
    display: flex;
    flex-direction: row;
    position: absolute;
    z-index: -1;
    cursor: default;
}


  @font-face {
    font-family: "MinionPro-It";
    src: url("font/MinionPro-It.otf");
  }

.it {
    font-family: "MinionPro-It";
}


  @font-face {
    font-family: "MinionProBold";
    src: url("font/MinionPro-Bold.otf");
  }

.bold {
    font-family: "MinionProBold";
    font-size: 15px;
}


.note {
    margin: 0px;
    padding: 0px;
    outline: 0px;
    font-size: 12px;
    font-family: "MinionProBold";
    vertical-align: middle;
    color: #000000;
    cursor: pointer;
}

.note:hover {
    text-decoration: line-through;
    color: #FF5733;
}


.popup-container-note {
    width: fit-content;
    position: relative;
}

.popup-detail-note-1 {
    font-size: 10px;
    line-height: 14px;
    color: #181818;
    width: 15%;
    right: 5%;
    top: 50%;
    position: fixed;
    display: none;
    z-index: 2;
}

.popup-container-note:hover .popup-detail-note-1 {
    display: block;
}


  @font-face {
    font-family: "MinionProBoldIt";
    src: url("font/MinionPro-BoldIt.otf");
  }

.highlight {
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
}

.highlight:hover {
    font-family: "MinionProBoldIt";
    font-size: 16px;
    color: #FF5733;
    text-decoration: underline;
}


.bordergif {
    padding: 15px 30px;
	background-color:#000000;
}

.popup-container-images {
    position: relative;
    display: inline-block;
}

.popup-detail-image-1 {
    width: 35%;
    right: 5%;
    top: 41%;
    position: fixed;
    display: none;
    z-index: 2;
}

.popup-container-images:hover .popup-detail-image-1 {
    display: block;
}




/* ------------- MAIN ------------*/

main {
    width: 100%;
    margin-top: 270px;
    float: left;
    display: flex;
    flex-direction: row;
    position: absolute;
    cursor: crosshair;
}

table {
    width: 100%;
    margin-bottom: 25px;
}

td {
    border-top: 1px solid #000000; 
    float: left;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: left;
    line-height: 22px;
    color: #000000;
} 

.reply:hover {
    border-top: 1px solid #FF5733; 
    cursor: crosshair;
} 


/* ------------- HOVER IMAGE ------------*/

.popup-container-images-2 {
    width: 100%;
    position: relative;
    display: inline-block;
}

.popup-detail-image-2 {
    width: 25%;
    position: absolute;
    display: none;
    right: 30%;
    top: -50%;
    z-index: -1;
}

.popup-container-images-2:hover .popup-detail-image-2 {
    display: block;
}


/* ------------- INDEX ------------*/

.col1 {
    float: left;
    width: 10%;
    margin-left: 2%;
    margin-top: 8px;
}

.col2 {
    float: left;
    width: 25%;
    margin-left: 6%;
    margin-top: 8px;
}

.col3 {
    float: left;
    width: 20%;
    margin-left: 8%;
    margin-top: 8px;
}

.col4 {
    float: left;
    width: 20%;
    margin-left: 8%;
    margin-top: 8px;
}


.content-columns {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 45px;
    column-gap: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.col5 {
    float: left;
	width: 35%;
	margin-left: 5%;
    margin-top: 15px;
    padding: 10px 10px;
}

.col6 {
    float: left;
	width: 45%;
	margin-right: 10%;
    padding: 10px 10px;
}

.col7 {
	float: left;
	width: 15%;
    margin-right: 9%;
	padding: 10px 10px;
}


.heading1 {
	color: #FF5733;
    font-family: "MinionProSemiBold";
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	border-bottom: 1px solid #FF5733;
}


.bodytext {
	font-size: 14px;
    letter-spacing: 0.5px;
    text-align: left;
    line-height: 20px;
    color: #000000;
	padding-right:10px;
}


.keywords {
    font-size: 12.5px;
    letter-spacing: 0.5px;
    text-align: left;
    line-height: 1px;
    color: #000000;
}


.cover {
    color: #000000;
    text-decoration: none;
}

.cover:hover {
    color: #FF5733;
    text-decoration: underline;
}


  @font-face {
    font-family: "MinionPro-It";
    src: url("font/MinionPro-It.otf");
  }

.it {
    font-family: "MinionPro-It";
}




/* ------------- GALLERY ------------*/

.headergallery {
    width: 100%;
    max-height: 40%;
    position: fixed; 
    background-color: none; 
    justify-content: space-between;
    z-index: 1;
}

.titlegallery a {
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #FF5733;
    text-decoration: none;
    float: left;
    padding: 14px 16px;
    cursor: pointer;
}

.titlegallery a:hover {
    color: #FF5733;
    text-decoration: underline;
}

.semiboldgallery {
    font-family: "MinionProSemiBold";
    color: #FF5733;
}

.italicgallery {
    font-family: "MinionProMediumIt";
    color: #FF5733;
}


img {
    display: block;
    width: 100%;
    height: 100vh;
    cursor: crosshair;
}
 

.click-zoom input[type=checkbox] {
    display: none
}
  
.click-zoom img {
    transition: transform 0.25s ease;
    cursor: zoom-in
}
  
.click-zoom input[type=checkbox]:checked~img {
    transform: scale(1);
    position: absolute;
    width: 100%;
    height: auto;
    cursor: zoom-out;
}


.gallery2 img {
    width: 50%;
    float: left;
    object-fit:cover;
}

.gallery3 img {
    width: 50%;
    height: 50vh;
    float: left;
}

.gallery4 img {
    width: 25%;
    height: 50vh;
    float: left;
    object-fit:cover;
}

.gallery5 img {
    width: 25%;
    height: 25vh;
    float: left;
    object-fit:cover;
}

.gallery6 img {
    width: 12.5%;
    height: 25vh;
    float: left;
    object-fit:cover;
}


footer {
    width: 100%;
    bottom: 15px;
    font-size: 20px;
    text-align: center; 
    color: #FF5733; 
    position: fixed;  
    z-index: 1;
    cursor: default;
}

footer a {
    font-size: 15px;
    font-weight: bolder;
    color: #FF5733;
    text-decoration: none;
    cursor: pointer;
}

footer a:hover {
    font-size: 20px;
    font-style: italic;
    font-weight: bolder;
    color: #FF5733;
    text-decoration: none;
}