html{
	overflow-x: hidden;
}
body{

	background-repeat: repeat;
}
img{
	width: 100%;
}


::selection{
	background-color: #ffcc5c;
}

.navbar-default .navbar-nav>li>a{
	color:black
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	color: black;
}

.row h2{
	color: black;
	font-size: 1.9em;
	font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
	font-weight: 500;
}
/* Navigation */
#topnav{
	background-color: white;
	height: 50px;
	border:none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: none;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: black;
}
.navbar-toggle .icon-bar+.icon-bar{
	margin-top: 5px;
}
.navbar-toggle .icon-bar{
	width: 28px;
	height: 3px;
	border-radius: 10px;
}

/* Mobile Nav list background color */
.nav>li{
	background-color: #ffcc5c;
	color: black;
}
.nav>li>a{
	padding:15px 40px;
	background-color: white;
	color: white;
}
.navbar-toggle{
	background-color: white;
	border:none;
}

/* Top Section */
header{
	margin-bottom:0px;
}

#top-section .jumbotron{
	background: url(http://amychiangworks.com/images/fixedbg.png);
	padding: 0px;	
	margin-top:30px;
	height: 680px;
	text-align: center;
	position: relative;
	border: 3px solid black;
}
#please{
	position: absolute;
	left, right, top, bottom: 0px;
	background: url(../../images/movebg.png);
	background-repeat: repeat;
	left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
	width: 100%;
	height: 1685px;
	z-index: 10;
	/* Chrome, Safari, Opera */
    -webkit-animation-name: MOVE-BG;
	-webkit-animation-duration: 70s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	/* Firefox */
	-moz-animation-name: MOVE-BG;
	-moz-animation-duration: 70s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;


}
	/* Chrome, Safari, Opera */
	@-webkit-keyframes MOVE-BG {
		from {
			-webkit-transform: translateY(0);
		}
		to { 
			-webkit-transform: translateY(-100%);
		}
	}
	/* Firefox */
	@-moz-keyframes MOVE-BG{
		from {
			-webkit-transform: translateY(0%);
		}
		to { 
			-webkit-transform: translateY(-100%);
		}
	}

	/* Firefox */
	@-o-keyframes MOVE-BG{
		from {
			-webkit-transform: translateY(0%);
		}
		to { 
			-webkit-transform: translateY(-100%);
		}
	}
#top-section .container{
	position: relative;
	z-index: 20;
	margin-top: 150px;

}

#top-section .row{
	width: 90%;
	margin: 0 auto;
}



#top-section a{
	font-weight: 600;
	color:white;
	background-color: #000;
	font-size: 1em;
	border:none;
	margin-top:3%;
  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  	-o-transition:.3s;
  	-ms-transition:.3s;
  	-moz-transition:.3s;
  	-webkit-transition:.3s;
  /* ...and now for the proper property */
  	transition:.3s;
}
#top-section a:hover{
	background-color: #ffcc5c;
	color: black;
	font-weight: 400;
}
.textblock{
	width:85%;
	z-index:3;
	position:absolute;
	margin-top: 6%;
}
.textblock h1{
	font-size: 2.6em;
}

.windows{
	width:100%;
	height: 580px;
	padding:0px;
	position:relative;
	background-image: url(../../images/windows.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 1;
}
.moveup{
	width:85px;
	height:85px;
	position:relative;
	animation:		  icons 15s infinite;
	-webkit-animation:icons 15s infinite;
}

@media all and (max-width : 991px) and (min-width: 721px){
	#top-section .container{
		margin-top: 118px;
	}
	.windows{
		background-image: url(../../images/window-pad.png);
	}
	.textblock{
		width: 83%;
		margin-top: 15%;
	}
	.textblock h1{
		font-size: 2.2em;
	}
}

@media all and (max-width: 720px) and (min-width: 475px){
	#top-section .container{
		margin-top: 100px;
	}
	.windows{
		background-image: url(../../images/windows_sm_pad.png);
	}
	.textblock{
		width: 82%;
		margin-top: 20%;
	}
	.textblock h1{
		font-size: 2.2em;
	}
}
@media only screen and (max-width : 474px){
	#top-section .container{
		margin-top: 85px;
	}
	#top-section .row{
		width: 100%;
	}
	.windows{
		background-image: url(../../images/windows_sm.png);
	}	
	.textblock{
		width: 88%;
		margin-top: 15%;
	}
	.textblock h1{
		font-size: 1.4em;
	}
}



/* Section Intro */

.badges{
	max-width: 100%;
	display: block;
	height: auto;
	margin: 10% 0 3% 0;
}
.badges p{
	font-size: 1.2em;
	line-height: 1.4em;
}

.about{
	margin: 2% 0 0 16%;
}
.aboutme{
	margin-top: 80px
}

#Section-Intro h4{
	font-size: 1.3em;
	line-height: 1.2em;
}
#Section-Intro .row .about p{
	font-size: 1.6em;
	line-height: 1.2em;
	font-style: italic;
	margin-top: 3%;
	font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
	font-weight: 500;
}
#Section-Intro a{
	font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: 500;
	color: black;
	display: block;
	margin-top:15px;
	float: right;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition: 0.2s ease;
}
#Section-Intro a:hover{
	-webkit-transform: translateY(5px) translateX(-5px);
	-moz-transform: translateY(5px) translateX(-5px);
	transform: translateY(5px) translateX(-5px);
	opacity: .6;
	text-decoration: none;
	color: black;
	font-weight: 500;
	cursor: pointer;
}
#Section-Intro blockquote{
	border-left: 5px solid #d4d4d4;
	margin-bottom: 40px;
}
.peoplesay{
	margin-top: 3%;
}

#tags{
	display: inline-block;
}
.tag{
	float: left;
	border: .1em solid gray;
	padding: 1%;
	margin: 5px 5px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 500;
	font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
}
#profilepic{
	width: 30%;
	display: block;
	margin: 0 auto;
}
@media all and (max-width : 1200px) and (min-width: 768px){
	#profilepic{
		width: 30%;
	}
	.about{
		margin: 2% 0 0 9%;
	}
}
@media all and (max-width: 767px) and (min-width: 450px){
	#profilepic{
		width: 40%;
	}
	.badges img{
		width:50%;
		margin-left:25%;
	}
	.about{
		margin: 2% 0 0 0%;
	}
	#Section-Intro a{
		text-decoration: underline;
	}
}
@media only screen and (max-width : 449px){
	.badges img{
		width:80%;
		margin-left: 10%;
	}

	.about{
		margin: 2% 0 0 0%;
	}
	#Section-Intro a{
		text-decoration: underline;
	}
}

/* Section Work */
#Section-Works .jumbotron{
	background-color: #e7e7e7;
	margin-bottom: 0px;
}
#Section-Works figcaption h4{
	font-size: .9em;
}
#emot-thumb{
	background-image: url(../../images/emot/emot-bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
}
#emot-thumb h3{
	margin-top: 60px;
}
#emot-thumb a{
	margin-top: 0px;
}
@media all and (max-width : 1200px) and (min-width: 768px){
	#emot-thumb{
		background-image: url(../../images/emot/emot-md.jpg);
		height: 390px;
	}
	#emot-thumb h3{
		margin-top: 100px;
	}
}
@media all and (max-width: 767px) and (min-width: 570px){
	#emot-thumb{
		background-image: url(../../images/emot/thumb.jpg);
		height: 360px;
	}
	#emot-thumb h3{
		margin-top: 90px;
	}
}
@media all and (max-width: 569px) and (min-width: 481px){
	#emot-thumb{
		background-image: url(../../images/emot/thumb.jpg);
		height: 310px;
		background-size: cover;
	}
}
@media only screen and (max-width : 480px){
	#Section-Works .jumbotron{
		padding:15px;
	}
	#Section-Works .container .col-xs-12{
		padding: 0px;
		margin:0px;
	}
	#emot-thumb{
		background-image: url(../../images/emot/thumb.jpg);
		background-size: cover;
	}
	#emot-thumb h3{
		margin-top: 70px;
	}
}
@media only screen and (max-width : 428px){
	#emot-thumb{
		background-image: url(../../images/emot/thumb-sm.jpg);
		background-size: cover;
		height: 230px;
		background-position-x: 45%;
	}
}

/* Youtube */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
/*    margin:0% 0 0 15%;
*/}

.video-container iframe,
.video-container object,
.video-container embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width : 720px) {
	.video-container{
		margin-left: 0px;
	}
	.video-container iframe,
	.video-container object,
	.video-container embed{
		width: 100%;
		height: 100%;
	}

}
@media only screen and (max-width : 449px){
	.Section-Works .row{
		margin-left: -20px;
	}

}


/*- See more at: http://avexdesigns.com/responsive-youtube-embed/#sthash.YJMASDZa.dpuf*/

/* Footer */

#Footer-Contact .jumbotron{
	background-color: white;
	padding:0px;
}
#Footer-Contact .jumbotron .page-header{
	margin-top: 8%;
}
#Footer-Contact .text-center p{
	width: 75%;
	margin: 0 auto;
	color: black;
}

div .form-group{
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: .8em;
	height: 75px;
}

div .form-group:nth-child(1),
div .form-group:nth-child(2),
div .form-group:nth-child(3),
div .form-group:nth-child(4){
	height: 40px;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 50px;
}
div .form-group:nth-child(5){
	height: 50px;
	width: 157px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 50px;

}

#Footer-Contact .btn{
	background-color: #000;
	padding: 8px 15px 8px 15px;
	border:none;
	border-color: black;
	border-width: 4px;
	border-style: solid;
	font-size: 1.2em;
	line-height: 1.2em;
	-o-transition:.3s;
  	-ms-transition:.3s;
  	-moz-transition:.3s;
  	-webkit-transition:.3s;
	transition: 0.3s ease;
	font-family: "adobe-garamond-pro",sans-serif;
	font-weight: 600;
}
#Footer-Contact .btn:hover{
	background-color: #ffcc5c;
	border-color: #ffcc5c;
	color: black;

}
.mediaicon{
	width: 3%;
	margin: 2%;
	-o-transition:.3s;
  	-ms-transition:.3s;
  	-moz-transition:.3s;
  	-webkit-transition:.3s;
	transition: 0.3s ease;
}
.mediaicon:hover{
	opacity: .3;
}

/*
#map{
	background-image: url("../../images/map.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	height:300px;
	margin: 0 auto;
	overflow: hidden;
}
*/

@media only screen and (max-width : 720px) {
	#Footer-Contact .text-center p{
		width: 100%;
		font-size: .9em;
		padding: 0 13px 0 13px;
	}
	div .form-group:nth-child(1),
	div .form-group:nth-child(2),
	div .form-group:nth-child(3),
	div .form-group:nth-child(4){
		width: 100%;
	}
	.mediaicon{
		width: 10%;
		margin: 4%;
	}

}
