
body {
    background-image: linear-gradient(to bottom, #0F1615, #0B1312);
    margin: 0;
    min-height: 100vh;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body.column{
    display:flex;
    flex-direction: column;
}

/*.home{*/
/*    background-image: url('/PaulsWebsite/assets/Headshot.png');*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    padding-bottom: 0px;*/
/*}*/

nav {
    position: sticky;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    padding: 12px 48px;
    transition: top 500ms ease-in-out;
}

nav.scroll-up,
nav:focus-within {
    top: 0;
}

nav.scroll-down {
    top: -100%;
}

nav{
    background-color: #0B1312;
    border-bottom: 1px solid #D3E8EF;
    box-shadow: 0 2px 10px #9DBCAA;
}

nav a {
    color: #D3E8EF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    padding:8px;
    text-decoration: none;
    border: 1px solid #ffffff00;
    /*transition: linear 0.3s;*/
}

nav a:hover {
    font-weight: 400;
    color: #D3E8EF;
    background-color: #ffffff19;
    border: 1px solid #ffffff00;
    border-radius: 4px;
}

.active {
    font-weight: 400;
    color: #D3E8EF;
    background-color: #ffffff12;
    border: 1px solid  #D3E8EF;
    border-radius: 4px;
}

.logo{
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
    padding: 0px;
}
.logo:hover{
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
    background-color: transparent;
}

H1 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
    color: #D3E8EF;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 48px;
    margin: 0;
}

H1.border-box {
    display: flex;
    justify-content: center;
    margin-top: 0;
}

hr {
    border-top: 1px solid #D3E8EF;
    margin-top: 0;
    margin-bottom: 80px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 0 2px 10px #9DBCAA;
}

hr.listen{
    margin-bottom:40px;
}

h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #81D0C4;
    margin-block-start: 0;
    margin-block-end: 12px;
}

#Paul{
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #81D0C4;
    text-align: left;
    padding: 0px 0px;
    margin: 0;
}

#Wierdak{
    font-size: 120px;
    line-height: 128px;
    font-weight: 300;
    color: #D3E8EF;
    text-transform: uppercase;
    text-align: left;
    padding: 0px 0px;
    margin: 0;
}

#Paul-Wierdak{
    padding-left: 12%;
    padding-top: 64vh;
    padding-bottom: 12%;
}

p {
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
    color:#D3E8EF;
    margin-block-start: 0;
    margin-block-end: 24px;
}

div.page-container{
    margin-left: 17%;
    margin-right: 17%;
    margin-bottom: 80px;
}

#Paul-Wierdak{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

#biline{
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

#biline p{
    margin-block: 0px;
}

.thin-line{
    display: flex;
    flex-direction: column;
    align-self: center;
    height: 1px;
    background: #ffffff;
    flex: 1 0 0;
}

div.PlaylistItem__Title{
    font-size: 40px;
}

input[type=text], select, textarea {
    font-family: "Rubik", sans-serif;
    background: #FFFFFF12;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    line-height: 40px;
    border-width: 0;
    border-left: 1px solid #FFF;
    box-sizing: border-box;
    margin-top: 16px;
    margin-bottom: 24px;
    resize: vertical;
}

button {
    background-color: #81D0C4;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/*button.mobileMenu{*/
/*    height:40px;*/
/*    width: 40px;*/
/*    font-size: 32px;*/
/*    line-height: 32px;*/
/*    color: #fff;*/
/*    padding: 0px;*/
/*}*/

button.mobileMenu{
    background-color: #00000000;
    padding: 8px 8px;

}

::placeholder {
    color: #D3E8EFA6;
    font-weight: 300;
    opacity: 1;
}


.container {
    margin-left: 17%;
    margin-right: 17%;
    border-radius: 5px;
    padding: 20px;
}

label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color:#D3E8EF;
}


.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #0B1312F7;
    max-width: 100vw;
    max-height: 100vh;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 24px;
}

.overlay a {
    color: #D3E8EF;
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    display: block;
    padding:8px;
    text-decoration: none;
    border: 1px solid #ffffff00;

    /*padding: 8px;*/
    /*text-decoration: none;*/
    /*font-size: 36px;*/
    /*color: #818181;*/
    /*display: block;*/
    /*transition: 0.3s;*/
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 12px;
    right: 24px;
    font-size: 40px;
    padding: 0px 8px 0px 8px;
}

#logo-link{
    font-size:  15vw;
    font-weight: 400;
    color: #97A4A7;
}

#logo-link:hover{
    color: #D3E8EF;
    filter: drop-shadow(0 2px 5px #9DBCAA);
}
svg{
    fill: #97A4A7;
    transition-timing-function: ease-in-out;
    transition-duration: 500ms;
}
svg:hover{
    fill: #D3E8EF;
    filter: drop-shadow(0 2px 10px #9DBCAA73);
}

.video-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height:0;
}

.video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}


@media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 32px}
    .overlay .closebtn {
        font-size: 40px;
        top: 12px;
        right: 24px;
        padding: 0px 8px 0px 8px;
    }
}

footer {
    text-align: center;
    margin-top: auto;
    padding: 48px 48px 72px;
    background-color: #FFFFFF03;
    color: white;
    border-top: 1px solid #D3E8EF80;

}

#contact-footer{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 24px;
}

footer a {
    color: #D3E8EF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    padding:8px;
    border: 1px solid #ffffff00;
    text-decoration: none;
    /*transition: linear 0.3s;*/
}

footer a:hover {
    text-decoration: underline;
}

#footer-text-lg{
    color: #FFFFFFD4;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0px;
}

#footer-text-sm{
    color: #FFFFFFD4;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin: 0px;
}

#contact-footer-meta{
    display: flex;
    flex-direction: column;
}