/*
 * Glennburrito dot com style game 
 */

/* ---- Typography ---- */
h1, h2, h3, h4, h5, h6 {
	text-rendering: optimizeLegibility;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: none; 
	font-style: normal; 
	color: #777;
	text-rendering: optimizeLegibility; 
	line-height: 1.1; 
	margin-bottom: 10px; 
	margin-top: 10px; 
}

body {
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 300;
	overflow-x: hidden;
	background-color: #ffffff;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 80%; color: #000; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; text-decoration:none; }

a {color: #333333; text-decoration: none; line-height: inherit; }
a:hover {color: #333333; }
a:focus {color: #333333; outline: none; }

p span {color: #46aae3; }
p a, p a:visited {line-height: inherit; }

blockquote, blockquote p{color: #6F6F6F; font-size: 14px; line-height: 24px; font-family: 'Libre Franklin', sans-serif;}
blockquote{border-left: 1px solid #DDDDDD; padding: 0 10px; margin-bottom: 10px;}
blockquote cite{color: #555555; display: block; font-size: 12px;}
blockquote cite:before{content: "- ";}

sub, sup {font-size: 60%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
i { font-style: italic; line-height: inherit; }
strong, b { font-weight: bold; line-height: inherit; }
small { font-size: 70%; line-height: inherit; }

hr { border: solid #17dd98; border-width: 1px 0 0; clear: both; margin: 9px 0 15px; height: 0; }



h1	{
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: .09em;
	line-height: 1.4em;
	margin-bottom: 20px;
}

h2	{
	font-size: 9pt;
	font-weight: 700;
	padding-top: 20px;
	letter-spacing: .1em;
	margin-bottom: 40px;
}

h3	{
	font-weight: bold;
	font-size: 10pt;
	line-height: 1.6em;
	margin-top:15px;
}

h4 {
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
	font-size: 8pt;
	line-height: 1em;
	color: #000;
	letter-spacing: .1em;

}

p {
	margin-bottom: 35px; padding:0;
	letter-spacing: .01em;
	font-size: 16px;
	line-height: 28px;
}

a {
	text-decoration: underline;
	transition: color .2s ease-out, background .2s ease-in;
	color: #002dba;
}

a:hover {
	color: #10078e;
}

.project-url {
	font-size: 10px;
	border-style: solid;
	border-color: #17dd98;
	border-width: 1px;
	padding:10px;
	max-width: 90px;
	margin-top:20px;
}

.contact-button {
	float: left;
	color: #17dd98;
	border: 1px solid;
	border-radius: 4px;
	padding: 14px 25px 14px 25px;
	margin-top: 20px;
	font-size: 14px;
}

.more-button {
	float: left;
	font-weight: "300";
	color: #17dd98;
	border: 1px solid;
	border-radius: 4px;
	padding: 10px 10px 10px 10px;
	font-size: 13px;
}

.footer-button {
	color: #17dd98;
	border: 1px solid;
	border-radius: 4px;
	padding: 10px 30px 10px 30px;
	margin-top: 80px;
	font-size: 14px;
}

.footer {
	margin-bottom: 180px;
	margin-top: 130px;
}

.description {
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}

.profile {
	width: 190px;
	height: 190px;
	margin-top: 150px;
	margin-bottom: 60px;
}

.center {
position: fixed;
left: 50%;
top: 50%;
}

.panel {
    position: fixed;
    left: -15.625em; /*left or right and the width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
}

.wrap {
    position: relative;
}

.nav-fixed {
    position: fixed;
    bottom: 30px;
    right:30px;
    z-index: 10;
}

.icon {
	margin-top: 80px;
	z-index: 11;
	width:40px;
	height:40px;
	font-family: 'Montserrat', sans-serif;
	font-size: 10pt;
	line-height: 1em;
}
.RTJ{
z-index: -2;
    -ms-transform: rotate(5deg); /* IE 9 */
    -webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
    transform: rotate(5deg);
}

.FBZ{
    z-index: 1;
 
    -ms-transform: rotate(-15deg); /* IE 9 */
    -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
    transform: rotate(-15deg);
}

.description {
	padding-top: 10px;
}


/* Slick slider styles */

    * {
      box-sizing: border-box;
    }

    .slider {
        width: 80%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }