body {
    background-color: #1d1d1d;
}


/* Large Screen Nav */
#nav_bar {
    background: #181818;
    width: 75px;
    height: 100%;
    position: absolute;
}

.logo {
    display: block;
    padding: 8px 0;
    margin: 0;
    padding: 0;
}

.logo img {
    width: 100%;
    height: auto;
}

#nav_bar nav {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -120px;
    width: 100%;
}

#nav_bar nav a {
    display: block;
    line-height: 51px;
    text-decoration: none;
    position: relative;
    color: #4d4d4e;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
}

#nav_bar nav .home-link:hover, #home-wrapper .active, #home-wrapper #nav_bar ul li a:hover {
    color: #ff073a;
}

#nav_bar nav .about-link:hover, #about-wrapper .active, #about-wrapper #nav_bar ul li a:hover {
    color: #08fdd8;
}

#nav_bar nav .projects-link:hover, #projects-wrapper .active, #projects-wrapper #nav_bar ul li a:hover {
    color: #d896ff;
}

#nav_bar nav .contact-link:hover, #contact-wrapper .active, #contact-wrapper #nav_bar ul li a:hover {
    color: #FFF857;
}

#nav_bar nav a:hover i {
    display: none;
}

#nav_bar nav b {
    display: none;
}

#nav_bar nav a:hover b {
    display: block;
    animation-delay: 0.2s;
    animation-duration: 0.2;
    animation-iteration-count: 1;
}

#nav_bar ul {
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: block;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

#nav_bar ul li a {
    padding: 7px 0;
    font-size: 15px;
    color: #4d4d4e;
    line-height: 30px;
}


/* Top Nav */
.bg-custom-dark {
    background-color: #181818;
    padding: 0;
}

.bg-custom-dark ul li a b {
    font-size: 13px;
    letter-spacing: 2px;
    padding-top: 5px;
    display: none;
}

.bg-custom-dark ul li a:hover b {
    display: block;
    animation-delay: 0.2s;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
}

.bg-custom-dark ul li a:hover i {
    display: none;
}

.bg-custom-dark ul li .home-link:hover, .bg-custom-dark ul li .home-link .active, #home-wrapper .bg-custom-dark #right-side-menu a:hover {
    color: #ff073a;
}

.bg-custom-dark ul li .about-link:hover, .bg-custom-dark ul li .about-link .active, #about-wrapper .bg-custom-dark #right-side-menu a:hover {
    color: #08fdd8;
} 

.bg-custom-dark ul li .projects-link:hover, .bg-custom-dark ul li .projects-link .active, #projects-wrapper .bg-custom-dark #right-side-menu a:hover {
    color: #d896ff;
}

.bg-custom-dark ul li a {
    font-size: 15px;
    color: #4d4d4e;
    display: block;
    text-decoration: none !important;
    text-align: center;
    padding-top: 10px;
}

.bg-custom-dark #right-side-menu a:hover i {
    display: block !important;
}

.bg-custom-dark #right-side-menu a {
    padding: 5px;
}

/* Needs set length to fix moovy menu thingy */
.bg-custom-dark #middle-menu li {
    width: 70px;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar-brand img {
    height: 60px;
}



.main-img {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),url('img/new-mountain.jpg'); */
    /* background-image: url("img/mt.jpg"); */
    background-image: url("img/stone.jpg");
    height: 100vh;
    width: 100%;
    background-position: top center;
    background-size: cover;
    position: relative;
}

.main-text {
    color: white;
    width: 90%;
}

.main-text h1 {
    font-weight: 600 !important;
}

.centered {
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.main-text h1 {
    font-weight: 400;
    font-size: 60px;
    text-align: center;
}

.resume-text {
    font-size: 18px;
    color: white;
    text-align: center;
}

.resume-text .fa {
    padding-left: 10px;
    color: white;
}

.resume-text .fa:hover {
    color: #ff073a;
}

.text-dash {
    padding-left: 16px;
    padding-right: 16px;
}

.main-text-button {
    padding-top: 40px;
    margin: auto;
    text-align: center;
}

.main-text-button button {
    border: #ff073a solid 1px;
    color: white;
}

.main-text-button button:hover {
    background-color: #ff073a;
    color: white;
}

.btn {
    padding: 18px 20px;
}



/* About Me */
#about {
    margin-left: 75px;
} 

#about h1 {
    color: #08fdd8;
    text-shadow: 1px 3px 0 #1d1d1d, 1px 13px 5px #181818;
}

#about .carousel {
    -webkit-box-shadow: 5px 5px 15px 5px #000000; 
    box-shadow: 5px 5px 15px 5px #000000;
    border-radius: 15px;
}

.about-me-text {
    color: white;
}





/* Projects */
#projects {
    margin-left: 75px;
    height: 100vh;
    overflow-y: auto;

}

#projects h1 {
    color: 	#d896ff;
    text-shadow: 1px 3px 0 #1d1d1d, 1px 13px 5px #181818;
}

.project-text {
    font-size: 60px !important;
    font-weight: 700;
    text-align: center !important;
    padding-top: 70px;
    margin-bottom: 70px;
}

#projects .card {
    border: none;
    -webkit-box-shadow: 5px 5px 15px 5px #000000; 
    box-shadow: 5px 5px 15px 5px #000000;
}

.card-overlay {
    position: relative;
}

.card-overlay:hover .card-img {
    opacity: 0.3;
}

.card-overlay:hover .card-mid-button {
    opacity: 1;
}

.card-img {
    opacity: 1;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    height: 325px;
    object-fit: fill;
}

.card-mid-button {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.project-view-button {
    border: #d896ff solid 2px;
    border-radius: 100%;
    background: #d896ff;
    padding: 30px;
    color: black;
}

.project-view-button:hover {
    text-decoration: none;
    color: black;
}

.project-view-button:focus {
    outline: none;
}


@media (max-width: 992px) {
    .centered {
        top: 50%;
    }
    #about, #projects, #contact {
        margin-left: 0;
    } 
    #projects h1, #about h1 {
        margin-top: 10%;
    }
}


@media (max-width: 768px) {
    .main-text-button {
        top: 82%;
    }
  
    #projects .card {
        width: 80%;
        margin: auto;
    }
  }


@media (max-width: 576px) {
    .main-text h1 {
        font-size: 50px;
    }
    .main-text h3 {
        font-size: 16px;
    }
    #projects img{
        height: 275px;
    }
    #projects .card {
        width: 80%;
        margin: auto;
    }
    .form-group {
        width: 375px !important;
    }
    .center-form {
        left: 50%;
    }
}

