@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


@media only screen and (min-width: 768px) {
    .projShow{
        min-height: 44em;
        margin-top: 1.2em;
    }
    a.fill-div{
        margin-top: 4em;
        padding: 32em 1em 4em 1em !important;
    }
}
@media only screen and (max-width: 768px) {
    
    #project1{
        margin-top: 1.2em;
    }
    
}

body{
    background-color: black;
}

#globalHeader {
    background-color: black; 
    color: white; 
    padding: 1em;
    width: 100%;
    position: fixed;
    margin: 0 !important;
    z-index: 12;
}
#globalBody{
    width: 100%;
    margin: 0 !important;
    z-index: 6;
    background-color: #eee;
    padding-top: 3em;
}
#globalFooter {
    background-color: black; 
    color: white; 
    padding: 1em;
    text-align: center;
    width: 100%;
    margin: 0 !important;
    z-index: 9;
}

#contentBody{
    padding: 3.6em 1em;
    background-color: white;

}

#project1{
    background-image: url("../img/designsystem_cover-dark.jpg");
    vertical-align: bottom;
    background-position: center;
}
#project1:hover{

}
#project2{
    background-image: url("../img/amfam_cover-dark.jpg");
    vertical-align: bottom;
    background-position: center;
}
#project2:hover{

}
#project3{
    background-image: url("../img/vidde_cover-dark.jpg");
    vertical-align: bottom;
    background-position: left;
}
#project3:hover{

}
#project4{
    background-image: url("../img/whichroute_cover-dark.png");
    vertical-align: bottom;
    background-position: right;
}
#project4:hover{

}

#partners{
    background-color: gray;
    padding: 1.25em;
    color: white;
    text-align: center;
    align-content: center;
    vertical-align: middle !important;
    height: auto;
    width: 100%;
    margin: 0 !important;
}
#aboutMe{
    height: auto;
    background-image: url("../img/mount-rainier-bw.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;

    width: 100%;
    margin: 0 !important;
}
#testimonials{
    padding: 3em 2em;
}

a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: white;
    padding: 8em 1em 1em 1em;
}
a.fill-div:hover {
    transform: 2.2;
}

.projShow:hover{
 /*   transform: scale(0.95);  */
    border: 2px solid orange;
}


.designsystem-header{
    background-image: url("../img/designsystem_cover-dark.jpg");
    background-size: 100%;
    background-attachment: fixed;
}
.amfam-header{
    background-image: url("../img/amfam_cover-dark.jpg");
    background-size: 100%;
    background-attachment: fixed;
}
.routepicker-header{
    background-image: url("../img/whichroute_cover-dark.png");
    background-size: 100%;
    background-attachment: fixed;
}
.vidde-header{
    background-image: url("../img/vidde_cover-dark.jpg");
    background-size: 100%;
    background-attachment: fixed;
}
.avatar{
    max-width: 100%;
    height: auto;
    align-self: center;
    margin: 3em 0em;
}
.projShow{
    color: white;
    text-shadow: 2px 2px 2px #000000;
    vertical-align: bottom !important;
    box-shadow: inset 0px 0px 32px 0px rgba(0,0,0,0.5);
    overflow: hidden;
    background-size: auto;
    transition: transform .2s; /* Animation */
}
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.flexd{
    padding: 0 1em;
    font-size: 4em;
}
.about{
    padding: 2em;
}
.partner{
    vertical-align: middle !important;
    padding-top: 1em;
}
.partner > img{
    vertical-align: middle !important;
    object-fit: scale-down;
}
.lozenge {
    padding: 0.25em 0.5em;
    background-color: black;
    border-radius: 0.25em;
    display: inline-flex;
    margin-bottom: 0.3em;
}
.bottomBGfade {
    vertical-align: bottom;
    width: 100%;
}
.accordion-body{
    padding: 0px !important;
}
.accordion-body > p{
    margin: 1em 2em !important;
}