/*Funked Up Design - Luke Johnston Copyright 2017 - UPDATED: JAN 2017*/
/* http://meyerweb.com/eric/tools/css/reset/ - v2.0b1 | 201101 NOTE: WORK IN PROGRESS - USE WITH CAUTION AND TEST WITH ABANDON */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;} body {line-height: 1;} ol, ul {list-style: none;} blockquote, q {quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;} ins {text-decoration: none;} del {text-decoration: line-through;} table {border-collapse: collapse; border-spacing: 0;} body {font-family: Verdana, sans-serif; font-size:0.8em;}

/*TYPOGRAPHY*/
@font-face {
    font-family: blowbrush;
    src: url('fonts/blowbrush.otf');
}

body{
    font-family: Helvetica, sans-serif;
    font-weight: 300; 
    line-height: 1.45;
    color: #555;
}
h1,h2,h3,h4{
    font-weight: inherit;
    line-height: 1.2
}
h1{font-size: 6.854em;}
h2{font-size: 4.236em;}
h3{font-size: 2.618em;}
h4{font-size: 1.618em;}
small, .font_small{font-size: 0.618em;}

section, article, footer{
    padding: 1%;
    overflow: auto;
}

section h2, h3{padding: 24px 0;color: #336699;font-family: 'Helvetica';}

article{padding: 10% 0;}

.myWorks{
    float: left;
    width: 30%;
    border-radius: 3px;
    margin: 6px;
    padding: 12px;
    text-align: center;
}
.myWorks h4{font-family: 'Helvetica';}
.myWorks img{
    width: 96%;
    max-width: 250px;
    padding: 12px 0;/* adds breathing room around imgs */
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #336699;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

#logo{
    z-index: 2;
    transition: 0.3s;
    position: fixed;
    right: 50%;
    left: 50%;
    top: 32px;
    -webkit-filter: drop-shadow(0px 5px 5px #333);
    filter: drop-shadow(0px 5px 5px #333);
    transform: translate(-50%, -30px);
}
#logo:hover{width:150px; transition: 0.3;}



nav{
    background: rgba(255,255,255,1);
    z-index:1;
    border-bottom:2px solid #336699;
    border-top:2px solid #336699;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
    width:100%;
    height: 36px;
    position:fixed;
    top:20px;
    left:0;
    transition: 0.1s;
}
nav:hover{font-size: 120%;}

ul.navbar {
    display: -webkit-flex; /* Safari */-webkit-justify-content: space-around; /* Safari 6.1+ */
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    overflow: hidden; 
}
ul.navbar li {display:flex;}
ul.navbar li a{
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: 0.3s;
    padding: 8px;
}
ul.navbar li.icon {display: none;}
ul.navbar li a:link{color: #999;}
ul.navbar li a:visited{color: #999;}
ul.navbar li a:hover{color: #fff;background: #336699;}

/*NETWORK*/
.network{
    float: left;
    width: 31.2%;
    border-radius: 2px;
    margin: 6px;
    padding: 3px;
    transition: 0.5s;
    text-align: center;
}

/*BIO STYLES*/
#bioHolder{
    width: 80%;
    transition: 1s;
    margin: 12px auto;
    margin-top: 100px;
    padding: 36px;
    border: 8px solid #fff;
    box-shadow: 2px 2px 2px #ccc;
    border-radius: 15px;
    background: rgba(51,102,153,0.4);
}
#bioHolder h2, #bioholder h3{text-shadow: 0px 1px 1px #ccc;}
#bioHolder:hover{
    background-image: url(../images/bioImages/scrollBg3.png);
	background-repeat: repeat-x;
	-webkit-animation: animatedBackground 10s linear infinite;
    animation: animatedBackground 10s linear infinite;}
@keyframes animatedBackground{
    0%{background-position: -50% 0;}
    100%{background-position: 100% 0;}
}

#bioHolder a{text-decoration: none;color: #336699; font-size: 110%;}
#bioBlurb{
    float: left;
    padding: 6px;
    width: 60%;
    color: #fff;
}
.bioLists{
    float: left;
    min-height: 150px;
    width: 48%;
    padding-left: 12px; 
    color: #fff;
    /*border: 1px solid black;*/
    list-style: circle inside;
}
.bioLists li{padding: 4px 8px; margin: 2px; background: rgba(51,102,153,0.7); border-radius: 3px;}

#profilePic{
    margin: 0 auto;
    width: 90%;
    max-width: 280px;
    float: left;
    padding: 6px;
    border-radius: 50%;
    opacity: 0.8;
}

/*STYLING CLASSES*/
.centerText{text-align: center;}
.strikeThrough{text-decoration: line-through;}
.fadedText{color: #ddd;}
.textShadow{filter: drop-shadow(0px 1px 0px #336699);-webkit-filter: drop-shadow(0px 1px 0px #336699);transition: 0.1s;}
.filterShadow{filter: drop-shadow(0px 1px 0px #333);-webkit-filter: drop-shadow(0px 1px 0px #333);transition: 0.1s;}
.filterShadow:hover{
    transform: translate(0px, 1px);
    filter: drop-shadow(0 0 0 #000);
    -webkit-filter: drop-shadow(0 0 0 #336699);
}
.linkStyle1{color: #336699;text-decoration: none;}
code{font-family: monospace; color: #336699;}
.rotate-90{-ms-transform: rotate(-90deg); /* IE 9 */-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */transform: rotate(-90deg);}

/*TOOLTIP*/
.tooltip {position: relative; display: list-item;}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 65%;
    background-color: #eee;
    color: #333;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
    /* Position the tooltip */
    position: absolute;
    z-index: 10;
    top: 2px;
    left: 30%;
}
.tooltip:hover .tooltiptext {visibility: visible;}

/*BLOG TOOLTIP*/
.blogtooltip {position: relative; display: list-item;}
.blogtooltip .blogtooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: rgba(51,102,153,0.7);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    /* Position the tooltip */
    position: absolute;
    z-index: 10;
    top: 2px;
    left: -150%;
}
.blogtooltip:hover .blogtooltiptext {visibility: visible;}

/*RESPONSIVE CLASSES*/
@media screen and (max-width:950px) {
    .myWorks{width: 43.5%;}
    .network{width: 46.5%;}
    #bioHolder{width: auto;}
    #bioBlurb{width: 70%;}
    #profilePic{width: 25%;}
}
@media screen and (max-width:600px) {
    ul.navbar li{display: none;}
    ul.navbar li.icon {float: right; display: block;}
    ul.navbar{display: block;}
    ul.navbar.responsive {position: relative;transition: 0.1s;}
    ul.navbar.responsive li.icon {position: absolute; right: 0; top: 0;}
    ul.navbar.responsive li {display: block;background:#fff;box-shadow: 0px 2px 5px #333;}
    ul.navbar.responsive li:last-child{border-bottom: 2px solid #336699;}
    ul.navbar.responsive li a {display: block; text-align: left;}
    
    section{padding: 12px 5px;}
    .myWorks{margin-bottom:36px; width: 90%;}
    .network{margin:5px 0; padding:0; width: 48%;}
    #logo{width: 64px;top:46px;}
    
    #bioBlurb{width: 100%;}
    #profilePic{width: 100%;}
    .bioLists{width: 90%;padding-left: 0;text-align: center;}
}

.clearfix{overflow: auto;}