html {
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #F2F5EF;
	color: #3B3238;
}
body {
	padding: 0;
	margin: 0;
	

}
nav {
	width: 100%;
	height: 50px;
}
nav ul {
	list-style: none;
	float: right;
	margin-right: 100px;
	
}
nav li {
	text-transform: uppercase;
	font-size: 24px;
	display: inline-block;
	margin-right: 50px;
	cursor: pointer;
	transition: 1s all;
	border-bottom: 3px solid rgba(88,75,83,0);
	font-weight: 300;
}
nav li:hover {
	border-bottom: 3px solid rgba(88,75,83,1);
}
h1 {
	font-size: 80px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 50px;
	padding-bottom: 50px;
}
h3 {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 40px;
	
	margin: 0;
}

h1.home {
	font-size: 100px;
	margin-left: 100px;
	padding-top: 150px;
	position: absolute;
	text-transform: capitalize;
}
h2.home {
	font-size: 32px;
	font-weight: 300;
	margin-left: 100px;
	padding-top: 300px;
	position: absolute;
}
footer {
	width: 100%;
	height: 100px;
	background-color: #584B53;
	color: white;
	margin-top: 100px;

}
footer p {
	text-align: center;
	line-height: 100px;
}
nav p {
	font-weight: 700;
	font-size: 40px;
	margin-left: 200px;
	margin-top: 10px;
	position: absolute;
}
.homeBtn {
	cursor: pointer;
}

/*start construction code*/
.construction,
.portfolio,
.aboutMe,
.resume,
.AMSpage,
.landingPage,
.coursePage,
.userPage,
.litDogPage,
.singInPage,
.homeBTN,
footer {
	display: none;
}
.name {
	cursor: pointer;
	font-size: 36px;
	font-weight: 700;
	padding-top: 15px;
	padding-left: 15px;
	margin: 0;

}
.digitalDesign {
	padding-top: 0;
	padding-left: 15px;
	margin: 0;

}

.const {
	display: block;
	font-size: 80px;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-weight: 700;
}
.topPadding {
	padding-top: 100px;
}
.constTiny {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 24px;
	
}
.resume {
	width: 800px;
	height: 1300px;
	margin: 0 auto;

}

.resume h2 {
	text-transform: uppercase;
	font-size: 38px;
	margin: 50px 0 25px 0;
}
.resume h3 {
	padding: 0;
	margin: 0;
	font-size: 22px;

}
.resume h4 {
	font-size: 18px;
	font-weight: 300;
	margin: 0;

	margin-bottom: 5px;
}
.resume ul {
	margin: 0;
	
	padding-left: 17px;
	margin-bottom: 25px;
}
.resume li,
.resume p {
	text-transform: none;
	font-size: 15px;
	font-weight: 300;
	list-style: disc;
	list-style-position: outside;
	line-height: 18px;
	padding: 0;
	margin: 0;

	

}
.break {
	display: block;
}
p.skills {
	margin-bottom: 10px;
}
p.skills:first {
	margin-top: 10px;
}

/*end  construction code*/

/*portfolio code start*/

div.imgPort {
	background-color: #584B53;
	width: 500px;
	height: 350px;
	display: inline-block;
	border-radius: 7px;
	box-shadow: 0px 2px 10px 3px rgba(0,0,0,0.2); );
	opacity: 0;
	transform: scale(0,0);
	transition: all .4s;
	transition-timing-function: cubic-bezier(0,.74,1,.26)t;
	


}
div.img1 {
	margin-right: 50px;
	
}

div.popImg {
	transform: scale(1,1);
	opacity: 1;

}
.portRow {
	width: 1054px;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}
.imgPort img {
	margin: 10px;
	display: inline-block;
	position: absolute;

}
.title {
	width: 500px;
	height: 40px;
	position: absolute;
	background-color: rgba(88,75,83,0.8);
	margin-top: 310px;
	transition: 0.3s;
	/*transform: translate(0,  30px);*/
	opacity: 0;
	transform: scaleY(0);
	transform-origin: bottom center;
	border-radius:  0 0 7px 7px;
	color: white;
 }

.img1:hover > .title,
.img2:hover > .title {
	
	transform: translate(0,  0);
	transform: scaleY(1);
	opacity: 1;
}
.title p {
	margin-left: 15px;
	margin-top: 7px;
	
}
.overflow {
	overflow: visible;
}

.overflowHidden {
	overflow: hidden;
}

.left {
	display: inline-block;
	float: left;
	height: 85px;
	width:400px;
	
}
.right {
	display: inline-block;
	float: right;
	height: 85px;
	width: 400px;
	
}


/*start port page code */
a {
	font-weight: 700;
	color: #3B3238;

}

.btn {
	width: 200px;
	background-color: #584B53;
	color: white;
	border-radius: 50px;
	display: block;
	text-align: center;
	font-size: 18px;
	padding: 10px 20px;
	margin: 10px auto;
	transition: margin .1s;
	
}
.btn:hover {
	margin: 0 auto 40px auto;

}

.portBanner {
	margin: 0 auto;
	display: block;
	box-shadow: 0px 2px 10px 3px rgba(0,0,0,0.2); );
	/*outline: 2px solid #897C84;*/
	border-radius: 5px;
}
p.portDescription {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
	
	
}

/*end port page code*/

/*portfolio code end*/


.homeSec {
	display: none;

	/*overflow: hidden;*/
}

.active,
.visible {
	display: block;
}
 
/*animations start*/
.aniCont {
	position: relative;
	/*float: right;*/

	

}
.brownAni,
.orangAni,
.redAni {
	top: 0;
	left: 0;
	 /* Safari 4.0 - 8.0 */
  	/*-webkit-animation-duration: 1.5s; /* Safari 4.0 - 8.0 */
  	-webkit-animation-name: fanOpen;
  	-webkit-animation-fill-mode: forwards;
  	animation-name: fanOpen;
  	animation-duration: 1.5s;
  	animation-fill-mode: forwards;
	/*transform-origin: 100% 0%;*/
	transform-origin: top right;
	animation-timing-function: ease-in-out;
	box-shadow: 0px -2px 20px 5px rgba(0,0,0,0.5); )
	position: absolute;
	transform: rotate(0deg) scale(2);
	
}
.brownAni {
	background-color: #584B53;

	animation-delay: .6s;
	position: absolute;
}
.orangAni {
	background-color: #E4BB97;
	animation-delay: .3s;
	
	position: absolute;
	margin-left: 100px;
}

.redAni {
	background-color: #9D5C63;
	
	
	position: absolute;

	margin-left: 150px;
}
.mgBtm50 {
	margin-bottom: 50px;
}
.mgBtm75 {
	margin-bottom: 75px;
}
h3.mgBtm10 {
	margin-bottom: 10px;
}
.reset {
	transform-origin: top right;
}

/*safari*/
@-webkit-keyframes brownOpen {
  from {
  	
  }
  to {
  	
  }
}

/* Standard syntax */
@keyframes fanOpen {
  from {
  	transform: rotate(0deg) scale(2);

  	
  	
  }
  to {
  	transform: rotate(-30deg) scale(2);
  }
}



/*end animaitons*/

@media only screen and (max-width: 1080px) {
.aniCont {
	
	/*margin-right: 200px;*/
}

div.imgPort {
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;

}
.portRow{
	width: 500px;
	
}

}

@media only screen and (max-width: 1000px) {
	.homeSec,
	.portfolio,
	.resume,
	.AMSpage,
	.landingPage,
	.coursePage,
	.userPage,
	.litDogPage,
	.singInPage,
	footer,
	nav {
		display: none;
	}

	.construction {
		display: block;
	}
	
}
@media only screen and (max-width: 600px) {
	.const {
		
		font-size: 40px;

	}

}