@charset "utf-8";


	
.footbar {
	background: rgba(0,0,0,.5);
	height:3px;
	margin-bottom: 13px;
	width: 100%;
	}

.footbar h2 img {
	margin-right: 10px;
	margin-top: 2px;
	width: 52px;
	}
	
.contactme {
	height: 150px;
	width: 40%;
	float: left;
	margin-left: 80px;
	}
	
.contactme h2 {
	color: white;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 27PT;
	font-weight: 500;
	height: 50px;
	margin: auto;
	vertical-align: top;
	width: 100%;
	}

.contactme H3{
	margin: 0;
	padding: 0;
	color: white;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20PT;
	font-weight: lighter;
	}

.title {
	height: 100%;
	margin: auto;
	width: 920px;
	}
	
.center {
	margin: auto;
	width: 920px;
	}
	

.aboutmecontainer {
	background: url(../imgs/../imgs/bluebackground.jpg);
	padding: 15px;
	height: 81px;
    
	}
.service {
	margin: auto;
	width: 920px;
	background: url(../imgs/background.jpg)
	}
.serviceitm{
	width: 33.3%;
	height:100% ;
	float: left;
	padding: 50px 0 50px 0 ;
	
	}

.serviceitm img{
	margin: auto;
	display: block;
	opacity: 1;
	transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
		
	}
.serv iceitm img:hover{
	opacity: 0;
	cursor: pointer;
}

.aboutme{
	height: -webkit-fill-available;
	max-width: 900px;
	margin: auto;
		}
.aboutitm{
	width: 33.3%;
	float: left;
	height: 50px;
    padding-left: 50px;
	}
	

.abouttext{
	width: 60%;
	float:right;
	color: white;
	font-weight: lighter;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13pt;
}


.aboutitm:hover {
    cursor: pointer;
    opacity: 0.50;
	}

.aboutitm a {
    display: flex;
    color: white;
    text-decoration: none;
    font-size: 28pt; 
	text-align: left;      
    font-weight: lighter;
	font-family: 'Source Sans Pro', sans-serif;  
}

.aboutme img {
	margin-right: 10px;
	height:50px;
	width: 50px;
	}
	
button#hide	{
	background:rgba(73, 200, 255, 0.5);
	float: right;
	font-size: 20pt;
	font-weight: lighter;
	font-family: 'Source Sans Pro', sans-serif;
	padding:0;
	margin: 0;
	text-align: center;
	width: 27px;}

	

	
button#show {
	background: none;
	display:flex;
    font-weight: lighter;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 28pt;
    margin: 0;
    padding: 0;
	text-align: left;
	width: 100%;
    }

.content .show .logo {
    background: url(../imgs/logobk.jpg);
    background-size: 100%;
    max-width: 600px;
    width: 90%;
    margin: auto;
}

img.headerlogo {
    width: 50%;
    margin: auto;
    display: block;
}

	
	
.grid img {
	width: 100%;
	}
	
.triangle {
	background-image: url(../imgs/triangle.png);
	bottom: -.2px;
	height: 10px;
	position: absolute;
	width: 100%;
	}
	
.container{ 
	padding-top:10px;
	background: url(../imgs/background.jpg);
	z-index:10;
	}	

body {
	
	margin: 0;
	}
	
#home {
	background: url(../imgs/topbk.jpg) 50% 0 no-repeat fixed;
	height: 430px;
	margin: 0 auto;
	max-width: 1920px;
	min-height: 300px;
	position: relative;
	width: 100%;
	z-index:-1;
	}
	
#home article {
	background: url(../imgs/rykologo.png) no-repeat 50% 6% fixed;
	height: 100%;
	margin: auto;
	position: absolute;
	text-align: center;
	width: 100%;
	}

img.headerlogo{
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	width: 500px;
	max-height: 410px;
}
	
#contact-area {
	margin: auto;
	padding: 10px;
	width: 500px;
	}
	
.contactinfo {
	width: 500px;
	}

footer {
	background: rgba(73, 200, 255, 0.5);
	clear: both;
	min-height: 300px;
	height: 100%;
	width: 100%;
	}
	
figcaption h3 {
	font-weight: bold;
	margin: 0;
	letter-spacing:.5px;
	text-shadow: rgba(0, 0, 0, 0.9) 0.6px 0.5px 3.3px;
	}
	
figcaption h4 {
	color: rgb(255, 255, 255);
	font-weight: 500;
	margin: 0;
	text-shadow: rgba(0, 0, 0, 0.9) 0.6px 0.5px 3.3px;
	}
	
figure {
	cursor:pointer;
	display: block;
	float: left;
	height: 200px;
	margin: 0 20px 20px 0;
	overflow: hidden;
	position: relative;
	width: 283px;
	}
	
figcaption {
	background: rgba(47, 143, 185, 0.6);
	color: white;
	font-family: 'Source Sans Pro', sans-serif;
	height: 70px;
	opacity: 0;
	padding: 10px 20px;
	position: absolute;
	width: 100%;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;


	}
	
figure:hover figcaption {
	opacity: 1;
	}
	
figure:before {
	background: black;
	background: rgba(255,255,255,0.75);
	color: black;
	font-size: 14px;
	font-weight: 800;
	height: 24px;
	line-height: 24px;
	opacity: 0.75;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 5px white;
	width: 24px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-moz-transition: all 0.6s ease;
	border-radius: 12px;
}
	
figure:hover:before {
	opacity: 0;
	}
	
.cap-bot:before {
	bottom: 10px;
	left: 6px;
	}
	
.cap-bot figcaption {
	bottom: -30%;
	left: 0;
	}
	
.cap-bot:hover figcaption {
	bottom: 0px;
	}
	
.grid{
	padding-left:20px;
    height:100%;
    margin:auto;
	padding-top: 20px
	}
	
#page-wrapper {
	color: white;
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: lighter;
	margin-right: 7px;
	width: 49%;
	margin-top: 40px;
	}
.service h2{
	margin: 0 auto;
    display: -webkit-box;
    text-align: -webkit-center;
    padding-top: 25px;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 29pt;
    font-weight: 200;
    font-kerning: 1.5px;
    letter-spacing: 1.5px;
	}



.target{padding: 20px 0 0 0}

	


 /*1001-1249 */
@media all and (min-width: 1001px) and (max-width: 1249px)
	{.grid { width:1000px;   }
	
	}
	/*760-1000 */
@media all and (min-width: 760px) and (max-width:1000px) 
{ 
	.service{width:100% }
.aboutitm{padding-left: 25px}	

.aboutitm h7 {
	padding-top: 10px;
	font-size: 20pt;	
	}

.grid { width:760px;   }
	
.grid-wrap{min-height: 550px!important;}
	 
.title { width:760px; } 
	
.grid figure{
	height:159px;
	width:226px
	}
	
footer h2.email {
	font-size: 23pt;
	padding-top: 5px;
	}

.center {width:760px}

#page-wrapper { width: 63%; margin: 0;}

.contactme{ width:37%; margin: auto;}

h3.h3tweek{font-size:12.5pt}
figcaption{padding:10px}

.abouttext{
	width: 54%;
	float: right;}
	
.aboutme{
	width:100%;
	max-width: 774px;
	}

}




/*520-759 */
@media all and (min-width: 520px) and (max-width: 759px) 
{ 

#home {
	background: url(../imgs/topbk520.jpg) 50% 0 repeat fixed;
	height: 332px;
	max-width: 760px;
	}
	
.grid {width:520px; }   
.grid figure{
	height:163px;
	width:230px}
	
.center {width:100%}

footer {height:100%}

.footbar {margin-bottom:18px}

.footbar h2{
	font-size:23pt;
	width:32%;
	}

.footbar .title h2 img{ display:none}

.footbar .title h2.email { 
	margin-left: 9%;
	padding-top: 5px; 
	width: 59%;
	}

#page-wrapper { float:none; width:90%; margin: auto;}

.contactme{
		float: none;
		margin: auto;
	width: 90%;
	height: 100px;
	}

.leftfoot img {margin-right: 20px;}
  
.title { width:520px; }

img.logo {
  top: 52px;
  width: 370px; 
	}
img.headerlogo {
        width: 270px;
    margin: auto;
    display: block;
    top: 5px;
	}
	
figcaption{padding: 10px}

h3.h3tweek{font-size:12.5pt}

button#show {margin:auto}

.target img {
	margin: 0 auto 11px auto;
	width: 40%;
	display: block;}
	
.abouttext{width:100%}

.target {height: 515px;}

.aboutmecontainer{
	height: 210px
	}

.aboutme{width: 472px}
	
.aboutme img{
	margin-right: 20px;	}
	
.aboutitm{
	padding:0;
	float: none;
	width: 48%;
	margin: 0 auto 15px;}

.service{width:100% }
	
}

/*415-519 */
@media all and (min-width: 415px) and (max-width: 519px) 
{ 

img.logo {
	top: 0px;
	width: 250px; 
	}
	
img.headerlogo{
	width: 160px;
    top: 0px;
    margin: auto;
    display: block;
   
	}
	
#home {
	background: url(../imgs/topbk300.jpg) 50% 0% no-repeat fixed;
	height: 194px;
	max-width: 520px;
	min-height: 0;
	}
	
.grid {	width:414px; } 
	   
	   
.grid figure{
	height:124px;
	width:176px}
	
.center {width:100%}

footer {height:100%}

.footbar {margin-bottom:18px}

.footbar h2{
	font-size:18pt;
	padding-top:11px;
	width:32%;
	}

.footbar .title h2 img{ display:none}

.footbar .title h2.email { 
	margin-left: 9%;
	padding-top: 11px; 
	width: 59%;
	}

#page-wrapper { float:none; width:93%;margin: auto;}

.contactme{
		float: none;
		margin: auto;
	height: 100px;
	width: 93%;
	}
textarea#message{
	width: 100%;	
	}

input{width: 80% !important;}
	
button#show {
	width: 100%;
	margin: 0 auto;}

.leftfoot img {margin-right: 10px;}

.title{width:414px}

figcaption{padding: 8px;}
h3#h3tweek, h3.h3tweek{font-size:11pt}

.abouttext{width:100%}

.target {height: 515px;}

.target img {
	margin: 0 auto 11px auto;
	width: 40%;
	display: block;}
	
	
.aboutmecontainer{
	height: 210px
	}

.aboutme{width: 100%}
	
.aboutme img{margin-right: 20px;	}
	
.aboutitm{
	padding:0;
	float: none;
	width: 65%;
	margin: 0 auto 15px;}

	
	
	
.service{width:100% }
	
.serviceitm{
	width: 46%;
    height: 100%;
    float: none;
    padding: 10px 0 10px 0;
    margin: auto;
	}
	
}



	

/* 0-320 */
@media all and (min-width: 0px) and (max-width: 414px) 
{ 
	
img.headerlogo{
	width: 161px;
    top: 0px;
    margin: auto;
    display: block;
   	}	
	
.grid { width:300px;   } 
  
.grid figure{
	height:132px;
	width:260px}
	


img.logo {
	top: 0px;
	width: 250px; 
	}
	
#home {
	background: url(../imgs/topbk300.jpg) 50% 0% no-repeat fixed;
	height: 194px;
	max-width: 520px;
	min-height: 0;

}

.center {width:300px}

footer {height:100%}

.footbar {margin-bottom:18px}

.footbar h2{
	font-size:15pt;
	padding-top:15px;
	width:33%;
	}

.footbar .title h2 img{ display:none}

.footbar .title h2.email { 
	margin-left: 3%;
	padding-top: 15px; 
	width: 59%;
	}

.field input{width: 100% !important}
	
#page-wrapper { float:none; width:93%;margin: auto;}

.contactme{
		float: none;
		margin: auto;
	height: 100px;
	width: 93%;
	}
	

	
textarea#message{
	width: 100%;	
	}

.leftfoot img {margin-right: 30px;}

.title{width:300px}

#page-wrapper lable{width:100%}

#page-wrapper textarea{
	max-width: 320px;
	min-width: 300px;}
	
#page-wrapper button{
 margin-left:27%;
 width:43%;	
}

#page-wrapper .success{	 
  margin: 15px auto;
}

figcaption{padding: 10px 10px;}

.aboutitm{
	float: none;
	width: 210px;
	padding: 0;
	margin: 0 auto 20px auto;
	}
	
.aboutmecontainer{	height: 225px;	}
	
.abouttext{width:100%}

.target {height: 650px;}

.target img {
	margin: 0 auto 11px auto;
	width: 60%;
	display: block;}

.service{width:100% }
	
.serviceitm{
	width: 46%;
    height: 100%;
    float: none;
    padding: 10px 0 10px 0;
    margin: auto;
	}

}
