@charset "UTF-8";
*, *::before, *::after {
	box-sizing: border-box;
} /*--Add @media query--*/
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: rgba(29,35,50,0.90);
	margin-top: 0px;
	font-size: 1.1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #1D2332;
	background-image: url("https://www.ghibli.jp/gallery/howl011.jpg");
		/*This image was sourced from https://www.ghibli.jp/works/howl/ Message from Studio Ghibli about use of images found here https://www.ghibli.jp/works/howl/*/
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: rgba(29,35,50,0.50);
}
header {
	background-color: #1D2332;
	border: 3px solid rgba(242,208,196,1.00);
	padding-bottom: 0px;
}
header h1 {
	padding-left: 20px;
}
header h1 a:link,header h1 a:visited {
	color: #F2D0C4;
	text-decoration: none;
}
header h1 a:hover,header h1 a:active {
	color: #C8EDFF;
	text-decoration: none;
}
nav ul {
	display: flex;
	justify-content: flex-end;
	background-color: rgba(29,35,50,1.00);
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	margin-top: -80px;
}
nav ul li {
	list-style-type: none;
	background-color: rgba(29,35,50,1.00);
	align-items: center;
	margin-left: 15px;
	display: flex;
	flex-basis: 8%;
	justify-content: space-between;
	font-family: "Quattrocento Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.1em;
}
nav ul li a:link   , nav ul li a:visited{
	color: #F2D0C4;
	text-decoration: none;
}
nav ul li a:hover    , nav ul li a:active{
	color: #C8EDFF;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	/* [disabled]font-family: "Atma", system-ui; */
	color: #1D2332;
	font-family: "Atma", system-ui;
	font-weight: 700;
	font-style: normal;
}
#homeTitle {
	border-bottom: 3px dotted rgba(200,237,255,1.00);
}
#homeTitle h1 {
	text-align: center;
	font-size: 8em;
	color: #C8EDFF;
	text-shadow: 10px 5px 20px #1D2332;
}
#homeTagline {
	background-color: rgba(200,237,255,0.50);
	padding-bottom: 50px;
	padding-top: 10px;
}
#homeTagline h2 {
	text-align: center;
	font-size: 2.8em;
	color: #1D2332;
	text-shadow: 3px 3px 10px #C8EDFF;
	margin-left: 50px;
	margin-right: 50px;
}
#homeTaglineText {
	background-color: rgba(200,237,255,0.70);
	margin-left: 110px;
	margin-right: 110px;
	border-radius: 5px;
	font-size: 1.2em;
	margin-bottom: 50px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#homeTaglineText p {
	background-color: rgba(200,237,255,1.00);
	text-align: center;
	border-radius: 5px;
	font-family: "Quattrocento Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.1em;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	line-height: 1.5em;
}
#homeFilms {
	border-top: 3px dotted rgba(200,237,255,1.00);
	padding-top: 40px;
}
#homeFilms h1 {
	text-align: center;
	color: #C8EDFF;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 70px;
	margin-right: 70px;
	border-radius: 5px;
	font-size: 2.4em;
	text-shadow: 10px 5px 20px #1D2332;
	padding-bottom: 0px;
}
#homeFilmsTitle {
	align-content: center;
	justify-content: center;
	display: flex;
	margin-bottom: 50px;
	font-size: 1.1em;
	text-shadow: 10px 5px 20px #1D2332;
	margin-top: -30px;
}
#homeFilms ul {
	flex-direction: column;
	justify-content: center;
	display: flex;
	border-radius: 5px;
	padding-top: 50px;
	padding-bottom: 50px;
	line-height: 35px;
	padding-left: 0px;
}
#homeFilmsTitle ul li {
	margin-left: 20px;
	margin-right: 20px;
	list-style-type: none;
	font-size: 1.4em;
	font-family: "Quattrocento Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
}
#homeFilmsTitle ul li a {
	text-decoration: none;
	color: rgba(200,237,255,1.00);
}
#homeFilmsTitle ul li a:link   , #homeFilmsTitle ul li a:visited{
	text-decoration: none;
	color: rgba(200,237,255,1.00);
}
#homeFilmsTitle ul li a:hover    , #homeFilmsTitle ul li a:active{
	text-decoration: none;
	color: rgba(242,208,196,1.00);
}
#gridFilms {
	padding-left: 10px;
	padding-right: 10px;
}
.gridFilmsImageDesc {
	display: flex;
	margin-bottom: 20px;
	margin-top: 0px;
	background-color: rgba(200,237,255,1.00);
	border-radius: 10px;
}
.gridFilmsImage img {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 5px;
	border-radius: 10px;
}
.gridFilmsDesc {
	color: rgba(29,35,50,1.00);
	font-family: "Quattrocento Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2em;
	padding-left: 20px;
	padding-right: 30px;
}
.gridFilmsDesc h2 {
	font-family: "Atma", system-ui;
	font-weight: 700;
	font-style: normal;
}
.gridFilmsDesc p {
	line-height: 1.5em;
}
.gridFilmsDesc p a:link   ,.gridFilmsDesc p a:visited{
	color: rgba(29,35,50,1.00);
}
.gridFilmsDesc p a:hover   ,.gridFilmsDesc p a:active{
	color: rgba(254,90,90,1.00);
}
.Quote p {
	text-align: center;
	font-size: 2.6em;
	color: #C8EDFF;
	text-shadow: 10px 5px 20px #1D2332;
	margin-top: 100px;
	font-family: "Atma", system-ui;
	font-weight: 700;
	font-style: normal;
}
#aboutTitle {
	border-bottom: 3px dotted rgba(200,237,255,1.00);
}
#aboutTitle h1 {
	text-align: center;
	font-size: 8em;
	color: #C8EDFF;
	text-shadow: 10px 5px 20px #1D2332;
}
#aboutBox {
	background-color: rgba(200,237,255,0.50);
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 50px;
	border-bottom: 3px dotted rgba(200,237,255,1.00);
}
#aboutBox h1 {
	text-align: center;
	font-size: 2.7em;
	color: #1D2332;
	text-shadow: 3px 3px 10px #C8EDFF;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
}
#aboutParagraph {
	background-color: rgba(200,237,255,0.70);
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	border-radius: 5px;
	margin-bottom: 50px;
	margin-left: 110px;
	margin-right: 110px;
}
#aboutParagraphText {
	background-color: rgba(200,237,255,1.00);
	text-align: left;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	border-radius: 5px;
	font-family: "Quattrocento Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-left: 20px;
	margin-right: 20px;
}
#contact {
	text-align: center;
	background-color: rgba(242,208,196,0.50);
	padding-bottom: 50px;
	padding-top: 10px;
	border-bottom: 3px dotted rgba(200,237,255,1.00);
}
#contact h1 {
	text-align: center;
	font-size: 2.7em;
	color: #1D2332;
	text-shadow: 3px 3px 10px #C8EDFF;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
}
#contactBox {
	background-color: rgba(242,208,196,0.70);
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	border-radius: 5px;
	padding-left: 40px;
	margin-bottom: 50px;
	margin-left: 110px;
	margin-right: 110px;
}
#contactBoxText {
	background-color: rgba(242,208,196,1.00);
	padding-top: 20px;
	padding-right: 40px;
	border-radius: 5px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-family: "Quattrocento Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.3em;
	line-height: 1em;
	margin-left: 20px;
	margin-right: 20px;
}
#contactInfo {
	background-color: rgba(242,208,196,1.00);
	padding-top: 20px;
	border-radius: 5px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-family: "Quattrocento Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.1em;
	line-height: 1em;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 8px;
}
#contactInfo a:link  , #contactInfo a:visited{
	font-family: "Quattrocento Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.1em;
	line-height: 1em;
	color: rgba(29,35,50,1.00);
}
#contactInfo a:hover   , #contactInfo a:active{
	color: rgba(254,90,90,1.00);
	text-align: center;
}
.backToTop p a:link   , .backToTop p a:visited{
	color: rgba(242,208,196,1.00);
}
.backToTop p a:hover    , .backToTop p a:active{
	color: rgba(200,237,255,1.00);
}
.backToTop p {
	text-align: right;
	font-size: 1.1em;
	margin-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 50px;
	margin-bottom: 0px;
}
.footer  {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	text-shadow: 0px 0px;
	background-color: rgba(29,35,50,1.00);
	padding-bottom: 50px;
	padding-top: 20px;
	padding-left: 100px;
	padding-right: 100px;
	color: #F2D0C4;
	font-family: "Quattrocento Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.3em;
	border: 3px solid rgba(242,208,196,1.00);
}
.footer h2 {
	color: #F2D0C4;
}
footer p a:link,footer p a:visited {
	color: #F2D0C4;
	text-decoration: underline;
}
footer p a:hover,footer p a:active {
	color: #C8EDFF;
	text-decoration: none;
}
#joinNewsletter form {
	font-family: "Quattrocento Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
}
#joinNewsletter form input {
	font-size: 0.8em;
}
.back {
	border-bottom: 3px dotted rgba(200,237,255,1.00);
	font-size: 1.1em;
}
.back ul li a:link, .back ul li a:visited {
	color: rgba(242,208,196,1.00);
}
.back ul li a:hover, .back ul li a:active {
	color: rgba(200,237,255,1.00);
}
#topFilmsPage {
}
.topFilmsPageText {
	text-align: center;
	font-size: 3em;
	color: #C8EDFF;
	text-shadow: 10px 5px 20px #1D2332;
}
.topFilmsPageText h1 {
	color: rgba(200,237,255,1.00);
	padding-top: 20px;
}
#middleFilmsPage {
	border-bottom: 3px dotted rgba(200,237,255,1.00);
}
.middleFilmsPageText {
	background-color: rgba(200,237,255,0.70);
	padding-top: 5px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
}
.middleFilmsPageText h1 {
	font-size: 2em;
	text-align: center;
}
.middleFilmsPageText h2 {
	background-color: rgba(200,237,255,1.00);
	border-radius: 5px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
}
.middleFilmsPageText p {
	background-color: rgba(200,237,255,1.00);
	padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 80px;
	border-radius: 5px;
	margin-top: -30px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
.middleFilmsPageText ul {
	background-color: rgba(200,237,255,1.00);
	padding-top: 20px;
	border-radius: 5px;
	margin-top: -30px;
	padding-left: 90px;
	padding-right: 80px;
	padding-bottom: 15px;
}
.middleFilmsPageText ul li {
	line-height: 1.5em;
}
.middleFilmsPageDesc {
	padding-bottom: 10px;
	padding-top: 0px;
	background-color: rgba(200,237,255,1.00);
	border-radius: 5px;
}
#filmGallery {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.filmGallery h1 {
	text-align: center;
	font-size: 2.8em;
	color: #C8EDFF;
	text-shadow: 3px 3px 10px #1D2332;
	margin-top: 70px;
	margin-bottom: 70px;
}
#filmGalleryContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-left: 7px;
	padding-right: 7px;
}
.filmGalleryImage {
	margin-bottom: 10px;
	border-radius: 5px;
}
.filmGalleryImage img {
	border-radius: 5px;
	border: 2px solid rgba(200,237,255,1.00);
}
