/*
 * Glennburrito dot com style game 
 */

/* ---- Typography ---- */



html {
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
}


body {
width: 100%;
height: 100%;
font-family: 'Libre Franklin', sans-serif;
color: #F6B686;
background-color: #13182C;
}

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

a {color: #2ba6cb; text-decoration: none; line-height: inherit; }
a:hover {color: #F6B686; }
a:focus {color: #F6B686; 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 #ffffff; border-width: 1px 0 0; clear: both; margin: 9px 0 15px; height: 0; }



h1 {
	font-family: 'Libre Franklin', sans-serif;
	font-color: #ffffff;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}
h3 {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
}
p {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}
blockquote {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
pre {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5714px;
}

p {
	margin-bottom: 10px; padding:0;
	font-family: 'Libre Franklin', sans-serif;
	letter-spacing: .01em;
	font-size: 21px;
	line-height: 25px;
}

a {
	text-decoration: none;
	transition: color .2s ease-out, background .2s ease-in;
	color: #ffffff;
}

a:hover {
	color: #F6B686;
}

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

.contact-button {
    margin-left: auto;
    margin-right: auto;
    width: 25%;
	color: #ffffff;
	border: 2px solid;
	border-radius: 10px;
	padding: 14px 25px 14px 25px;
	margin-top: 40px;
	font-size: 18px;
}

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

.footer-button {
	color: #ffffff;
	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: 490px;
	height: 490px;
	margin-top: 10px;
}

.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: 'Libre Franklin', 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;
}