@charset "UTF-8";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button,
input,
select,
textarea {
    font: inherit;
}
optgroup {
    font-weight: 700;
}
button,
input,
select {
    overflow: visible;
}
button,
input,
select,
textarea {
    margin: 0;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}
[disabled] {
    cursor: default;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
*,
:after,
:before {
    box-sizing: border-box;
}

hr {
    border-bottom: 1px solid #333;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.5em 0;
    clear: both;
}
ol.list-inline,
ul.list-inline {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol.list-inline li,
ul.list-inline li {
    display: inline-block;
}
em {
    font-style: italic;
}
strong {
    font-weight: 700;
}
abbr[title] {
    border-bottom: 1px dotted;
}
abbr,
acronym {
    cursor: help;
}
code,
tt {
    font-size: 0.75em;
}
code,
pre,
tt {
    font-family: monospace;
}
pre {
    -moz-tab-size: 2;
    tab-size: 2;
    margin-bottom: 12px;
    white-space: nowrap;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}
pre > code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}
audio,
embed,
iframe,
img,
input,
object,
picture,
video {
    max-width: 100%;
    margin: 0;
}
img {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
img[src*=".svg"] {
    width: 100%\9;
}
a:hover img {
    border: none;
    background: none;
}
img[src*=".svg"],
x::-ms-reveal {
    width: 100%;
}
a img {
    border: none;
}
.button,
button {
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    white-space: nowrap;
}
.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
button {
    background-image: none;
}
button:active,
button:focus {
    outline: none;
    box-shadow: none;
    border: none;
}
button.button-disabled,
button[disabled] {
    cursor: not-allowed;
    opacity: 0.65;
}
.button {
    background-color: #33c3f0;
    border-radius: 3px;
    padding: 12px 25px;
    color: #fff;
    margin-bottom: 16px;
    transition: background-color 0.3s ease;
}
.button:focus,
.button:hover {
    background-color: #10aee0;
}
.button-full {
    display: block;
    width: 100%;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
select,
textarea {
    padding: 6px 10px;
    box-shadow: none;
}
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    resize: none;
    height: auto;
    min-height: 50px;
}
.table {
    width: 100%;
    margin-bottom: 15px;
}
.table td,
.table th {
    border-bottom: 0.1rem solid #e1e1e1;
    padding: 10px 20px;
    text-align: left;
}
.table td:first-child,
.table th:first-child {
    padding-left: 0;
}
.table td:last-child,
.table th:last-child {
    padding-right: 0;
}
section {
    width: 100%;
    display: block;
    position: relative;
}
section:after,
section:before {
    content: " ";
    display: table;
}
section:after {
    clear: both;
}
.content {
    width: 80%;
    margin: 0 auto;
}
.content:after,
.content:before {
    content: " ";
    display: table;
}
.content:after {
    clear: both;
}
.inner-container {
    width: 100%;
}
.inner-container:after,
.inner-container:before {
    content: " ";
    display: table;
}
.inner-container:after {
    clear: both;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-uppercase {
    text-transform: uppercase;
}
.full-width {
    width: 100%;
}
.spacing {
    padding: 15px 0;
}
@media print {
    *,
    :after,
    :before,
    :first-letter,
    :first-line {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
    }
    blockquote,
    img,
    pre {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
body {
    font-family: 'IBM Plex Mono', monospace;
}
.orange {
    color: #f28200;
}
.error {
    border: 1px solid red !important;
}
.show {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
.hide {
    pointer-events: none;
}
.half {
    width: 48.5%;
    margin-left: 0;
}
.half,
.half:nth-of-type(n) {
    float: left;
    clear: none;
    margin-right: 3%;
}
.half:nth-of-type(2n) {
    margin-right: 0;
    float: right;
}
.half:nth-of-type(odd) {
    clear: both;
}
#hp-main {
    height: 350px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background-color: #ecf0f1;
}
#hp-main:after {
    display: block;
    content: '';
    width: 300px;
    background-image: url('../img/mattia-cuttini.png');
}
#hp-main.animate_svg svg {
    animation: a 7s ease-in-out infinite;
}
#hp-main.show_h1 h1 {
    opacity: 1 !important;
}
@media screen and (max-width: 768px) {
    #hp-main.show_line h1:after {
        width: 80% !important;
    }
}
@media screen and (min-width: 769px) {
    #hp-main.show_line h1:after {
        width: 700px !important;
    }
}
#hp-main.show_second p {
    opacity: 1 !important;
}
#hp-background {
    width: 100%;
    height: 350px;
    position: absolute;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .75);
}
#hp-background .svgs {
    margin-left: -12px;
    margin-top: -50px;
}
#hp-background #hp-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
	background: linear-gradient(180deg, rgba(0,0,0,.9) 2%, /* , rgba(40,20,3,.3) 85%, */ rgba(10,10,10,0) 100%);
}
#hp-background #hp-overlay p {
    opacity: 0;
    transition: all .3s ease-in-out;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    padding: 0 20px;
}
#hp-background .svg-container {
    float: left;
    clear: none;
    width: 8.3333333333%;
    margin-left: 0;
    margin-right: 0;
}
#hp-background .svg-container:nth-of-type(12n) {
    float: right;
}
#hp-background .svg-container:nth-of-type(12n + 1) {
    clear: both;
}
#hp-background .svg-container:first-of-type svg {
    animation-delay: 0.05s;
}
#hp-background .svg-container:nth-of-type(2) svg {
    animation-delay: 0.1s;
}
#hp-background .svg-container:nth-of-type(3) svg {
    animation-delay: 0.15s;
}
#hp-background .svg-container:nth-of-type(4) svg {
    animation-delay: 0.2s;
}
#hp-background .svg-container:nth-of-type(5) svg {
    animation-delay: 0.25s;
}
#hp-background .svg-container:nth-of-type(6) svg {
    animation-delay: 0.3s;
}
#hp-background .svg-container:nth-of-type(7) svg {
    animation-delay: 0.35s;
}
#hp-background .svg-container:nth-of-type(8) svg {
    animation-delay: 0.4s;
}
#hp-background .svg-container:nth-of-type(9) svg {
    animation-delay: 0.45s;
}
#hp-background .svg-container:nth-of-type(10) svg {
    animation-delay: 0.5s;
}
#hp-background .svg-container:nth-of-type(11) svg {
    animation-delay: 0.55s;
}
#hp-background .svg-container:nth-of-type(12) svg {
    animation-delay: 0.6s;
}
#hp-background .svg-container:nth-of-type(13) svg {
    animation-delay: 0.65s;
}
#hp-background .svg-container:nth-of-type(14) svg {
    animation-delay: 0.7s;
}
#hp-background .svg-container:nth-of-type(15) svg {
    animation-delay: 0.75s;
}
#hp-background .svg-container:nth-of-type(16) svg {
    animation-delay: 0.8s;
}
#hp-background .svg-container:nth-of-type(17) svg {
    animation-delay: 0.85s;
}
#hp-background .svg-container:nth-of-type(18) svg {
    animation-delay: 0.9s;
}
#hp-background .svg-container:nth-of-type(19) svg {
    animation-delay: 0.95s;
}
#hp-background .svg-container:nth-of-type(20) svg {
    animation-delay: 1s;
}
#hp-background .svg-container:nth-of-type(21) svg {
    animation-delay: 1.05s;
}
#hp-background .svg-container:nth-of-type(22) svg {
    animation-delay: 1.1s;
}
#hp-background .svg-container:nth-of-type(23) svg {
    animation-delay: 1.15s;
}
#hp-background .svg-container:nth-of-type(24) svg {
    animation-delay: 1.2s;
}
#hp-background .svg-container:nth-of-type(25) svg {
    animation-delay: 1.25s;
}
#hp-background .svg-container:nth-of-type(26) svg {
    animation-delay: 1.3s;
}
#hp-background .svg-container:nth-of-type(27) svg {
    animation-delay: 1.35s;
}
#hp-background .svg-container:nth-of-type(28) svg {
    animation-delay: 1.4s;
}
#hp-background .svg-container:nth-of-type(29) svg {
    animation-delay: 1.45s;
}
#hp-background .svg-container:nth-of-type(30) svg {
    animation-delay: 1.5s;
}
#hp-background .svg-container:nth-of-type(31) svg {
    animation-delay: 1.55s;
}
#hp-background .svg-container:nth-of-type(32) svg {
    animation-delay: 1.6s;
}
#hp-background .svg-container:nth-of-type(33) svg {
    animation-delay: 1.65s;
}
#hp-background .svg-container:nth-of-type(34) svg {
    animation-delay: 1.7s;
}
#hp-background .svg-container:nth-of-type(35) svg {
    animation-delay: 1.75s;
}
#hp-background .svg-container:nth-of-type(36) svg {
    animation-delay: 1.8s;
}
#hp-background .svg-container:nth-of-type(37) svg {
    animation-delay: 1.85s;
}
#hp-background .svg-container:nth-of-type(38) svg {
    animation-delay: 1.9s;
}
#hp-background .svg-container:nth-of-type(39) svg {
    animation-delay: 1.95s;
}
#hp-background .svg-container:nth-of-type(40) svg {
    animation-delay: 2s;
}
#hp-background .svg-container:nth-of-type(41) svg {
    animation-delay: 2.05s;
}
#hp-background .svg-container:nth-of-type(42) svg {
    animation-delay: 2.1s;
}
#hp-background .svg-container:nth-of-type(43) svg {
    animation-delay: 2.15s;
}
#hp-background .svg-container:nth-of-type(44) svg {
    animation-delay: 2.2s;
}
#hp-background .svg-container:nth-of-type(45) svg {
    animation-delay: 2.25s;
}
#hp-background .svg-container:nth-of-type(46) svg {
    animation-delay: 2.3s;
}
#hp-background .svg-container:nth-of-type(47) svg {
    animation-delay: 2.35s;
}
#hp-background .svg-container:nth-of-type(48) svg {
    animation-delay: 2.4s;
}
#hp-background .svg-container:nth-of-type(49) svg {
    animation-delay: 2.45s;
}
#hp-background .svg-container:nth-of-type(50) svg {
    animation-delay: 2.5s;
}
#hp-background .svg-container:nth-of-type(51) svg {
    animation-delay: 2.55s;
}
#hp-background .svg-container:nth-of-type(52) svg {
    animation-delay: 2.6s;
}
#hp-background .svg-container:nth-of-type(53) svg {
    animation-delay: 2.65s;
}
#hp-background .svg-container:nth-of-type(54) svg {
    animation-delay: 2.7s;
}
#hp-background .svg-container:nth-of-type(55) svg {
    animation-delay: 2.75s;
}
#hp-background .svg-container:nth-of-type(56) svg {
    animation-delay: 2.8s;
}
#hp-background .svg-container:nth-of-type(57) svg {
    animation-delay: 2.85s;
}
#hp-background .svg-container:nth-of-type(58) svg {
    animation-delay: 2.9s;
}
#hp-background .svg-container:nth-of-type(59) svg {
    animation-delay: 2.95s;
}
#hp-background .svg-container:nth-of-type(60) svg {
    animation-delay: 3s;
}
#hp-background .svg-container:nth-of-type(61) svg {
    animation-delay: 3.05s;
}
#hp-background .svg-container:nth-of-type(62) svg {
    animation-delay: 3.1s;
}
#hp-background .svg-container:nth-of-type(63) svg {
    animation-delay: 3.15s;
}
#hp-background .svg-container:nth-of-type(64) svg {
    animation-delay: 3.2s;
}
#hp-background .svg-container:nth-of-type(65) svg {
    animation-delay: 3.25s;
}
#hp-background .svg-container:nth-of-type(66) svg {
    animation-delay: 3.3s;
}
#hp-background .svg-container:nth-of-type(67) svg {
    animation-delay: 3.35s;
}
#hp-background .svg-container:nth-of-type(68) svg {
    animation-delay: 3.4s;
}
#hp-background .svg-container:nth-of-type(69) svg {
    animation-delay: 3.45s;
}
#hp-background .svg-container:nth-of-type(70) svg {
    animation-delay: 3.5s;
}
#hp-background .svg-container:nth-of-type(71) svg {
    animation-delay: 3.55s;
}
#hp-background .svg-container:nth-of-type(72) svg {
    animation-delay: 3.6s;
}
#hp-background .svg-container:nth-of-type(73) svg {
    animation-delay: 3.65s;
}
#hp-background .svg-container:nth-of-type(74) svg {
    animation-delay: 3.7s;
}
#hp-background .svg-container:nth-of-type(75) svg {
    animation-delay: 3.75s;
}
#hp-background .svg-container:nth-of-type(76) svg {
    animation-delay: 3.8s;
}
#hp-background .svg-container:nth-of-type(77) svg {
    animation-delay: 3.85s;
}
#hp-background .svg-container:nth-of-type(78) svg {
    animation-delay: 3.9s;
}
#hp-background .svg-container:nth-of-type(79) svg {
    animation-delay: 3.95s;
}
#hp-background .svg-container:nth-of-type(80) svg {
    animation-delay: 4s;
}
#hp-background .svg-container svg {
    max-width: 100%;
    height: auto;
    max-height: 150px;
    padding-top: 7px;
    padding-left: 13px;
}
@keyframes a {
    0% {
        transform: rotate(0);
    }
    20% {
        transform: rotate(12deg);
    }
    60% {
        transform: rotate(12deg);
    }
    80% {
        transform: rotate(0);
    }
    to {
        transform: rotate(0);
    }
}
.email-sent {
    display: none;
}
.show-email-sent {
    display: block !important;
}
a.submit {
    display: inline-block;
    line-height: 50px;
    margin-top: 0;
    text-decoration: none;
}
#mce-success-response,
.email-sent {
    font-size: 12px;
    text-decoration: underline #f28200;
}

#main {
    transform: translateY(10px);
    transition: all .3s ease-in;
    opacity: 0;
}
#main .third {
    width: 31.3333333333%;
    margin-left: 0;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
#main .third,
#main .third:nth-of-type(n) {
    clear: none;
    margin-right: 3%;
    float: left;
}
#main .third:nth-of-type(3n) {
    margin-right: 0;
    float: right;
}
#main .third:nth-of-type(3n + 1) {
    clear: both;
}
#main .third h3 {
    position: relative;
    display: block;
}
#main .third h3:after {
    content: "";
    width: 50%;
    height: 10px;
    color: #f28200;
    background-color: #f28200;
    position: absolute;
    top: 57px;
    left: 25%;
}
#main .third .t-body {
    margin-top: 50px;
}
#main .third form input[type="email"],
#main .third form input[type="text"],
#main .third form textarea {
    width: 100%;
    padding: 5px;
    border: none;
    margin-bottom: 10px;
}
#main .third form textarea {
    height: 200px;
}
#main .third .submit {
    border: none;
    background-color: #f28200;
    text-transform: uppercase;
    width: 200px;
    height: 50px;
    color: #fff;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
}
#main .third .submit:hover {
    background-color: #bf6600;
}
#main .third li {
    text-align: left;
    margin-bottom: 20px;
}
#main .third li .date {
    font-size: 10px;
    margin-top: 5;
    margin-bottom: 5px;
}
#main .third li .t-button {
    color: #f28200;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}
#main .third ul {
    list-style: none;
}
footer {
    text-align: center;
    margin: 15px;
    font-size: 15px;
}
.spinner {
    position: absolute;
    width: 100%;
    top: 200px;
    opacity: 0;
    pointer-events: none;
}
.third {
    position: relative;
}
@media screen and (max-width: 768px) {

    #main .third li {
        text-align: center !important;
    }
    #main .third {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%;
        padding-bottom: 0 !important;
    }
    #main .third:last-child {
        margin-right: 0;
    }
    #hp-background .svg-container {
        float: left;
        clear: none;
        width: 16.6666666667%;
        margin-left: 0;
        margin-right: 0;
    }
    #hp-background .svg-container:nth-of-type(6n) {
        float: right;
    }
    #hp-background .svg-container:nth-of-type(6n + 1) {
        clear: both;
    }
    #main .third ul {
        padding-left: 0;
    }
}
@media screen and (min-width: 500px) {
    footer br {
        display: none;
    }
}
#loading-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #F28200;
    opacity: 1;
}
@keyframes b {
    0% {
        opacity: 1;
        height: 0;
    }
    43% {
        opacity: 1;
        height: 175px;
    }
    55% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes c {
    0% {
        opacity: 1;
        height: 0;
    }
    48% {
        opacity: 1;
        height: 175px;
    }
    60% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes d {
    0% {
        opacity: 1;
        height: 0;
    }
    33% {
        opacity: 1;
        height: 175px;
    }
    55% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes e {
    0% {
        opacity: 1;
        height: 0;
    }
    20% {
        opacity: 1;
        height: 175px;
    }
    55% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes f {
    0% {
        opacity: 1;
        height: 0;
    }
    25% {
        opacity: 1;
        height: 175px;
    }
    55% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes g {
    0% {
        opacity: 1;
        height: 0;
    }
    22% {
        opacity: 1;
        height: 175px;
    }
    55% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes h {
    0% {
        opacity: 1;
        height: 0;
    }
    20% {
        opacity: 1;
        height: 175px;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes i {
    0% {
        opacity: 1;
        height: 0;
    }
    33% {
        opacity: 1;
        height: 175px;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes j {
    0% {
        opacity: 1;
        height: 0;
    }
    38% {
        opacity: 1;
        height: 175px;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes k {
    0% {
        opacity: 1;
        height: 0;
    }
    33% {
        opacity: 1;
        height: 195px;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes l {
    0% {
        opacity: 1;
        height: 0;
    }
    37% {
        opacity: 1;
        height: 195px;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes m {
    0% {
        opacity: 1;
        height: 0;
    }
    53% {
        opacity: 1;
        height: 175px;
    }
    60% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes n {
    0% {
        opacity: 1;
        height: 0;
    }
    21% {
        opacity: 1;
        height: 175px;
    }
    60% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes o {
    0% {
        opacity: 1;
        height: 0;
    }
    30% {
        opacity: 1;
        height: 175px;
    }
    60% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes p {
    0% {
        opacity: 1;
        height: 0;
    }
    18% {
        opacity: 1;
        height: 175px;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes q {
    0% {
        opacity: 1;
        height: 0;
    }
    35% {
        opacity: 1;
        height: 175px;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes r {
    0% {
        opacity: 1;
        height: 0;
    }
    41% {
        opacity: 1;
        height: 175px;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes s {
    0% {
        opacity: 1;
        height: 0;
    }
    28% {
        opacity: 1;
        height: 175px;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes t {
    0% {
        opacity: 1;
        height: 0;
    }
    24% {
        opacity: 1;
        height: 175px;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes u {
    0% {
        opacity: 1;
        height: 0;
    }
    21% {
        opacity: 1;
        height: 175px;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes v {
    0% {
        opacity: 1;
        height: 0;
    }
    23% {
        opacity: 1;
        height: 175px;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes w {
    0% {
        opacity: 1;
        height: 0;
    }
    43% {
        opacity: 1;
        height: 175px;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes x {
    0% {
        opacity: 1;
        height: 0;
    }
    26% {
        opacity: 1;
        height: 175px;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes y {
    0% {
        opacity: 1;
        height: 0;
    }
    52% {
        opacity: 1;
        height: 195px;
    }
    60% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes z {
    0% {
        opacity: 1;
        height: 0;
    }
    18% {
        opacity: 1;
        height: 195px;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
#ha_holder {
    margin: 0 auto;
    width: 288px;
    height: 195px;
    position: relative;
}
#ha_1,
#ha_2,
#ha_3,
#ha_4,
#ha_5,
#ha_6,
#ha_7,
#ha_8,
#ha_9,
#ha_10,
#ha_11,
#ha_12,
#ha_13,
#ha_14,
#ha_15,
#ha_16,
#ha_17,
#ha_18,
#ha_19,
#ha_20,
#ha_21,
#ha_22,
#ha_23,
#ha_24,
#ha_25,
#ha_26,
#ha_27,
#ha_28,
#ha_29,
#ha_30 {
    width: 3px;
    height: 195px;
    background: #000;
    margin-right: 3px;
    float: left;
    -webkit-animation-name: k;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-name: k;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-out;
    -ms-animation-name: k;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-out;
    -o-animation-name: k;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    animation-name: k;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
#ha_2 {
    animation-name: k;
}
#ha_3 {
    animation-name: h;
}
#ha_3,
#ha_4 {
    height: 175px;
}
#ha_4 {
    width: 12px;
    animation-name: b;
}
#ha_5 {
    animation-name: m;
}
#ha_5,
#ha_6 {
    height: 175px;
    margin-right: 9px;
}
#ha_6 {
    width: 6px;
    animation-name: c;
}
#ha_7 {
    width: 6px;
    animation-name: d;
}
#ha_7,
#ha_8 {
    height: 175px;
}
#ha_8 {
    animation-name: e;
}
#ha_9 {
    width: 6px;
    animation-name: f;
}
#ha_9,
#ha_10 {
    height: 175px;
    margin-right: 9px;
}
#ha_10 {
    animation-name: g;
}
#ha_11 {
    width: 6px;
    height: 175px;
    animation-name: p;
}
#ha_12 {
    height: 175px;
    margin-right: 9px;
    animation-name: h;
}
#ha_13 {
    height: 175px;
    animation-name: i;
}
#ha_14 {
    width: 6px;
    height: 175px;
    animation-name: j;
}
#ha_15 {
    animation-name: k;
}
#ha_16 {
    animation-name: l;
}
#ha_17 {
    width: 9px;
    height: 175px;
    margin-right: 6px;
    animation-name: m;
}
#ha_18 {
    height: 175px;
    animation-name: n;
}
#ha_19 {
    height: 175px;
    animation-name: o;
}
#ha_20 {
    animation-name: p;
}
#ha_20,
#ha_21 {
    width: 9px;
    height: 175px;
    margin-right: 6px;
}
#ha_21 {
    animation-name: q;
}
#ha_22 {
    height: 175px;
    animation-name: r;
}
#ha_23 {
    margin-right: 6px;
    animation-name: s;
}
#ha_23,
#ha_24 {
    width: 6px;
    height: 175px;
}
#ha_24 {
    animation-name: t;
}
#ha_25 {
    height: 175px;
    animation-name: u;
}
#ha_26 {
    width: 9px;
    height: 175px;
    margin-right: 6px;
    animation-name: v;
}
#ha_27 {
    height: 175px;
    margin-right: 9px;
    animation-name: w;
}
#ha_28 {
    height: 175px;
    margin-right: 6px;
    animation-name: x;
}
#ha_29 {
    animation-name: y;
}
#ha_30 {
    animation-name: z;
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #000;
    color: #fff;
    font-size: 1em;
    font-family: 'IBM Plex Mono', monospace, Helvetica, Arial;
    line-height: 1.5;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
    background: #555;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #555;
    color: #fff;
    text-shadow: none;
}
::-webkit-selection {
    background: #555;
    color: #fff;
    text-shadow: none;
}
img::-moz-selection {
    background: transparent;
}
img::selection {
    background: transparent;
}
.cf::after {
  content: "";
  clear: both;
  display: table;
}

.img-responsive {
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Futwora Pro', sans-serif;
}

p {
    font-family: 'IBM Plex Mono', monospace;
}

ul {
    list-style-type: none;
    padding: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    line-height: 1.25;
    margin: 0 0 15px;
    padding: 0;
}
.h1,
h1 {
    font-size: 3.1em;
}
.h2,
h2 {
    font-size: 2.5em;
}
.h3,
h3 {
    font-size: 2.3em;
}
.h4,
h4 {
    font-size: 2.2em;
}
.h5,
h5 {
    font-size: 2em;
}
.h6,
h6 {
    font-size: 1em;
}
.small,
small {
    font-size: 0.7em;
}
a {
    color: #333;
    text-decoration: underline;
}
a.link {
    text-decoration: none;
}
a.link:hover {
    text-decoration: underline;
}
p {
    margin: 0 0 15px;
}
#hp-background #hp-overlay h1 {
    font-family: 'Futwora Pro', Poppins, Helvetica, sans-serif;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    margin-top: 70px;
    transition: all .5s ease-in-out;
    opacity: 0;
    padding: 0 5px;
    margin-top: 45vw;
    margin-bottom: 8px;
}
#hp-background, #hp-main {
    height: 450px;
}
#bio {
    padding-top: 70px;
    margin-top: -40px;
    padding-bottom: 70px;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translateY(6px);
    transition: all .3s ease-in;
}
.biopic {
    width: 45%;
    max-width: 250px;
    margin-top: -300px;
}
.works {
    padding-top: 50px;
    padding-bottom: 80px;
}
.works .container {
    max-width: 1000px;
    margin: 0 auto;
}
.works ul li {
    width: 20%;
    float: left;
    padding: 0 5%;
}
.works h2, .works p  {
    text-align: center;
}
.video {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.video::after {
  display: block;
  content: "";
  /* padding-top: 56.25%; */
  padding-top: 66.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.row-getintouch {
    padding-top: 90px;
    padding-bottom: 80px;
    text-align: center;
    color: #fff;
    background-image: url('../img/getintouch_web.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.row-getintouch a {
    color: #fff;
}
.row-getintouch a:hover,
.row-getintouch a:active {
    color: rgb(242, 130, 0);
    text-decoration: none;
    opacity: .9; 
}
.socials {
    padding-top: .5rem;
    width: 90%;
    margin: 0 auto;
}
.socials a {
    color: #fff;
    text-decoration: none;
    font-size: 320%;
    margin: 0 1.5%;
    opacity: 1;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.socials a:hover,.socials a:focus  {
    opacity: .9;
    color: rgb(242, 130, 0);
}
.row-twitter-feed {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    background-color: #F28200;
    color: #fff;
}
.row-twitter-feed a {
    color: #fff;
}
.row-twitter-feed .container {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}
.single-tweet {
    padding-top: 1rem;
    padding-bottom: 1rem;
} 
footer {
    padding-top: 20px;
    height: 130px;
}
footer .brand span {
    font-size: 3rem;
}
footer p {
    font-size: 75%;
}
footer a {
    color: #fff;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    #hp-background #hp-overlay h1 {
        font-size: 2.3rem;
        padding: 0 3vw;
        margin-top: 30vw;
    }
    #hp-background #hp-overlay p {
        padding: 0 15vw;
    }
    #hp-background, #hp-main {
        height: 440px;
    }
}

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
        #hp-background #hp-overlay h1 {
            font-size: 2.5rem;
            margin-top: 130px;
        }

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        #hp-background #hp-overlay p {
            padding: 0 30%;
        }
        #hp-background, #hp-main {
            height: 380px
        }
        #hp-background #hp-overlay h1 {
            font-size: 4rem;
            margin-top: 80px;
            margin-bottom: 3px;
        }
        #bio .content {
            padding: 0 3%;
            max-width: 1000px;
        }
        .biopic {
            width: 220px;
            margin-top: -270px;
        }
        .works {
            padding-top: 94px;
            padding-bottom: 100px;
        }
        .row-twitter-feed {
            padding-top: 92px;
            padding-bottom: 80px;           
        }
        .video-container {
            background-color: #000;
            padding-bottom: 90px;
        }
        .video {
            width: 75%;
            margin: 0 auto;
            max-width: 1000px;
        }
        #bio {
            padding-top: 100px;
            padding-bottom: 20px;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        #hp-background #hp-overlay h1 {
            margin-top: 10vw;
            font-size: 4.5rem;

        }
        #hp-background #hp-overlay p {
            padding: 0 5vw;
        }
        #hp-background, #hp-main {
            height: 430px;
        }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        #hp-background, #hp-main {
            /* height: 400px; */
        }
        #hp-background #hp-overlay h1 {
            margin-top: 130px;
        }

    }

