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

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

img.head {
	width: 100%;
/*	position: absolute;
	top: 0;
	z-index: -1;*/
}

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

/********** MENU BUTTONS ***********/
button {
	font-weight: 700;
	font-size: 12px;
}

/* Dropdown Button */
.dropbtn {
	font-family: 'Montserrat', sans-serif;
    background-color: white;
    color: red;
    font-size: 12px;
    border: none;
    width: 50px;
	height: 44px;
	border-radius: 25px / 22px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: fixed;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    top: 30px;
    right: 30px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    right:0px;
/*    min-width: 160px;*/
    z-index: 1;
    text-align: right;
    font-size: 12px;
}

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

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	font-size: 14px;
}

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

/* Change the background color of the dropdown button when the dropdown content is shown */
/*.dropdown:hover .dropbtn {
    background-color: black;
    color: white;
}*/

/********** 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;
}
/********** 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: 90%
	bottom: 0;
	position: absolute;
	bottom: 0;
	margin-right: 20px;
}

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

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

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

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


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

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

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

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

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

.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 {
	border-top: 0.5px solid;
	padding-top: 20px;
	margin-top: 0;
}

#exhibitions .dropbtn {
	background-color: #00e9ee;
	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 h2 {
	margin-left: 15%;
}

/*#work div.top {
	display: inline;
	width: 80%;
	height: 600px;
	background-image: url(../images/work1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}*/

#work img#a {
	margin-left: 10%;
	width: 80%;
	height: 550px;
	object-fit: cover;
	margin-bottom: 10px;
}


div.row {
	width: 80%;
	margin: auto;
	height: 250px;
	margin-bottom: 15px;
}
div.row img {
	height: 250px;
	display: inline-block;
	margin-right: 1.6%;
	object-fit: cover;
}

