* {
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}

body#wrapper{
    margin-left: auto;
    margin-right: auto;
    padding: 100px;
    width: 1000px;
    text-align: center;
    display: flex;
}

header.theartblog a{
    text-decoration: none;
    color: black;
    margin: 100px 100px 100px 100px;
    font-family: 'Raleway', sans-serif;
}

/*NAVIGATION*/
.navigation {
    border-right: 1px solid black;
    width: 200px;
    float: left;
    overflow-x: hidden;
    position: fixed;
    margin-top: 100px;
}

.menu, .submenu {
  list-style: none;
  height: 100%;
  margin:0;
  padding: 0;
}

.menu {
  font-size: 22.5pt;
  color: black;
}

.menu a {
    font-weight: 200;
    color: black;
    display: block;
    text-decoration: none;
    padding: 5px;
}

.menu a:hover {
  font-weight: 900;
  color: black;}

.menu li:hover .submenu { 
    display: block;
    max-height: 200px;
}

li.art:hover {
    border-right: 2px solid cyan;
}

li.about:hover {
    border-right: 2px solid magenta
}

li.contact:hover {
    border-right: 2px solid yellow;
}

.submenu {
    width: 200px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: light;
    font-style: italic;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s ease-out;
}

.submenu a {
    font-weight: 200;
}

.submenu a:hover {
    font-weight: bold;
    font-style: italic;
}
/* End of Navigation*/

/* CONTENT */

/*HEADINGS or TEXT*/
h1 {
    font-weight: 900;
    font-size: 48pt;
    text-align: left;
    border-bottom: 10px solid #000;
    line-height: 0.1em;
    font-family: 'Raleway', sans-serif;
}

h1 span {
    background: white;
    padding: 0 1px;
    
}

h2 {
    font-weight: bold;
    font-size: 36pt;
    text-align: center;
    text-decoration: underline;
    margin-top: 100px;
}

h3 {
    text-align: center;
}

p {
    font-size: 15pt;
    text-align:left;
    margin-left: 80px;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: darkmagenta;
}

main {
    margin: auto;
    margin-left: 200px;
}

body {
    position: relative;
    margin-left: 200px;
}
/*END OF HEADINGS or TEXT*/

/*Home Page*/

img[src="images/egd_homepagelogo.png"] {
    width: 50%;
    position: relative;
    margin-left: 200px;
}

.fade-in{
    display: none;
}

/*End of Homepage*/

/*ART PAGE*/
#imggallery_container {
    width: 300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

#slider img{
    position: absolute;
    overflow: hidden;
    height: 457px;
    width: 304.25px;
}

#artcollection {
    text-decoration: none;
    color: black;
}

#artcollection:hover {
    color: cyan;
}

#gallerycontainer {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gallery {
    padding: 20px 20px 20px 20px;
}

.gallery:hover {
    border: 2px solid cyan;
}

#right {
    right: 330px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: 20px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 0;
}

#left {
    left: 330px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: 20px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 0;
}

#left:hover, #right:hover {
    color: cyan;
}

#curtain{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
}

#light{
	max-width: 80%;
	max-height: 80%;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	position: relative;
}

#close{
	height: 50px;
	width: 50px;
	top: 0px;
	right: 0;
	position: absolute;
	z-index: 990;
}
/*END OF ART PAGE*/

/*ABOUT*/
/* About Page - Main*/
h4#aboutmain {
    text-align: center;
    padding: inherit;
}

h4#aboutmain a {
    font-size: 21pt;
    text-decoration: none;
    color: black;
    font-weight: 200;
}

h4#aboutmain a:hover {
    font-weight: 500;
    border-bottom: 1px dotted;
    text-shadow: 1px 1px magenta;
}
/*End of About Page - Main*/

/*Bio Page*/

img[src="images/egd_logo.png"] {
    width: 50%;
    margin-left: 80px;
}

p.aboutmetext {
    font-size: 15pt;
    margin-left: 80px;
}

ul.aboutmelist {
    margin-left: 80px;
    list-style: square;
    text-align: left;
}

/*End of Bio Page*/

/* Favorite Supplies*/
table {
    border-collapse: collapse;
    width: 90%;
}

td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid gray;
}

tr:hover {
    opacity: 40%;
    background-color: #ffeffb;
}

a.supply {
    color: darkmagenta;
}

a.supply:active {
    color: magenta;
}

/*End of Favorite Supplies*/

/* the process */

span#colorcyan {
    font-weight: bold;
    font-size: 20pt;
    color: cyan;
    text-shadow: 1px 1px grey;
    padding: 5px;
}

span#colormagenta {
    font-weight: bold;
    font-size: 20pt;
    color: magenta;
    text-shadow: 1px 1px grey;
    padding: 5px;
}

span#coloryellow {
    font-weight: bold;
    font-size: 20pt;
    color: yellow;
    text-shadow: 1px 1px grey;
    padding: 5px;
}

/* The end of the Process */

/*END OF ABOUT*/

/*CONTACT*/
/*Contact Page - Main*/
h4#contactmain {
    text-align: center;
    padding: inherit;
    margin-left: 200;
    font-weight: 300;
}

h4#contactmain a {
    font-size: 21pt;
    text-decoration: none;
    color: black;
    font-weight: 300;
}

h4#contactmain a:hover {
    font-weight: 500;
    border-bottom: 1px dotted;
    text-shadow: 1px 1px yellow;
}
/*End of Contact Page - Main */

/*Ask me a Question/Commision Page*/
form {
    margin-right: auto;
    text-align: center;
}

button {
    text-align: center;
}
p#question {
    margin-left: 70px;
}

/*End of Ask me a Page*/
/*END OF CONTACT*/
h2#thankyou {
    text-align: center;
    text-decoration: none;
    margin: 100px 100px 100px 100px;
}
footer {
    margin: 200px 15px 15px;
    float: right;
    position: relative;
    font-size: 10pt;
    font-weight: 700;
}

    
    