body {
    margin: 0 auto;
    background-color: #c4cac5;
    font-family: 'Major Mono Display', monospace;
}

.welcome {
    height: 50vh;
    line-height: 50vh;
    text-align: center;
    margin: auto 0;
}

.welcome h1 {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}

/********************* NAVIGATION STYLING *********************/

.navbar {
    overflow: hidden;
    background-color: #dbdedb;
    padding: 10px;
    font-size: 18px;
    border-bottom: 2px groove #264a81;
    border-radius: 3px;
}

.nav-elements {
    margin: 0;
    padding: 0 10px;
}

.nav-elements li {
    list-style: none;
}

.nav-elements a {
    padding: 10px;
    margin: 0 10px;
    color: #809b85;
    border-radius: 4px;
    text-align: center;
}

.navbar-left a {
    float: left;

}

.navbar-right a {
    float: right;
}

.navbar-right a:hover {
    background-color: #39578a;
    color: #809b85;
}

.navbar-right a.active {
    background-color: #c4cac5;
    color: #6b716e;
}

/********************* PAINTING STYLES *********************/

/********** MCLAUGHLIN **********/

.mclaughlin {
    position: relative;
    width: 400px;
    height: 600px;
    max-width: 50vw;
    max-height: 70vh;
    margin: 10vh auto;
    border: 3px solid black;
}

.mclaughlin .black {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1c1c1c;
    width: 40%;
    height: 100%;
}

.mclaughlin .grey {
    position: absolute;
    bottom: 0;
    left: 27%;
    background-color: #c2c2c2;
    width: 13%;
    height: 50%;
}

.mclaughlin .white-s {
    position: absolute;
    top: 20%;
    left: 17%;
    background-color: #d4d4c4;
    width: 10%;
    height: 50%;
}

.mclaughlin .white {
    position: absolute;
    background-color: #d4d4c4;
    top: 0;
    left: 40%;
    width: 60%;
    height: 100%;
}

/********** SANIN **********/

.sanin {
    position: relative;
    width: 550px;
    height: 400px;
    max-width: 70vw;
    max-height: 50vh;
    margin: 10vh auto;
}

.sanin .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #363636;
}

.sanin .med-blue {
    position: absolute;
    left: 10%;
    width: 80%;
    height: 100%;
    background-color: #bdb9f0;
}

.sanin .light-blue {
    position: absolute;
    left: 10%;
    top: 20%;
    width: 80%;
    height: 60%;
    background-color: #d5d3f2;
}

.sanin .dark-blue {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 30%;
    background-color: #bdb9f0;
}

.sanin .yellow-top {
    position: absolute;
    left: 20%;
    top: 0;
    width: 60%;
    height: 20%;
    background-color: #ffd46e;
}

.sanin .red {
    position: absolute;
    left: 25%;
    top: 0;
    width: 50%;
    height: 20%;
    background-color: #ff4f2c;
}

.sanin .bk-center {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
    background-color: #1c1c1c;
}

.sanin .bk-top {
    position: absolute;
    left: 30%;
    top: 0;
    width: 40%;
    height: 50%;
    background-color: #363636;
}

.sanin .grey {
    position: absolute;
    left: 30%;
    top: 50%;
    width: 40%;
    height: 15%;
    background-color: #d6d6d6;
}

.sanin .yellow-bttm {
    position: absolute;
    left: 32.5%;
    bottom: 0;
    width: 35%;
    height: 20%;
    background-color: #ffd46e;
}

.sanin .bk-bttm {
    position: absolute;
    left: 21%;
    bottom: 0;
    width: 58%;
    height: 20%;
    background-color: #363636;
}

/********** MOLINARI **********/
.molinari {
    position: relative;
    width: 450px;
    height: 600px;
    max-width: 50vw;
    max-height: 70vh;
    margin: 10vh auto;
}

.molinari .segment {
    position: absolute;
    width: 5.5%;
    height: 100%;
}

.molinari .lt-gn {
    left: 0%;
    top: 0;
    background-color: #28a94c;
}

.molinari .orange {
    left: 5.5%;
    top: 0;
    background-color: #f26300;
}

.molinari .pink {
    left: 11%;
    top: 0;
    background-color: #e5368e;
}

.molinari .dk-blue {
    left: 16.5%;
    top: 0;
    background-color: #344AC0;
}

.molinari .yellow {
    left: 22%;
    top: 0;
    background-color: #ee9718;
}

.molinari .red {
    left: 27.5%;
    top: 0;
    background-color: #d70317;
}

.molinari .lt-purple {
    left: 33%;
    top: 0;
    background-color: #9662de;
}

.molinari .lt-blue {
    left: 38.5%;
    top: 0;
    background-color: #c0d7e3;
}

.molinari .md-blue {
    left: 44%;
    top: 0;
    background-color: #4257cc;
}

.molinari .dk-gn {
    left: 49.5%;
    top: 0;
    background-color: #196b30;
}

.molinari .orange2 {
    left: 55%;
    top: 0;
    background-color: #f26300;
}

.molinari .pink2 {
    left: 60.5%;
    top: 0;
    background-color: #e5368e;
}

.molinari .dk-blue2 {
    left: 66%;
    top: 0;
    background-color: #344AC0;
}

.molinari .yellow2 {
    left: 71.5%;
    top: 0;
    background-color: #ee9718;
}

.molinari .red2 {
    left: 77%;
    top: 0;
    background-color: #d70317;
}

.molinari .dk-purple {
    left: 82.5%;
    top: 0;
    background-color: #784eb1;
}

.molinari .lt-blue2 {
    left: 88%;
    top: 0;
    background-color: #c0d7e3;
}

.molinari .md-blue2 {
    left: 93.5%;
    top: 0;
    background-color: #4257cc;
}

/********** SWART **********/

.swart {
    position: relative;
    width: 400px;
    height: 600px;
    max-width: 50vw;
    max-height: 70vh;
    margin: 10vh auto;
}

.swart .background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #d4d4c4;
}

.swart .bk-thin-left {
    position: absolute;
    width: 5%;
    height: 90%;
    top: 1.5%;
    left: 1.5%;
    background-color: #1c1c1c;
}

.swart .gn-top {
    position: absolute;
    width: 90.5%;
    height: 5%;
    top: 1.5%;
    right: 1.5%;
    background-color:#196b30;
}

.swart .gn-left {
    position: absolute;
    width: 15%;
    height: 68.5%;
    top: 8.5%;
    left: 8%;
    background-color: #196b30;
}

.swart .gn-right {
    position: absolute;
    width: 30%;
    height: 12%;
    top: 8.5%;
    right: 8%;
    background-color: #196b30;
}

.swart .gn-thin-right {
    position: absolute;
    width: 5%;
    height: 90%;
    bottom: 1.5%;
    right: 1.5%;
    background-color: #196b30;
}

.swart .bk-center {
    position: absolute;
    width: 22%;
    height: 22%;
    top: 23%;
    left: 40%;
    background-color: #1c1c1c;
}

.swart .gn-center {
    position: absolute;
    width: 22%;
    height: 22%;
    bottom: 23%;
    left: 40%;
    background-color: #196b30;
}

.swart .bk-right {
    position: absolute;
    width: 15%;
    height: 68.5%;
    bottom: 8.5%;
    right: 8%;
    background-color: #1c1c1c;
}

.swart .bk-left {
    position: absolute;
    width: 30%;
    height: 12%;
    bottom: 8.5%;
    left: 8%;
    background-color: #1c1c1c;
}

.swart .bk-bottom {
    position: absolute;
    width: 90.5%;
    height: 5%;
    bottom: 1.5%;
    left: 1.5%;
    background-color:#1c1c1c;
}

/********** KELLY **********/

.kelly {
    position: relative;
    width: 400px;
    height: 600px;
    max-width: 50vw;
    max-height: 70vh;
    margin: 10vh auto;
}

.kelly .blue {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5063cf;
}

.kelly .green {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 77%;
    background-color: #21833c;
}

.kelly .orange {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35%;
    height: 37%;
    background-color: #bd5435;
}

/********************* MEDIA QUERY STYLES *********************/

@media screen and (max-width: 1185px) and (max-height: 823px) {
    .nav-elements a {
        float: none;
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        padding: 5px;
    }
    
    .mclaughlin, .molinari, .swart, .kelly {
        max-width: 275px;
        max-height: 425px;
    }
    
    .sanin {
        max-height: 200px;
        max-width: 300px;
    }
}

/*
@media screen and (max-width 1180) and (max-height: 1024px) {
    .nav-elements a {
        float: none;
        display: block;
        text-align: center;
        font-size: 18px;
        line-height: 18px;
        padding: 5px;
    }
    
    .mclaughlin {
        max-width: 60vw;
        max-height: 50vh;
    }
    
    .sanin {
        max-height: 30vh;
        max-width: 60vw;
    }
}*/
