 @font-face {
  font-family: "Iceberg";
  src: url("Iceberg-Regular.ttf");
}
  
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Myriad Pro', 'PT Sans', sans-serif;
}
  
body.neutral, .portfolio_black {
	background: #F9F4F2;
}
  
body.black, .portfolio_neutral {
	background: #060b0d;
}
  
body.black .artworkText {
	filter: invert(1);
}

p {
	font-size: 15px;
    letter-spacing: -0.3px!important;
	color: #878686;
}

p.copyright{
	margin: 0;
	padding: 15px;
	text-align: center;
	font-size: 8.25px;
}

img {
	width: 100%;
}

h1 {
	font-size: 25px;
	font-style: italic;
	font-weight: 900;
	margin: 0;
	color: #A39793;
}
h2 {
	font-size: 20px;
	font-weight: 200;
	color: #332923;
}
h1, h2, h3 {
	font-family: "Montserrat", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1.contact {
	font-weight: 100;
	color: #b07767;
	font-size: 64px;
    text-transform: uppercase;
	margin: 0 0px 0 -7px;
}
h2.contact {
	font-style: italic;
	font-weight: 100;
	color: #b07767;
	font-size: 50px;
    text-transform: uppercase;
	margin-bottom: 0;
}
.container.main .artworkText p.contact {
	text-align: left;
    font-size: 16px;
    width: 255px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.centered {
	text-align: center;
}
select, input, button, a, img, span, ul, li, p, h1, h2, h3, h4, label {
  outline: none!important;
  text-decoration: none;
}

.socialLinks {
	display: block;
	width: fit-content;
}
.social_icons img {
    margin: 4px 7.5px;
    width: 22px;
    height: 22px;
	filter: invert(55%) sepia(25%) saturate(537%) hue-rotate(328deg) brightness(88%) contrast(89%);
}
.social_icons:hover img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0.5;
}