body{
    margin: 0;

}
#top p{
    font-weight: bold;
    font-size: 47px;
}
.jumbotron{
    min-height: 750px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 0px;
    margin-bottom: 0px;
    padding: 0px;
    /*background-image: url("https://images.unsplash.com/photo-1504805572947-34fad45aed93?ixid=MXwxMjA3fDB8MHxzZWFyY2h8MTZ8fHByb2dyYW1taW5nfGVufDB8fDB8&ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=60");*/
    background-image: url('../images/background.png');
    box-sizing: border-box;
    transform: translateZ(0);
}
.jumbotron  {
    color: white;
    text-align: center;
    position: relative;
    padding-top: 25vh;
}
.jumbotron .container h1{
    margin-top: 60px;
    padding-top: 330px;
    border-bottom: 1px solid #FFF0F5;
    border-bottom-color: rgba(255,255,255,0.35);
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight:400;

}
.jumbotron .container p{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
}
.albums {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
    margin: 25px;
}

.album {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-gap: 10px;
    align-items: center;
    color: #41495a;
    text-align: center;
}
.album__artwork {
    width: 100%;
}
#profile{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color:fuchsia;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    padding-top: 40px;
}
.profiles{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 40px;
    margin: 45px;
}
.profile{
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-gap: 10px;
    align-items: flex-start;
    color: #41495a;
    /*text-align-all: center;*/
    font-weight: bolder;
}
.title p {
    font-size: 20px;
}
.title h2 {
    font-weight: lighter;
    font-size: 22px;
}
.title hr {
    border: 10px solid fuchsia;
    border-radius: 4px;
    width: 80px;
    border: none;
    height: 5px;
    color: fuchsia;
    background-color: fuchsia;
    margin-bottom: 30px;
}
.profile-image img {
    object-fit: cover;
    width: 100%;
}
#mainNavbar {
    font-size: 0.9rem;
    font-weight: 100;  /* makes font more thin */
    background-color: #000000;
    opacity: 0.9;
    height: 120px;
}
#mainNavbar .navbar-brand{
    color: fuchsia;
    font-size: 1.2rem;
    font-family: 'Crimson Text', serif;
    font-family: 'Cinzel', serif;
}
.right_arrow {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

#mainNavbar .nav-link {
    color: white;
}
#mainNavbar .nav-link:hover {  /* change color from white  to red when user touches the Link */
    color: fuchsia;
}

.navbar.scrolled{
    background: rgb(222,192,222);
    transition: 500ms;
}
.scroll{
    transition: 1s;
}
i{
    padding-right: 10px;
}
a {
    color:  #41495a ;
    font-size: 18px;
}
.lead{
    color: #41495a;
    font-size: 21px;
    padding-bottom: 20px;
    padding-left: 50px;
}
.background-white{
    display: block;
    min-height: 750px;
}
h3{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color:fuchsia;
    text-align: left;
}
.experiences{
    font-family: 'Nunito', sans-serif;
    color:  #41495a;
    font-size: 18px;
    line-height: 32px;
    font-weight: 100;
}
.container h3{
    padding-bottom:20px;
    padding-top: 30px;
}
.education p {
    text-align: left;
}
h6{
    font-weight: 400;
}

.background-grey{
    background-color: ghostwhite;
    display: block;
    padding-top: 20px;
    display: block;
    min-height: 620px;

}
h4{
    color:#41495a;
    font-size: 23px;
    font-weight: 400;
    font-family: 'Neuton', sans-serif;
    padding: 10px 10px 10px 10px;
}


/*li:nth-of-type(7) {*/
/*    animation-delay: 1s;*/
/*}*/
/*li:nth-of-type(6) {*/
/*    animation-delay: 2s;*/
/*}*/
/*li:nth-of-type(5) {*/
/*    animation-delay: 3s;*/
/*}*/
/*li:nth-of-type(4) {*/
/*    animation-delay: 4s;*/
/*}*/
/*li:nth-of-type(3) {*/
/*    animation-delay: 5s;*/
/*}*/
/*li:nth-of-type(2) {*/
/*    animation-delay: 6s;*/
/*}*/
/*li:nth-of-type(1) {*/
/*    animation-delay: 7s;*/
/*}*/

/*@keyframes fade {*/
/*    from {*/
/*       opacity: 0;*/
/*    }*/
/*    12.5% {*/
/*       opacity: 1;*/
/*    }*/
/*    25% {*/
/*        opacity: 1;*/
/*    }*/
/*}*/


