@media only screen and (min-width: 1600px) {

body {
	font-size: 120%;
}

}

@media only screen and (max-width: 1600px) {

.portfolio_items_teaser {
	position: absolute;
	width: 100%;
	background-color: rgba(155, 11, 11, 1.0);
	bottom: -9em;
	color: #fff;
	text-align: center;
	padding: 4% 2%;
	font-size: 0.8em;
	line-height: 1.5em;
	transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
}

.portfolio_items_teaser p {
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
}

.moveup_teaser {
	transform: translateY(-9em);
	-webkit-transform: translateY(-9em);
	-moz-transform: translateY(-9em);
}


.portfolio_intro {
	font-size:100%;
}



}


@media only screen and (max-width: 1200px) {

body {
	font-size: 90%;
}


}

@media only screen and (min-width: 1000px) {

.work_text {
	font-size: 120%;
}


}

@media only screen and (min-width: 1200px) {

.work_text {
	font-size: 140%;
}


}



@media only screen and (max-width: 800px) {


nav {
	height: 60px;
}

nav ul li a {
	font-size: 90%;
}

#logo img{
	margin-top: 10px;
	width: 120px;
	height: 40px;
}

#home {
	margin-top: 20px;
}

#main_logo {
	width: 43%;
	left: 8%;
	top: 13%;
}

#design_edge {
	width: 41%;
	left: 10%;
	top: 39%;
}

#leadcopy {
	width: 42%;
	left: 10%;
	top: 55%;
}


.portfoio_button {
	width: 94%;
}

img.arrow {
	width: 8%;
	left: 46%;
}
img.profileheader {
	width:18%;
}


/* Portfolio */
.portfolio_items {
	display: inline-block;
	background: rgb(0,0,0);
	position: relative;
	width: 40%;
	margin: 1%;
	overflow: hidden;
}

.portfolio_intro {
	width: 80%;
	margin: 2% auto;
	text-align: justify;
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

.seeall_button {
	width: 80%;
	margin: 0.5em auto;
	padding: .5em;
	font-size: 1.2em;
}
img.header  {
	width: 17%;
}

.arrow_right{
	width: 4%;
}

.arrow_right:hover {
	width: 5%;
}

.arrow_left{
	width: 4%;
}

.arrow_left:hover {
	width: 5%;
}

} 




/*@media only screen and (min-width: 601px) {
#execution_container {
	width: 35%;
	display: inline-block;
	margin: 10% 10% 0 10%;
}


}*/








@media only screen and (max-width: 600px) {
       body { font-size:90%;}

#home {
	margin-top: 60px;
}

nav {
	height: 60px;
	padding: 0px;
	transition: all 2s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

#logo img{
	margin-top: 10px;
	width: 100px;
	height: 36px;
	float: left;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
}

.show nav {
	height: 100%;
/*	background: rgba(0, 0, 0, 0.6);
*/
}

button {
	margin: 6px 10px 10px 7px;
	float: right;
	cursor: pointer;
	display: block;
		/* width and height are half the physical size of the 
		   background menu icon graphic...this is done for 
		   retina devices... */
		width: 38px;
		height: 26px;
		background-color: transparent;
		background-image: url(../img/icon-menu-medium@2x.png);
		/* background-size: cover makes the background image fill
		   up the available space... if the background image
		   is larger it will be resized down to only fill the
		   space available */
		background-size: cover;
		border: none;
		/* hide text code modified from code found at:
		
			http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/
		
		*/
		text-indent: 150%;
		white-space: nowrap;
		overflow: hidden;
		right: 45px;
		margin-top: 15px;
}

.show nav ul {
	height: 100%;
	margin: 0;
}

nav ul {
		height: 0;
		overflow: hidden;
		width: 100%;
		display: block;
		opacity: 0.8;
}

nav ul li {
	display: block;
	padding: 0;
	border-top: 1px solid #ccc;
	height: 44px;
/*	background: rgba(0, 0, 0, 0.6);
*/}

nav ul li:last-child {
	border-bottom: 1px solid #ccc;
/*	background: rgba(0, 0, 0, 0.6);
*/}

nav ul li a {
		float: none;
		width: 100%;
		display: block;
		border-left: none;
		line-height: 43px;
		color: #fff;
		padding: 1px 0 0 0;
		text-align: center;
		margin: 0;

	}

nav ul li a:hover {
	color: red;
	background-color: #fff;
	font-size: 1.3em;
}

#logo img {
	margin: 10px;
}
#container {
	width: 100%;
}

#home {
	background: url(../img/james_home_mobile.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 138% ;
	position: relative;
	max-width: 600px;
	-webkit-animation: fade_in 4s 1;
	-moz-animation: fade_in 4s 1;
}

#main_logo {
	background: url(../img/james_logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 80%;
	height: 0;
	padding-top: 39% ;
	position: absolute;
	margin: 0;
	top: 1%;
	left: 9%;
	opacity: 1;
	-webkit-animation: fade_in 8s 1;
	-moz-animation: fade_in 8s 1;
}

.delay {
	opacity: 1;
	-webkit-animation: fade_in 7s 1;
	-moz-animation: fade_in 7s 1;
}

@-webkit-keyframes fade_in {
    from {opacity: 0;}
    to {top: 1;}
} 
@-moz-keyframes fade_in {
    from {opacity: 0;}
    to {top: 1;}
} 

#design_edge {
	width: 65%;
	height: 0;
	position: absolute;
	left: 17.5%;
	top: 60%;
}

#leadcopy {
	width: 70%;
	position: absolute;
	left: 15%;
	top: 70%;
	font-family: 'Lato', sans-serif;
}


.design_edge-top {
	background: url(../img/design_edge1.png);
}

.design_edge-bottom {
	background: url(../img/design_edge2.png);
	-webkit-animation: edge 4s 1 ease-in-out;
	-webkit-transform: translate(-.5em, .3em) ;
	-moz-animation: edge 4s 1 ease-in-out;
	-moz-transform: translate(-.5em, .3em) ;
}

@-webkit-keyframes edge {
   	0% { transform: translate(0px, 0px) ; }
   	75% { transform: translate(0px, 0px) ; }
   	100% { transform: translate(-.5em, .3em) ; }
}
@-moz-keyframes edge {
   	0% { transform: translate(0px, 0px) ; }
   	75% { transform: translate(0px, 0px) ; }
   	100% { transform: translate(-.5em, .3em) ; }
}


.design_edge-top, .design_edge-bottom {
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 0;
	padding-top: 15.67% ;
	position: absolute;
}

/* Portfolio */


.portfolio_items {
	display: inline-block;
	background: rgb(0,0,0);
	position: relative;
	width: 70%;
	margin: 1%;
	overflow: hidden;
}

.portfolio_intro {
	width: 70%;
	margin: 2% auto;
	text-align: justify;
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
}

.seeall_button {
	width: 66%;
	margin: 0.5em auto;
	padding: .5em;
}


img.header  {
	width: 25%;
}

img.graphics_header  {
	width: 30%;
}


/* about page */

.splash_container {
    background: url(../img/james_work_mobile.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 92%;
    top: 0;
    left: 0;
    position: fixed !important;
}

#profile {
	width: 80%;
	position: absolute;
	left: 10%;
	top: 45%;
}


img.profileheader {
	width: 16%;
	left: 42%;
}

.about_text h1 {
	font-size: 1.5em;
	line-height: 1.3em;
	margin-bottom: 0.6em;
	text-align: center;
}

.about_text p {
	font-family: 'Lato', sans-serif;
	text-align: justify;
	font-size: 0.6em;
	line-height: 1.7em;
}
.center-container {
    width: 100%;
    height: 100%;
    display: block;
}

.center-content {
    display: block;
}

#ethics_container {
	background: url(../img/sign_mobile.jpg) no-repeat center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	width: 100%;
	position: relative;
	min-height: 600px;
}

#sports_container {
	background: url(../img/sports_bg_mobile.jpg) no-repeat center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	width: 100%;
	position: relative;
	min-height: 600px;
}

#ethics {
	width: 80%;
	position: absolute;
	left: 10%;
	top: 45%;
}

#sports {
	width: 80%;
	position: absolute;
	left: 10%;
	top: 45%;
}

/*Work Pages*/

.arrow_right{
	width: 6%;
}

.arrow_right:hover {
	width: 9%;
}

.arrow_left{
	width: 6%;
}

.arrow_left:hover {
	width: 9%;
}

#work_header {
	width: 80%;
	position: relative;
	left: 0;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0 0 7px #000000;
}

.center-container {
    width: 100%;
    height: 100%;
    display: table;
}

.center-content {
    display: table-cell;
    vertical-align: middle;
}


#slider_1, #slider_2 {
	width: 60%;
	display: block;
	float: none;
	margin:2em auto;
}

#worktext_1, #worktext_2, #worktext_3 {
	width: 60%;
	display: block;
	float: none;
	margin:2em auto 8em auto;
}

#worktext_2_video {
	width: 60%;
	display: block;
	float: none;
	margin:2em auto 8em auto;
}

#execution_container {
	width: 60%;
	display: block;
	float: none;
	margin:2em auto 0 auto;
}

#followup {
	width: 40%;
	display: block;
	margin:2em auto;
	float: none;
}


#followup img {
	width: 100%;
}

.astrakhan_container {
    background: url(../img/astrakhan/astrakhan_main_mobile.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 92%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.jjc_container {
    background: url(../img/jjc/jjc_main_mobile.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 92%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.lbj_container {
    background: url(../img/lbj/lbj_main_mobile.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 92%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.rcc_container {
    background: url(../img/rcc/directory_main_mobile.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 92%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.grg_container {
    background: url(../img/grg/grg_main_mobile.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 92%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.nations_ig_container {
    background: url(../img/nations/nations_main_mobile.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 92%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.cetus_container {
    background: url(../img/cetus/cetus_main_mobile.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 92%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.artsig_container {
    background: url(../img/artsig_main_mobile.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 92%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.artsig_container {
    background: url(../img/richmondsteel/richmondsteel_main_mobile.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 92%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.artsig_container {
    background: url(../img/artsig_main_mobile.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 92%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.nationscupvideo_container {
    background: url(../img/nationsvideo/nationsvideo_main_mobile.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 92%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.richmondsteel_container {
    background: url(../img/richmondsteel/richmondsteel_main_mobile.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 92%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.motiongraphics_container {
    background: url(../img/motiongraphics/motiongraphics_main_mobile.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 92%;
    top: 0;
    left: 0;
    position: fixed !important;
}
/* Contact Pages */

.contact_bg {
	position: relative;
	background: url(../img/contact_mobile.jpg) no-repeat center center ; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    width: 100%;
    height: 100%;
}

.contact_info {
	display: block;
	width: 80%;
	top: 9em;
	left:0;
	margin: 0 auto;
	position: relative;
	line-height: 1.7em;
	font-size: 80%;
}

img.profileheader_contact {
	width: 22%;
}

.feature_button {
	width: 50%;

	margin: 1em auto;

	text-shadow: none;
}

}
