@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 3000px) {
.container {
    width: 93%;
    margin: auto;
	/*background:red;*/
}
header {
	width:93%;}
}
@media screen and (max-width: 1200px) {
.container {
    margin: auto;
	/*background:orange;*/
}
#logodiv {
	margin-top:9%;
	}
}
@media screen and (max-width:1100px) {
.container {
    margin: auto;
	/*background:blue;*/
}
/*HOME*/
#logodiv {
	width: 38%;
	}
#intro {
	padding:2% 3% 6% 0;
	}
#intro h1 {
		font-size: 1.8em;
	}
	#intro p{
		font-size:1.8em;
		padding-top:4%;
		}
		#intro .red{
		font-size:1.3em;
		}
#scroll img {
		width:70px;
		}
/*WORKS*/
  .effects {
    padding-left: 5px;
  }
  .effects .img {
    width: 50%;
  }
  .effects .img:nth-child(n) {
    margin-right: 5px;
  }
  .effects .img:first-child {
    margin-left: 0;
  }
  .effects .img:nth-child(2n-1) {
    margin-left: -5px;
  }
  .effects .img:nth-child(2n) {
    margin-right: 0;
  }
  .effects .img:last-child {
    margin-right: 0;
  }
a.expand {
  font-weight: 300;
  font-size: 1.5em;
}
a.expand1 {
  font-weight: 300;
  font-size: 1.5em;
}
#effect-3 .overlay a.expand1 {
  top: 40%;
}
}
@media screen and (max-width:1000px) {
.container {
    margin: auto;
	/*background:yellow;*/
}
    .single-page-nav a {            
                font-size: 1.2em;
                font-weight: 400;
            }
/*HOME*/
#logodiv {
	margin-top:10%;
	}
#intro {
	padding:6% 3% 15% 0;
	}
	
#intro h1 {
		font-size: 1.8em;
	}
	#intro p{
		font-size:1.8em;
		padding-top:4%;
		}
}
@media screen and (max-width:900px) {
.container {
    margin: auto;
	/*background:pink;*/
}
#logodiv {
	margin-top:12%;
	}
#intro {
	padding:6% 3% 18% 0;
	}
/*Work*/
a.expand {
  font-weight: 300;
  font-size: 1.3em;

}
a.expand1 {
  font-weight: 300;
  font-size: 1.3em;
}

#effect-3 .overlay a.expand1 {
  top: 38%;
}
}

@media screen and (max-width:768px) {
.container {
    margin: auto;
	/*background:violet;*/
}
    .single-page-nav a {            
                font-size: 1.2em;
                font-weight: 400;
				padding-bottom:3%;
            }          
            .single-page-nav li {
                float: left;
                width:32%;
                text-align: center;
            }			
/*HOME*/
#logodiv {
	float: left;
	width: 45%;
	margin-top:18%;
	}
#intro {
	padding:6% 3% 22% 0;
	width:74.468085%;
	}
/*Work*/
a.expand {
  font-weight: 300;
  font-size: 1.2em;
}
a.expand1 {
  font-weight: 300;
  font-size: 1.2em;
}	
#effect-3 .overlay a.expand1 {
  top: 33%;
}
#totop {
	float:none;
	padding-top:3%;
	}
}
@media screen and (max-width:700px) {
.container {
    margin: auto;
	/*background:orange;*/
}
#logodiv {
	margin-top:22%;
	}
#scroll img {
		width:60px;
		}
/*ABOUT*/

.imgfloatleft{
	width:31.914893%;
	float:left;
	margin-right: 20px;
	}
#aboutpageleft {
	width:100%;
	float:none;
	}
#aboutpageright{
	float:none;
	width:80%;
	margin:0 auto;
	padding-top:8%;
	}	
/*CONTACT*/
#contactinfo {
	width:100%;
	float:none;
	text-align:left;
	margin-bottom:5%;
	}

#contactform{
	width:100%;
	float:none;
	}
#intro h1{
	text-align:right;}
.rightcontent h1{
	text-align:left;}

	#footerright {
		float:none;
		width:100%;
		margin-bottom:1%;
		text-align:center;
		}
		#footerleft{
			float:none;
			text-align:center;
			width:100%;}
}

@media screen and (max-width:600px) {
.container {
    margin: auto;
	/*background:tan;*/
}
.single-page-nav{
	display:none;
	}
#logodiv{
	display:none;
}
.mobilelogo {
    display: block;
    position: absolute;
    top: 12px;
    left: 14px;
    z-index: 999;
}
.phone {
    display: none;
}
.nav-button {
    display: block;
    position: absolute;
    top: 7px;
    right: 14px;
    width: 50px;
    height: 35px;
    background: url(../images/menu-icon-large.png), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
    background: url(../images/menu-icon-large.png), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
    background: url(../images/menu-icon-large.png), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
    background: url(../images/menu-icon-large.png), -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 21px, 100%;
    cursor: pointer;
    border: 0 none;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 0 4px rgba(0, 0, 0, .7)inset;
    border-radius: 5px;
    z-index: 999;
    text-indent: -9999px;
}
.nav-button:hover {
    background-color: rgba(0, 0, 0, .1);
}
.nav-button.open {
    background: url(../images/close-icon-large.png), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
    background: url(../images/close-icon-large.png), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
    background: url(../images/close-icon-large.png), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
    background: url(../images/close-icon-large.png), -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 21px, 100%}
body {
    padding-top: 60px;
}
.primary-nav {
    width: 100%;
    float: none;
    background-color: #d61f26;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
    display: block;
    height: 60px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    clear: both;
}
.primary-nav li {
    display: none;
    width: 100%;
    font-family: Arial;
}
.primary-nav li a {
    display: block;
    width: 90%;
    padding: 10px 5%;
    font-size: 14px;
    font-weight: 700;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .15);
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.primary-nav li a:hover {
    background-color: rgba(0, 0, 0, .5);
    border-top-color: transparent;
}
.primary-nav>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .2);
}
.primary-nav.open {
    height: auto;
    padding-top: 50px;
}
.primary-nav.open li {
    display: block;
}
.primary-nav>li:hover>a {
    background: rgba(0, 0, 0, .5);
    border-bottom-color: transparent;
}
.primary-nav li.parent>a:after {
    content: "?";
    color: rgba(255, 255, 255, .5);
    float: right;
}
.primary-nav li.parent>a:hover {
    background: rgba(0, 0, 0, .75);
}
.primary-nav li ul {
    display: none;
    background: rgba(0, 0, 0, .5);
    border-top: 0 none;
    padding: 0;
}
.primary-nav li ul a {
    border: 0 none;
    font-size: 12px;
    padding: 10px 5%;
    font-weight: 400;
}
.primary-nav li:hover ul {
    display: block;
    border-top: 0 none;
}
h1 {
	margin-top:4%;
    font-size: 2.2em;
	font-weight:400;
	line-height:1.75em;
	color:#d61f26;
}
h2 {
    font-size: 1.4em;
	font-weight:400;	
}
h3 {
    font-size: 1.3em;	
}
p {
    line-height: 1.5em;
    font-size: 1.1em;
}
#intro{
	width:90%;
	padding:0;
	padding-top:4%;
	padding-bottom:10%;}
#intro h1 {
		font-size: 1.4em;
	}
	#intro p{
		font-size:1.4em;
		padding-top:4%;
		}
#scroll{
	clear:both;
	text-align:center;
	font-size:1em;
	margin-bottom:2%;
	}
	#scroll img {
		width:50px;
		}		
#services ul li {
		line-height:2em;
		font-size:1.2em;
		font-weight:300;
		}
/*about*/	
#aboutpageleft {
	width:100%;
	float:left;
	}

#aboutpageright{
	float:none;
	margin-top:5%;
	overflow:hidden;
	}
}

@media screen and (max-width:568px) {
.container {
    margin: auto;
	/*background:aqua;*/
}
/*WORKS*/

  .effects .img {
    width: 100%;
  }
  .effects .img:nth-child(n) {
    margin-right: 0;
  }
  .effects .img:first-child {
    margin-left: 0;
  }
  .effects .img:nth-child(2n-1) {
    margin-left: 0;
  }
  .effects .img:nth-child(2n) {
    margin-right: 0;
  }
  .effects .img:last-child {
    margin-right: 0;
  }
  .effects .img img {
    margin: 0 auto;
  }
a.expand {
  font-weight: 300;
  font-size: 1.8em;
}
a.expand1 {
  font-weight: 300;
  font-size: 1.8em;
}	
#effect-2 .overlay a.expand1 {
  top: 30%;
}
#effect-3 .overlay a.expand1 {
  top: 40%;
}
}
@media screen and (max-width:480px) {
.container {
    margin: auto;
	/*background:beige;*/
}

h2 {
    font-size: 1.4em;
	font-weight:400;
}
h3 {
    font-size: 1.3em;	
}

p {
    line-height: 1.2em;
    font-size: 1.1em;
}
#intro{
	width:100%}	
#scroll{
	clear:both;
	text-align:center;
	font-size:1em;
	margin-bottom:2%;
	}
	#scroll img {
		width:50px;
		}	
#services ul li {
		line-height:2em;
		font-size:1.2em;
		font-weight:300;
		}
a.expand {
  font-weight: 300;
  font-size: 1.5em;
}
a.expand1 {
  font-weight: 300;
  font-size: 1.5em;
}	
#effect-2 .overlay a.expand1 {
  top: 30%;
}
#effect-3 .overlay a.expand1 {
  top: 45%;
}	
}