

/* ============================== BODY */

html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}




.position-relative {
	position: relative;
	z-index: 2;
	min-height: 600px;
}

/* ============================== TEXT */

body {
	font-family: 'DM Sans', sans-serif;
}

h1 {
	font-family: 'DM Sans', sans-serif;
    text-transform: lowercase;
    font-size: 80px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #fff;
    line-height: 66px;
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
}

h3 {
	font-family: 'DM Sans', sans-serif;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 50px 0 10px 0;
}

h4 {
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

p {
	font-family: 'Maven Pro', sans-serif;
	font-size: 17px;
	letter-spacing: 1px;
}

a {
	font-family: 'DM Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
}

/* ============================== HEADER */

.splash {
	background-color: #36008d;
	background-image: url('img/bg_1.png');
	background-attachment: fixed;
	height: 80vh;
	text-align: center;
	overflow: hidden;
}

.splash .row { height: 100%; }

.splash p {
	color: #fff;
	position: relative;
	z-index: 2;
}

.splash a {
	color: #ffbe32;
	font-size: 22px;
	position: relative;
	margin-top: 50px;
    display: block;
    z-index: 2;
}

.splash-text {
	text-align: left;
	text-shadow: 1px 1px 3px #1b0046;
}

.splash-bg {
	position: absolute;
    top: -220px;
    right: -200px;
    z-index: 1;
}

.amper {
	font-size: 160px;
    position: absolute;
    color: #eb6d7f;
    top: -70px;
    left: 250px;
    font-family: 'Frank Ruhl Libre';
    z-index: 2;
}

/* ============================== PORTFOLIO */

.white {
	background-color: #fff;
}

.pink {
	color: #fff;
	background-color: #eb6d7f
}

.red {
	background-color: #e44e3f;
	color: #fff;
}

.yellow {
	background-color: #ffbe32;
	color: #212529;
}

.green {
	background-color: #00c9b8;
	color: #212529;
}

.purple {
	background-color: #36008d;
	color: #fff;
}

.portfolio a {
	font-size: 16px;
	color: #36008d;
	padding-top: 14px;
    display: block;
}

.portfolio p {
	line-height: 26px;
}

.portfolio {
	margin-top: 130px;
}

.portfolio hr {
	border-top: 1px solid #fff;
    width: 5%;
    text-align: left;
    margin: 30px 0 40px 0;
}

.portfolio .row {
	padding: 80px 65px;
}

.description {
	padding-left: 50px;
}

.bg-pink {
	position: absolute;
	left: -230px;
    top: -100px;
    z-index: 1;
}

.bg-red {
	position: absolute;
	left: 200px;
    top: -70px;
    z-index: 1;
}

.bg-yellow {
	position: absolute;
	left: -200px;
    top: -30px;
    z-index: 1;
}

.bg-green {
	position: absolute;
    top: -50px;
    z-index: 1;
}

.tag {
	padding: 4px 8px;
	background-color: #f9edd9;
	border-radius: 6px;
	text-transform: uppercase;
	font-weight: bold;
}

.app {
	color: #0ea295;
}

.ui {
	color: #e44e3f;
}

.web {
	color: #2c4eb1;
}

/* ============================== MISC */

.contact {
	height: 20vh;
	text-align:center;
}

.contact a { 
	font-size: 30px; 
    color: #fff;
    font-weight: normal;
    text-transform: none;
    margin-top: 7vh;
    display: inline-block;
}

.contact a:hover {
	color: #e8daff;
	text-decoration: none;
}

.footer {
	height: 10vh;
	display: block;
}

.other-projects {
	padding: 150px 0 200px 0;
	background: url('img/bg-gray.png') no-repeat center;
	margin-left: -15px;
	margin-right: -15px;
}

.carousel {

}

.carousel-control-prev-icon {
    background-image: url('img/prev.png');
}

.carousel-control-next-icon {
    background-image: url('img/next.png');
}

.carousel-item { text-align: center; }


.template {
	background-image: url('img/bg_1.png');
	background-attachment: fixed;
	padding-top: 5vh;
	overflow: visible;
	min-height: 60vh;
}

.template .row {
	padding-top: 40px;
}

.template-img {
	padding-bottom: 100px;
}

.bottom-section { margin-top: 100px; padding-bottom: 80px; }

.dropdown-menu {

}

.dropdown-toggle {
	text-transform: none;
	font-size: 38px;
	font-weight: normal;
}

.dropdown-toggle:hover {
	text-decoration: none;
}

.dark {
	color: #212529;
}

.dark:hover {
	color: #444444;
}

.light {
	color: #fff;
}

.light:hover {
	color: #e1e1e1;
}

.dropdown-item {
	display: block;
    width: 100%;
    padding: .5rem 1.5rem;
    clear: both;
    font-weight: 400;
    font-size: 30px;
    text-transform: none;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
}

.back a {
	font-size: 40px;
}


/* ============================== MEDIA QUERIES */

@media (max-width: 1200px) { 

.splash-bg { right: -300px;}

}


@media (max-width: 992px) { 

.description { padding-left: 20px; }
.splash-text {margin-left: 40px;}
.splash-bg { right: -100px;}


}

@media (max-width: 768px) { 


.portfolio .row { padding: 80px 30px; }
.back { display: none; } 
.template-img { padding-bottom: 50px; text-align: center; }
.template { padding-top: 2vh; padding-bottom: 80px; }
.bottom-section p { padding-bottom: 30px; }
}




@media (max-width: 576px) { 

.splash-bg { right: 50px;
    top: -200px;
    width: 70%;}
.splash { height: 100vh; }

 }



