html {
  scroll-behavior: smooth;
}

body {
width: 100%;
height: 100%;
 overflow-x: hidden;
background-color: black;
color: #f7e8cc;
font-family: 'Cormorant', serif;
}

a {
color: #f7e8cc;
text-decoration: none;

}

#header {
position: fixed;
  top: 10px;
  z-index: 999;
background-color: #5a2921;
  width: 100%;
margin-left: -10px;
margin-top: -10px;
  padding: 0px 10px 20px 0;
  height: 35px;
font-family: 'Cormorant', serif;
font-weight: 400;
}

#title a { 
float: left;
margin-left: 40px;
font-size: 27px;
margin-top: -7px;
}

  #title2 {
   display: none;
  }


#nav-bar {
float: right;
margin-right: 20px;
}

.nav-link {
float: left;
   text-decoration: none;
   height: 10px;
   padding: 18px 15px;
   color: #f7e8cc;
font-size: 16px;
  }


a:hover {
color: #efd18d;
}


/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
font-size: 16px;
  border: none;
  outline: none;
  color: #f7e8cc;
  padding: 18px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
color: black;
  background-color: #efd18d;;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}



h1 {
text-align: center;
font-family: 'Cormorant', serif;
font-weight: 400;
color: #f7e8cc;
}


.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
justify-content: center;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 20%;
  max-width: 20%;
  padding: 0 10px;
}

.column img {
  margin-top: 20px;
  vertical-align: middle;
  width: 100%;
}


.column2 {
  flex: 10%;
  max-width: 10%;
  padding: 0 20px;
}

.column2 img {
  margin-top: 20px;
  margin-bottom: 20px;
  vertical-align: middle;
  width: 100%;
}



#main-image img {

 width: 60%;
 height: auto;
display: block;
margin-top: 30px;
margin-left: auto;
  margin-right: auto;
}




h2 {
text-align: center;
font-family: 'Cormorant', serif;
font-weight: 400;
font-size: 20px;
margin-top: 30px;
color: #f7e8cc;
}




.image {
position: relative;
width: 100%;
}

.image_img {
display: block;
width: 100%;
}

.image_overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
color: #f7e8cc;
display: flex;
font-family: 'Cormorant', serif;
flex-direction: column;
align-items: center;
justify-content: center;
margin-left: auto;
margin-right: auto;
opacity: 0;
transition: opacity 0.25s;
}

.image_overlay-blur {
backdrop-filter: blur(2px);
}

.image_overlay:hover {
opacity: 1;
}

.image_title {
font-size: 1.25em;
align-items: center;
justify-content: center;
margin-left: auto;
margin-right: auto;
}

.image_description {
font-size: 1em;
margin-top: 0.25em;
}

.image_description2 {
font-size: 1em;
margin-top: -1em;
}

.arrow {
  border: solid #f7e8cc;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
font-size: 50px;
font-family: 'Cormorant', serif;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}


.container {
            display: grid;
margin-top: 10px;
            grid-template-columns: 0.25fr 1.75fr 0.75fr 0.25fr;
            grid-template-rows: 100px;
            grid-gap: 10px;
max-width: 90%;
margin-left: auto;
margin-right: auto;
        }


     .container div {
            padding: 1em;
        }







.container img {
  width: auto;
 height: 550px;
display: block;
margin-left: auto;
  margin-right: auto;
margin-top: 20px;
        }



.container p {
font-size: 18px;
font-family: 'Cormorant', serif;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
color: #f7e8cc;
margin-top: 20px;
        }




.container2 {
            display: grid;
            grid-template-columns: 0.25fr 2fr 0.5fr 0.25fr;
            grid-template-rows: 100px;
            grid-gap: 10px;
max-width: 90%;
margin-left: auto;
margin-right: auto;
        }


     .container2 div {
            padding: 1em;
        }



.container2 img {
  width: 650px;
 height: auto;
  position: absolute;
  top: 50%;
left: 42%;
  transform: translate(-50%, -50%);
        }


.caption {
  position: absolute;
  top: 80%;
left: 40%;
margin-left: -44px;
}

.caption2 {
  position: absolute;
  top: 84%;
left: 40%;
margin-left: -44px;
}


.caption3 {
  position: absolute;
  top: 87%;
left: 40%;
margin-left: -44px;
}


.caption4 {
  position: absolute;
  top: 89%;
left: 40%;
margin-left: -44px;
}


.container2 p {
font-size: 18px;
font-family: 'Cormorant', serif;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
color: #f7e8cc;
margin-top: 20px;
        }


.arrow-right,
.arrow-left,
.long-arrow-right,
.long-arrow-left{
  display: block;
  width: 1px;
  height: 1px;
  border-top: 1.5px solid #efd18d;
  border-left: 1.5px solid #efd18d;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.arrow-right,
.long-arrow-right{
 transform: rotate(135deg);
}

.arrow-left,
.long-arrow-left{
 transform: rotate(-45deg);
}

.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    background: black;
    z-index: -1;
}


  #nav-bar2 {
    display: none;
  }



.border1 {
border: 1px solid #faf0ce;
}


.container2b {
display: none;
}


.containerb {
display: none;
}



.container3 {
            display: grid;
margin-top: 50px;
            grid-template-columns: 0.25fr 1fr;
            grid-template-rows: 100px;
            grid-gap: 80px;
max-width: 85%;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
        }


.container3 img {
width: 300px;
margin-top: 27px;
        }


.container3b {
display: none;
}


h3 {
font-family: 'Cormorant', serif;
font-weight: 400;
font-size: 20px;
margin-top: -20px;
color: #ceb486;
}

h4 {
text-align: center;
font-family: 'Cormorant', serif;
font-weight: bold;
color: #ceb486;
font-size: 17px;
}


.about p {
line-height: 135%;
font-family: 'Cormorant', serif;
}


.about p {
line-height: 135%;
font-family: 'Cormorant', serif;
}




h5 {
 font-family: "Times New Roman", Times, serif;
text-align: center;
font-weight: bold;
text-decoration: underline;
color: #ceb486;
font-size: 17px;
}



.container h6 {
font-family: 'Cormorant', serif;
font-weight: 400;
color: #faf0ce;
font-size: 18px;
margin-bottom: 15px;
margin-top: 225px;
}


.container2 h6 {
font-family: 'Cormorant', serif;
font-weight: 400;
color: #faf0ce;
font-size: 18px;
margin-bottom: 15px;
margin-top: 265px;
}


.CV-title {
 font-family: "Times New Roman", Times, serif;
font-weight: bold;
text-decoration: underline;
color: #ceb486;
font-size: 17px;
float: left;
padding-left: 60px;
}


.CV-text1 {
 font-family: "Times New Roman", Times, serif;
color: #faf0ce;
padding-left: 100px;
float: left;
}

.CV-text2 {
 font-family: "Times New Roman", Times, serif;
color: #faf0ce;
padding-left: 60px;
float: left;
}

.CV-text3 {
 font-family: "Times New Roman", Times, serif;
color: #faf0ce;
padding-left: 230px;
float: left;
 font-style: italic;
}

.CV-text4 {
 font-family: "Times New Roman", Times, serif;
color: #faf0ce;
padding-left: 20px;
float: left;
}

.CV-text5 {
 font-family: "Times New Roman", Times, serif;
color: #faf0ce;
padding-left: 120px;
float: left;
}

.CV-text6 {
 font-family: "Times New Roman", Times, serif;
color: #faf0ce;
padding-left: 37px;
float: left;
}

.CV-text7 {
 font-family: "Times New Roman", Times, serif;
color: #faf0ce;
padding-left: 39px;
float: left;
}


.button {
  background-color: #ceb486;
  border: none;
  color: black;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-left: 60px;
border-radius: 12px;
}


.CV1 {
display: inline;
}



.CV2 {
display: none;
}



/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 850px) {
  .column {
    flex: 30%;
    max-width: 30%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 650px) {
  .column {
    flex: 40%;
    max-width: 40%;
  }

  .column2 {
    flex: 40%;
    max-width: 40%;
  }

#main-image img {
 width: 80%;
}

}


@media screen and (max-width: 750px) {


body {
width: 85%;
margin-left: 20px;
}


  #nav-bar {
    display: none;
  }


#header {
position: relative;
  top: 0px;
width: 120%;
margin-left: -20px;
text-align: center;
justify-content: center;
}




 #nav-bar2 {
 position: relative;
display: inline-block;
margin-top: 16px;
margin-left: -25px;
margin-right: auto;
background-color: black;
height: 50px;
text-align: center;
justify-content: center;
 }



h1 {
margin-top: 40px;
}


  #title {
   display: none;
  }


  #title2 {
  display: inline-block;
text-align: center;
justify-content: center;
margin-left: -110px;
margin-right: auto;
  }


#title2 a { 
font-size: 26px;
margin-left: auto;
margin-right: auto;
text-align: center;
}



.container {
display: none;
}


.containerb {
display: inline;
 text-align: center;
}

.containerb p {
font-family: 'Cormorant', serif;
font-size: 18px;
}

.containerb img {
margin-top: 50px;
height: 550px;
        }




.container2 {
display: none;
        }


.container2b {
display: inline;
 text-align: center;
}

.container2b p {
font-family: 'Cormorant', serif;
font-size: 18px;
}

.container2b img {
margin-top: 90px;
width: 550px;
        }

.container3 {
display: none;
}


.container3b {
display: inline;
justify-content: center;
margin-left: auto;
margin-right: auto;
font-size: 19px;
}

.container3b h4{
font-size: 21px;
}


.container4b {
 text-align: center;
justify-content: center;
margin-left: auto;
margin-right: auto;
}



.container3b img {
width: 300px;

}


.CV1 {
display: none;
}



.CV2 {
display: inline;
}


.CV-title2 {
 font-family: "Times New Roman", Times, serif;
font-weight: bold;
text-decoration: underline;
color: #ceb486;
}




}