@font-face {
    font-family: "Circular Std Book";
    src: url('../portfolio/std-book.ttf');
}
@font-face {
    font-family: "Circular Std Bold";
    src: url('../portfolio/std.ttf');
}

body {
    font-size: 17pt;
    font-family: "Circular Std Book";
    letter-spacing: 0.025em;
    line-height: 1.65;
    overflow-x: hidden;
    transition: background 0.4s ease-in-out, color 0.2s ease;
}
*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 480px) {
    body,
    html {
        min-width: 320px;
    }
}
@media screen and (max-width: 1680px) {
    body {
        font-size: 14pt;
    }
}
@media screen and (max-width: 1280px) {
    body {
        font-size: 12pt;
    }
}
@media screen and (max-width: 360px) {
    body {
        font-size: 11pt;
    }
}
b,
strong {
    color: #fff;
    font-weight: 600;
}
em,
i {
    font-style: italic;
}
p {
    margin: 0 0 2em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-weight: 600;
    line-height: 1.65;
    margin: 0 0 1em 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    border-bottom: 0;
}
h1 {
    font-size: 2.5em;
}
h2 {
    font-size: 1.75em;
}
h3 {
    font-size: 1.35em;
    color: var(--text-color);
}
h4 {
    font-size: 1.1em;
}
h5 {
    font-size: 0.9em;
}
h6 {
    font-size: 0.7em;
}
@media screen and (max-width: 736px) {
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.5em;
    }
    h3 {
        font-size: 1.25em;
    }
}
header.major {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -ms-max-content;
    width: max-content;
    max-width: 100%;
    margin-bottom: 2em;
    font-family: "Circular Std Bold"
}
header.major > :first-child {
    margin-bottom: 0;
    width: calc(100% + 0.5em);
}
header.major > :first-child:after {
    content: "";
    background-color: var(--black);
    display: block;
    height: 2px;
    margin: 0.325em 0 0.5em 0;
    width: 100%;
}
ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
}
ul li {
    padding-left: 0.5em;
}
ul.alt {
    list-style: none;
    padding-left: 0;
}
ul.alt li {
    border-top: solid 1px rgba(212, 212, 255, 0.1);
    padding: 0.5em 0;
}
ul.alt li:first-child {
    border-top: 0;
    padding-top: 0;
}
ul.actions {
    cursor: default;
    list-style: none;
    padding-left: 0;
}
ul.actions li {
    display: inline-block;
    padding: 0 1em 0 0;
    vertical-align: middle;
}
ul.actions li:last-child {
    padding-right: 0;
}
ul.actions.small li {
    padding: 0 1em 0 0;
}
ul.actions.vertical li {
    display: block;
    padding: 1em 0 0 0;
}
ul.actions.vertical li:first-child {
    padding-top: 0;
}
ul.actions.fit li {
    display: table-cell;
    padding: 0 0 0 1em;
}
ul.actions.fit li > * {
    margin-bottom: 0;
}
ul.actions.fit.small {
    margin-left: -1em;
    width: calc(100% + 1em);
}
ul.actions.fit.small li {
    padding: 0 0 0 1em;
}
.spotlights {
    border-top: 0 !important;
}
.spotlights > section {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 10px;
}
.spotlights > section > .content {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 2em 3em 0.1em 3em;
    width: 100%;
    border-radius: 10px;
}
.spotlights > section > .content > .inner {
    margin: 0 auto;
    max-width: 100%;
    width: 65em;
    color: var(--text-color);
}
@-webkit-keyframes AnimationName {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}
@-moz-keyframes AnimationName {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}
@keyframes AnimationName {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}
.mdc-card {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.mdc-card--outlined {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    background-color: var(--bg-color);
    transition: background 0.4s ease-in-out, color 0.2s ease;
}
.mdc-card--outlined:hover {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    background-color: var(--bg-color);
    transition: background 0.4s ease-in-out, color 0.2s ease;
}
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    border-radius: 15px;
    box-shadow: inset 0 0 0 2px var(--black);
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 600;
    height: 3.5em;
    letter-spacing: 0.1em;
    font-family: "Circular Std Bold";
    line-height: 3.5em;
    padding: 0 1em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: var(--text-color);
    background-color: var(--grad1);
    transition: background 0.4s ease-in-out, color 0.2s ease;
}
.button:hover {
    color: var(--grad1);
    background-color: var(--black);
}
