/* ---------- GENERAL SETTINGS --------- */

@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fonts/Poppins-Regular.ttf');
}

body {
	font-family: 'Poppins-Regular', sans-serif;
}

p {
	/* font-size: 16px; */
}

h2 {font-size: 32px}
h3 {font-size: 22px}
h4 {font-size: 16px}
h5 {font-size: 14px}
h6 {font-size: 12px}

.section-box {
	padding: 60px;
}

.section-top {
	margin-bottom: 30px;
}


/* ---------- NAVIGATION --------- */

.navbar-brand img{
	height: 100%;
	opacity: 0.7!important;
	transition: all .4s;
	margin: 0 50px;
}

.navbar-brand:hover img{
	opacity: 1!important;
}

nav.navbar-container {
	padding: 10px 0 20px 0;
}

#mainNav .navbar-nav .nav-item .nav-link {
	color: #b8b8b8;
	font-size: 17px;
	font-weight: 400;
	padding: 12px 10px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px black;
	z-index: 9;
	transition: all .4s;
}

#mainNav .navbar-nav .nav-item .nav-link:hover {
	color: white;
}

nav.shrink {
	padding: 0px;
	background-color: rgba(0,0,0,.9)!important;
}

#mainNav .navbar-toggler {
	font-size: 18px;
	right: 0;
	padding: 13px;
	color: #bababa;
	border: 0;
	background-color: transparent;
}

#mainNav .navbar-toggler img{
	height: 16px;
	opacity: 0.6!important;
	transition: all .4s;
}

#mainNav .navbar-toggler:hover img{
	opacity: 1!important;
}

.navbar-brand.shrink,
.navbar-container.shrink,
.navbar.fixed-top.shrink,
navbar-brand,
.navbar-container {
	transition: .8s;
}


/* ---------- MAINPAGE SECTION --------- */

#mainpage {
	text-align: center;
	color: gray;
	background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)),
	url("../img/BGmain.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
	height: 100vh;
}

#mainpage .container {
	display: table;
	height: 100vh;
}

#mainpage .intro-text {
	display: table-cell;
	vertical-align: middle;
}


#mainpage .intro-heading {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 25px;
	font-weight: 200;
}

/* ---------- MISC --------- */

#misc {
	background-color: #fff;
	padding: 60px;
}


/* ---------- FOOTER --------- */

footer {
	background-color: #202020;
	padding: 20px 0 20px;
	font-size: 14px;
}

footer p {
	font-size: 14px;
	color: #969696;
}

footer li {
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: center;
	padding: 0px 54px 0px 0px;
}

footer img {
	opacity: .5;
}

footer img:hover {
	opacity: 1;
}

/* ---------- BANNER --------- */

.page-image {
	display: table;
	width: 100%;
}

.page-title {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 200;
	color: white;
	letter-spacing: 35px;
}

/* ---------- PREFACE --------- */

.page-image-preface {
	background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
	url("../img/BGpreface.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-size: fixed;
	height: 500px;
}

#preface {
	background-color: #fff;
}

#preface .project-text {
	padding: 30px;
}

.bg-gray {
	background-color: #fafafa;
	width: 70%;
}

/* ---------- PORTFOLIO --------- */

.page-image-sketch {
	background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
	url("../img/BGsketch.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-size: fixed;
	height: 500px;
}

.page-image-canvas {
	background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
	url("../img/BGcanvas.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-size: fixed;
	height: 500px;
}

.page-image-watercolor {
	background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
	url("../img/BGwater.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-size: fixed;
	height: 500px;
}

.page-image-photo {
	background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
	url("../img/BGphoto.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-size: fixed;
	height: 500px;
}

.page-image-digital {
	background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
	url("../img/BGdigital.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-size: fixed;
	height: 500px;
}

.portfolio-item {
	right: 0;
	margin: 0 0 100px;
}

.portfolio-link {
	position: relative;
	display: block;
	max-width: 300px;
	margin: 0 auto;
	cursor: pointer;
}

.portfolio-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0 ,0, 0, .6);
	transition: all .5s;
}

.portfolio-hover:hover {
	opacity: 1;
}

.portfolio-hover-content {
	font-size: 20px;
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
	color: #dadada;
}

.portfolio-caption {
	max-width: 300px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}

.portfolio-caption h4 {
	margin: 0;
}

.portfolio-caption p {
	font-size: 14px;
	margin: 0;
	color: #bababa;
}


