/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html {
    margin:0;
    padding:0;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    margin: 0;
    padding: 112px 120px;
    background-color: #fff;
    font-family: -apple-system,BlinkMacSystemFont,"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media screen and (max-width: 468px) {
  body {
    padding: 48px 32px;
  }
}

a {
    color:#3a332d;  /* Globally */
    outline: none;
}

a:link {
    color:#3a332d !important;  /* unvisited link */
    text-decoration: none;
    border-bottom: 2px solid black;
    font-weight: 700;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

a:visited {
    color:#3a332d !important;   /* visited link */
    text-decoration: none;
}

a:hover {
    color:#1fe163 !important;  /* mouse over link */
    border-bottom: 2px solid #1fe163;
    text-decoration: none;
    transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -webkit-transition: 0.1s ease-in-out;
}

a:active {
    color:#e73855 !important;  /* selected link */
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
}

button,
input,
select,
textarea {
    color: #222;
}

p {
    color: #13151a;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.01em;
    padding: 0;
    margin-bottom: 32px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
  background: #6df875; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #6df875; /* Gecko Browsers */
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 96px;
    padding-left: 120px;
}

@media screen and (max-width: 468px) {

  footer {
    position: relative;
    padding: 0px;
    margin-top: 30px;
    text-align: left;
    height: 16px;
  }
}


/* ==========================================================================
   Custom styles
   ========================================================================== */


.ben-monogram {
    background-image: url('../img/bensperry-logo.png');
    background-size: 94px 100px;
    background-repeat: no-repeat;
    display: block;
    height: 94px;
    width: 100px;
    margin-bottom: 64px;
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    margin-left:-12px;
}

@media screen and (max-width:468px) {
  .ben-monogram {
    margin-bottom: 32px;
  }
}


/*.ben-image:hover {
    background-position: 0 -84px;
    cursor: pointer;
}*/

.info-text {
    max-width: 600px;
    animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
}

.heavytext {
    font-weight: 700;
}

.footer-text {
    font-size: 12px;
    color: #727a87;
    margin: 0;
    padding: 0;
    animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
}

.social {
    margin-top: 64px;
    margin-bottom: 0px;
    text-align: left;
}

.socicons {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.socicons li {
    display: inline-block;
    text-decoration: none;
}

.socicons li a {
    overflow: hidden;
    border: none !important;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    margin-right: 24px;
    outline: none;
    opacity: 1;
}
/*
.socicons li a:hover {
    opacity: 0.5;
}
*/
.soc-twitter {
    background-image: url('../img/icon-twitter.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;

    animation-delay: .7s;
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
}

.soc-github {
    background-image: url('../img/icon-github.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    animation-delay: .8s;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
}

.soc-dribbble {
    background-image: url('../img/icon-dribbble.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    animation-delay: .9s;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
}

.soc-insta {
    background-image: url('../img/icon-insta.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    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;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
