/* Reset */
* {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}

/* General Styles */
body {
	font-family: Arial, sans-serif;
	background-color: #333;
	background-image: linear-gradient(#333 , #000);

}
.wrapper{
	position:relative;
}
h1{
	color: #edafb8;
	margin: 0;
	font-family: "Permanent Marker", serif;
	letter-spacing: 0.25em;
	padding: 0.5em 0;
}	
h2{
	color: #edafb8;
	font-family: Georgia,"Times New Roman", serif;
	text-shadow: 1px 1px 1px #CCCCCC;
}

h3{
	font-family: Georgia,"Times New Roman", serif;
	color: white;
	font-size: 10pt;
}
h4{
	font-family: Georgia,"Times New Roman", serif;
	color: white;
	font-size: 30pt;
	text-align: center;
	
}
.artistinfo a{
	text-decoration:underline;
	text-decoration-color: #edafb8;
}
header{
	margin-bottom:15vh;
}
main{
	margin-left:10%;
	margin-right:10%;
}
footer{
	color: #ffffff;
	text-align: center;
	padding: 3px;
	display: block;
	margin-bottom:0;
	margin-top:200px;
	max-height: 5%;
	
	
}
table{
	color:white;
	padding:15px;
	border: 1pt solid #fff;
}
td {padding:15px;
	border: 1pt solid #fff;
}
.tbl{
	position: relative;
}
aside {	
	justify-content:center;
	margin-left:10%;
	margin-right: 10%;
	margin-top: 5%;
	margin-bottom:5%;
	color: white;
}
.ccont{display: flex; }
.column{ flex: 1;}
.column h2{
	font-size: 1.25em;
	color: #edafb8;
	font-style: italic;
	text-align: center;
}

.processright{float:right;
margin:30px;	
}
.processleft{float:left;
margin:30px;	
}
.process img{
	width:201px;
}
.process{
		    display: grid;
            grid-template-columns: no-repeat(3, 200px);
            grid-template-rows: no-repeat(4, 200px);
            grid-gap: 1em; gap: 1em; 
			color: white;
			
		}
.partone {
		grid-row: 1/2;
	grid-column:1/3;
	padding-top: 10%;
} 
.partthree{
	grid-row: 3/4;
	grid-column:1/3;
	padding-top: 10%;
}
.parttwo{
			grid-row: 2/3;
	grid-column:2/4;
	padding-top: 10%;
} 
.partfour{
				grid-row: 4/5;
	grid-column:2/4;
	padding-top: 10%;
}
.social{
    display: flex;
    justify-content: center; 
    align-items: center; 
	padding-right: 10px;
	padding-bottom: 25px;
	gap: 10px;}
.social img {

	max-width: 25px; 
	height: auto; 
	
	  }

/* Navbar container */
nav {
border-bottom:1pt solid #edafb8;
position:fixed;
top:0;
width:100%;
z-index:1000;
margin-bottom:10%;
}

.navbar {
	justify-content: space-between;
	display: flex;
    align-items: center;
    background-color: #333;
    padding: 10px 20px;
	
	
	
}
.logo{
	max-width: 135px;
	border:solid 2pt #edafb8;
	text-align: center;
}

/* fonts*/
.permanent-marker-regular {
  font-family: "Permanent Marker", serif;
  font-weight: 400;
  font-style: normal;
}
.space-mono-regular {
  font-family: "Space Mono", serif;
  font-weight: 400;
  font-style: normal;
}

.space-mono-bold {
  font-family: "Space Mono", serif;
  font-weight: 700;
  font-style: normal;
}

.space-mono-regular-italic {
  font-family: "Space Mono", serif;
  font-weight: 400;
  font-style: italic;
}

.space-mono-bold-italic {
  font-family: "Space Mono", serif;
  font-weight: 700;
  font-style: italic;
}

/* Logo */
.navbar .logo {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
	font-family: "Permanent Marker", serif; 
    font-weight: bold;
	
}

/* Navigation links */
.navbar ul {
	list-style: none;
    display: flex;
    align-items: center;
	padding-right:10%;
}

.navbar ul li {
    position: relative;
	
}

.navbar ul li a {
    color: #edafb8;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

.navbar ul li a:hover {
    background-color: #222;
}

/* Dropdown menus */
.navbar ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #333;
    padding: 10px 0;
    
}

.navbar ul li:hover > ul {
    display: block;
}

.navbar ul li ul li {
    position: relative;
}

.navbar ul li ul li a {
    padding: 10px 15px;
    white-space: nowrap;
}

/* Third-level dropdown menu */
.navbar ul li ul li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #333;
    padding: 10px 0;
}

.navbar ul li ul li:hover > ul {
    display: block;
	
}
/* Galleries*/
.gallery {
    display: inline-block;
	border: 1px solid #edafb8;
    margin: 25px;
    width: 202px;
	margin:5%;
	background-color: #000;
}
.gallery .description {
    padding: 10px;
    text-align: center;
	color:#edafb8;
}
.gallery:hover {
    border: none;
	transform: scale(1.25);
}
 main .gallery img {
	 width:200px;
		background-color: #000;
}
.galleryv {
    display: inline-block;
	margin: 5%;
    width: auto;
	
}
.galleryv .descriptionv {
	display:inline-block;
	margin-left:33%;
    text-align: center;
	color:#edafb8;
	max-width:33%;
	min-width:250px;
}
.galleryv:hover {
    border: none;
	transform: scale(1.25);
}
 main .galleryv video {
	 min-width:250px;
	 width:20%;
	 margin-left:40%;
	}
.galleryo {
    display: inline-block;
	border: 1px solid #edafb8;
    margin: 50px;
    width: 402px;
	margin:5%;
	background-color: #000;
}
.galleryo .description {
    padding: 30px;
    text-align: center;
	color:#edafb8;
	
}
.galleryo:hover {
    border: none;
	transform: scale(1.25);
}
 main .galleryo img {
	 width:400px;
		background-color: #000;
}
#homehero{
	height:100vh;
	background-image: url(images/robyn_art_day-1.png);
	background-repeat: no-repeat;
    background-size: cover;
	background-position:center;
}
#artisthero{
	height: 300px; 
	background-image: url(images/oceanview.png);
	background-repeat: no-repeat;
    background-size: cover;
	background-position:center;

}
#contacthero{
	height: 300px; 
	background-image: url(images/oceanview.jpg);
	background-repeat: no-repeat;
    background-size: cover;
	background-position:center;

}
.centered{
	position: relative;
	top: 50%;
	left: 50%;
	text-align:center;
	transform: translate(-50%,-50%);
	background-color: rgba(0,0,0,.6);
}
.box{
		display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
}
.photo{
	float: left;
	border:.5pt solid #edafb8;
	margin-bottom:25px;
}
.digi{
	
	border:.5pt solid #edafb8;
	margin-bottom:25px;
}
.ani{
	float:right;
	border:.5pt solid #edafb8;
	margin-bottom:25px;
	
}
.ani video{
	
	max-width: 150px;
	
	
}

.oth{
	float: left;
border:.5pt solid #edafb8;
margin-bottom:25px;
}

.gheading{
	
	text-align:center;
}
.gheading p{
	color: white;
}
.box img{
max-width:250px;
margin: 1em;
box-shadow: 10px 10px #777;} 

.box img:hover{
	transform: scale(1.25) ;
	box-shadow:10px 10px #fff;
}
.box h1{
	text-decoration: underline;
}
.box video{
	max-width:250px;
	max-height:250px;
	margin: 1em;
	box-shadow: 10px 10px #777
}
.box video:hover{ 
	box-shadow:10px 10px #fff;
	
}


/* Responsive */

@media (max-width: 1356px) {
	
	header{
	margin-bottom:15vh;
			}
	.logo{
		max-width:135px;
		
	}
	nav{width:100%;}
		.process{
		display:flex;
		flex-direction: column;
		
	}
}
@media (max-width: 768px) {

body {
	font-family: Arial, sans-serif;
	background-color: #333;
}
	header{
	margin-bottom:30vh;
}
	
	h1{
		text-align: center;
	}
	nav{
		width:100%
	}
	.logo{
		max-width:135px;
		margin-bottom: 50px;
		
	}
    .navbar {
		display: flex;
		flex-direction:column;
		width:100%;
		
    }

    

	.gallery {
    display: inline-block;
	border: 1px solid #edafb8;
    margin: 10px;
    width: 200px;
	
}
	.centered{
		position: relative;
	}
	#homehero{
	height:300px;
	background-image: url(images/robyn_art_day-1.png);
	background-repeat: no-repeat;
    background-size: cover;
	background-position:center;
}
	.process{
		display:flex;
		flex-direction: column;
		
	}
	.galleryv{
		margin-left:0;
	}
	
}