body{
	background-color:#f5f5f5;
	padding-top:40px;

}

header {
	background:white;
	width:100%;
	height:auto;
}

.page-wrap {
	padding:2rem 0;
}

/*TITLES AND TEXT*/

h1 {
	font-family:'Montserrat', sans-serif;
	font-size:calc(1.8em + 1vw);
	text-align: left;
	font-weight:300;
	text-transform: uppercase;
	color:#000;
}

h2 {
	font-family:'Open Sans', sans-serif;
	font-size:calc(1em + 1vw);
	text-align: left;
	font-weight:600;
	text-transform: uppercase;
	color:#000;
}

h3 {
	font-family:'Open Sans', sans-serif;
	font-size:calc(0.9em + .3vw);
	text-align: left;
	font-weight:600;
	text-transform: uppercase;
	color:#000;
}

h4 {
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	color:#000;
	font-size: 1.4rem;
	vertical-align: 0;
}


p {
	font-family: 'Open Sans', sans-serif;
	color:#0c0c0c;
	font-size: calc(0.8em + 0.5vw);
	font-weight:300;
}

a {
	color:#000;
	text-decoration: none;
}

a:hover {
	color:#e3c496;
	text-decoration: none;
}

/* TOP NAVIGATION MENU */
.navbar {
	background-color:#FFF;
	padding:.1rem;
	padding-left:2rem;
	box-shadow: none;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:hover {
    outline: none;
    box-shadow: none;
    border:none;
}

.navbar .navbar-toggler-icon {
	background-image: url('https://mdbootstrap.com/img/svg/hamburger7.svg?color=000000');
}

.dropdown-menu {
	margin:0;
	border:none;
	border-radius:0;
}

.dropdown-item:focus,
.dropdown-item:active,
.dropdown-item:hover {
	background-color:#fcfcfc;
}

.dropdown-toggle::after {
	border:none !important;
	font-family:FontAwesome;
	content:"\f107";
	vertical-align: 0;
}

.custom-carets .dropdown-toggle > span.caret {
	display:none;
}

/* MENU LINK-TEXT APPEARANCE */
h1.maintitle a {
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing: 2px;
	color:#000;
	font-size:.7em;
}


h1.maintitle a:hover {
	text-decoration: none;
	color:#e3c496 !important;
}

header #navmenu li a{
	color:#000;
	text-decoration: none;
	font-family:'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.1em;
	text-transform: uppercase;
}

header #navmenu li a:hover{
	color:#e3c496;
}


/* SLIDER TEXT */
.slider {
	width:100%;
	position:relative;
	padding:0;
	margin-bottom: 3em;
}

.centeredtext {
	position:absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.titletextposition {
	position:absolute;
	text-align:right;
	margin-left:45%;
	top:35%;
	overflow: visible;
}

.slider-overlay {
	display: flex;
	top: 0;
    left: 0;
	position:absolute;
  	background-color:rgb(255, 255, 255, 0.0);
  	width: 100%;
  	height: 100%;
}

/* FRONT PAGE */

h1.frontpagetitle {
	font-family: 'Montserrat', sans-serif;
	color:#000;
	font-size:7vw;
	font-weight: 300;
	letter-spacing: 2px;
	text-align: right;
}

span.frontquote {
	font-family: 'Montserrat', sans-serif;
	color:#000;
	font-size: calc(0.8em + 1vw);
	font-weight:300;
	margin-bottom: 1em;
	text-align: center;
	
}

.frontquotecontainer {
	text-align: right;
	padding:20px 10px 30px 10px;
}

.frontdescription {
	padding:20px 10px 30px 10px;
	text-align: left;
}

p.frontdescriptiontext {
	font-size:calc(0.8em + 0.7vw);
	text-align: left;
}

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

	.frontquotecontainer {
		text-align: center;
	}
}

/* LEARN MORE BUTTON */

.learnmoreblock {
	margin: 0 auto;
	margin-top:30px;
	width:200px;
} 

.btn-outline-dark {
	border: 0;
	color:#000;
	border-radius:20px;
	background-color: #FFF;
}

.btn-outline-dark:hover {
	background-color: #000;
	color:#FFF !important;
}

.learnmoretext {
	text-transform: uppercase;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
}



/* ART WORK */

.menu-container {
	padding:20px;
	margin-bottom:20px;
}

.divlinks {
	display:block;
}

.gallery-container-white {
	background-color:#FFF;
	margin-top:20px;
	padding:1.8rem;
	width:100%;
}

.instgallery {
	padding-top:15px;
	padding-bottom:30px;
}

h2.insttitle {
	padding-bottom:15px;
	color: #000;
  	font-size:calc(1em + 1vw) ;
 	font-family:'Open Sans', sans-serif;
	text-decoration: none;
	font-weight: 600;
}

/* Menu image overlay*/
.menuimgcontainer {
  position: relative;
  width: 100%;
  margin:5px 5px 5px 5px;
}

h1.artmenutitle {
	padding-left:1.9rem;
}

.artmenuimage {
	position: relative;
  	display: block;
  	width: 100%;
  	height: auto;
  	overflow: hidden;
}


.artmenuoverlay {
	display: flex;
  	justify-content: center;
  	align-items: center;
	top: 0;
    left: 0;
	position:absolute;
  	text-align: center;
  	vertical-align: middle;
  	background-color:rgb(255, 255, 255, 0.4);
  	width: 100%;
  	height: 100%;
  	color:#000;
}

.artmenuoverlay:hover {
	top: 0;
    left: 0;
	position:absolute;
  	text-align: center;
  	vertical-align: middle;
  	background-color:rgb(255, 255, 255, 0.6);
  	width: 100%;
  	height: 100%;
  	color:#FFF;
}


h4.artmenutext {
  	font-size: 1.5em;
 	font-family:'Open Sans', sans-serif;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
}




/* ABOUT ME */

.about-slider {
	background-color:rgb(255, 255, 255, 0.5);
}

h2.aboutpagetitle {
	font-family: 'Montserrat', sans-serif;
	color:#000;
	font-size:5vw;
	text-align:right;
	font-weight: 300;
	letter-spacing: 2px;
}

.aboutmequote {
	font-family: 'Montserrat', sans-serif;
	color:#000;
	font-size:calc(0.5em + 1vw);
	text-align:right;
	font-weight: 300;
	letter-spacing: 2px;
}
.aboutcontainer {
	padding: 1em 2em 2em !important;
	vertical-align: middle;
}

.portrait {
	width: 100%;
  	height: auto;
  	background-position: center center;
  	background-repeat: no-repeat;
  	overflow: hidden;
  	object-fit: cover; /* Do not scale the image */
  	object-position: center;
}

.aboutlinks a {
	font-weight:300;
	text-transform: uppercase;
	font-size:1rem;
}

.aboutlinks {
	text-align: right;
}

.aboutlinks h3 {
	text-align: right;
}

.instacontainer {
	max-height:700px;
}



/* CV */

span.cvtitles {
	font-family:'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.cvbutton {
	width:300px;
	margin:0 auto;
	margin-bottom: 2em;
}

.cvtext {
	text-transform: uppercase;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	font-size: 1.5rem;
}
.cvcontainer {
	padding:30px;
}

.cv-container-white {
	background-color:#FFF;
	margin-top:3em;
	margin-bottom:3em;
	padding:1.5rem;
	width:100%;
}

/* CONTACT */
li.contactlist {
    vertical-align: bottom;
    padding:10px;
}

.contactcontainer {
	padding-left: 3em;
}

@media screen and (max-width: 992px) {
.conmetitle {
display: none;
}
}


/* FOOTER */
footer {
	background-color:#FFF;
	padding-top:1.5em;
}

.footermenulink {
	margin-right:2em;
	vertical-align: 0;
}

.footermenu a {
	color:#000;
	text-decoration: none;
	font-family:'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1em;
	text-transform: uppercase;
	vertical-align: 0;
}

.footermenu a:hover {
	color:#e3c496;
}

.footermenu {
	margin-bottom:1em;
}

.fa {
	vertical-align: 0;
}

.credit p{
	font-size:10px;
	font-family:'Open Sans', sans-serif;
}

/* MOBILE FRIENDLY EXTRA SMALL */

@media screen and (max-width: 600px) {
	h1.maintitle a {
		font-size: .87em;
		display: inline-block;
		vertical-align: 0;
		padding-top: 15px;
	}

	.navbar-toggler-icon{
    	font-size: 0.5em;
    	display: inline-block;
		vertical-align: 0;
	}

	h4.artmenutext {
		font-size: 1em;
	}

	h1 {
		font-size: 1.2rem;
	}

	h1.artmenutitle {
		padding-left: 1em;
	}

	.footermenulink {
	margin-right:1em;
	vertical-align: 0;
	}

	.footermenu a {
	color:#000;
	text-decoration: none;
	font-family:'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 0.7em;
	text-transform: uppercase;
	vertical-align: 0;
	}

	h4 {
		font-size: 1em;
	}

	.cvtext {
		font-size: 1em;
	}
}