@charset "utf-8";

/*------------------------------------*\
    $FONT
\*------------------------------------*/
@font-face {
  src: url('../login-fonts/InputSans-Regular.woff2') format("woff2"),
       url('../login-fonts/InputSans-Regular.woff') format("woff");
  font-family: 'InputSans';
  font-style: normal;
  font-weight: normal;
}

@font-face {
  src: url('../login-fonts/InputSans-Medium.woff2') format("woff2"),
       url('../login-fonts/InputSans-Medium.woff') format("woff");
  font-family: 'InputSans';
  font-style: normal;
  font-weight: 500;
}

@font-face {
  src: url('../login-fonts/InputSans-Bold.woff2') format("woff2"),
       url('../login-fonts/InputSans-Bold.woff') format("woff");
  font-family: 'InputSans';
  font-style: normal;
  font-weight: bold;
}

@font-face {
  src: url('../login-fonts/InputSansNarrow-Regular.woff2') format("woff2"),
       url('../login-fonts/InputSansNarrow-Regular.woff') format("woff");
  font-family: 'InputSansNarrow';
  font-style: normal;
  font-weight: normal;
}

@font-face {
  src: url('../login-fonts/InputSansNarrow-Medium.woff2') format("woff2"),
       url('../login-fonts/InputSansNarrow-Medium.woff') format("woff");
  font-family: 'InputSansNarrow';
  font-style: normal;
  font-weight: 500;
}

@font-face {
  src: url('../login-fonts/InputSansNarrow-Bold.woff2') format("woff2"),
       url('../login-fonts/InputSansNarrow-Bold.woff') format("woff");
  font-family: 'InputSansNarrow';
  font-style: normal;
  font-weight: bold;
}

@font-face {
  src: url('../login-fonts/InputSansCondensed-Regular.woff2') format("woff2"),
       url('../login-fonts/InputSansCondensed-Regular.woff') format("woff");
  font-family: 'InputSansCondensed';
  font-style: normal;
  font-weight: normal;
}

@font-face {
  src: url('../login-fonts/InputSansCondensed-Medium.woff2') format("woff2"),
       url('../login-fonts/InputSansCondensed-Medium.woff') format("woff");
  font-family: 'InputSansCondensed';
  font-style: normal;
  font-weight: 500;
}

@font-face {
  src: url('../login-fonts/InputSansCondensed-Bold.woff2') format("woff2"),
       url('../login-fonts/InputSansCondensed-Bold.woff') format("woff");
  font-family: 'InputSansCondensed';
  font-style: normal;
  font-weight: bold;
}


/*------------------------------------*\
    $RESET
\*------------------------------------*/
/* A more considered reset; more of a restart... As per: csswizardry.com/2011/10/reset-restarted */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
b, u, i,
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;
}
article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong, b, mark {
    font-weight: bold;
    font-style: inherit;
}
em, i, cite, q, address, dfn, var {
    font-style: italic;
    font-weight: inherit;
}
abbr[title], dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}
ins {
    border-bottom: 1px solid;
}
a, u, ins {
    text-decoration: none;
}
del, s {
    text-decoration: line-through;
}
pre, code, samp, kbd {
    font-family: monospace;
}
small {
    font-size: 0.75em;
}
img {
    border: none;
    font-style: italic;
}


/*------------------------------------*\
    $MAIN
\*------------------------------------*/
html {
    background-color: #152535;
}

body {
    margin: 10%;
}

.avatar {
    float: left;
    margin: 0 40px 20px 0;
}
.avatar img {
    max-width: 200px;
    max-height: 200px;
    border-radius: 125px;
    }

.content {
    float: left;
    width: 580px;
}

.title {
    font-family: 'InputSansCondensed', monospace;
    font-size: 28px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 12px;
    line-height: 1.5;
    }
    
.subtitle {
    font-family: 'InputSansCondensed', monospace;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 2px;
    line-height: 1.5;
}
    
.para {
    font-family: 'InputSans', monospace;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 21px;
    line-height: 1.5;
    }
    
.form-label {
    font-family: 'InputSans', monospace;
    font-size: 16px;
    letter-space:1px;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 8px;
    line-height: 1.5;
    }
    
.field {
  font: small-caption;
  background-color : white; 
  border: 2px solid #B4B5BA;
  font-size: 16px;
  width: 175px;
  line-height: 1;
  padding: 6px;
  color: #303030;
  border-radius: 4px;
}

input[type=password] {
}

.btn {
  background-color: #70C9EF;
  font: 16px;
  font-family: 'InputSans', monospace;
  width: 90px;
  height: 33px;
  border: none;
  border-radius: 8px;
  color: #152535;
  padding: 5px 21px 6px 21px;
  text-decoration: none;
  margin: 2px 6px;
  cursor: pointer;
}

input[type=submit].btn:hover {
    background-color: white;
    color: #152535;
}


.social-icons li {
    display: inline;
    margin-bottom: 24px;
}
.social-icons a {
    display: inline-block;
    margin-right: 6px;
    text-indent: -9999px;
}
.linkedin {
    background-image: url(../images/linkedin.svg);
    width: 32px;
    height: 32px;
}
.mastodon {
    background-image: url(../images/mastodon.svg);
    width: 32px;
    height: 32px;
}
.email {
    background-image: url(../images/email.svg);
    width: 32px;
    height: 32px;
}


/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/

ul, ol, dl {
    list-style-type: none;
    margin-bottom: 12px;
}

a {
    color: #70C9EF;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #FFFFFF;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-decoration: underline;
}


/*------------------------------------*\
    $MISC
\*------------------------------------*/
a img:hover,
.social-icons a:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    opacity: 0.55;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

/*
Animate.css - https://daneden.me/animate
LICENSED UNDER THE  MIT LICENSE (MIT)

Copyright (c) 2012 Dan Eden
*/
.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounceInDown {
    0% {
        -webkit-transform: translateY(-2000px);
    }
    
    60% {
        -webkit-transform: translateY(30px);
    }
    
    80% {
        -webkit-transform: translateY(-10px);
    }
    
    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounceInDown {
    0% {
        -moz-transform: translateY(-2000px);
    }
    
    60% {
        -moz-transform: translateY(30px);
    }
    
    80% {
        -moz-transform: translateY(-10px);
    }
    
    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes bounceInDown {
    0% {
        -o-transform: translateY(-2000px);
    }
    
    60% {
        -o-transform: translateY(30px);
    }
    
    80% {
        -o-transform: translateY(-10px);
    }
    
    100% {
        -o-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        transform: translateY(-2000px);
    }
    
    60% {
        transform: translateY(30px);
    }
    
    80% {
        transform: translateY(-10px);
    }
    
    100% {
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
}



/*------------------------------------*\
    $MOBILE
\*------------------------------------*/
@media handheld, only screen and (max-width: 720px) {
    .avatar,
    .content {
        float: none;
        
    }

    .avatar img {
        max-width: 125px;
        max-height: 125px;
    }

    .content {
        width: 100%;
    }
}	