:root {
	/* colors */
	--imperial-red: #EF233C;
	--dark-grey: #2B2D42;
	--white-00: #FFFFFF;
	--white-10: #fafcff;

	/* fonts */
	--reg: 200;
	--med: 300;
	--sem-bold: 500;
	--bold: 700;
	--x-bold: 800;
	--black: 900;
  }

/* Main font for menu. */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,OpenSans:200,300,400,500,700,900);


.hero {
	background-color: var(--white-00);
	padding-top: 50px;
	padding-bottom: 25px;
}

.body {
	min-height: 69vh;
	background-color: var(--white-00);
	padding-top: 50px;
}

.projects {
	padding-top: 30px;
	padding-bottom: 20px;
	min-height: 720px;
}

.about-me {
	background-color: var(--white-00);
	padding-top: 50px;
	padding-bottom: 50px;
}

.row {
	padding-top: 30px;
	padding-bottom: 30px;
}

ol, ul {
	font-size: 17px;
	font-weight: 200;
	line-height: 1.8em;
	letter-spacing: 0.2px;
	color: var(--dark-grey);
}

h1 {

	letter-spacing: 1px;

}

h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	letter-spacing: 0.4px;
	line-height: 1.4em;
	font-family: "Open Sans", Sans-serif;
	color: var(--dark-grey);
}

h2 {
	font-size: large;
	padding-top: 25px;
	padding-bottom: 25px;
}
h3 {
	padding-top: 25px;
}
.h2-center {
	text-align: center;
}

h5 {
	padding-top: 15px;
}
p {
	font-size: 17px;
	font-weight: 200;
	line-height: 1.8em;
	letter-spacing: 0.2px;
	color: var(--dark-grey);
	
}

/* Links, hover */

a {
	color: var(--dark-grey);
	text-decoration: none;
	font-size: 17px;
	font-weight: 500;
}

a:hover, a:focus, a:active, a.active {
    color:var(--imperial-red);
		text-decoration: none;
		font-size: 17px;
		font-weight: 500;
}



::selection {
    text-shadow: none;
    background: none;
}

/* Navigation */
/*New navbar*/
.navbar-light .navbar-nav .nav-link {
	color: var(--dark-grey);
	font-weight: 300;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: var(--imperial-red);
	font-weight: 300;
}

/* navbar icons */

.navbar-brand .on-hover {
	display: none;
}

.navbar-brand .off-hover {
	display: inline;
}

.navbar-brand:hover .on-hover {
	display: inline;
}

.navbar-brand:hover .off-hover {
	display: none;
}



/* Sections */

.section-title {
	padding-bottom: 2em;
}

.section-title h2 {
	font-size: 45px;
	text-transform: uppercase;
}

.section-title p {
	font-size: 18px;
	font-weight: 400;
	line-height: 33px;
	margin: 2em;
}

section {
	padding: 0;
	min-height: 100%;
	background-color: var(--white-00);
}

/* Portfolio */


.art {
	padding: 10px;
}

.row-designer {
	padding: 3vh 0 3vh 0;
}

.col-1-gutter {
	padding-top: 1em;
	padding-bottom: 1em;
}

.img-responsive {
	width: 100%;
}

/* to center items horizontally in a row or column */
.text-center-horiz  {
	display: flex;
	justify-content: center;
	align-items: center;
}


/*Header */

.demo-text {
	display: flex;
	align-items: center;
}

.app-video {
	min-width: 320px;
	max-width: 520px;
}


/* Footer */


footer {
    padding: 10px;
    background-color: var(--white-10);
	width: 100%;
}

footer p {
    color: var(--dark-grey);
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}

footer p a {
    color: var(--white-00);
}

footer p a span {
    color: var(--imperial-red);
    font-size: 10px;
    font-weight: 700;
}

.footer-navbar {
	padding: 2vh;
}

.footer-navbar>a {
	padding: 1vh;
	color: var(--dark-grey);
	font-weight: 300;
	font-size: 15px;
}

.footer-navbar>a:hover {
	padding: 1vh;
	color: var(--imperial-red);
	font-weight: 300;
	font-size: 15px;
}

/* Awesome icons */
.fa {
	padding: 10px;
	font-size: 25px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	color: var(--dark-grey);

}

/* Hover effect */
a:hover i.fa, a.fa:hover {
	color: var(--imperial-red);
 	opacity: 0.7;
	text-decoration: none;
	font-size: 25px;
}

.project {
	padding-bottom: 20px;
}

.project-image {
	max-width: 720px;
}

.outerwrap {
	display: inline-block;
	position: relative;
	z-index: 0;
	background-color: var(--white-00);
	min-height: 320px;
	min-width: 360px;
	max-height: 400px;
	max-width: 650px;
	text-align: left;
}

.outerwrap {
	transition: transform .2s; /* Animation */
  }

.outerwrap:hover {
	transform: scale(0.98)
}

.layer1 {
	position: absolute;
	z-index: 1;
	height: 260px;
	width: 360px;
	top: 0px;
	left: 0px;
}

.layer2 {
	position: absolute;
	z-index: 2;
	background-color: var(--white-00);
	height: 96px;
	width: 350px;
	bottom: 30px;
	right: 5px;
	-webkit-box-shadow: 4px 4px 16px 0px rgba(50, 50, 50, 0.10);
	-moz-box-shadow:    4px 4px 16px 0px rgba(50, 50, 50, 0.10);
	box-shadow:         4px 4px 16px 0px rgba(50, 50, 50, 0.10);
}

.project-name {
	padding-left: 20px;
	margin-top: 17px;
	margin-bottom: 0px;
	}	

.project-description {
	padding-left: 20px;
}


.layer2 > p {
	padding-left: 20px;
	padding-top: 0;
	color: var(--dark-grey);

}

/* Art page */

.zoom {
transition: transform .2s; /* Animation */
}

.zoom:hover {
transform: scale(0.98); 
}
