html {
    -webkit-font-smoothing: auto;
}

body {
    background-color: #efefef;
    /*    font-family: sans-serif;*/
    font-size: large;
    margin: auto;
    margin-top: 38px;
    height: 100%;
}

.nav {
    color: #ffffffff;
    background-color: red;
    z-index: 1;
    /* padding:10px; */
}


.nav_selected {
    background-color: darkred;
    border-radius: 2.5px;
}

.welcome {
    background-color: inherit;
    color: red;
}

.massiveHeaderPad {
    padding: 180px;
}

.largeHeaderPad {
    padding: 25px;
}

.mediumHeaderPad {
    padding: 10px;
}

.smallHeaderPad {
    padding: 5px;
}

.mainTextPadding {
    padding-left: 48px;
    padding-right: 48px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 1184px;
}

.sectionPadding {
    padding-top: 24px;
    padding-bottom: 24px;
}

.sectionPaddingOnlyTop {
    padding-top: 24px;
}

.small {
    font-size: 8pt;
    color: #434343;
}

.Style1 {
    font-family: 'Albert Sans', sans-serif;
    font-size: 12.0pt;
    background-color: #000000;
    color: #1c1c1c;
    /*padding: 10px;*/
}

.Style1 h1 {
    font-size: 34.0pt;
    color: #660000;
    /* font-family: "Lora", sans-serif; */
    font-weight: bold;
}

.Style1 h2 {
    font-size: 24.0pt;
    color: #660000;
    /* font-family: "Lora", sans-serif; */
    font-weight: bold;
}

.Style1 a {
    color: red;
    font-family: "Lexend", "Comic Sans MS", "Comic Sans", Arial, Helvetica, sans-serif;
}

.Style1 p {
    font-family: "Lexend", "Comic Sans MS", "Comic Sans", Arial, Helvetica, sans-serif;
}

.Style2 {
    background-color: #961212;
    color: #f9f9f9;
}

.Style3 {
    background-color: #a61300;
    color: #f9f9f9;
}

.Style3 h1 {
    font-size: 34.0pt;
    color: #f9f9f9;
}

.Style3 a {
    color: white;
}

.centered {
    text-align: center;
}

.icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    padding: 10px;
    background-color: none;
}


* Style the button that is used to open and close the collapsible content */ .collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.collapsible:hover {
    background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.collapsible {
    background-color: grey;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Create four equal columns that sits next to each other */
.column {
    flex: 25%;
    max-width: 25%;
    padding: 0 2px;
}

.column img {
    margin-top: 4px;
    vertical-align: middle;
    width: 100%;
    border-radius: 10px;
}

.column video {
    margin-top: 4px;
    vertical-align: middle;
    width: 100%;
    border-radius: 10px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}

#footer {
    width: 100%;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.container {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.container img {
    display: inherit;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    object-fit: cover;
    object-position: center center;
}

.container video {
    display: inherit;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    object-fit: cover;
    object-position: center center;
}


.imageNav {
    color: white;
    background: #00000050;
    backdrop-filter: blur(20px);
    height: auto;
    cursor: pointer;
    position: absolute;
    box-sizing: border-box;
    font-size: 20px;
    top: 50%;
    padding: 12px;
    margin: 4px;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    border-radius: 5px;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}


.left {
    left: 0px;
}

.right {
    right: 0px;
}

.contentContainer {
    position: relative;
    box-sizing: border-box;
}

.image {
    display: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.imageDescription {
    color: white;
    background: #00000030;
    backdrop-filter: blur(25px);
    position: absolute;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    bottom: 0px;
    display: block;
    box-sizing: border-box;
    margin: 0;
    min-height: 40px;
    border-radius: 5px;
}

.bandcamp {
    color: #000000;
    background: #CDCCCB;
    font-size: large;
}

.bandcamp alt {
    color: #888888;
}

.bandcamp nav {
    background: #666666;
}

.bandcamp a {
    color: #2222DD;
}

.bandcampMainBG {
    background-color: #000000;
}


* {
    box-sizing: border-box;
}

.img-comp-container {
    position: relative;
    height: 200px;
    /*should be the same height as the images*/
}

.img-comp-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
    /* padding: 5%; */
}

.img-comp-img img {
    display: block;
    border-radius: 20px;
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    /*set the appearance of the slider:*/
    width: 40px;
    height: 40px;
    background-color: #2196F3;
    opacity: 0.7;
    border-radius: 50%;
}

.invert {
    /* background: inherit;
background-clip: text;
-webkit-background-clip: text;
color: transparent;
filter: invert(1) grayscale(1);
-webkit-filter: invert(1) grayscale(1); */
    mix-blend-mode: difference;
    color: white;
    text-shadow: #000000;
}

.SonaBlock {
    flex: 1 1 45%; /* Flex-grow, flex-shrink, and initial width */
    margin: 10px; /* Adds some space between blocks */
    min-width: 45%; /* Ensures the blocks take up less than half the row */
    box-sizing: border-box; /* Makes sure padding doesn't affect the width */
}

.SonaBlockContainer {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap to the next row */
    justify-content: space-around; /* Optional: Align blocks nicely */
}


/* Media query for portrait mode */
@media only screen and (orientation: portrait) {
    .SonaBlock {
      flex: 1 1 100%; /* Makes each block take up full width */
      min-width: 100%;
    }
    .Style1 {
        font-size: 25.0pt;
        background-color: #000000;
        color: #1c1c1c;
        /*padding: 10px;*/
    }
    
    .Style1 h1 {
        font-size: 74.0pt;
        color: #660000;
        font-family: "Lora", sans-serif;
        font-weight: bold;
    }
    
    .Style1 h2 {
        font-size: 54.0pt;
        color: #660000;
        font-family: "Lora", sans-serif;
        font-weight: bold;
    }
  }