a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900&display=swap");

html {scroll-behavior: smooth;}

header {width: 100%; margin: auto; text-align: center; margin-bottom: 5em;}

main {
    width: 80%;
    margin: auto;
    margin-bottom: 5em;
}

body {
    font-family: arial, sans-serif;
    background-color: white;
    overflow-x: hidden;
}

h1 {margin-top: 1em; margin-bottom: .5em; font-family: 'Montserrat', sans-serif; font-size: 6em; color: white; font-weight: bold;}

h2 {margin: auto; font-family: 'Montserrat', sans-serif; font-size: 2em; color: #18181F; font-weight: bold;}

h3 {margin-top: 1em; margin-bottom: .5em; font-family: 'Montserrat', sans-serif; font-size: 2em; color: #18181F;}

p {font-family: arial; line-height: 1.25em; margin-left:5em; margin-right: 5em; font-size: 1.1em; text-align: left;}

a {font-family: arial; line-height: 1.50em; color: inherit; text-decoration: none;}

img {width: 100%;}


.image-container {display: flex; justify-content: space-around; gap: .75em;}

.flex-container {
    display: flex;
	flex-direction: ;
    align-items: center; 
    justify-content: space-between; 
    gap: 1em;                
    margin: 1em;  
	margin-top: 4em;
}

.flex-container-artists {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2em;
    margin: 4em 0;
}

.column {
    flex: 1;
	margin-left: 2em;
}

.text-column {
    flex: 1;
    margin-left: 2em;
    padding: 1.5em;
    border-radius: 4px;
    box-shadow: 0 8px 12px -6px rgba(0,0,0,0.55);
}

.text-column p {
    text-align: left;
    font-size: 1.1em;
    line-height: 1.4em;
    margin-left: 0;
}

.column h2 {
	margin: 0;
}

.column img.mainimg {
    max-width: 100%;
    height: auto;
    display: block;
}





.nav {
    width: 100%;
    padding: 0;          
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    background-color: #fff;
    height: 100px;
    position: sticky;
    top: 0;
    z-index: 1000;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.5);
}

.navitem {
    color: black;
    text-decoration: none;
    font-weight: 600;
}

.navitem:hover {
    text-decoration: underline;
}

.logo img {
    width: 70px;
}

.hero {
    width: 100%;
    height: 75vh;
    background-image:
        linear-gradient(rgba(40,40,40,0.7), rgba(40,40,40,0.7)),
        url("../images/rm1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-content {
    color: white;
    max-width: 90%;
    padding: 0 1em;
	text-align: center;
}

.hero-content p {
    text-align: center;
    margin: 4em auto;
    font-size: 1.2em;
}

.mainimg {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: left;
    margin-right: 1em;  
}

.smallimg {
	max-width: 4%;
	height: auto;
	display: inline-block;
	vertical-align: left;
	margin-top: 1em;
}

.button {
    display: inline-block;
    padding: 0.75em 1.5em;
    background-color: #18181F;
    color: white;
    text-decoration: none;
	font-size: 1.5em;
    font-weight: bold;
    border-radius: 2px;
    transition: background-color 0.3s ease, transform 0.3s ease;
	text-decoration: none;
}

.button:hover {
	color: #18181F;
    background-color: white;
    transform: translateY(-2px);
	text-decoration: none;
}

.site-footer {
    background-color: #18181F;
    color: gray;
    padding: 2em 0;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 1em;
	margin-top: 2em;
}

.site-footer .footer-content {
    display: inline-block;
}

.site-footer a {
    color: gray;
    text-decoration: none;
    margin: 0 0.5em;
    transition: color 0.3s ease;
}

.site-footer a:hover {
    color: white;
}

.info {
	font-family: arial;
	line-height: 1.50em;
	color: #18181F;
	text-decoration: none;

	}
	
.h1sub {
	color: #18181F;
}

.gallery {
    column-count: 3;
    column-gap: 2em;
    width: 90%;
    margin: 4em auto;
}

.gallery-item {
    break-inside: avoid;
    margin-bottom: 2em;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

.gallery-item a {
    display: block;
}

.caption {
    margin-top: 0.75em;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    font-size: 0.95em;
    line-height: 1.4em;
    text-align: left;
	color: gray;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: #18181F;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.5);
    transition: all 0.25s ease;
    z-index: 999;
}

.back-to-top:hover {
    background: white;
    color: #18181F;
    transform: translateY(-2px);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.5);
}


@media (max-width: 900px) {
    .gallery { column-count: 2; }
}

@media (max-width: 600px) {
    .gallery { column-count: 1; }

    .flex-container {
        flex-direction: column;
    }
}