html { scroll-behavior: smooth;}
body {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    line-height: 1.45em;
    font-family: "Alegreya", serif;
    color: #666; /* was 222 */
}
h1, h2, h3, h4, h5, h6 { 
    text-transform: uppercase;
    color: black;
}


#mainContainer {
    /* background-color: #f5f5f5; */
    background-color: white;
    color: #666;
    position: absolute;
    top: 240px;
    left: 60px; right: 30px;
    /*max-width: 900px;*/
	width: 89%;
	max-width: 1500px;
    z-index: 1;
    overflow: hidden;
}
#flap {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 2;
    padding-left: 60px;
    border-bottom: 1px solid black;
}
#flap2 {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 2;
    padding-left: 60px;
    border-bottom: 1px solid black;
}
#flap h1, #flap h2, #flap h3, #flap h4, #flap h5, #flap h6 {
    position: absolute;
    bottom: 10px;
    color: #ccc;
}
        


#nav {
    padding-top: 50px;
}
#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#nav li {
    float: left;
}
#nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8em;
}
#nav li a:hover {
    background-color: #555;
    border-radius: 6px;
}
#nav li.current-page a {
    /* background-color: #4CAF50; */ 
	background-color: #C52C39; 
	border-radius: 0px;
    /* border-radius: 6px; */
}
      


#breadcrumbs {
            color: #ccc;
            padding: 5px;
            background-color: #555;
            font-size: 0.8em;
            border-radius: 6px;
            position: absolute;
            bottom: 10px;
            width: 70%;
            max-width: 900px;
        }
#breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#breadcrumbs ul li {
    display: inline;
    margin-right: 5px;
}

#breadcrumbs ul li:not(:last-child):after {
    content: ' '; /* was > */
    margin-left: 5px;
    margin-right: 0px;
}

#breadcrumbs ul li a {
    text-decoration: none;
    color: #ccc;
}

#breadcrumbs ul li a:hover {
    color: #fff;
}

        .someQuote {
            /* font-family: 'Barlow Condensed', sans-serif; */
			font-family: 'Inter', sans-serif;
            font-size: 2.4em;
		    color: black;
            padding: 10px;
            font-weight: 600;
            display: inline-block;
            line-height: 1.2em;
            margin: 10px 0 20px 0;
letter-spacing: -1.5px;
        }
		/*
        .someQuote::after {
            content: url('../img/animEric.gif');
            display: inline-block;
            height: 20px;
            width: 20px;
            margin-left: 5px; /* Adjust as needed */
            top: 5px;
            position: relative;
        }
		*/


        #breadcrumbs ul li a.active {
            color: #9dffa0; 
        }
        #linker {
            height: 150px;
            width: 150px;
            background-image:url(../img/ed-icon.png);
            background-size: contain;
            background-repeat: no-repeat;
            cursor: pointer;
            position: absolute;
            right: 30px;
            top: 30px;
        }
        @media (max-width: 900px) {
            /* prevent it moving */
            #linker {
                opacity: 0;
                right: 10px; /* Adjust the value as needed */
            }
        }


		





        #hero {
            /* background-image: url(../img/ed-hero.jpg); */
		   background-image: url(../img/eed-designShirt-2.jpg);
            background-repeat: no-repeat;
            height: 700px;
            width: 350px; /* was 250 */
            position: relative;
            left: 450px;
            top: -390px;
            background-size: contain;
            background-position: center;
            z-index: 9;
            background-color: red;
        }
        .main {
            width: 100%;
            height: 490px;
            background-color: black;
            color: #a59f98;
            margin: 0 auto;
        }


#eric {
    color: white;
    display: block;
    z-index: 599; 
    position: absolute; 
    top: 130px; 
    left: 570px; /* was 650 */

    width: 400px; /* was 300 */
    height: 650px;/* was 550 */
    /* background-image: url(../img/ed-hero.jpg); */
	background-image: url(../img/eed-designShirt-2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}


        @media only screen and (max-width:767px) {
            #nav {
                padding-top: 10px;
                font-size: 0.8em;
                position:relative;
                left: -30px;
            }
			#myhat {
				width: 100px;
			}
            #nav li a {
                display:inline;
                color: white;
                text-align: center;
                padding: 5px 10px;
                text-decoration: none;
                font-size: 1em;
            }

            #eric {
                top:120px; 
                left:50px; /* was 105 */
                width:300px; /* was 200 */
                height:300px;
            }

            #hero {
                /* background-image: url(../img/ed-hero.jpg); */
			   background-image: url(../img/eed-designShirt.jpg);

                background-repeat: no-repeat;
                height: 440px; /* was 320 */
                position: relative;
                left: 50px;
                top: -55px;
                background-size: contain;
                z-index: 9;
            }
            #breadcrumbs {
                left: 35px;
			   width: 85%;
            }
            .someQuote {
			   margin-top: -10px;
                font-size: 1.4em; /* was 1.3 */
			   line-height: 1.2em;
            }
            .someQuote::after {
                top: 10px;
			   display: none;
            }






            #mainContainer {
                left: 35px; right: 10px;
            }
            #musicImage { display: none; }
            #lefter { display: none; }
            #feedback-form {
                width: 230px;
                float: left;
                padding: 20px 50px 20px;
            }
        }
  


		@media only screen and (max-device-width: 480px) and (min-device-height: 640px) and (max-device-height: 812px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {

       /* @media (orientation: landscape) and (hover: none) and (pointer: coarse) { */
            
			#eric {
                top: 20px; 
                left: 400px; /* was 500 */
                width: 250px; /* was 150 */
                height: 250px; /* was 250 */
            }
			
            #main {
                position: absolute;
                top: 40px;
            }
            #title {
                top: -40px !important;
            }
            #title-sub {
                top: -30px !important;
            }
			#flap {
				height: 130px !important; /* was 130 */
			}
			#mainContainer {
				top: 140px;
			}
        }

		/* TABLET */




       

        #title {
            font-family: 'Work Sans', sans-serif;
            text-transform: uppercase;
            font-weight: 500;
            color: white;
            font-size: 1.3em;
            position: relative;
            top: 245px;
            z-index: 15;
            letter-spacing: 0.12em;
        }
        #title-sub {
            font-family: 'Work Sans', sans-serif;
            text-transform: uppercase;
            font-weight: 500;
            color: #f16f6f;
            font-size: 0.85em;
            position: relative;
            top: 260px;
            z-index: 11;
            letter-spacing: 0.12em;
        }


/* DETECT TABLET IN LANDSCAPE */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
	#flap {
		height: 250px !important;
	}
	#linker {
		opacity: 0;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	#flap {
		height: 250px !important;
	}
	#linker {
		opactiy: 0;
	}
}



