@import @import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@1,400&display=swap');
@import @import url('https://fonts.googleapis.com/css2?family=Lora:400&display=swap');




/* GLOBAL */

html, body {
    font-family: "Lora";
    margin: 0;
	padding:0;
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background-color: #d0c3bb;
    color: #323232;

}

.fifty {
    width: 40%;
}

.sixty {
    width: 70%;
}

.justify {
    text-align: justify;
}


.right {
    float: right;
    position: relative;
    margin-left: 3%;
}

.left {
    float: left;
    position: relative;
}

.bimg {
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}

/* FONTS */

a {
	text-decoration: none;
	outline: none;
    color:#323232;
}

a:hover, a:focus {
	color: #9d2235;
}

a.red { color:#9d2235;}

h1 {
    color: #323232;
    font-size: 10vh;
    line-height: normal;
    font-family: "Crimson Text";
    font-weight: 400;
    font-style: italic;
    margin: 0px;
}

h2 {
    padding: 0px;
    margin:  0px;
    color:#323232;
    font-size: 300%;
    position:relative;
    font-family: "Crimson Text";
    font-weight: 400;
    font-style: italic;
}

h3 {
    padding: 0px;
    margin: 0px;
    color:#9d2235;
    font-size: 130%;
    font-family: "Crimson Text";
    font-weight: 400;
    font-style: italic;


}

h4 {
    color:#9d2235;
    font-family: "Crimson Text";
    font-weight: 400;
    font-style: italic;
    font-size: 100%;
    padding: 0px;
    margin: 0px;
}

p {
   font-size: 120%
}

#small {
    font-size: 100%;
}

#large {
    font-size: 140%;
}

.indent {
    padding-left: 3%;
}

/* VIDEO */

.video {
    position: fixed;
    top: 8vh;
    width:200%;
    min-height: 110%;
    overflow: hidden;
    padding: 0px;
    margin: 0px;

}

/* NAVIGATION BAR */

.topnav {
    top: 0px;
    z-index: 100;
    position: fixed;
    width: 100%;
    border: 0;
	border-radius: 0px;
    text-align: center;
    background-color: #d0c3bb;
}

.nav_links li {
	display: inline-block;
    text-align: center;
}

.nav_links li a {
	padding: 0 2vh;
	color: #323232;
	text-decoration: none;
    font-size: 2.5vh;
    font-family: "Crimson Text",sans-serif;
    font-style: italic;
}

.nav_links li a:hover {
    color: #9d2235;
}



/* TITLE */

.heading {
    Top: 0px;
    left: 0px;
    position: absolute;
    padding-top: 8vh;
    padding-left: 10%;
    background-color: #d0c3bb;
    min-width: 100%;
    min-height: 25vh;
}



/* ABOUT */

.squarebio {
    top: 104vh;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: absolute;
    background-color: #d0c3bb;
}

.biopicbox {
    width:40%;
    Height: 50vh;
    Margin-top:5%;
    Margin-left: 6.6%;
    float:left;
    position: relative;
    overflow: hidden;
}

.biobox {
    width:40%;
    Height: 50vh;
    Margin-top:5%;
    Margin-left: 6.6%;
    float:left;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}

.biobox::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
}
.biobox::-webkit-scrollbar-thumb {
  background-color: #B5A642;
  border: none;
  border-radius: 3rem;
}
.biobox::-webkit-scrollbar-thumb:hover,
.biobox::-webkit-scrollbar-thumb:active {
  background-color: #B5A642;
}
.biobox::-webkit-scrollbar-track {
  background-color: #d0c3bb;
  border: none;
  border-radius: 0;
}
.biobox::-webkit-scrollbar-track:hover,
.biobox::-webkit-scrollbar-track:active,
.biobox::-webkit-scrollbar-corner {
  background-color: #d0c3bb;
}


.biopic {
    width: 50%;
    height: 40vh;
    position: relative;
    margin-top: 2vh;
}



/* MEDIA */

.up {
    top: -36vh;
    position: relative;
}
.monet {
    background-image: url("media/haystacks.jpg");
    Height:60vh;
    Width: 100%;
    background-position-y: 45%;
    Background-size: 100%;

}

.squaremedia {
    top: 175vh;
    height:150vh;
    position: absolute;
    background-color: #d0c3bb;
    overflow: hidden;
}

.mediabox {
    margin: 2% 5% 2% 7.5%;
    position: relative;
}

.threebox {
    width:31%;
    float:left;
    position: relative;
    padding: 1%;
    margin-top: 1%;
    z-index: 2;
    max-height: 50vh;
}

.media {
    padding: 2%;
    margin-bottom: 4%;
    position: relative;

}

.overflow {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 40vh;
    padding-right: 2%;
}

.overflow::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
}
.overflow::-webkit-scrollbar-thumb {
  background-color: #B5A642;
  border: none;
  border-radius: 3rem;
}
.overflow::-webkit-scrollbar-thumb:hover,
.overflow::-webkit-scrollbar-thumb:active {
  background-color: #B5A642;
}
.overflow::-webkit-scrollbar-track {
  background-color: #d0c3bb;
  border: none;
  border-radius: 0;
}
.overflow::-webkit-scrollbar-track:hover,
.overflow::-webkit-scrollbar-track:active,
.overflow::-webkit-scrollbar-corner {
  background-color: #d0c3bb;
}

.button {
    background-color: #eee;
    font-family: "lora";
    font-size: 100%;
    text-transform:uppercase;
    letter-spacing:3px;
    margin-bottom: 20px;
    padding: 10px;
    width: 130px;
    text-align: center;
}

.other {
    float: left;
    position: relative;
    padding-left: 1%;

}



/* PUBLICATIONS */

.squarepub {

    height: 100vh;
    width: 100%;
    top: 325vh;
    position: absolute;
    background-color: #d0c3bb;
}

.imglib {
    background-image: url("media/library.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 125% 100%;
    width:47%;
    top: 10vh;
    Height:80vh;
    padding: 0;
    margin: 0;

}

.pubbox {
    width:43%;
    float:left;
    position: relative;
    margin-top: 10vh;
    margin-bottom: 1%;
    padding-bottom: 1%;
    padding-left: 5%;
}

.pubwrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    Width: 100%;
    position: relative;
}
.pubwrapper::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
}
.pubwrapper::-webkit-scrollbar-thumb {
  background-color: #B5A642;
  border: none;
  border-radius: 3rem;
}
.pubwrapper::-webkit-scrollbar-thumb:hover,
.pubwrapper::-webkit-scrollbar-thumb:active {
  background-color: #B5A642;
}
.pubwrapper::-webkit-scrollbar-track {
  background-color: #d0c3bb;
  border: none;
  border-radius: 0;
}
.pubwrapper::-webkit-scrollbar-track:hover,
.pubwrapper::-webkit-scrollbar-track:active,
.pubwrapper::-webkit-scrollbar-corner {
  background-color: #d0c3bb;
}

.pubmask {
    Width: 2100px;
    position: relative;
}

.fivebox {
    width:15%;
    float:left;
    margin-left: 1%;
    margin-top:  1%;
    margin-bottom: 1%;
    font-size: 1.3vmin;
    position: relative;
}

.fivebox p {
    padding: 2%;
}

/* Cardflip */

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 390px;
  aspect-ratio: 11/8.5;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.flip-card-back {
  background-color: #eeeeee;
  transform: rotateY(180deg);
}

.fliplink {
    color: #9d2235;
}

.fliplink:hover {
    color: #9d2235;
    text-decoration: underline;
}


#lawyer {
  background-image: url("media/bettercallsaul.png");
  background-position: 17%;
}

#intro {background-image: url("media/intro.jpg");}

#greek {background-image: url("media/greek.jpg");}

#critcomp {background-image: url("media/critcomp.jpeg");}

#Other {background-image: url("media/other.jpg");}



/* CONTACT */

.squaretop {
    top: 425vh;
    height: 45vh;
    width: 100%;
    position: absolute;
    background-color: #d0c3bb;
}

.contactbox {
    top: 10vh;
    left: 20vh;
    width: 60%;
    position: relative;
    padding-bottom: 5vh;
}

.mediaicons {
    float: left;
    position: relative;
    padding-right: 3%;
}

.imgcon {
    background-image: url("media/klimt.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    top: 25vh;
    width:100%;
    Height:70vh;
    padding: 0;
    margin: 0;
    position: relative;

}

.squareend {
    top: 525vh;
    height: 10vh;
    width:100%;
    position: absolute;
    background-color: #d0c3bb;
}
