@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');

html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Hind", sans-serif;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(57, 80, 78, 0.44);
}

.section,
.sectionabout,
.music,
#overlay {
    background-size: cover;
    background-repeat: no-repeat;
}

#videocontainer {
    display: grid;
    grid-template-columns: 50% 50%; 
    margin-top: 5%;
}

#videocontainer2 {
    margin-top: 5%;
}

.iframe-parent {
        max-width: 90%;
    padding: 0 5% 0 5%;
}

.iframe-parent2 {
        max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.iframe-container{
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.music {
    background-image: url("img/BG.jpg");
    background-color: black;
    padding-bottom: 5%;
}

.mainh2,
h2 {
    padding-top: 2%;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 200;
    margin: auto auto;
    text-align: center;
    font-size: 3.2em;
    color: white;
}

h2 {
    padding-top: 0.8em;
    font-weight: 200;
}

.mainh2:nth-of-type(2) {
    margin: 0;
    padding: 0 0 0 50%;
    font-size: 5em;
    letter-spacing: 0.7em;
    Color: #162a57;
    transition-duration: 2s;
}

.mainh3 {
    text-shadow: -2px 2px 5px black;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 2% 0 0 0;
    font-size: 35px;
    font-weight: 600;
    text-align: right;
    color: white;
    width: 40%;
}

.mainh4 {
    padding-top: 4%;
    letter-spacing: 0.2em;
    font-weight: 200;
    margin: auto auto;
    text-align: center;
    font-size: 1.2em;
    color: white;
}

#caption {
    font-size: 0.7em;
    text-align: right;
    color: #b9b9b9;
    margin-right: 2em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 100;
    position: relative;
    top: -3.5em;
}

#quoteback {
    margin: 0 5% 0 auto;
    width: auto;
    background: #31454e;
    background-size: cover;
    box-shadow: -0.2em 0.1em 0.3em grey;
}

#quoteback:nth-of-type(4) {
    margin: 0 auto 0 5%;
}

#quoteback:nth-of-type(6) {
    margin: 0 auto 0 5%;
}

#quote {
    color: white;
    font-family: "Kalam", serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 2% 5% 2% 0;
    padding: 2% 0;
    font-size: 1.3em;
    text-align: left;
    font-weight: 100;
    line-height: 2em;
    max-height: 40%;
}

#quoteback:nth-of-type(4) #quote {
    padding-top: 2em;
    padding-bottom: 2em;
}

#quote span a {
    text-decoration: none;
    color: #c3c3c3;
}

#quoteback:nth-of-type(4) #quote {
    margin: 2% 0 2% 5%;
}

#quoteback:nth-of-type(6) #quote {
    margin: 2% 0 2% 5%;
}

p span {
    font-family: "Hind", sans-serif;
    letter-spacing: 0.1em;
    font-weight: 100;
    text-align: right;
    color: #c3c3c3;
}

#quoteback div {
    margin: 2% 0;
    display: flex;
}

#quoteback:nth-of-type(4) div {
    flex-direction: row-reverse;
}

#quoteback img {
    opacity: 1;
    width: 10em;
    height: 10em;
    object-fit: contain;
    margin: auto 3em;
    padding: 0;
}

#quoteback:nth-of-type(3) img {
    margin: auto 3em auto 2.4em;
}

#portrait {
    opacity: 1;
    max-height: none;
    min-height: none;
    width: 100%;
    height: auto;
    min-width: 880px;
}

.sectionabout {
    background-image: url(img/portrait.jpg);
    background-size: cover;
    background-color: #212733;
}

#about {
    color: white;
    padding: 15% 0 20% 2%;
    margin: 0;
    letter-spacing: 0.03em;
    font-size: 25px;
    font-weight: 100;
    line-height: 1.7em;
    width: 39%;
}

#about + p {
    color: white;
    text-align: right;
    margin: 8% 1em 0 auto;
    font-size: 1.4em;
    letter-spacing: 0.4em;
    white-space: nowrap;
    width: 50%;
}

/*blog page */

#blogheader {
    background-image: url("img/Header.jpg");
    background-size: cover;
}

#colorcover {
    background-color: rgba(242, 240, 232, 0.89);
    background
}

#bloghead {
    color: black;
    font-weight: 500;
}

#blogsubhead {
    text-align: center;
    font-size: 1.7em;
    letter-spacing: 0.1em;
    padding: 0 5% 5% 2em;
    margin-bottom: 0;
    text-transform: uppercase;
    
}

.blogentry a {
    text-decoration: none;
}

.blogentry a h1 {
    border-top: 0.1em solid black;
    padding-top: 4%;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 200;
    margin: auto auto;
    text-align: center;
    font-size: 3.2em;
    color: black;
    cursor: pointer;

}

.blogentry {
    background-color: rgb(226, 216, 211);
}

.blogentry:nth-of-type(2n+1) {
    background-color: rgb(232, 202, 187);
}

.blogentry h2 {
    margin: 0 1em;
    padding: 0;
    font-size: 1.6em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 400;
    color: black;
}

.blogentry h3 {
    padding: 2% 5% 0 5%;
    margin: 0;
}

.blogentry p {
    padding: 1% 20% 0.1% 5%;
    margin: 0;
}

  .blogentry p:nth-last-child(1){
        padding-bottom: 10%;
    }
#blogquote {
    margin: 0% 6% 0 5%;
}

audio {
    margin: 2% 0 0 5%;
}

.blogentry iframe {
    display: block;
    margin: 0 auto 0 5%;
}


.blogentry img {
    display: block;
    margin: 1% auto 1% 5%;
    max-width: 80%;
    height: 100%;
}

#blogspacer {
    padding-top: 15%;
}

#actuallink {
    text-decoration: underline;
    color: #3f3fff;
}

.bandcamp {
    padding: 0 0 4% 0;
}

/*works page */

.works {
    background-color: rgba(133, 165, 229, 0.13);
    text-align: center;
}

table {
    margin: 0 auto;
    width: 90%;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 0.1em;
    border-spacing: 1.5em;
    height: 100%;
}

th:nth-of-type(2) {
    width: 50%;
}

thead {
    font-weight: 100;
    font-style: normal;
}

td {
    font-size: 0.8em;
    line-height: 1em;
    letter-spacing: 0.1em;
}

td span {
    font-size: 0.6em;
    letter-spacing: normal;
}

td span:nth-child(4) {
    text-transform: none;
}

.line {
    background-color: black;
    transform: scaleX(11);
    position: relative;
    left: 44%;
}

/* Contact Page Settings */

#mobileimg {
    display: none;    
}

#ratetablesmall {
    display: none;
}

#ratetable td {
    text-align: center;
}

#ratesheet h1 {
    color: black;
    font-weight: 500;
    font-size: 3em;
    margin-top: 10%;
    text-align: center;
    border-bottom: 0.1em solid black;
}

.contact {
    text-align: center;
}

.contact p {
    text-align: center;
    font-size: 1.7em;
    letter-spacing: 0.1em;
    margin: 1.5em 0 0 2em;
}

#flex {
    width: 100%;
    display: flex;
    margin: 0 0 0 0;
}

#flex img {
    width: 672px;
    height: 349px;
    position: absolute;
    top: 49%;
    z-index: -1;
}

#flex > p {
    text-align: right;
    font-weight: 800;
    margin: 1.5em 2% 0 auto;
    font-size: 1.5em;
    padding: 0;
    width: 30%;
}

#flex div {
    width: 60%;
    background-color: white;
    border-radius: 20px 0 0 20px;
}

#flex div div {
    margin: 1em auto;
    padding: 0.1em 3em;

}

#flex a {
    color: #3f3f8e;
}

#flex div p {
    font-size: 1.3em;
    font-weight: 100;
}

#flex div p:nth-of-type(5) {
    font-size: 1.3em;
    font-weight: 100;
    margin-bottom: 1em;
}

/* pop up number */
#num {
    Opacity: 0;
    position: relative;
    z-index: 1;
    font-size: 1px;
    top: -3.7em;
    left: 4em;
    padding: 0.4em;
    line-height: 1em;
    border-radius: 1em;
    margin: 0;
    width: 50%;
    text-align: center;
    transition-duration: 0.5s;
    background-color: #d9ebe3;
    box-shadow: -3px 3px 7px black;
}


#numcontainer a {
    text-decoration: underline;
}

#numcontainer a:hover {
    cursor: pointer;
}

#numcontainer:hover + #num {
    opacity: 1;
}

#spacer {
    padding-top: 15%;
}

/* Header settings */

header {
    display: flex;
    align-content: center;
    background-color: white;
    justify-content: space-between;
    margin: 0;
}

header li:hover {
    Color: black;
    background-color: #E0E5F2;
}

header a:hover {
    Color: black;
}

a:link {
    Color: black;
}

a:active {
    Color: black;
    cursor: default;
}

a:visited {
    Color: black;
    background: black;
}

.current {
    user-select: none;
    /* supported by Chrome and Opera */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    border-bottom: 0.3em solid #e5e5e5;
}

.current:hover {
    Color: black;
    background-color: #f1f3f7;
}

nav {
    margin: 0 auto 0 auto;
}

h1 {
    margin: 0.8em 1em;
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 400;
    white-space: nowrap;
    cursor: default;
}

header ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.menuimg {
    margin: auto auto;
    display: none;
    opacity: 0.5;
}

header li {
    margin: 3em;
    list-style: none;
    margin: 0px 0.8em;
    transition: 0.4s;
}

header a {
    display: inline-block;
    padding: 1em;
    font-size: 1.1em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.current a {
    padding-bottom: 0.7em;
}

header #workwm {
    width: 13em;
    text-align: right;
    margin-right: 2em;
}

header #workwm a {
    padding: 0.7em 2em 0;
    height: 2em;
    margin: 0.4em 0 0 0;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 800;
    white-space: nowrap;
    background: rgb(219, 233, 240);
    background: linear-gradient(25deg, rgba(219, 233, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 30px;
    transition-duration: 0.4s;
    transition-timing-function: ease-in;
}

header #workwm a:hover {
    background: black;
    color: white;
}

/*Footer settings */

footer {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: rgb(253, 255, 252);
    height: 10em;
    background-image: url(img/Score2.jpg);
}

footer div {
    margin: 1% 0 0 auto;
    width: 40%;
    background: rgb(255, 255, 255);
    background: linear-gradient(266deg, rgba(255, 255, 255, 0.7301295518207283) 70%, rgba(255, 255, 255, 0) 100%);
}

footer ul {
    max-height: 100%;
    width: 8.5em;
    list-style: none;
    margin: 0 10% 0 auto;
    position: relative;
}

footer ul li {
    width: 90%;
    height: 100%;
    margin: 5% 0;
    padding: 0;
}

footer ul a img {
    opacity: 1;
    position: static;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0 0 0 1em;
}

footer ul a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9em;
    transition-duration: 0.5s;
    position: relative;
}

footer li:nth-of-type(1) a:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 0.2em;
    bottom: 0;
    right: 3.4em;
    background-color: darkslategrey;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

footer li:nth-of-type(2) a:before {
    content: "";
    position: absolute;
    width: 40%;
    height: 0.2em;
    bottom: 0;
    right: 3.4em;
    background-color: darkslategrey;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

footer li:nth-of-type(3) a:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 0.2em;
    bottom: 0;
    right: 3.4em;
    background-color: darkslategrey;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

footer ul a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}


/* Responsive Styling */

@media (max-width:1200px) {
    nav li {
        font-size: 0.85em;
        padding: 0.4em 0;
        margin: 0;
    }
    
    nav {
        vertical-align: middle;
    }

    .current:hover {
        background-color: none;
    }

    .line {
        transform: scaleX(8);
        left: 15em
    }
    
    
    .blogentry p {
    padding: 1% 5% 0.1% 5%;
    margin: 0;
    }
    
    #flex img {
    display: none;
    }
    
        #mobileimg {
    display: block; 
            width: 100%;
    }
    
}    
    


@media (max-width: 1000px) {
    header ul {
        display: block;
    }

    #about {
        width: 50%
    }

    .menuimg {
        width: 40px;
        height: 40px;
        margin-right: 16em;
        display: block;
    }

    .menuimg:hover {
        cursor: pointer;
    }

    header {
        justify-content: flex-start;
    }

    header nav {
        opacity: 0.98;
        margin: 0;
        padding: 2% 0 2% 0;
        position: fixed;
        top: 6%;
        background-color: white;
        z-index: 1;
        left: -11em;
        transition-duration: 0.4s;
    }
    
    #videocontainer {
        margin-top: 2%;
    }

    .iframe-parent {
        max-width: 60%;
        margin: 0 auto 2% auto;
    }
    
    #workwm {
        position: sticky;
        top: 0;
        right: 0;
        z-index: 5;
    }

    footer ul {
        margin-top: 1em;
    }

    .mainh2 {
        font-size: 2.4em;
        margin: 0;
        padding: 0.2em;
    }

    .mainh2:nth-of-type(2) {
        color: white;
        width: 50%;
        margin: auto;
        padding: 0;
        transition-duration: 2s;
    }

    #about + p {
        text-align: center;
        width: 100%;
        font-size: 1.2em;
    }

    .line {
        transform: scaleX(7);
        left: 39%;
    }
    
     #quoteback {
        width: 100%;
    }

    #quoteback:nth-of-type(3) {
        margin: 0 5% 0 auto;
    }

    #videocontainer {
        display: block;  
    }
    
    #caption {
        display: none;
    }
    
    
}

@media (max-width: 800px) {
    table td {
        font-size: 0.7em;
    }

    table th {
        font-size: 0.8em;
    }

    #quoteback {
        width: 100%;
    }

    #quoteback div {
        display: block;
    }

    #quoteback img {
        float: left;
        margin: 2em;
    }

    #quoteback:nth-of-type(3) img {
        float: right;
        margin: 2em;
    }

    #quote {
        margin: 0 2em;
    }

    
    .blogentry iframe {
    display: block;
    margin: 0 auto;
    }
    
    .blogentry img {
    display: block;
    margin: 0 auto;
    }
    
}

@media (max-width: 750px) {

    .music,
    #overlay {
        background-position: center;
    }
    
    .music {
    padding-bottom: 2%;
    }
    

    #workwm {
        display: none;
    }

    h1 {
        margin: 0.8em auto;
        font-size: 1em;
    }

    #num {
        top: 0;
        left: -1em;
        width: 100%;
    }
    
    #videocontainer {
        margin-top: 0%;
    }

    .iframe-parent {
        max-width: 100%;
        padding: 3% 0 3% 0;
    }
    
    .iframe-parent2 {
        max-width: 100%;
        padding: 3% 0 3% 0;
    }

    h2 {
        font-size: 2em;
    }
    

    .menuimg {
        margin-right: auto;
    }

    .mainh2 {
        text-align: center;
        padding: 4% 0 0 0;
        margin: 0;
    }

    .mainh2:nth-of-type(2) {
        font-size: 3em;
        letter-spacing: 0.5em;
        transition-duration: 2s;
        width: 80%;
        text-align: center;
    }

    .mainh3 {
        margin: 0 auto;
        text-align: center;
        width: 100vw;
    }
   
    
     #quoteback {
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
        border-radius: 0;
    }

    #quoteback div {
        margin: 0;
        padding: 0;
}
    
    #quoteback img {
        width: 6em;
        height: 6em;
        margin: 1.5em 1em 1em 1em;
        
}

    #quoteback:nth-of-type(3) img {
        margin: 1.5em 1em 0 1em;
    }

    #quote {
        margin: 0 0.5em 1em 1em;
        padding-top: 1em;
        font-size: 0.8em;
    }
    
    .blogentry a h1 {
    font-weight: 600;
    font-size: 2em;
    }
    
    .blogentry h2 {
    font-size: 1.2em;
    }
    
    #blogsubhead {
        padding: 0 0 2% 0;
        font-weight: 100;
        font-size: 1.4em;
    }

    #caption {
        display: none;
    }

    #aboutfooter {
        margin: 0;
    }

    .sectionabout {
        background-image: url(img/portraitmobile.jpg);
        background-size: auto;
        background-position: 48% -100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #about {
        text-align: center;
        font-size: 1.2em;
        width: 96%;
        padding-top: 18em;
    }
    
    .contact > p {
        text-align: center;
        margin: 0;
    }
    
    #ratetable {
        display: none;
    }
    
    #ratetable td {
        font-size: 0.5em;
    }
    
    #ratesheet h1 {
        font-size: 2em;
    }
    
    #flex div div {
        width: 70%;
        padding-right: 0;
    }

    #flex {
        padding: 0;
        height: 50%;
    }

    #flex p {
        margin: 0;
    }
    

    table {
        width: 100%;
        letter-spacing: 0;
        border-spacing: 0.3em;
        height: 100%;
    }

    th:nth-of-type(1) {
        width: 30%;
    }

    th:nth-of-type(2) {
        width: 70%;
    }

    thead th:nth-of-type(2) {
        display: none;
    }

    td:nth-of-type(1) {
        display: none;
    }
    

    table th {
        font-size: 0.7em;
    }
    
    #ratetablesmall {
        display: table;
    }
    
    #ratetablesmall td, th{
        text-align: center;
        display:table-cell;
        padding: 0;
        margin: 0;
    }

    #ratetablesmall th:nth-of-type(1) {
        width: 60%;
    }

    #ratetablesmall th:nth-of-type(2) {
        width: 40%;
    }  
    
    #livetd {
        text-transform: none;
        font-size: 0.5em;
    }
        
    .line {
        transform: scaleX(3);
    }

    footer ul {
        margin-top: 1em;
    }

    .contact + footer {
        margin-top: 14em;
    }

    footer {
        margin-top: 0;
    }

    footer div {
        margin-left: 30%;
        width: 70%;
    }

    .current a {
        border-bottom: 0.3em solid #e5e5e5;
        padding-bottom: 0.2em;
    }

    .current {
        border-bottom: none;
    }
    
    #flex {
        display: grid;
        width: 100%;
    }
  
    #flex p {
        width: 100%;
        text-align: center;
    }
    
    #flex div {
        width: 100%;
        border-radius: 0;
    }
    
    
    .contact p {
    font-size: 1.3em;
}
    
    .blogentry iframe, img {
    max-width: 100%;
}

.blogentry .removeimg {
    display: none;
    margin-bottom: 5%;
    }   

}

/* toggle nav menu */
.active {
    left: 0;
}
