body {
    font-family: Avenir Next Ultra Light, sans-serif;
    font-weight: 200;
    font-style: normal;
    background-color: #000;
}

/*
* {
    user-select: none;
}
*/

img {
    pointer-events: none;
}

div.shmixed {
    position: absolute;
    left: 20%;
    top: 40%;
    color: #ffffff;
    font-size: 400%;
}
/** {box-sizing: border-box;}*/
/*
input[type="text"],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #0000ff;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type="submit"] {
    background-color: #0000ff;
    color: #ffffff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #000000;
}

.container {
    border-radius: 5px;
    background-color: none;
    padding-top: 200px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
*/

.lock {
    position: fixed;
    text-align: center;
    font-size: larger;
    color: #ffff;
}

div.text {
    top: 23%;
    left: 17%;
}
.page-content {
    width: 920px;
    padding: 80px;
    margin: 0 auto;
    color: #000000;
    font-size: 100%;
    margin-bottom: 80px;
    margin-top: 80px;
}

.contact-form .text-input {
    padding: 10px 15px;
    color: #0000ff;
    font-size: 120%;
    font-family: Avenir Next Ultra Light, sans-serif;
    outline: none;
    margin: 10px 0px;
    border: 2px inset rgb(30, 30, 30);
    background: rgb(0, 0, 0);
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.contact-form textarea {
    resize: none;
    padding: 15px;
    height: 175px;
    width: 400px;
    margin: 10px 0px;
    color: #0000ff;
    font-family: Avenir Next Ultra Light, sans-serif;
    font-size: 120%;
    border: 2px inset rgb(30, 30, 30);
    outline: none;
    background: rgb(0, 0, 0);
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.contact-form input:focus,
.contact-form textarea:focus {
    background: rgb(0, 0, 0);
    border-color: rgb(118, 118, 118);
}

.contact-form .send {
    border: none;
    color: #000000;
    font-family: Avenir Next Ultra Light, sans-serif;
    font-size: 105%;
    padding: 10px 20px;
    width: 140px;
    height: 40px;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin: 10px 0px;
    cursor: pointer;
}

.contact-form .send:hover {
    background-color: rgb(0, 0, 0);
    color: #0000ff;
    border-style: solid;
    border-color: #0000ff;
    border-width: 1px;
}

.contact-form label {
    color: #ffffff;
    font-family: Avenir Next Ultra Light, sans-serif;
    font-size: 105%;
    margin-top: 20px;
    display: block;
}

/*
span.required {
    color: #ffffff;
}
*/

h1 {
    color: #0000ff;
    font-family: Avenir Next Ultra Light, sans-serif;
}

div.voop {
    position: fixed;
    left: 40%;
    top: 6%;
    width: 80px;
    border: none;
    color: #0000ff;
}

div.fixed {
    position: fixed;
    top: 2px;
    left: 2px;
    width: 200px;
    border: none;
    color: #ffffff;
}

div.fixed a {
    display: block;
}

.loop {
    position: fixed;
    top: 53px;
    left: 53px;
    width: 50px;
    height: 42px;
    padding: 4px;
}

.poop {
    width: 120px;
    height: 120px;
    padding: 20px;
    animation-name: spin;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    /* transform: rotate(3deg); */
    /* transform: rotate(0.3rad);/ */
    /* transform: rotate(3grad); */
    /* transform: rotate(.03turn);  */
}

div.fixed1 {
    position: fixed;
    bottom: 1%;
    right: 1%;
    width: 200px;
    border: none;
}

@keyframes spin {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

div.fixed1 {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 200px;
    border: none;
    color: #ffffff;
}

h2 {
    color: #ffffff;
    text-align: center;
    padding: 20px;
}

canvas {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    z-index: -1;
}

/*
.wrapper{
    display:grid;
    grid-template-columns: auto;
    grid-template-rows: auto 30% 40% auto auto;
    grid-template-areas:
    "hd"
    "hero  "
    "casestudies"
    "contact"
    "ft";
}
*/
/* case studies */
.projects {
    align-items: stretch;
    display: grid;
    grid-area: casestudies;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    justify-self: stretch;
    margin: 0;
}

#crosshair-h {
    width: 100%;
}

#crosshair-v {
    height: 100%;
}

.hair {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: -3px;
    margin-left: -2px;
    background: transparent;
    border-top: 1px dotted #0000ff;
    border-left: 1px dotted #0000ff;
    pointer-events: none;
    z-index: 2;
}

#mousepos {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    margin: 10px;
    font: 14px arial;
    color: #000;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    z-index: 1;
}

.content {
    position: relative;
    padding: 20px;
    height: 200px;
    width: 200px;
}
.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
    height: 100%;
}
.content-details {
    position: absolute;
    text-align: center;
    padding: 0 1rem;
    width: 100%;
    top: 40%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.fadeIn-bottom {
    top: 80%;
}

@media only screen and (max-width: 920px) {
    .page-content {
        width: 90%;
        padding: 4%;
    }

    .contact-form textarea {
        width: 90%;
        max-width: 400px;
    }

    .contact-form .text-input {
        max-width: 90%;
    }
}

div.fixed1 {
    position: fixed;
    bottom: 4%;
    left: 4%;
    border: none;
}
