body {
    font-family: "Rubik","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #3C3C3C;
    background-color: #E6E6E6;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

* > a {
    text-decoration: none!important;
}

* > button:hover {
    cursor: pointer;
}

@font-face {
    font-family: 'trump_gothic_eastbold';
    src: url('../fonts/trump_gothic_east_bold/trump_gothic_east_bold-webfont.woff2') format('woff2'),
         url('../fonts/trump_gothic_east_bold/trump_gothic_east_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

[v-cloak] {
     display: none;
}

.ptb {
    padding: 2rem 0;
}

.hide {
    display: none!important;
}

.d-flex {
    display: flex;
}

.w-full {
    width: 100%!important;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-sb {
    justify-content: space-between;
}

.flex-center-child {
    display: flex;
    justify-content: center;
}

.flex-grid-2 {
    display: grid;
    grid-template-columns: auto auto;
}

.main-wrapper {
    width: 100%;
    background-color: #ffffff;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container-col {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.hex-holder {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10rem;
    justify-content: center!important;
}

.hex {
    display: flex;
    width: 235px;
    height: 204px;
    align-items: center;
    justify-content: center;
}

.hex:hover {
    cursor: pointer;
}

.hex:nth-child(6) {
    margin-left: 0.1rem;
}

.hex-trans {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.hex-border {
    position: absolute;
    z-index: 2;
    opacity: 0;
    transform: scale(1.04);
}

.hex-body {
    position: absolute;
    z-index: 3;
    opacity: 0;
    transform: translateX(5%);
}


.hex:hover .hex-border,
.hex:hover .hex-body {
    opacity: 1;
}

header {
    position: fixed;
    z-index: 5;
    background-color: #ffffff;
    display: flex;
    height: 124px;
    align-items: center;
    padding-top: 2rem;
    padding-left: 2rem;
}

.font-a {
    font-family: 'trump_gothic_eastbold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.font-b {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.menu {
    display: flex;
    width: 363px;
    list-style: none;
    justify-content: space-between;
    align-items: center;
}

.menu a {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 33px;
    color: #27292B;
    opacity: 0.9;
}

.status {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.status span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 211px;
    height: 40px;
    border: 2px solid #474B4F;
    transform: translateX(-2.5rem);
    font-size: 1.5rem;
    line-height: 55px;
}

.me-wrapper {
    display: flex;
    flex-direction: row;
    margin-top: 190px;
}

.greetings {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    line-height: 24px;
    height: 290px;
    padding-left: 4rem;
}

.greetings h1 {
    font-weight: bold;
    font-size: 130px;
    line-height: 165px;
    color: #33373B;
    opacity: 0.9;
}

.greetings p {
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    color: #3C3C3C;
}

.me {
    display: flex;
    flex: 1;
}

.me-hex {
    display: flex;
    align-self: flex-end;
    justify-content: center;
    width: 220px;
    height: 248px;
    background-image: url(../img/hex-bg.svg);
    background-repeat: no-repeat;
    transform: translateX(1.6rem);
}

.me-hex img {
    align-self: flex-end;
}

.tagline {
    text-align: center!important;
    font-size: 70px;
    margin-bottom: 2rem;
}

.cv-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 75px;
    background-color: #E1E1E1;
    padding-left: 2rem;
    padding-right: 1rem;
    margin-bottom: 1.75rem;
}

.cv-wrapper span {
    font-size: 35px;
}

.cv-wrapper button {
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    width: 284px;
    height: 40px;
    background-color: #3D3F40;
}

.cv-wrapper button font {
    flex: 1;
    font-size: 14px;
    align-self: center;
}

.cv-wrapper button i {
    transform: rotateZ(90deg) translateY(1rem);
}

.contact-wrapper {
    display: flex;
}

.message {
    display: flex;
    flex-direction: column;
    flex: 3.2;
    border-top: 2px solid #d5d6d7;
    padding-top: 2rem;
    padding-right: 44px;
}

.message h3 {
    padding-left: 2rem;
}

.form-row {
    margin-bottom: 1.25rem;
}

.message h3,
.connect h3 {
    font-size: 35px;
    padding-bottom: 2rem;
}

.connect {
    padding-top: 2rem;
    padding-left: 2rem;
    border-top: 2px solid #d5d6d7;
    border-left: 2px solid #d5d6d7;
    flex: 1.1;
}

.links {
    display: flex;
    flex-direction: column;
    list-style: none;
    align-content: space-between;
    justify-content: space-between;
    height: 9rem;
}

.links li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.links li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 153px;
    height: 25px;
    background-color: #9FB7D2;
}

.links li span:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #9FB7D2;
    transform: translateX(-73px) rotateZ(45deg);
}

.links li span a {
    font-size: 12px;
    color: #ffffff!important;
}

.go-home {
    display: flex;
    justify-content: flex-end;
}

.go-home button {
    margin-right: 3.125rem;
    margin-bottom: 1.25rem;
    border: none;
    background-image: url(../img/icons/arrow-up.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 3.125rem;
    height: 3.125rem;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 92px;
}

footer span {
    font-weight: 500;
    font-size: 12px;
    color: #656869;
    width: 100%;
    text-align: center;
}

.tools {
    display: flex;
    justify-content: space-between;
    list-style: none;
    width: 11rem;
}

.input-txt {
    width: 300px;
    height: 40px;
    border: 2px solid #565B5E;

    color: #565B5E;
    padding: 0.5rem 0.9375rem;/*8px 15px*/
}

.select-mq {
    font-size: 14px;
    line-height: 24px;
    color: #565B5E;
    height: 40px;
    border: 2px solid #565B5E;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: rgba(0,0,0,0);
    background-image: url('../img/icons/arrow-down.svg');    
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .95em auto, 100%;
    padding: 0.5rem 0.9375rem;
}

.ta-mq {
    font-size: 14px;
    line-height: 24px;
    border: 2px solid #565B5E;
    height: 6.25rem;
    padding: 0.5rem 0.9375rem;
    resize: none;
}

.form-error.input-txt,
.form-error.ta-mq {
    /*border-color:#A92525;*/
    border-color:red;
}

.form-success,
.form-failure {
    text-align: center;
    padding: 1rem;
    margin: 1rem 0;
    border: 1px solid transparent;   
}

.form-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.form-failure {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb; 
}

.mq-button {
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    width: 284px;
    height: 40px;
    background-color: #3D3F40;
}

.message .mq-button font {
    flex: 1;
    font-size: 14px;
    align-self: center;
    transform: translateX(0.6rem);
}

.mq-button i {
    transform: translateX(-1rem);
}

/* Enter and leave animations can use different */
/* durations and timing functions.              */
.fade-enter-active {
  transition: all .3s ease;
}
.fade-leave-active {
  transition: all .3s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.fade-enter, .fade-leave-to
/* .slide-fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

#download {
    display: none;
}

.loader-holder {
    display: flex;
    justify-content: center;
    height: 2rem;
    margin-bottom: 1rem;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3D3F40;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/** Modal **/
.mq-modal {
    position: absolute;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 1326px;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .6s ease;
}

.modal-header {
    padding: 0 3.125rem;
    font-size: 3.75rem;
    line-height: 3.4375rem;
    display: flex;
    align-items: center;
    color: #474B4F;
    height: 8rem;
}

.modal-header h3 {
    flex:1;
}

.modal-nav {
    width: 100%;
    min-height: 5.875rem;
    border: 1px solid #4246491f;
    border-right: none;
    border-left: none;
    padding: 0 0 0 50px;
}

.modal-body {
  margin: 20px 0 0 0;
  min-height: 528px;
  overflow: hidden;
}

.modal-default-button {
    background: none;
    border: none;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.modal-nav .nav h4 {
    color: #424649;
    font-size: 20px;
}

.modal-nav .nav p {
    font-size: 14px;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.modal-nav .nav a {
    color: #424649;
    font-size: 14px;
}

.modal-nav .nav{
    flex: 1;
    justify-content: space-between;
}

.modal-nav .nav div {
    padding-top: 1rem;
    line-height: 1.5rem;
}

.modal-nav .nav div:nth-child(1) {
    flex: 3;
    border-right: 1px solid #4246491f;
}

.modal-nav .nav div:nth-child(2) {
    flex: 7;
    padding-left: 34px;
    border-right: 1px solid #4246491f;
}

.modal-nav .nav div:nth-child(3) {
    flex: 1.5;
    padding-left: 34px;
    border-right: 1px solid #4246491f;
    line-height: 2rem;
}

.modal-nav .nav div:nth-child(4) {
    flex: 3;
    padding-top: 0;
    align-self: center;
    align-items: center;
}

.folio-wrapper-landscape {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    grid-gap: 1rem;
}

.folio-img {
    background-repeat: no-repeat;
}

.folio-img.landscape {
    height: 235px;
    width: 480px;
    display: flex;
    justify-content: center;  
    align-items: center;
}

.folio-img.landscape div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center!important;
    transform: rotate(-90deg);
    height: 480px;
    width: 235px;
    background-size: 85%, auto !important;
    background-repeat: no-repeat!important;
}

.folio-img.landscape img {
    width: 100%;
    transform: rotate(90deg);
}

.folio-img.portrait {
    width: 272px;
    height: 500px;
    margin: 0 1rem;
    background-repeat: no-repeat;    
    background-position: center 4.8rem, center 12px;
    background-size: 79%, 92%;
    transform: translateY(16%);
}
/** Modal **/

/* Extra small devices (phones, 320px and down) */
@media only screen and (max-width: 320px) {
    .container {
        justify-content: inherit;
    }

    .main-wrapper {
        width: 100%;
    }

    .content-wrapper {
        width: 100%!important;
        max-width: 100%!important;
        min-width: 100%!important;
    }

    header {
        padding: 1rem;
        height: auto;
    }

    header nav {
        flex-direction: column;
    }

    .menu {
        width: 90%;
    }

    .status {
        margin-top: 1rem;
    }

    .me-wrapper {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 7rem;
    }

    .me {
        justify-content: center;
    }

    .me-hex {
        transform: translateX(0) scale(0.6);
    }

    .greetings {
        padding-left: 0;
    }

    .greetings h1 {
        font-size: 3.5rem;
        line-height: 5rem;
    }

    .greetings p {
        font-size: 0.8rem;
        padding: 0 1rem;
    }

    .hex {
        width: 94px!important;
        height: 82px!important;
    }

    .tagline {
        font-size: 2rem;
        line-height: auto;
    }

    .cv-wrapper span {
        font-size: 1.2rem;
    }

    .cv-wrapper button {
        width: 160px;
    }

    .cv-wrapper button font {
        font-size: 0.7rem;
    }

    #footer {
        flex-flow: column-reverse;
        justify-content: space-evenly;
    }

    .go-home button {
        margin-right: 1.125rem;
    }
}

/* Extra small devices (phones, 430px and down) */
@media only screen and (max-width: 430px) {
    .container {
        justify-content: inherit;
    }

    .main-wrapper {
        width: 100%;
    }

    .content-wrapper {
        width: 100%!important;
        max-width: 100%!important;
        min-width: 100%!important;
    }

    .bottom-wrapper {
        width: 100%;
        max-width: 100%;
        min-width: 320px;
    } 

    header {
        padding: 1rem;
        height: auto;
        width: 100%;
    }

    header nav {
        flex-direction: column;
        align-items: center;
    }

    .status span {
        transform: translateX(0);
    }

    .menu {
        width: 100%;
    }

    .status {
        margin-top: 1rem;
    }

    .me-wrapper {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 7rem;
    }

    .me {
        justify-content: center;
    }

    .me-hex {
        transform: translateX(0) scale(0.6);
    }

    .greetings {
        padding-left: 0;
    }

    .greetings h1 {
        font-size: 3.5rem;
        line-height: 5rem;
    }

    .greetings p {
        font-size: 0.8rem;
        padding: 0 1rem;
    }

    .hex-holder {
        transform: translateY(2rem);
    }

    .hex {
        width: 118px;
        height: 100px; 
    }

    .tagline {
        font-size: 2rem;
        line-height: auto;
    }

    .cv-wrapper span {
        font-size: 1.2rem;
    }

    .cv-wrapper button {
        width: 160px;
    }

    .cv-wrapper button font {
        font-size: 0.7rem;
    }

    .contact-wrapper {
        flex-direction: column;
    }

    .input-group {
        display: flex;
        flex-direction: column;
        width: 90%;
        height: 6.25rem;
    }

    .input-txt {
        width: 100%;
    }

    .select-mq,
    .ta-mq,
    .mq-button {
        width: 90%;
    }

    .message {
        flex-direction: column;
        align-items: center;
        flex: auto; 
        border-top: 0; 
        padding-top: 0; 
        padding-right: 0; 
    }

    .message h3 {
        padding-left: 0;
    }

    .connect {
        flex: auto; 
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 2rem; 
        padding-left: 0; 
        border-top: 0; 
        border-left: 0;
    }

    .links {
        width: 65%;
    }  

    #footer {
        flex-flow: column-reverse;
        justify-content: space-evenly;
    }

    .go-home button {
        margin-right: 1.125rem;
    }

    .modal-container {
        width: 100vw;
        height: 100vh;
        overflow: auto;
    }

    .modal-header {
        padding: 0 2.125rem;
    }

    .modal-header h3 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .modal-nav {
        padding: 0;
    } 

    .modal-nav .nav {
        flex-direction: column;
    }

    .modal-content {
        display: flex;
        flex-direction: column;
    }

    .modal-nav .nav div:nth-child(1) {
        padding-left: 34px;
    }

    .modal-nav .nav a {
        margin: 1rem;
    }

    .modal-body {
        overflow: auto;
    }

    .modal-body .flex-center-child {
        width: 1024px;
    }

    .folio-img.portrait {
        transform: translateY(0);
        background-position: center 4.8rem, center 24px;
    }

    .folio-wrapper-landscape {
        grid-template-columns: auto;
    }

    .folio-img.landscape {
        height: 176px;
        width: 180px;
    }       
}

@media only screen and (max-height: 430px) and (max-width: 830px) {
    .container {
        justify-content: inherit;
    }

    .main-wrapper {
        width: 100%;
    }

    .content-wrapper {
        width: 100%!important;
        max-width: 100%!important;
        min-width: 100%!important;
    }

    .bottom-wrapper {
        width: 100%;
        max-width: 100%;
        min-width: 320px;
    } 

    header {
        padding: 1rem;
        height: auto;
        width: 100%;
    }

    .status span {
        transform: translateX(0);
        width: 158px;
    }

    .me-wrapper {
        margin-top: 45px;
    }

    .me {
        justify-content: center;
    }

    .me-hex {
        transform: translateX(0) scale(0.8);
    }

    .greetings {
        padding-left: 2rem;
    }   

    .greetings h1 {
        font-size: 58px;
    }

    .greetings p {
        font-size: 0.8rem;
    }

    .hex-holder {
        transform: translateY(2rem);
    }

    .hex {
        width: 175px!important;
        height: 143px!important;
    }

    .hex-holder {
        width: 534px!important;
        min-width: 534px!important;
        max-width: 534px!important;
    }

    .tagline {
        font-size: 50px;
    }

    .input-txt,
    .select-mq,
    .ta-mq,
    .mq-button {
        width: 300px;
    }

    .message,
    .connect {
        flex: 1;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .message h3 {
        padding-left: 0rem;
    }

    .form-row.input-group {
        display: flex;
        flex-direction: column;
        height: 6.5rem;
    }

    #scroll-to-cv {
        margin-bottom: 2rem!important;
    }

    .links li {
        display: flex;
        justify-content: start;
    }

    .links li span {
        margin-left: 1rem;
    }

    footer {
        padding: 0 1rem;
    }

    .modal-container {
        width: 100vw;
        height: 100vh;
        overflow: auto;
    }

    .modal-header {
        padding: 0 2.125rem;
    }

    .modal-header h3 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .modal-nav {
        padding: 0;
    } 

    .modal-nav .nav {
        flex-direction: column;
    }

    .modal-content {
        display: flex;
        flex-direction: column;
    }

    .modal-nav .nav div:nth-child(1) {
        padding-left: 34px;
    }

    .modal-nav .nav a {
        margin: 1rem;
    }

    .modal-body {
        overflow: auto;
    }

    .modal-body .flex-center-child {
        width: 1024px;
    }

    .folio-wrapper-landscape {
        grid-template-columns: auto;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) and (min-height: 430px) {

    .main-wrapper {
        width: 100%;
    }

    .content-wrapper {
        width: 100%!important;
        max-width: 100%!important;
        min-width: 100%!important;
    }

    header {
        padding: 1rem;
        height: auto;
        width: 100%;
    }

    .greetings h1 {
        font-size: 90px;
    }

    .me {
        transform: scale(0.8);
    }

    .hex-holder {
        transform: translateY(5rem);
    }

    .hex {
        width: 232px;
        height: 196px;
    }

    .input-txt,
    .select-mq,
    .ta-mq,
    .mq-button {
        width: 300px;
    }

    .message,
    .connect {
        flex: 1;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .message h3 {
        padding-left: 0rem;
    }

    .form-row.input-group {
        display: flex;
        flex-direction: column;
        height: 6.5rem;
    }

    #scroll-to-cv {
        margin-bottom: 2rem!important;
    }

    .links li {
        display: flex;
        justify-content: start;
    }

    .links li span {
        margin-left: 1rem;
    }

    footer {
        padding: 0 1rem;
    }

    .modal-container {
        width: 100vw;
        height: 100vh;
        overflow: auto;
    }

    .modal-header {
        padding: 0 2.125rem;
    }

    .modal-header h3 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .modal-nav {
        padding: 0;
    } 

    .modal-nav .nav {
        flex-direction: column;
    }

    .modal-content {
        display: flex;
        flex-direction: column;
    }

    .modal-nav .nav div:nth-child(1) {
        padding-left: 34px;
    }

    .modal-nav .nav a {
        margin: 1rem;
    }

    .modal-body {
        overflow: auto;
    }

    .modal-body .flex-center-child {
        width: 1024px;
    }

    .folio-wrapper-landscape {
        grid-template-columns: auto;
    }          
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    header {
        width: 100%;
    }

    .content-wrapper {
        width: 100%;
        max-width: 100%;
        min-width: 320px;
    }

    .bottom-wrapper {
        width: 100%;
        max-width: 100%;
        min-width: 320px;
    }    
}

@media only screen and (min-width: 992px) and (max-width: 1020px) {
    .hex-holder {
        transform: translateY(2rem);
    }

    .hex {
        width: 175px!important;
        height: 143px!important;
    }

    .hex-holder {
        width: 534px!important;
        min-width: 534px!important;
        max-width: 534px!important;
    }
}

/*** 3:2 ***/
@media only screen and (max-width: 1020px) {
    .hex-holder {
        transform: translateY(2rem);
    }

    .hex img.mobile {
        width: 85%;
    }

    .hex:nth-child(4),
    .hex:nth-child(9),
    .hex:nth-child(14),
    .hex:nth-child(19),
    .hex:nth-child(24),
    .hex:nth-child(29) {
        margin-left: 2.3rem;
    }

    .hex:nth-child(5),
    .hex:nth-child(10),
    .hex:nth-child(15),
    .hex:nth-child(20),
    .hex:nth-child(25),
    .hex:nth-child(30) {
        margin-right: 2.3rem;
    }
}

._3x2 .greetings h1 {
    font-size: 100px;
}

._3x2 .hex {
    width: 240px!important;
    height: 200px!important
}

._3x2 .hex-holder {
    transform: translateY(2rem);
    width: 100%!important;
    min-width: 100%!important;
    max-width: 100%!important;
}

._3x2 .hex:nth-child(4),
._3x2 .hex:nth-child(9),
._3x2 .hex:nth-child(14),
._3x2 .hex:nth-child(19),
._3x2 .hex:nth-child(24),
._3x2 .hex:nth-child(29) {
    margin-left: 14rem;
}

._3x2 .hex:nth-child(5),
._3x2 .hex:nth-child(10),
._3x2 .hex:nth-child(15),
._3x2 .hex:nth-child(20),
._3x2 .hex:nth-child(25),
._3x2 .hex:nth-child(30) {
    margin-right: 14rem;
}

._3x2 .message,
._3x2 footer span {
    padding-left: 2rem;
}

._3x2 .connect {
    padding-right: 2rem;
}

/* Large devices (laptops/desktops, 1024px) */
@media only screen and (min-width: 1024px) and (max-width: 1199px) { 

    .content-wrapper {
        width: 1024px;
        max-width: 1024px;
        min-width: 320px;
    }

    .bottom-wrapper {
        width: 1024px;
        max-width: 1024px;
        min-width: 320px;
    } 

    .hex-holder {
        transform: translateY(5rem);
    }

    .hex {
        width: 236px;
        height: 210px;
    }

    .hex img.mobile {
        width: 85%;
    }

    .hex:nth-child(5),
    .hex:nth-child(8),
    .hex:nth-child(12),
    .hex:nth-child(15),
    .hex:nth-child(19),
    .hex:nth-child(22),
    .hex:nth-child(26),
    .hex:nth-child(29) {
        margin-left: 2.3rem;
    }

    .hex:nth-child(7),
    .hex:nth-child(11),
    .hex:nth-child(14),
    .hex:nth-child(18),
    .hex:nth-child(21),
    .hex:nth-child(25),
    .hex:nth-child(28),
    .hex:nth-child(32) {
        margin-right: 2.3rem;
    }

    .message {
        flex: 2;
        padding-left: 2rem;
    }

    .message h3 {
        padding-left: 0rem;
    }

    .connect {
        flex: 1;
    }

    .form-row.input-group {
        display: flex;
    }

    .links li {
        display: flex;
        justify-content: start;
    }

    .links li span {
        margin-left: 1rem;
    }

    footer {
        padding: 0 1rem;
    }

    .modal-container {
        width: 100vw;
        height: 100vh;
        overflow: auto;
    }

    .modal-header {
        padding: 0 2.125rem;
    }

    .modal-header h3 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .modal-nav {
        padding: 0;
    } 

    .modal-nav .nav {
        flex-direction: column;
    }

    .modal-content {
        display: flex;
        flex-direction: column;
    }

    .modal-nav .nav div:nth-child(1) {
        padding-left: 34px;
    }

    .modal-nav .nav a {
        margin: 1rem;
    }

    .modal-body {
        overflow: auto;
    }

    .modal-body .flex-center-child {
        width: 1024px;
    }

    .folio-wrapper-landscape {
        grid-template-columns: auto;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    header {
        width: auto;
    }

    .main-wrapper {
        width: 1880px;
        background-color: #ffffff;
    }

    .content-wrapper {
        width: 1175px;
        max-width: 1175px;
        min-width: 320px;
    }

    .bottom-wrapper {
        width: 910px;
        max-width: 910px;
        min-width: 320px;
    }

    .form-row.input-group {
        display: flex;
    }

}