

/********* BASE *********
***************************/
body{
  background:#ffffff;
  font-family: 'Roboto', sans-serif;
  color: #505052;
  font-size:1em;
  line-height:1.4em;
  font-weight:normal;
  margin-top:80px;
  margin:0;
}


h1 {font-size:3em; font-weight:400; line-height: 1.2em; font-family: 'roboto mono', monospace;}

h2 a{
color:#505052;
font-family: 'roboto mono', monospace;
font-size:1.4em;
font-weight:400;
line-height:1.1em;
text-decoration:none;
}

h3{
  font-weight: 400;
}

h2 a:hover{
color:#505052;
text-decoration:none;
}

.intro-img{
  width: 100%;
  text-align:center;
  padding: 20% 0 10% 0%;
}

/********* SHARE MENU *********
***************************/

.share-link{
margin:0;
margin-left:10px;
font-weight:600;
font-size:10px;
text-transform:uppercase;
padding: 4px 0 4px 20px;
color: #555555;
width:75px;
height:30px;
border: 1px solid #C8C8C8;
display:inline;
float:left;
-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.share-link img{
  display: inline;
}

.share-link:hover{
margin:0;
margin-left:10px;
font-weight:600;
color: #555555;
font-size:10px;
padding: 4px 0px 0px 20px;
text-transform:uppercase;
width:75px;
height:30px;
display:inline;
float:left;
background-color:#F0F0F0;
border: 1px solid #C8C8C8;
cursor:pointer;
-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;


}

/********* SHARE BUTTONS *********
***************************/

.social-button-holder{
    height: 32px;
    padding: 8px 12px 8px 12px;
    border: 1px solid #C8C8C8;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.social-button-holder:hover{
    height: 32px;
    padding: 8px 12px 8px 12px;
    border: 1px solid #C8C8C8;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color:#F0F0F0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


.social-button-logo{
    display: inline;
    float: left;
}

.social-button-label{
    height: 32px;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    color: #555555;
    display: inline;
    float: left;
    padding: 0 0 8px 8px;
}

.holder-social{
max-width:900px;
margin-bottom:200px;

}




.portfolio-link{
margin:0;
margin-left:10px;
font-weight:600;
font-size:0.8em;
padding: 4px 0px 0px 20px;
text-transform:uppercase;
width:200px;
height:30px;
background-color:#32343a;
border-radius:3px;
display:inline;
float:left;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.portfolio-link:hover{
margin:0;
margin-left:10px;
font-weight:600;
font-size:0.8em;
padding: 4px 0px 0px 20px;
text-transform:uppercase;
background-color:#14161c;
border-radius:3px;
display:inline;
float:left;
cursor:pointer;


}

.sharing-menu-container a{
color:#ffffff;
}

.sharing-menu-container a:hover{
color:#ffffff;
}

#sharing{
margin-left:30px;
padding-top: 34px;
}

.sharing-list{
width: 150px;
height:140px;
background-color: rgba(255,255,255,0.90);
border-radius:4px;
-webkit-box-shadow: 0px 3px 29px 1px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 3px 29px 1px rgba(0,0,0,0.25);
box-shadow: 0px 3px 29px 1px rgba(0,0,0,0.25);
padding: 10px 10px 10px 10px;

}

.sharing-list-item{
display:block;
margin:5px 0px 0px 10px;

}

.btn a {
margin-top: 20px;
border: 1px solid #ffffff;
color: #ffffff;
font-weight: 400;
box-sizing: border-box;
cursor: pointer;
padding: 12px 30px 11px 30px;
text-transform: uppercase;
letter-spacing: 0.1em;
transition-duration: 0.5s;
transition-property: background-color, border-color, color;
transition-timing-function: ease, ease, ease;
}

.btn a:hover {
border: 1px solid #ffffff;
color:#4ae3ff;
background-color:#ffffff;

}


/********* MENU *********
***************************/

.menu-link-close{
  width: 22px;
  height: 22px;
  border: 1px solid #E6E6E6;
  margin-right: 10px;
  padding: 2px;
float: right;
display: inline;
}

.menu-link{
width:30px;
height:30px;
border: 1px solid #C8C8C8;
margin-left: 10px;
float:left;
-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.menu-link img{
margin: 6px;
-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.menu-link:hover{
background-color:#F0F0F0;
border: 1px solid #C8C8C8;
}

.panel {
	position: fixed;
	left: 260px; /*left or right and the width of your navigation panel | original: -16.625em*/
    width: 260px; /*should match the above value*/
    background-color:#ffffff;
    border-right: 1px solid #E6E6E6;
}

.wrap {
    position: relative;
}

#menu{
overflow-y: auto;
}



#menu ul{
list-style-type: none;
text-decoration: none;
padding:0;

}

#menu ul li{
font-size: 15px;
list-style-type: none;
text-decoration: none;
padding:8px 0 6px 20px;

}

#menu ul li a{

list-style-type: none;
text-decoration: none;
color:#787878;
-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;

}

#menu ul li a:hover{
color:#646464;
-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.menu-header{
text-transform:uppercase;
font-size:1em;
}





p{ margin:0 0 1.5em; line-height:1.8em;}
/* links */
a{
	text-decoration:underline;
	color:#505052;
}
a:active{color:#505052;text-decoration:underline;}
a:hover{color:#505052; text-decoration:underline;}
/* Box sizing */
*{box-sizing:border-box; -moz-box-sizing:border-box;}
/* Responsive images  */
img{ max-width:100%; height:auto;}
/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.centered-text{text-align:center;}






/********* LAYOUT *********
***************************/
.wrapper{
	width: 92%; /* default value 92 */
	margin: 0 auto;
	position:relative;
}
header{
	padding:15px 0px 15px 0px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:56px;
	z-index:100;
	background:rgba(255, 255, 255, 0.95);

}
#banner{ float:left;}

.section-intro-title-holder{
width:100%;
margin: 20px 0 20px 0;
}

.section-title-holder{
width:100%;
border-bottom:1px solid #E6E6E8;
margin: 20px 0 20px 0;
}

.title-pic{
padding-top:100px;
text-align:center;
}

.about-bottom{
  padding-top:30px;
}

/********* ARTICLE *********
***************************/



.holder{
max-width:900px;
margin-bottom:100px;
}

.holder-header{
max-width:900px;
margin-bottom:50px;

}

.holder p{
font-size:14px;
color:#505052;
}

.holder ul li{
  font-size:14px;
color:#505052;
}

.holder-header{
font-size:16px;
color:#505052;

}

.holder img{
	margin: 30px 0 30px 0;
}

.holder .note{
	font-style:italic;
	font-size:0.8em;
	color:#969698;
}

.takeaway{
font-size:14px;
color:#009586;
font-style: italic;
}

#about{padding:60px 0 100px;
}
#about p{
margin-top:20px;
color:#505052;
font-size:1.0em;
}

.separator{
width:100%;
border-bottom:1px #3c3e44 solid;
text-align:center;
}

footer{
background:#282A30;
color:#ccc;
font-size:80%;
padding:20px 0;
}

.get-started{
background: #3fc380;
border-radius: 4px;
color: #ffffff;
height: 32px;
padding: 15px 60px;
font-weight: bold;
text-transform:uppercase;

}

.get-started:hover{
background: #37ac70;
border-radius: 4px;
color: #ffffff;
height: 32px;
padding: 15px 60px;
font-weight: bold;
text-transform:uppercase;
}

.social{
	text-align:center;
}

.social-img img{
margin:0px 4px 0px 4px;
margin-bottom:20px;
}

#attribution{
	color:#787878;
	font-size:11px;
	padding:10px;
}

.home-present{
text-align:left;
margin:auto;
max-width:900px;
}

.home-present img{
padding-bottom:20px;
}

.home-present p{
padding-bottom:60px;
}



/*Grid*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin-bottom:40px;
}


/****************************************
*****************************************
MEDIAQUERIES
*****************************************
****************************************/

/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
@media only screen and (min-width: 481px) {

}

/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 920px) {
body:after {
		content: 'large';
		display: none;
}
.wrapper{
	max-width: 960px; /* default value 1200px*/
}
#about .wrapper{
	max-width:700px;
}
/*Grid*/
.grid_1 { width: 5%; }
.grid_2 { width: 13.333333333333%; }
.grid_3 { width: 21.666666666667%; }
.grid_4 { width: 30%; }
.grid_5 { width: 38.333333333333%; }
.grid_6 { width: 46.666666666667%; }
.grid_7 { width: 55%; }
.grid_8 { width: 63.333333333333%; }
.grid_9 { width: 71.666666666667%; }
.grid_10 { width: 80%; }
.grid_11 { width: 88.333333333333%; }
.grid_12 { width: 96.666666666667%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin-left: 1.6666666666667%;
	margin-right: 1.6666666666667%;
	float: left;
	margin-bottom:0px;
}
.alpha{margin-left:0px;}
.omega{margin-right:0px;}
.rightfloat{float:right;}


/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1024px) {

}

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {

}

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {


}

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {


}

/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
