/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,500&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Bentham&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
    color: #fff;

    
}

body {
    /* background: radial-gradient(ellipse at center, #414040 0%, #0a0a0a 100%); */
    /* background: #fff !important; */
    /* background: #000000; */
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgb(48, 48, 48) 70%, rgba(0, 0, 0, 1) 90%) !important;
    text-align: center;
    padding-bottom: 50px;

     
}

.homelogo {
    position: absolute;
    top: 10;
    left: 0;
    width: clamp(130px, 35%, 400px);
    /* transform: translateX(50%); */
    /* max-width: 200px; */
    height: auto;
    overflow: hidden;
    z-index: 6;
    background-color: #2b264465;
    padding-left: 6%;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: .5rem;
    text-align: center;

    opacity: 1;
}

.homelogo img {

    object-fit: contain;
}

.header .headerpics {
    background-color: #000000;
}

.footnote-copy {
  box-sizing: content-box;
  margin-bottom: 20px;
  color: #ced3f8;
  font-size: smaller;
}



.picshow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    justify-self: center;
    width: 85%;
    height: fit-content; 
    /* max-height: 80vh; */
    background: black;
    border-bottom-left-radius: 1.6rem;
    border-bottom-right-radius: 1.6rem;
    border: rgb(88, 88, 88) solid 2px;
    overflow: hidden;
    z-index: -6;
    /* display: none; */
}

.picshow .scotland {
    display: none;
}


.picshow img {
    width: 100%;
    height: auto;
    max-height: 90vh;
}

.collection {
    position: absolute;
    bottom: 5px;
    left: 50%;
    /* Moves the left edge to the center */
    transform: translateX(-50%);
    /* margin-top: 20vh; */
    height: 26vh;
    width: 100%;
    max-height: 200px;
    background-color: #1e232e;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}
