body {
	padding: 0;
	margin: 0;
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
	line-height: 17px;
	z-index: 10;
	letter-spacing: 0;
	min-width: 1020px;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.4rem;
	font-weight: 900;
	font-size: 40px;
}

/*.head {
	width: 100%;
	position: relative;
	top: 0;
	z-index: 5;
}*/

img.header {
	width: 100%;
	position: absolute;
	top: 0px;
	object-fit: cover;
	z-index: -1;
}

.space {
	width: 100%;
	height: 70vh;
}


h2.head {
	font-size: 70px;
	letter-spacing: 0.8rem;
	padding-top: 70vh;
	margin-left: 15%;
	padding-bottom: 20vh;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	margin-top: 0;
}

/********** MENU BUTTONS ***********/


/* Dropdown Button */
.dropbtn {
	position: absolute;
	top: 30px;
	right: 30px;
	font-family: 'Montserrat', sans-serif;
    background-color: white;
    color: red;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    border: none;
    width: 68px;
	height: 58px;
	border-radius: 34px / 29px;
	position: fixed;
	z-index: 100;
	text-transform: uppercase;
	letter-spacing: 0.1rem;

}

.dropbtn h4 {
	margin-top: 20px;
	margin-left: 2px;
}

.dropbtn:hover {
	cursor: pointer;
}

.dropdown-content {
	position: absolute;
	top: 30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	background-color: black;
	color: white;
	padding-top: 20px;
	padding-bottom: 22px;
	width: 100%;
	z-index: 90;
	position: fixed;
}

.dropdown-content a {
	text-decoration: none;
	text-transform: none;
	color: white;
	font-weight: 700;
	padding-left: 5%;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

/********** HOME PAGE***********/
h1#home {
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	left: 17%;
	bottom: 6%;
	font-size: 70px;
	letter-spacing: 0.8rem;
	font-weight: 900;
	line-height: 80px;
}

#home {
	background: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

#home .dropdown-content {
	background-color: white;
}

#home .dropdown-content a {
	color: red;
}
/********** ABOUT PAGE ***********/
#about .color {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: rgb(249,57,133);
	background: -moz-linear-gradient(-45deg, rgba(249,57,133,1) 0%, rgba(249,57,133,1) 50%, rgba(255,0,0,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(249,57,133,1) 0%,rgba(249,57,133,1) 50%,rgba(255,0,0,1) 100%);
	background: linear-gradient(135deg, rgba(249,57,133,1) 0%,rgba(249,57,133,1) 50%,rgba(255,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f93985', endColorstr='#ff0000',GradientType=1 );
	z-index: 0;
}

#about img {
	height: 93vh;
	bottom: 0;
	position: absolute;
	bottom: 0;
}

#about h2 {
	margin-left: 15%;
	font-size: 70px;
	letter-spacing: 0.8rem;
}

#about .text {
	padding-left: 30px;
	margin-left: 30%;
	position: fixed;
	bottom: 7%;
	z-index: 10;
}

#about .text p:first-of-type {
	border-top: 0.5px solid;
	padding-top: 20px;
}

#about .dropbtn {
	background-color: black;
}

#about .dropdown-content a {
	color: red;
	background-color: black;
}



/************* CAREER PAGE ***************/
#career {
	background-color: #ffb400;
}

#career .dropbtn {
	background-color: #ffb400;
	color: black;
}

#career .dropdown-content {
	background-color: #ffb400;
}

#career .dropdown-content a {
    color: black;
}

#career h2, p, h3 {
	margin-left: 15%;
	text-align: left;
}

#career .text h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 10vh;
}

#career .text h2:hover{
	font-size: 70px;
	color: red;
	cursor: pointer;
}

.year {
	color: red;
	font-size: 70px;
}

.dot {
	height: 20px;
	width: 20px;
	border-radius: 10px;
	background-color: black;
	float: left;
	margin-left: 10%;
}

.line {
	position: absolute;
	left: 10.8%;
	border-left: 2px solid;
	z-index: 10;
	height: 2200px;
}

#career p {
	width: 70%;
}


/*************** EXHIBITIONS PAGE **************/
#exhibitions {
	background-color: #00e9ee;
}

#exhibitions h2,p, ul {
	margin-left: 15%;
	width: 70%;
}

ul {
	padding-left:0;
}

#exhibitions p:first-of-type {
	/*padding-top: 20px;*/
	margin-top: 0;
}

#exhibitions .dropbtn {
	background-color: #00e9ee;
	color: black;
}

#exhibitions .dropdown-content {
	background-color: #00e9ee;
}

#exhibitions .dropdown-content a {
    color: black;
}

#exhibitions div.text {
	margin-bottom: 100px;
}

.examples {
	width: 80%;
	margin: auto;
	height: 250px;
	text-align: justify;
}
.examples div {
	width: 32%;
	display: inline-block;
	margin-right: 1%;
}
.examples div img {
	width: 100%;
}

/*div.gradient {
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: 0;
	z-index: 5;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
}*/
/*
#exhibitions .dropdown-content a {
    color: white;
}*/

/************** WORK PAGE *************/

#work .dropbtn {
	background-color: red;
	color: white;
}

#work .dropdown-content {
	background-color: red;
}

#work .dropdown-content a {
    color: white;
}

#work h2 {
	margin-left: 15%;
}

#work div.container {
	width: 80%;
	margin: auto;
}

#work div.container img {
	width: 100%;
	object-fit: cover;
	margin-bottom: 10px;
}

/*#work div.row {
	width: 80%;
	margin: auto;
	height: 45vh;
	margin-bottom: 15px;
	position: relative;
}

#work div.row div {
	display: inline-block;
	width: 32%;
	height: 45vh;
	margin-right: 2%;
	top: 0;
}

#work div.row div:last-of-type {
	margin-right: 0;
}

#work div.row div img {
	display: inline-block;
	width: 100%;
	object-fit: cover;
	margin-bottom: 10px;
}*/

#work .container .under {
  display: block;
  width: 100%;
  height: auto;
}

#work .container {
	position: relative;
}

#work .container .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: white;
}

#work .container:hover .overlay {
  opacity: 0.7;
}

#work .container .text {
	font-family: 
  color: black;
  font-size: 14px;
  position: absolute;
  bottom: 5%;
  font-family: 'Questrial', sans-serif;
}

#work .container h5 {
	width: 70%;
	margin:auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	padding-bottom: 3%;
}

