﻿body {
    color: rgb(200, 200, 200);
    text-shadow: 1px 1px 1px rgba(250, 250, 255, 0.4), 0px 8px 13px rgba(150, 100, 255, 0.2), 0px 18px 23px rgba(50, 10, 255, 0.1);
    font-family: 'Lato', sans-serif;
    letter-spacing: 1.5px;
    /*background-image: url("img/milky_way.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    letter-spacing: 2px;*/
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: -webkit-linear-gradient(to top left, blue, black) fixed;
    background: -moz-linear-gradient(to top left, blue, black) fixed;
    background: -o-linear-gradient(to top left, blue, black) fixed;
    background: linear-gradient(to top left, blue, black) fixed;
    background-repeat: no-repeat;
    overflow: hidden;
}

h3 {
    font-weight: 700;
    font-size: 35px;
    text-decoration: underline;
    text-transform: uppercase;
}

nav {
    font-size: 1.5rem;
    font-weight: 100;
    color: rgb(200, 200, 200);
    height: 55px;
    display: flex;
}

nav:hover {
    background-color: black;
    transition: 500ms ease-in-out;
}

nav ul {
    margin: 0;
    padding: 0;
    flex: 1;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

nav li {
    display: inline;
    margin: 0;
    padding: 0;
    justify-content: space-evenly;
}

section:not(.unselected) {
    margin-top: 15%;
}

button {
    background: none;
}

p {
    font-size: 30px;
}

#mainNavbar .nav-link {
    color: white;
    /*background: rgba(5,5,5,0.9);*/
}

#mainNavbar .nav-link:hover {
    color: rgb(0, 40, 210);
    text-shadow: 0px 3px 3px rgba(225, 200, 255, 0.2), 0px 8px 13px rgba(150, 100, 255, 0.1), 0px 18px 23px rgba(50, 10, 255, 0.1);
    transition: 500ms ease-in-out;
}

#mainNavbar .navbar-brand {
    color: white;
    /*background: rgba(5,5,5,0.9);*/
}

#tools:not(.unselected) {
    display: flex;
    margin-left: 20.15%;
    margin-right: 20.15%;
    margin-top: 5%;
}

#left {
    flex: 1;
}

#right {
    flex: 1;
}

@media (max-width: 600px) {
    input:not(.unselected) {
        width: 350px;
    }
    textarea:not(.unselected) {
        width: 350px;
    }
    #submit:not(.unselected) {
        width: 350px;
    }
    h3:not(.unselected) {
        width: 250px;
    }
    #mainNavbar {
        width: 420px;
    }
}

@media (max-width: 880px) {
    #tools:not(.unselected) {
        display: block;
        margin-left: auto;
        margin-top: 0;
    }
    #left {
        justify-content: center;
        font-size: .5em;
    }
    #right {
        margin-top: 0;
        justify-content: center;
    }
}


/*#navbar-nav {
    background: black;
}*/


/* #header {
    margin-top: 55px;
    background: rgba(5,5,5,0.9);
} */

#roll [href="https://www.youtube.com/watch?v=dQw4w9WgXcQ&feature=youtu.be&t=43"]:before {
    display: block;
    width: 1px;
    height: 1px;
    background-color: rgb(200, 50, 50);
    content: "";
    position: fixed;
    top: 452px;
    left: 200px;
    /*z-index: 99; */
}

.container {
    /* background: rgba(5, 5, 5, 0.7); */
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 200px;
    border-radius: 50px;
    justify-content: center;
}

.email {
    color: rgb(0, 10, 255);
}

.myUls {
    padding-left: 0;
    font-size: 20px;
    line-height: 2;
    margin: auto;
    list-style: none;
}

.navbar.scrolled {
    background: rgb(5, 5, 5);
    -webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    transition: background 700ms;
}

@media only screen and (max-width: 992px) {
    .navbar-collapse {
        background: rgb(5, 5, 5);
        border-left: 1px solid rgb(15, 15, 15);
        border-bottom: 1px solid rgb(20, 20, 20);
        margin-left: inherit;
        padding-left: 10px
    }
    #contact-link {
        margin: 0;
        padding: 0;
    }
}

.unselected {
    display: none;
}

.technologies {
    font-size: .8em;
}

.project {
    text-decoration: underline;
}


/* Contact form */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aca49c;
    font-size: 0.875em;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #bbb5af;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #aca49c;
    font-size: 0.875em;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: #bbb5af;
}

input-placeholder,
textarea-placeholder {
    color: #aca49c;
    font-size: 0.875em;
}

input-focus-placeholder,
textarea-focus-placeholder {
    color: #bbb5af;
}

input-ms-placeholder,
textarea-ms-placeholder {
    color: #aca49c;
    font-size: 0.875em;
}

input-focus-ms-placeholder,
textarea-focus-ms-placeholder {
    color: #bbb5af;
}


/* on hover placeholder */

input:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
    color: #e2dedb;
    font-size: 0.875em;
}

input:hover:focus::-webkit-input-placeholder,
textarea:hover:focus::-webkit-input-placeholder {
    color: #cbc6c1;
}

input:hover::-moz-placeholder,
textarea:hover::-moz-placeholder {
    color: #e2dedb;
    font-size: 0.875em;
}

input:hover:focus::-moz-placeholder,
textarea:hover:focus::-moz-placeholder {
    color: #cbc6c1;
}

input-hover-placeholder,
textarea-hover-placeholder {
    color: #e2dedb;
    font-size: 0.875em;
}

input-hover-focus-placeholder,
textarea-hover-focus-placeholder {
    color: #cbc6c1;
}

input-hover-placeholder,
textarea-hover-placeholder {
    color: #e2dedb;
    font-size: 0.875em;
}

input-hover-focus-ms-placeholder,
textarea-hover-focus-ms-placeholder {
    color: #cbc6c1;
}


/* body {
    font-family: 'Lato', sans-serif;
    background: #e2dedb;
    color: #b3aca7;
} */


/* header {
    position: relative;
    margin: 100px 0 25px 0;
    font-size: 2.3em;
    text-align: center;
    letter-spacing: 7px;
} */

input {
    font-family: 'Lato', sans-serif;
    font-size: 0.875em;
    width: 470px;
    height: 50px;
    padding: 0px 15px 0px 15px;
    background: transparent;
    outline: none;
    color: #726659;
    border: solid 1px #b3aca7;
    border-bottom: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

input:hover {
    background: #b3aca7;
    color: #e2dedb;
}

textarea {
    width: 470px;
    max-width: 470px;
    height: 110px;
    max-height: 110px;
    padding: 15px;
    background: transparent;
    outline: none;
    color: #726659;
    font-family: 'Lato', sans-serif;
    font-size: 0.875em;
    border: solid 1px #b3aca7;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

textarea:hover {
    background: #b3aca7;
    color: #e2dedb;
}

#edit-url {
    display: none;
}

#form {
    position: relative;
    width: 500px;
    margin: 50px auto 100px auto;
}

#submit {
    width: 470px;
    padding: 0;
    margin: -5px 0px 0px 0px;
    font-family: 'Lato', sans-serif;
    font-size: 0.875em;
    color: #b3aca7;
    outline: none;
    cursor: pointer;
    border: solid 1px #b3aca7;
    border-top: none;
}

#submit:hover {
    color: #e2dedb;
}