/* Global Page Content */

body {
    margin: 0;
    padding: 0;
    background-color: #151515;
    background-image: url(images/background-img.png);
    background-attachment: fixed;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100vw 70vh;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 10px;
    color: #CCCCCC;
}

@media (min-width: 768px) {
    body {
        background-size: 100vw 140vh;
    }
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: #98aeae;
}

#mip-wrap {
    width: 82%;
    margin: 100px 10px 20px 6px;
    padding: 30px 30px 30px 30px;
    position: absolute;
    background-color: rgba(17, 17, 17, 0.8);
}

@media all and (min-width: 768px) {
    #mip-wrap {
        width: 76vw;
        margin: 0px auto 20px 9vw;
        padding: 30px 30px 30px 30px;
        position: absolute;
        top: 10px;
        background-color: rgba(17, 17, 17, 0.8);
    }
}

/* Pictures */

.mip-main-picture, .mip-about-picture, .mip-contact-picture, .mip-port-picture {
    display: none;
}

.mip-main-picture { background-image: url(images/main-pic.png); }
.mip-about-picture { background-image: url(images/about-pic.png); }
.mip-contact-picture { background-image: url(images/contact-pic.png); }
.mip-port-picture { background-image: url(images/port-pic.png); }

@media all and (min-width: 768px) {

    .mip-main-picture, .mip-about-picture, .mip-contact-picture, .mip-port-picture {
        display: block;
        width: 100%;
        height: 396px;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 12px;
        background-size: cover;
    }
}

/* Navigation & Logos */

.mip-nav {
    font-family: monospace;
    font-variant: small-caps;
    font-size: 15px;
    color: #CCCCCC;
    line-height: 100%;
    letter-spacing: 2.5px;
    word-spacing: -4px;
    background-color: #454545;
    border: 1px solid #111111;
    padding: 8px 20px 8px 6px;
    width: 90vw;
    height: 87px;
    position: fixed;
    top: 7px;
    left: 6px;
    z-index: 1;
}

.mip-nav a, nav a {
    color: #CCCCCC;
    text-decoration: none;
    padding: 1px 10px 0px 12px;
    margin: 2px 0px 2px 0px;
    height: 18px;
    width: 23.7%;
    display: block;
    text-align: left;
}

.nav-dropdown:hover .navdd-content {
	display: block;
}

.navdd-button {
    width: 30%;
    height: 18px;
    padding: 1px 18px 2px 12px;
    background-color: transparent;
    font-family: monospace;
    font-variant: small-caps;
    text-align: left;
    font-size: 15px;
    color: #CCCCCC;
    text-decoration: none;
    line-height: 100%;
    letter-spacing: 2.5px;
    word-spacing: -4px;
    box-shadow: 0px 0px 0px;
    border: 0px;
    margin-top: 2px;
}

.navdd-content {
    display: none;
    position: absolute;
    background-color: #454545;
    width: 172px;
    box-shadow: 0px 0px 0px;
    z-index: 0;
    color: #CCCCCC;
    padding-top: 0px;
    margin-left: 96px;
    margin-top: -18px;
}

.navdd-content a {
    color: #CCCCCC;
    padding: 5px 10px;
    text-decoration: none;
    text-align: center;
    display: table;
    width: 90%;
}

.mip-nav a:hover, .navdd-button:hover {
	background-color: #98AEAE;
	color: #151515;
	cursor: pointer;
}

nav {
	padding: 0px 0px;
    margin-top: -1px;
    background-color: #454545;
}

.mip-logo {
    display: block;
    height: 93px;
    width: 204px;
    border: 0px solid #111111;
    background-color: transparent;
    margin-top: 0px;
    position: absolute;
    right: 4px;
    top: 4px;
    background-image: url(images/port-pic.png);
    background-size: cover;
    background-position: center;
    padding-right: 30px;
}

.mip-logo.logo-main { background-image: url(images/main-pic.png); }
.mip-logo.logo-about { background-image: url(images/about-pic.png); }
.mip-logo.logo-contact { background-image: url(images/contact-pic.png); }

.mip-logo img {
    display: none;
}

.mip-footer { display: none; }

@media all and (min-width: 768px) {
    .mip-nav {
        font-family: monospace;
        font-variant: small-caps;
        font-size: 15px;
        color: #CCCCCC;
        line-height: 100%;
        letter-spacing: 2.5px;
        word-spacing: -4px;
        display: flex;
        justify-content: space-between;
        background-color: #454545;
        border: 1px solid #111111;
        padding: 8px 20px 8px 6px;
        width: 95.7vw;
        height: 15px;
        position: fixed;
        top: 9px;
        left: 6px;
        z-index: 1;
    }
	
	.mip-nav a, nav a {
        color: #CCCCCC;
        text-decoration: none;
        padding: 1px 10px 0px 12px;
        margin-top: -1px;
        height: 18px;
        width: 20%;
        text-align: center;
    }
	
    .navdd-button {
        width: 110%;
        height: 18px;
        padding: 1px 18px 2px 20px;
        background-color: transparent;
        font-family: monospace;
        font-variant: small-caps;
        text-align: center;
        font-size: 15px;
        color: #CCCCCC;
        text-decoration: none;
        line-height: 100%;
        letter-spacing: 2.5px;
        word-spacing: -4px;
        box-shadow: 0px 0px 0px;
        border: 0px;
        margin-top: -1px;
    }
	
	.navdd-content {
        display: none;
        position: absolute;
        background-color: #454545;
        width: 200px;
        box-shadow: 0px 0px 0px;
        z-index: -1;
        color: #CCCCCC;
        padding-top: 8px;
        margin-left: -42px;
        margin-top: 0px;
    }

    .navdd-content a {
        color: #CCCCCC;
        padding: 5px 10px;
        text-decoration: none;
        text-align: center;
        display: table;
        width: 90%;
    }
    nav {
        display: flex;
        justify-content: space-between;
        width: 35vw;
        height: 20px;
        padding: 0px 0px 0px 13px;
        margin-top: -1px;
        background-color: #454545;
    }
	
    .mip-logo {
        height: 105px;
        width: 75px!important;
        border: 1px solid #111111;
        background-color: #454545;
        top: -7px;
        left: 45vw;
        background-image: url()!important;
    }

	.mip-logo img {
        display: block;
		width: 94px;
		margin: -1px 0px 0px 5.5px;
	}
	
    .mip-footer {
        font-family: monospace;
        font-variant: small-caps;
        font-size: 15px;
        color: #CCCCCC;
        line-height: 100%;
        letter-spacing: 2.5px;
        word-spacing: -4px;
        display: flex!important;
        justify-content: space-between;
        background-color: #454545;
        border: 1px solid #111111;
        padding: 8px 20px 8px 6px;
        width: 74.2vw;
        height: 15px;
        margin-top: 50px;
    }
}

/* Font Imports */

@font-face {
    font-family: 'Noir';
    src: url('fonts/Noir_medium.otf');
}

@font-face {
    font-family: 'ScalaSans';
    src: url('fonts/ScalaSans.ttf');
}

@font-face {
    font-family: 'OswaldLight';
    src: url('fonts/Oswald-Light.ttf');
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-Regular.ttf');
}

@font-face {
    font-family: 'OswaldStencil';
    src: url('fonts/Oswald-Stencil.ttf');
}

/* Sections */

.mip-section-one {
    display: block;
    width: 100%;
    padding: 20px 10px 10px 10px;
}

@media all and (min-width: 768px) {
    .mip-section-one {
        display: inline-flex;
        width: 99.5%;
        padding: 20px 10px 10px 10px;
    }
}

.mip-section-two {
    width: 91%;
    margin-left: 1px;
    padding: 0px 20px 0px 0px;
}

@media all and (min-width: 768px) {
    .mip-section-two {
        width: 65%;
        margin-left: 1px;
        padding: 0px 20px 0px 0px;
    }
}

.mip-section-three {
    width: 49.5%;
    margin-left: 9px;
    padding: 0px 20px 0px 20px;
}

.mip-section-four {
    width: 85%;
    margin-left: 1px;
    padding: 10px 20px 0px 20px;
}

.mip-section-five, .mip-section-six {
    width: 80%;
    margin-left: 9px;
    padding: 0px 20px 0px 20px;
}

@media all and (min-width: 768px) {

    .mip-section-four {
        width: 25%;
        margin-left: 1px;
        padding: 0px 20px 0px 20px;
    }
    
    .mip-section-five, .mip-section-six {
        width: 33%;
        margin-left: 9px;
        padding: 0px 20px 0px 20px;
    }
    
    .mip-section-flex .mip-section-four {
        width: 33%;
    }
    
}

/* Section Modifying */

.mip-section-one h1 {
    font-family: 'OswaldStencil', sans-serif;
    text-align: center;
    padding: 0px 0px 0px 20px;
    width: 87%;
    letter-spacing: 1px;
    font-size: 20px;
}

.mip-section-one.main-title {
    width: 100%;
    padding: 0px!important;
    margin-left: 0%;
    display: block;
}

@media all and (min-width: 768px) {

    .mip-section-one h1 {
        padding: 0px 50px 0px 20px;
    }
    
    .mip-section-one.main-title {
        width: 100%;
        padding: 0px!important;
        margin-left: 5%;
        display: block;
    }
}

.mip-section-one.main-title h1 {
    font-size: 50px;
}

.mip-section-one h2 {
    font-family: 'Oswald', Arial, sans-serif;
    text-align: center;
    letter-spacing: 1px;
}

.mip-section-one p, .mip-section-one li {
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: justify;
}

.mip-section-flex {
    margin: 25px 0px 25px 0px;
}

.mip-section-flex .mip-section-two, .mip-section-flex .mip-section-three {
    margin-left: 3px;
    width: 88%;
    padding: 0px 20px 0px 20px;
}

@media all and (min-width: 768px) {
	.mip-section-flex {
		display: flex;
		margin: 25px 0px 25px 0px;
	}

	.mip-section-flex .mip-section-two, .mip-section-flex .mip-section-three {
		margin-left: 3px;
		width: 49%;
		padding: 0px 20px 0px 20px;
	}
}

.mip-section-one form {
    width: 80%;
    padding: 20px;
}

@media all and (min-width: 768px) {
    .mip-section-one form {
        width: 100%;
        padding: 20px;
    }
}

.lets-talk {
    font-size: 45px;
    font-family: 'OswaldStencil', Arial, sans-serif;
}

.mip-section-two.avatar-sec {
    width: 95%;
}

@media all and (min-width: 768px) {

    .mip-section-two.avatar-sec {
        width: 35%;
    }
}

.mip-section-two h2 {
    font-family: 'Oswald', Arial, sans-serif;
    text-align: center;
}

.mip-section-two ul li, .mip-section-two p, .text-block, .mip-section-four ul li {
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: justify;
}

.text-block {
    width: 75%;
}

.mip-section-three h2 {
    font-family: 'Oswald', Arial, sans-serif;
    text-align: center;
}

.mip-section-two p, .mip-section-three p, .mip-section-four p, .mip-section-five p, .mip-section-six p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: justify;
    line-height: 130%;
}

.mip-section-four h1 {
    text-transform: uppercase;
    font-family: 'OswaldLight';
    font-weight: lighter;
}

.mip-section-four p, .mip-section-five p, .mip-section-six p {
    text-align: center;
    font-size: 1.4em;
}

/* Copyright Info */

.mip-copyright {
    font-family: monospace;
    text-transform: uppercase;
    font-size: 10px;
    color: #CCCCCC;
    width: 50%;
    display: inline-block;
    margin-bottom: 2px;
    position: fixed;
    bottom: 0px;
    left: 1%;
}

.mip-backtotop {
    width: 50%;
    display: inline-block;
    text-align: right;
    margin-bottom: 2px;
    position: fixed;
    bottom: 0px;
    left: 49%;
}

.mip-backtotop a {
    font-family: monospace;
    text-transform: uppercase;
    font-size: 10px;
    color: #CCCCCC;
    text-decoration: none;
}

/* Footer - Browser Only */

.mip-logo-btm {
    height: 70px;
    width: 70px;
    border: 1px solid #111111;
    background-color: #454545;
    margin: -29px 0px 0px 15px;
}

.mip-logo-btm img {
    width: 65px;
    margin: -1px 0px 0px 3px;
}

.mip-footer {
    display: none;
}

.mip-footer a {
    color: #CCCCCC;
    text-decoration: none;
}

.mip-footer nav {
    width: 25vw;
}

/* Main Specific */

.mip-grid {
    width: 100%;
    display: flex;
}

.grid-listen {
    display: inline-block;
    width: 75%;
    margin-top: 5px;
    margin-left: 5px;
    height: 130px;
}

.grid-listen img {
    width: 24%;
    margin-right: 2px;
    margin-bottom: 2px;
}

.grid-static {
    width: 38%;
    margin-left: 0px;
}

.grid-static img {
    width: 100%;
}

.img-hidden {
    display: none;
}

@media all and (max-width: 768px) {
	#img-7 { display: none!important; }	
	#img-8 { display: none!important; }
	
	.mip-grid {
        margin-left: 13px;
    }
}

@media all and (min-width: 768px) {
	.grid-listen {
		display: inline-block;
		width: 75%;
		height: 315px;
        padding: 11px;
        height: 400px;
	}

    .grid-static {
        width: 38%;
        margin-left: 25px;
    }
}

/* About Specific */

.mip-avatar {
    width: 89%;
    height: 150px;
    background-image: url(images/self-portrait.jpg);
    border: 1px solid #454545;
    padding: 20px 10px 10px 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 12px 10px 0px 0px;
    border-radius: 10px;
}

@media all and (min-width: 768px) {

    .mip-avatar {
        height: 86%;
    }
}

/* Portfolio Specific */

.mip-about-button a, .portfolio-button-flex a {
    font-family: monospace;
    font-variant: small-caps;
    text-transform: uppercase;
    width: 250px;
    font-size: 12px;
    margin-left: 0px;
    background-color: #454545;
    box-shadow: 0px 0px 0px;
    z-index: -1;
    color: #CCCCCC;
    padding: 5px 10px;
    text-decoration: none;
    text-align: center;
    display: table;
}

.mip-about-button a {
    margin-top: 17px;
}

.mip-about-button a:hover, nav a:hover, .portfolio-button-flex a:hover {
	background-color: #98AEAE;
	color: #151515;
	cursor: pointer;
}

.details-page h2 {
    text-transform: uppercase;
}

.portfolio-flex {
    padding: 20px 20px 20px 0px;
}

@media all and (min-width: 768px) {

    .portfolio-flex {
        display: flex;
        width: 100%;
        padding: 20px;
    }
}

.portfolio-button-flex {
    width: 100%;
    margin: 7px 0px 22px 0px ;
}

.portfolio-flex img {
    height: auto;
    width: 100%;
    width: 100%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.portfolio-button-flex a {
    display: inline-block;
    width: 41%;
}

.portfolio-flex a, .portfolio-flex x {
    height: 200px;
    width: 95%;
    margin-right: 5px;
}

.portfolio-flex img {
    border: 1px solid #454545;
    border-radius: 15px;
}

.preview-hover {
    background: rgba(69, 69, 69, 0.9);
    height: 210px;
    position: absolute;
    z-index: 1;
    margin-top: -225px;
    width: 18.6%;
    padding: 5px;
    color: #CCCCCC;
    font-family: Arial;
    font-size: 12px;
    overflow: hidden;
    border-radius: 15px;
}

.details-page p {
    text-align: left!important;
}

.about-section {
    display: flex;
    width: 100%;
    padding: 0px;
}

/* Contact Specific */

.label-flex, .form-flex {
    display: flex;
    width: 100%;
}

label {
    background-color: #98AEAE;
    border: 1px solid #454545;
    color: #000000;
    font-family: monospace;
    font-variant: small-caps;
    font-size: 17px;
    text-align: center;
    padding: 1px 3px 3px 3px;
    line-height: 100%;
    letter-spacing: 2.5px;
    word-spacing: -4px;
}

.free-form {
    width: 100%;
}

.free-form label {
    display: block;
    width: 98.7%;
}

.label-flex label {
    width: 49%;
}

input, textarea {
    width: 99%;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 150%;
    background-color: #191919;
    border: 1px solid #454545;
    color: #E4E4E4;
}

.form-flex input {
    width: 49%;
}

.form-flex input#lname, .label-flex label#lname {
    margin-left: 1px;
}

.input-button {
    width: 100%!important;
    font-family: monospace;
    font-variant: small-caps;
    font-size: 17px;
    color: #CCCCCC;
    line-height: 100%;
    letter-spacing: 2.5px;
    word-spacing: -4px;
    padding: 1px 0px 3px 0px;
}


.input-button:hover {
    background-color: #98AEAE;
    color: #151515;
    cursor: pointer;
}

textarea#inquiry {
    width: 99%!important;
    height: 200px;
    vertical-align: text-top;
}

/* Miscellaneous */

.a-one-side {
    width: 100%;
    margin-right: 10px;
}

.s-one-side {
    width: 85%;
    margin-right: 10px;
    padding: 10px;
}

@media all and (min-width: 768px) {
    .p-one-side {
        width: 70%;
        margin-right: 10px;
        padding: 10px;
    }
}

.s-one-side p {
    text-align: center!important;
}

.t-one-side {
    width: 100%;
    margin-left: -17px;
    margin-bottom: 60px;
    padding: 10px;
}

.t-one-side p {
    text-align: center!important;
    width: 230px;
}

.p-one-side {
    width: 88%;
    margin-right: 10px;
    padding: 10px;
}

@media all and (min-width: 768px) {
    .p-one-side {
        width: 50%;
        margin-right: 10px;
        padding: 10px;
    }
    
    .t-one-side {
        width: 100%;
        margin-right: 10px;
        margin-bottom: 60px;
        padding: 10px;
    }
    
    .t-one-side p {
        text-align: center!important;
        width: 350px;
    }
}

.p-one-side p {
    text-align: justify!important;
}

.mip-one-flex {
    display: block;
    margin-left: -26px;
}

.content-preview {
    width: 94%;
    min-height: 22vh;
    height: auto;
    display: block;
    font-family: Arial;
    font-size: 14px;
    text-align: left;
    color: #CCCCCC;
    margin-left: 1px;
    background-color: rgba(25, 25, 25, 0.5);
    padding: 12px 10px 5px 10px;
    margin-right: 2px;
    border-radius: 15px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.content-preview img {
    width: 100%;
    border-radius: 15px;
}

.content-preview h2 {
    margin: 5px 0px -12px 0px;
    font-size: 25px;
    text-align: center;
    color: #98aeae;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: normal;
}

.content-preview a h2:hover {
    color: #CCCCCC;
}

.cont-button {
    width: 32.5%;
    height: 15px;
    border-radius: 100px;
    background-color: #454545;
    text-align: center;
    font-family: monospace;
    font-variant: small-caps;
    font-size: 12px;
    margin: 14px 0px -3px 0px;
    padding: 2px 0px 2px 0px;
    text-transform: uppercase;
    display: inline-block;
}

.desk-prev { display: none; }

@media all and (min-width: 768px) {

    .content-preview {
        width: 33%;
        min-height: 51.5vh;
        height: auto;
        margin-right: 7px;
    }

    .mip-one-flex {
        display: flex;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    .mob-prev { display: none; }
    .desk-prev { display: block; }
}

.publication { background-color: rgba(111, 91, 139, 0.7); }
.typography { background-color: rgba(66, 158, 157, 0.7); } 
.branding { background-color: rgba(90, 127, 172, 0.7); } 
.advertising { background-color: rgba(192, 64, 64, 0.7); } 
.website { background-color: rgba(99, 149, 19, 0.7); } 
.application { background-color: rgba(110, 124, 83, 0.7); } 
.photography { background-color: rgba(161, 103, 146, 0.7); } 
.artwork { background-color: rgba(204, 123, 57, 0.7); }
.other { background-color: rgba(175, 168, 73, 0.7); }
.animation { background-color: rgba(239, 213, 149, 0.7); }
.photoedit { background-color: rgba(188, 85, 162, 0.7); }
.drawing { background-color: rgba(164, 117, 81, 0.7); }
.digitalart { background-color: rgba(105, 87, 82, 0.7); }

.my-portfolio {
    width: 92vw;
    margin-left: 4vw;
    margin-bottom: 2.5vh;
}

.my-portfolio-intro {
    width: 66%;
    padding: 10px;
    font-size: 14px;
    font-family: Arial;
    color: #CCCCCC;
    line-height: 110%;
    text-align: justify;
    border-radius: 15px;
}

.my-portfolio-sidebar {
    background-color: rgba(25, 25, 25, 0.5);
    width: 83.5%;
    max-height: 194vh;
    margin-left: -12px;
    margin-right: 2px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    color: #CCCCCC;
}

.my-portfolio-sidebar .ams-port { display: none; }

.my-portfolio-sidebar h1, .my-portfolio-sidebar h2 {
    font-size: 15px;
    text-align: center;
    color: #98aeae;
    text-transform: uppercase;
    font-family: 'OswaldLight';
    padding: 3px 5px 3px 1px;
    margin: 5px 0px;
    font-weight: lighter;
    border-radius: 5px;
}

.my-portfolio-sidebar h1 {
    font-size: 20px;
}

.ams-one, .ams-two, .ams-three, .ams-four, .ams-five { 
    font-family: Arial;
    font-size: 14px;
    text-align: justify;
}

.ams-one, .ams-two, .ams-three, .ams-four, .ams-five { 
    margin: 10px 0px;
}

.my-portfolio-sidebar a {
    border-radius: 15px;
}

.my-portfolio-sidebar a:hover {
    color: #151515;
}

.ams-one-info h3, .ams-two-info h3, .ams-three-info h3, .ams-four-info h3, .ams-five-info h3 {
    margin: 0px 0px -17px 0px;
}

.my-portfolio .content-preview, .my-portfolio-intro button {
    width: 77vw;
}

@media all and (min-width: 768px) {

    .my-portfolio {
        width: 76.3vw;
        margin: 3.5vh 0vw 3.5vh 0vw;
        display: flex;
    }

    .my-portfolio-intro {
        width: 75%;
    }

    .my-portfolio-sidebar {
        width: 25%;
        max-height: 166.1vh;
        background-color: rgba(25, 25, 25, 0.5);
        margin-left: 5px;
        margin-right: 2px;
        padding: 10px;
        border-radius: 15px;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
        color: #CCCCCC;
    }

    .my-portfolio-sidebar .ams-port {
        display: block;
        height: 28.88vh;
        width: 19.063vw;
        border-radius: 15px;
    }

    .my-portfolio-intro .content-preview {
        width: 49%;
        min-height: 15.5vh;
        height: auto;
        margin: 4px 1px 0px 1px;
        padding-bottom: 7px;
    }
}