/* milestones 1 and 2 */
.text{
    margin: auto;
    width: 850px;
    padding: 50px;
    font-family: "Century Gothic", sans-serif;
    color: #324A6B;
}

.wire {
    text-align: center;

}

/* main html project */
body {
    background-color: #252525;
    background-image: url('pwpImages/Home.png');
    background-attachment: fixed, scroll;
    background-repeat: no-repeat;
}
.me {
   height: 250px;
}
@media (min-width: 15px) {
    h1 {
        font-family: 'Barlow Black', sans-serif;
        color: #e1dfdc;
        font-size: 60px;
    }
}
@media (min-width: 12px) {
    .erin {
        font-family: 'Barlow', sans-serif;
        font-size: 22px;
        color: #e1dfdc;
    }
}

@media (min-width: 11px) {
    .about {
        font-family: 'Barlow', sans-serif;
        font-size: 20px;
        color: #e1dfdc;
    }
}

.words {
    background: rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.7px);
    -webkit-backdrop-filter: blur(7.7px);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.home {
    background: rgba(0, 0, 0, 0.33);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.3px);
    -webkit-backdrop-filter: blur(7.3px);
    border: 1px solid rgba(0, 0, 0, 0.34);
}

.aboutMe {
    background-color: #F7F7F3;
}
.headshot {
    height: 400px;
}

.webDevelopment {
    background-color: #F7F7F3;
}

.navbar {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
}

.nav-link {
    color: #e1dfdc;
}

.nav-link:hover {
    color: #69647b;
}

.logo {
    width: 50px;
}

h2 {
    color: #252525;
    font-family: 'Cooper Black', sans-serif;
}

.footer {
    background-color: #F7F7F3;
    color: #252525;
    font-family: 'Cooper Black', sans-serif;
    font-size: x-large;
}

.contact{
    color:  #e1dfdc;
    font-family: "Barlow SemiBold", sans-serif;
}

.contact:hover {
    color: #e1dfdc;
    box-shadow: inset 200px 0 0 0 #69647b;
}

.shop {
    color: #e1dfdc;
    font-family: 'Barlow SemiBold', sans-serif;
}

.desertQuinn {
    color: #252525;
    font-family: 'Cooper Black', sans-serif;
}

.shop:hover {
    color: #69647b;
}

.desertQuinn:hover {
    color: #9C94B6;
}

.brighten img {
    -webkit-filter: brightness(80%);
}

.brighten p{
    font-family: "Barlow SemiBold", sans-serif;
    color: #e1dfdc;
    font-size: 20px;
    transform: translate(35%, 50%);
    opacity: 0;
    width: 150px;
}

.brighten img:hover {
    -webkit-filter: brightness(120%);
    transition: .5s ease;
}

.brighten :hover p {
    opacity: 1;
}
