@charset "UTF-8";
/* da colors

white #EFF1FF
pink #F294B6
blue #6583BF
green #367880
black #181B26
gray #C9BDC1

drkblu #4E6AA0

*/
body {
    margin-right: 0px;
    margin-left: 0px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    background-color: #eff1ff;
    margin-top: 0px;
    margin-bottom: 0px;
}
#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

header {
    margin-top: 15px;

}

#dpHeaderFlexP {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#top {

}

p {
  line-height: 1.5
}


header h1   {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: 900;
    text-align: left;
    font-size: 3rem;
    font-variant: normal;
    font-style: italic;
    text-shadow: -1px 2px 0px #556087;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    display: flex;
    margin-bottom: 0px;
}
#topNav ul {
    text-align: right;
    list-style-type: none;
    padding-bottom: 0px;
    margin-bottom: 0px;

}
#topNav ul li {
    display: inline-block;
    padding-right: 0px;
    margin-left: 25px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    text-shadow: 0px 0px 0px #556087;
    font-size: larger;
}

a {
-o-transition:.35s;
  -ms-transition:.35s;
  -moz-transition:.35s;
  -webkit-transition:.35s;

}


a:link, a:visited {
    color: #F294B6;
    list-style-type: none;
    text-decoration: none;
    display: block;
}
a:hover, a:active {
    color: #6583bf;
    list-style-type: none;
    text-decoration: none;
    display: block;
    margin-bottom: 0px;
}
.album h2 a {
    font-weight: normal;

}
#headBox {
    background-color: #F294B6;
    height: 15px;
    -webkit-box-shadow: -1px 2px 0px #556087;
    box-shadow: -1px 2px 0px #556087;
    margin-top: 10px;
    margin-bottom: 51px;
}


.dpFlexP {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.dpFlexC{
    flex-basis: 40%;
}






.album-container {
    display: flex;
    justify-content: space-around;


}

.album {
    width: 300px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border: 2px solid #6583BF;
    border-radius: 2px;
    float: none;
    -webkit-box-shadow: -20px 20px #4E6AA0;
    box-shadow: -20px 20px #4E6AA0;
    margin-bottom: 40px;
}

#albumsIntro {
}
footer {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #6583BF;
    margin-top: 70px;
    margin-bottom: 0px;
    padding-top: 10px;
    width: auto;
    padding-bottom: 45px;
}
footer h1 {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: italic;
    font-weight: 900;
    color: #EFF1FF;
    font-size: 20pt;
    text-align: center;
    margin-top: 0px;
    padding-top: 30px;
}
footer ul {
    list-style-type: none;
    padding-left: 0px;
    text-align: center;
    margin-right: 0px;
    padding-right: 0px;
}
footer ul li {
    display: inline-block;
    padding-right: 0px;
    margin-right: 10px;
    margin-left: 10px;
}
footer a:link,footer a:visited   {
    color: #4E6AA0;
    text-decoration: none;
    display: block;
}
footer a:hover,footer a:active   {
    color: #EFF1FF;
    text-decoration: none;
    display: block;
}
.marginBottom0 {
    margin-bottom: 0px;
}
.dpFlexC p {
    font-size: 1.2rem;
    text-align: left;

}
.dpFlexP img {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 2px;
    padding-left: 2px;
}
.dpFlexC h1 {
    font-size: 3rem;
}
