html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

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

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    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;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

*,
p,
h1,
h2,
h3,
a,
button,
form {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    scrollbar-color: #c48f8b #f9f6f4;
}

body {
    font-family: "Spartan", sans-serif;
    background-color: #f9f6f4;
    color: #282828;
    font-size: 2rem;
}

body {
    width: 100%;
    overflow-x: hidden;
}

ul {
    list-style: none;
}

li {
    display: inline-block;
}

a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.wrapper {
    max-width: 1280px;
    width: 85%;
    margin: 0 auto;
}

.skip-link {
    font-size: 1.5rem;
    text-align: center;
    background-color: #d1b0ae;
    width: 200px;
    padding: 10px 5px;
    position: absolute;
    left: -1000px;
    top: 0;
    z-index: 40;
}

.skip-link:focus {
    left: 0;
}

.active {
    background-color: #fdefdf;
}

header {
    font-family: "Cormorant Garamond", serif;
    min-height: 100vh;
    padding: 80px 0 30px 0;
    background-color: #cbc4a6;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(255, 255, 255, 0.6)),
            to(rgba(255, 255, 255, 0.6))
        ),
        url("https://i.ibb.co/Bsphrh5/header-background.jpg");
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.6),
            rgba(255, 255, 255, 0.6)
        ),
        url("https://i.ibb.co/Bsphrh5/header-background.jpg");
    background-position: 50% 60%;
    background-size: cover;
    background-attachment: fixed;
    background-color: #fdefdf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow-x: hidden;
}

header .heading-container {
    font-family: "Spartan", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

header .heading-container h1 {
    font-size: 7.2rem;
    margin: 30px 0;
}

header .heading-container .typing-text {
    display: inline;
}

header .heading-container p:first-child {
    font-size: 3rem;
}

header .heading-container p:last-of-type {
    font-size: 4rem;
    min-height: 46px;
}

header .arrow {
    font-size: 5rem;
    min-height: 55px;
    position: absolute;
    bottom: 20px;
    cursor: pointer;
}

header .arrow:hover,
header .arrow:active,
header .arrow:focus {
    color: #f9f6f4;
    text-shadow: 0 0 3px #282828;
}

header nav {
    background-color: #f9f6f4;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    height: 50px;
    width: 100%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .logo {
    color: #7c745c;
    max-width: 35px;
}

header .logo img {
    width: 100%;
}

header .links-container {
    font-family: "Spartan", sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    text-align: right;
}

header .links-container li {
    margin-left: 35px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

header .links-container a {
    padding: 10px 0 5px 0;
    position: relative;
    letter-spacing: 0.3rem;
}

header .links-container a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    display: block;
    margin-top: 5px;
    right: 0;
    background: #c48f8b;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

header .links-container li:hover a::after,
header .links-container li:focus a::after,
header .links-container li:active a::after {
    width: 100%;
    left: 0;
    background: #c48f8b;
}

header button {
    display: none;
}

header .mobile-nav {
    display: none;
}

header .links-container a.nav-active {
    -webkit-transition: text-shadow 0.5s ease;
    transition: text-shadow 0.5s ease;
    text-shadow: 0 0 3px #282828;
}

/* MAJOR BREAKPOINT 1: small desktop & portrait tablet */
@media (max-width: 950px) {
    header {
        background-attachment: scroll;
    }
    header .heading-container h1 {
        font-size: 5.8rem;
    }
    header .heading-container p:first-child {
        font-size: 2.8rem;
    }
    header .heading-container p:last-of-type {
        font-size: 3.3rem;
    }
}

/* MAJOR BREAKPOINT 2: portrait tablet & landscape phone */
@media (max-width: 768px) {
    header .heading-container p:first-child {
        font-size: 2rem;
    }
    header .heading-container p:last-of-type {
        font-size: 2.5rem;
    }
}

/* MINOR BREAKPOINT 1: to aid in responsiveness */
@media (max-width: 635px) {
    header {
        padding: 37px 0 30px;
    }
    header .desktop-nav {
        display: none;
    }
    header .mobile-nav {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 50;
        width: 100%;
        height: 100vh;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        overflow-x: hidden;
    }
    header .mobile-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 70%;
    }
    header .mobile-nav a {
        margin: 20px 0 0;
        border-bottom: 2px solid transparent;
        padding: 10px;
        font-family: "Spartan", sans-serif;
        text-transform: uppercase;
        font-size: 1.8rem;
        -webkit-transition: border-bottom 0.3s linear;
        transition: border-bottom 0.3s linear;
    }
    header .mobile-nav .logo {
        font-family: "Cormorant Garamond", serif;
        font-size: 2.6rem;
        margin: 0;
        max-width: 100px;
    }
    header .mobile-nav a:hover,
    header .mobile-nav a:focus,
    header .mobile-nav a:active {
        border-bottom: 2px solid #c48f8b;
    }
    header .ham-menu-show {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    header button {
        color: #282828;
        display: inline-block;
        position: fixed;
        top: 25px;
        right: 25px;
        z-index: 40;
        text-shadow: 0 2px 3px #282828;
        -webkit-transition: color 0.3s linear;
        transition: color 0.3s linear;
        cursor: pointer;
    }
    header button i {
        font-size: 3rem;
    }
    header button:hover,
    header button:focus,
    header button:active {
        color: #c48f8b;
    }
}

/* MAJOR BREAKPOINT 3: landscape phone & down */
@media (max-width: 480px) {
    header {
        min-height: 60vh;
        background: -webkit-gradient(
                linear,
                left top,
                left bottom,
                from(rgba(255, 255, 255, 0.6)),
                to(rgba(255, 255, 255, 0.7))
            ),
            url("https://i.ibb.co/1RmKmNv/photo-1495107334309-fcf20504a5ab.webp");
        background: linear-gradient(
                to bottom,
                rgba(255, 255, 255, 0.6),
                rgba(255, 255, 255, 0.7)
            ),
            url("https://i.ibb.co/1RmKmNv/photo-1495107334309-fcf20504a5ab.webp");
        background-repeat: no-repeat;
        background-position: 0% 30%;
    }
    header .heading-container h1 {
        font-size: 4.3rem;
    }
    header .heading-container p:first-child {
        font-size: 1.7rem;
    }
    header .heading-container p:last-of-type {
        font-size: 2rem;
    }
    header .arrow {
        display: none;
    }
    header button i {
        font-size: 2.3rem;
    }
}

/* MINOR BREAKPOINT 2: to aid in responsiveness */
@media (max-height: 470px) {
    header .arrow {
        display: none;
    }
}

.about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fdefdf;
    padding: 60px 0;
}

.about .paragraph-and-img {
    background-color: #f9f6f4;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4),
        0 5px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4), 0 5px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 40px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.paragraph-container {
    width: calc(60% - 20px);
}

.paragraph-container p {
    line-height: 3rem;
    font-size: 1.5rem;
}

.paragraph-container p span {
    font-style: italic;
}

.paragraph-container .first-paragraph {
    margin-bottom: 15px;
}

.paragraph-container a {
    font-family: "Oxygen Mono", monospace;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    padding: 15px 30px;
    margin-top: 20px;
    background-color: #c48f8b;
    cursor: pointer;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    border-radius: 5px;
}

.paragraph-container a:hover,
.paragraph-container a:focus,
.paragraph-container a:active {
    background-color: #cbc4a6;
}

.img-container {
    margin-left: 80px;
    width: calc(40% - 20px);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 0 10px #7c745c;
    box-shadow: 0 0 10px #7c745c;
}

.img-container::after {
    content: "";
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 0.1)),
        to(rgba(255, 255, 255, 0.1))
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.1)
    );
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: inline-block;
}

h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

h2::after {
    content: "";
    position: absolute;
    width: 10%;
    height: 1px;
    bottom: -12px;
    left: 45%;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(122, 122, 122, 0.034)),
        color-stop(rgba(0, 0, 0, 0.75)),
        to(rgba(122, 122, 122, 0.034))
    );
    background: linear-gradient(
        to left,
        rgba(122, 122, 122, 0.034),
        rgba(0, 0, 0, 0.75),
        rgba(122, 122, 122, 0.034)
    );
}

/* MAJOR BREAKPOINT 1: small desktop & portrait tablet */
@media (max-width: 950px) {
    .about .paragraph-and-img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .about .paragraph-and-img .img-container {
        width: 80%;
        margin: 0 0 50px 0;
    }
    .about .paragraph-and-img .paragraph-container {
        width: 100%;
    }
}

/* MAJOR BREAKPOINT 2: portrait tablet & landscape phone */
@media (max-width: 768px) {
    h2::after {
        width: 20%;
        left: 40%;
    }
}

/* MINOR BREAKPOINT 1: to aid in responsiveness */
@media (max-width: 550px) {
    .about .paragraph-and-img .img-container {
        width: 100%;
    }
}

/* MAJOR BREAKPOINT 3: landscape phone & down */
@media (max-width: 480px) {
    .about .paragraph-and-img {
        padding: 30px;
    }
    .about .paragraph-and-img .paragraph-container {
        text-align: center;
    }
    .about .paragraph-and-img .paragraph-container p {
        font-size: 1.5rem;
        text-align: left;
    }
    h2::after {
        width: 30%;
        left: 35%;
    }
}

.skills {
    background-color: #fdefdf;
}

.skills .triangle-divider-container {
    -webkit-filter: drop-shadow(-1px 6px 2px rgba(50, 50, 0, 0.5));
    filter: drop-shadow(-1px 6px 2px rgba(50, 50, 0, 0.5));
}

.skills .triangle-divider {
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 100%;
    height: 9vw;
    background-color: #cbc4a6;
    -webkit-box-shadow: 10px 10px 40px #282828;
    box-shadow: 10px 10px 40px #282828;
}

.skills-container {
    padding: 60px 0 60px 0;
}

.skills-container .skills-buttons {
    text-align: center;
}

.skills-container .skills-buttons p {
    margin: 0 8px 20px 8px;
    font-size: 1.5rem;
    color: #282828 !important;
    font-family: "Spartan", sans-serif;
    position: relative;
    -webkit-transition: text-shadow 0.2s ease;
    transition: text-shadow 0.2s ease;
}

.skills-container .skills-buttons button {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.skills-container .skills-buttons p::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1.5px;
    display: block;
    margin-top: 5px;
    right: 0;
    background: #c48f8b;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.skills-container .skills-buttons button:hover p::after {
    width: 100%;
    left: 0;
    background: #c48f8b;
}

.skills-container .skills-buttons .items-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.skills-container ul {
    position: relative;
    background-color: #f9f6f4;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4),
        0 5px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4), 0 5px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.skills-container ul li {
    width: calc(100% / 8);
    margin: 15px 0;
}

.skills-container ul li#skill-ts > a > i {
    font-size: 6.3rem !important;
}

.skills-container ul i {
    font-size: 6.7rem;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
    color: #c48f8b;
    cursor: pointer;
    font-weight: 900;
}

.skills-container ul img {
    width: 6.2rem;
    height: 6.2rem;
}

.skills-container ul p {
    font-size: 1.2rem;
    margin-top: 20px;
}

.skills-container ul .item-five ~ li {
    margin-top: 40px;
}

.skills-container ul li:hover a,
.skills-container ul li:focus a {
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
}

.skills-active {
    -webkit-transition: text-shadow 0.2s ease;
    transition: text-shadow 0.2s ease;
    text-shadow: 0 0 1.5px #282828;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    70% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    70% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width: 1150px) {
    .skills-container ul li {
        width: calc(100% / 6);
    }
}

/* MAJOR BREAKPOINT 1: small desktop & portrait tablet */
@media (max-width: 950px) {
    .skills-container ul li {
        width: calc(100% / 4);
    }
    .skills-container ul .item-five ~ li {
        margin-top: 0;
    }
    .skills-container ul .item-four ~ li {
        margin-top: 40px;
    }
}

/* MAJOR BREAKPOINT 2: portrait tablet & landscape phone */
@media (max-width: 700px) {
    .skills-container ul li {
        width: calc(100% / 3);
    }
    .skills-container ul .item-four ~ li {
        margin-top: 0;
    }
    .skills-container ul .item-three ~ li {
        margin-top: 30px;
    }
}

/* MINOR BREAKPOINT 1: to aid in responsiveness */
@media (max-width: 500px) {
    .skills-container ul li {
        width: calc(100% / 2);
    }
    .skills-container ul .item-three ~ li {
        margin-top: 0;
    }
    .skills-container ul .item-two ~ li {
        margin-top: 30px;
    }
    .skills-container ul .item-thirteen p,
    .skills-container ul .item-fifteen p {
        max-width: 115px;
        margin: 20px auto 0 auto;
    }
}

/* MAJOR BREAKPOINT 3: landscape phone & down */
@media (max-width: 480px) {
    .skills-container ul li i {
        font-size: 5rem;
    }
}

.portfolio {
    background-color: #cbc4a6;
    position: relative;
}

.portfolio .triangle-divider-container {
    -webkit-filter: drop-shadow(-1px 6px 2px rgba(50, 50, 0, 0.5));
    filter: drop-shadow(-1px 6px 2px rgba(50, 50, 0, 0.5));
}

.portfolio .triangle-divider {
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 100%;
    height: 9vw;
    background-color: #fdefdf;
    position: relative;
    z-index: 9;
}

.portfolio .portfolio-container {
    padding: 60px 0 60px 0;
    text-align: center;
}

.portfolio .portfolio-container p {
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.portfolio .portfolio-container .items-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.portfolio .portfolio-container .single-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.small {
    width: calc(45% - 20px);
}

.large {
    width: calc(55% - 20px);
}

.item:nth-of-type(2),
.item:nth-of-type(4) {
    margin-left: 40px;
}

.item:nth-of-type(1),
.item:nth-of-type(2) {
    margin-bottom: 40px;
}

.item {
    background-color: #f9f6f4;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4),
        0 5px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4), 0 5px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: relative;
    text-align: center;
    height: 355px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
}

.item .mobile-heading {
    display: none;
}

.item img {
    max-height: 340px;
}

.item .overlay {
    border-radius: 5px;
    padding: 7px 20px 50px;
    height: 355px;
    background-color: rgba(41, 41, 41, 0.95);
    color: #f9f6f4;
    z-index: 5;
}

.item .overlay .icon-container {
    text-align: right;
}

.item .overlay i {
    margin-top: 10px;
    margin-left: auto;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
    padding: 5px;
    color: #f9f6f4;
}

.item .overlay i:hover,
.item .overlay i:focus,
.item .overlay i:active {
    color: #c48f8b;
}

.item .overlay h3 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.item .overlay p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 15px 0 15px;
}

.item .overlay ul {
    font-size: 1.5rem;
    margin-bottom: 25px;
}

.item .overlay li {
    font-size: 1.5rem;
    background-color: #181818;
    margin-left: 5px;
    padding: 8px 8px 5px;
    -webkit-box-shadow: 0 0 5px #282828;
    box-shadow: 0 0 5px #282828;
    border-radius: 5px;
}

.item .overlay a {
    color: #282828;
    font-family: "Oxygen Mono", monospace;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    padding: 12px 24px;
    background-color: #c48f8b;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    border-radius: 5px;
}

.item .overlay a:hover,
.item .overlay a:focus,
.item .overlay a:active {
    background-color: #cbc4a6;
}

.item .overlay a:nth-of-type(1) {
    margin-right: 20px;
}

.item .overlay-one-new,
.item .overlay-one,
.item .overlay-two,
.item .overlay-three,
.item .overlay-four {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.item .overlay-one i,
.item .overlay-four i {
    margin-bottom: 5px;
}

.disabled-button {
    pointer-events: none !important;
    background-color: #b8b8b8 !important;
}

/* MAJOR BREAKPOINT 1: small desktop & portrait tablet */
@media (max-width: 950px) {
    .item .overlay a:nth-of-type(1) {
        margin-right: 5px;
    }
}

/* MINOR BREAKPOINT 1: to aid in responsiveness */
@media (max-width: 913px) {
    .portfolio .portfolio-container .items-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .small,
    .large {
        width: 70%;
    }
    .item:nth-of-type(1),
    .item:nth-of-type(2),
    .item:nth-of-type(3),
    .item:nth-of-type(4) {
        margin: 40px 0 0 0;
    }
    .item .overlay a:nth-of-type(1) {
        margin-right: 20px;
    }
}

/* MAJOR BREAKPOINT 2: portrait tablet & landscape phone */
@media (max-width: 768px) {
    .small,
    .large {
        width: 100%;
    }
}

/* MAJOR BREAKPOINT 3: landscape phone & down */
@media (max-width: 480px) {
    .item {
        height: 425px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .item .overlay {
        height: 425px;
        padding: 20px;
    }
    .item .overlay h3 {
        display: none;
    }
    .item .overlay i {
        margin-top: 0;
    }
    .item .overlay li {
        margin-bottom: 10px;
    }
    .item .overlay a:nth-of-type(1) {
        margin-right: 5px;
    }
    .item .mobile-heading {
        display: block;
        margin-bottom: 25px;
        padding: 0 15px;
    }
}

/* MINOR BREAKPOINT 3: to aid in responsiveness */
@media (max-width: 397px) {
    .item .overlay a:nth-of-type(1) {
        margin: auto;
    }
    .item {
        height: 465px;
    }
    .item .overlay-one P,
    .item .overlay-two P {
        line-height: 2.1rem;
    }
    .item .overlay-one ul,
    .item .overlay-two ul {
        margin-bottom: 5px;
    }
    .item .overlay {
        margin: auto auto;
        height: 465px;
    }
    .item .overlay p {
        margin-top: 0;
    }
    .item .overlay a {
        display: block;
        margin: 20px auto 0 auto;
        width: 200px;
    }
}

.contact {
    background-color: #cbc4a6;
}

.contact .triangle-divider-container {
    -webkit-filter: drop-shadow(-1px 6px 2px rgba(50, 50, 0, 0.5));
    filter: drop-shadow(-1px 6px 2px rgba(50, 50, 0, 0.5));
}

.contact .triangle-divider {
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 100%;
    height: 9vw;
    background-color: #fdefdf;
}

.contact .contact-container {
    padding: 60px 0 80px 0;
    min-height: 80vh;
}

.text-and-form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.text-and-form-container .text-container,
.text-and-form-container form {
    background-color: #f9f6f4;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4),
        0 5px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4), 0 5px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 20px 30px;
    overflow-x: hidden;
}

.text-and-form-container form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 40px;
    width: calc(60% - 20px);
    text-align: center;
}

.text-and-form-container form h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.9rem;
    font-weight: 400;
}

.text-and-form-container form input {
    width: calc(100% / 2 - 7.5px);
    padding: 15px;
    font-family: "Spartan", sans-serif;
    font-size: 1.7rem;
    border-radius: 5px;
    border: 2px solid #c48f8b;
    background-color: #f9f6f4;
}

.text-and-form-container form input:focus,
.text-and-form-container form input:active {
    border: 2px solid #cbc4a6;
}

.text-and-form-container form form input:first-child {
    margin-right: 15px;
}

.text-and-form-container form textarea {
    width: 100%;
    height: 200px;
    padding: 15px;
    margin: 15px 0;
    line-height: 2rem;
    font-family: "Spartan", sans-serif;
    font-size: 1.7rem;
    border-radius: 5px;
    border: 2px solid #c48f8b;
    resize: none;
    background-color: #f9f6f4;
}

.text-and-form-container form textarea:focus,
.text-and-form-container form textarea:active {
    border: 2px solid #cbc4a6;
}

.text-and-form-container form textarea::-webkit-input-placeholder {
    line-height: 2.7rem;
}

.text-and-form-container form textarea:-ms-input-placeholder {
    line-height: 2.7rem;
}

.text-and-form-container form textarea::-ms-input-placeholder {
    line-height: 2.7rem;
}

.text-and-form-container form textarea::placeholder {
    line-height: 2.7rem;
}

.text-and-form-container form input::-webkit-input-placeholder,
.text-and-form-container form textarea::-webkit-input-placeholder {
    font-family: "Spartan", sans-serif;
    font-size: 1.7rem;
}

.text-and-form-container form input:-ms-input-placeholder,
.text-and-form-container form textarea:-ms-input-placeholder {
    font-family: "Spartan", sans-serif;
    font-size: 1.7rem;
}

.text-and-form-container form input::-ms-input-placeholder,
.text-and-form-container form textarea::-ms-input-placeholder {
    font-family: "Spartan", sans-serif;
    font-size: 1.7rem;
}

.text-and-form-container form input::placeholder,
.text-and-form-container form textarea::placeholder {
    font-family: "Spartan", sans-serif;
    font-size: 1.7rem;
}

.text-and-form-container form button {
    margin: 0 auto;
    font-family: "Oxygen Mono", monospace;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    padding: 15px 30px;
    background-color: #c48f8b;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 5px;
}

.text-and-form-container form button:hover,
.text-and-form-container form button:focus {
    background-color: #cbc4a6;
}

.text-and-form-container form button:active {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.text-and-form-container .text-container {
    width: calc(40% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 25px 30px 20px;
}

.text-and-form-container .text-container .img-container {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    width: 80%;
    margin: 0 auto;
    max-width: 170px;
    -webkit-box-shadow: 0 0 7px #7c745c;
    box-shadow: 0 0 7px #7c745c;
}

.text-and-form-container .text-container .img-container::after {
    content: "";
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 0.2)),
        to(rgba(255, 255, 255, 0.2))
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.2)
    );
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.text-and-form-container .text-container .calendly-container,
.text-and-form-container .text-container .links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.text-and-form-container .text-container .calendly-container h3,
.text-and-form-container .text-container .links-container h3 {
    margin-bottom: 10px;
    font-size: 1.9rem;
    font-weight: 400;
}

.text-and-form-container .text-container .calendly {
    background-color: #c48f8b;
    padding: 15px 25px 13px 25px;
    border-radius: 5px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: "Oxygen Mono", monospace;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

.text-and-form-container .text-container .calendly:hover,
.text-and-form-container .text-container .calendly:focus,
.text-and-form-container .text-container .calendly:active {
    background-color: #cbc4a6;
}

.text-and-form-container .text-container .links {
    color: #c48f8b;
    font-size: 4rem;
}

.text-and-form-container .text-container .links li {
    margin: 0 2px;
}

.text-and-form-container .text-container .links li i {
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.text-and-form-container .text-container .links a:hover i,
.text-and-form-container .text-container .links a:focus i,
.text-and-form-container .text-container .links a:active i,
.text-and-form-container .text-container .links button:hover,
.text-and-form-container .text-container .links button:focus,
.text-and-form-container .text-container .links button:active {
    color: #cbc4a6;
}

.text-and-form-container .text-container .links button {
    color: #c48f8b;
}

.email-overlay {
    text-align: center;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    z-index: 5;
    background-color: #f9f6f4;
    padding: 20px;
    overflow-y: hidden;
}

.email-overlay .icon-container {
    text-align: right;
    margin: 0 0 0 auto;
}

.email-overlay i {
    margin-left: auto;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
    padding: 0 5px 5px;
    cursor: pointer;
}

.email-overlay i:hover,
.email-overlay i:focus,
.email-overlay i:active {
    color: #c48f8b;
}

.email-overlay h3 {
    margin-top: 10px;
    font-size: 2rem;
    font-weight: 400;
}

.email-overlay p {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin: 20px 0;
}

.email-overlay .email {
    margin: 0 0 20px 0;
    color: #c48f8b;
    font-weight: 600;
}

.email-overlay .copy-email {
    background-color: #c48f8b;
    padding: 18px 15px 13px 15px;
    border-radius: 5px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: "Oxygen Mono", monospace;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    display: block;
    width: 230px;
    height: 53px;
    cursor: pointer;
    margin: 0 auto 20px auto;
}

.email-overlay .copy-email:hover,
.email-overlay .copy-email:focus,
.email-overlay .copy-email:active {
    background-color: #cbc4a6;
}

.email-overlay a.copy-email {
    margin: 0 auto 0 auto;
}

.phone-overlay {
    text-align: center;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    z-index: 5;
    background-color: #f9f6f4;
    padding: 20px;
    overflow-y: hidden;
}

.phone-overlay .icon-container {
    text-align: right;
}

.phone-overlay i {
    margin-left: auto;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
    padding: 0 5px 5px;
}

.phone-overlay i:hover,
.phone-overlay i:focus,
.phone-overlay i:active {
    color: #c48f8b;
}

.phone-overlay h3 {
    margin-top: 10px;
    font-size: 2rem;
    font-weight: 400;
}

.phone-overlay p {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin: 22px 0;
}

.phone-overlay .phone {
    color: #c48f8b;
    font-weight: 600;
}

.phone-overlay .copy-phone {
    background-color: #c48f8b;
    padding: 18px 15px 13px 15px;
    border-radius: 5px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: "Oxygen Mono", monospace;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    display: block;
    width: 230px;
    height: 53px;
    cursor: pointer;
    margin: 0 auto 20px auto;
}

.phone-overlay .copy-phone:hover,
.phone-overlay .copy-phone:focus,
.phone-overlay .copy-phone:active {
    background-color: #cbc4a6;
}

.phone-overlay a.copy-phone {
    margin: 0 auto 0 auto;
}

/* MAJOR BREAKPOINT 1: small desktop & portrait tablet */
@media (max-width: 950px) {
    .text-and-form-container form input {
        width: 100%;
    }
    .text-and-form-container form input:first-of-type {
        margin-bottom: 15px;
    }
    .text-and-form-container .text-container .calendly-container h3 {
        max-width: 150px;
        margin: 0 auto 10px auto;
    }
    .text-and-form-container .text-container .links-container .links {
        max-width: 145px;
        margin: 0 auto;
    }
    .text-and-form-container .text-container .copy-email,
    .text-and-form-container .text-container .copy-phone {
        width: 190px;
    }
    .email-overlay .email,
    .phone-overlay .phone {
        font-size: 1.3rem;
    }
}

/* MAJOR BREAKPOINT 2: portrait tablet & landscape phone */
@media (max-width: 768px) {
    .text-and-form-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .text-and-form-container .text-container,
    .text-and-form-container form {
        width: 100%;
        margin: 0;
    }
    .text-and-form-container .text-container {
        margin-bottom: 40px;
        height: 482px;
    }
    .text-and-form-container .text-container .calendly-container h3 {
        max-width: 100%;
    }
    .text-and-form-container .text-container .links-container .links {
        max-width: 100%;
    }
    .email-overlay,
    .phone-overlay {
        padding: 35px;
    }
    .email-overlay .copy-email,
    .email-overlay .copy-phone,
    .phone-overlay .copy-email,
    .phone-overlay .copy-phone {
        width: 230px;
    }
    .email-overlay p,
    .phone-overlay p {
        line-height: 2.6rem;
        margin: 35px 0;
    }
    .email-overlay .email,
    .phone-overlay .phone {
        font-size: 1.5rem;
    }
}

/* MAJOR BREAKPOINT 3: landscape phone & down */
@media (max-width: 480px) {
    .text-and-form-container .text-container .calendly-container h3 {
        max-width: 150px;
    }
    .text-and-form-container .text-container .links-container .links {
        max-width: 145px;
    }
    .email-overlay,
    .phone-overlay {
        padding: 22px;
    }
    .email-overlay .copy-email,
    .email-overlay .copy-phone,
    .phone-overlay .copy-email,
    .phone-overlay .copy-phone {
        width: 190px;
    }
    .email-overlay p,
    .phone-overlay p {
        line-height: 2.4rem;
        margin: 20px 0;
    }
}

/* MINOR BREAKPOINT 3: to aid in responsiveness */
@media (max-width: 380px) {
    .email-overlay .email,
    .phone-overlay .phone {
        font-size: 1.3rem;
    }
}

footer {
    background-color: #fdefdf;
    padding: 18px 15px 15px;
    text-align: center;
    font-size: 1.3rem;
}

footer p {
    margin: 0 auto;
}

footer span {
    cursor: default;
}

/* MAJOR BREAKPOINT 3: landscape phone & down */
@media (max-width: 480px) {
    footer p {
        max-width: 185px;
        line-height: 2.2rem;
    }
}
