@charset "UTF-8";
/* CSS Document */

.project img {
    width: min(80vw, 800px);
    height: auto;
    display: block;
    margin: 0 auto;
}

.project {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

.gallery {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 3rem;

    width: 90%;
    max-width: 1400px;
    margin: 3rem auto;
}
.navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

body {
	margin: 0;
	
	text-align: center;
	background-image: url("../images/stars.gif");
	cursor: url("../assets/Cursor.cur"), auto;
}

a:hover {
	cursor: url("../assets/Hover_Cursor.cur"), auto;
}

p{
	font-family: "Comic Neue", cursive;
}

h1 {
	font-family: "Times New Roman", "serif";
	font-weight: 700;
	letter-spacing: 2px;
	font-size: clamp(28px, 8vw, 60px);
	color: white;
	text-decoration: underline;
	text-shadow: 3px 3px 3px mediumpurple;
}

nav {
	margin: 20px 0;
}

nav a {
	font-family:  cursive;
  	font-weight: 700;
	font-size: 30px;
	margin: 0 15px;
	color: white;
	text-decoration: none;
	text-shadow: 2px 2px 2px dimgrey;
}

nav a:hover {
	font-family:  cursive;
  	font-weight: 700;
	color: mediumpurple;
	font-style: italic;
	text-decoration: underline;
	text-shadow: 2px 2px 2px white;
	cursor: url("../assets/Hover_Cursor.cur"), auto;
}

.page_title{
	font-family:  cursive;
  	font-weight: 700;
	color: mediumpurple;
	font-style: italic;
	text-decoration: underline;
	/*text-shadow: 2px 2px 2px white;*/
	cursor: url("../assets/Hover_Cursor.cur"), auto;
}

content_main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5%;
    width: 90%;
    max-width: 1200px;
    margin: 4rem auto;
	font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.sidebar {
    flex: 1;
    min-width: 180px;
}

.sidebar a {
	font-family:  cursive;
  	font-weight: 700;
	font-size: 30px;
	margin: 0 15px;
	color: white;
	text-decoration: none;
	text-shadow: 2px 2px 2px dimgrey;
}

.sidebar a:hover {
	font-family:  cursive;
  	font-weight: 700;
	color: #06b706;
	font-style: italic;
	text-decoration: underline;
	text-shadow: 2px 2px 2px white;
	cursor: url("../assets/Hover_Cursor.cur"), auto;
}

.sidebar_img {
  display: block;
  margin-top: 20px;
}

.sidebar li {
  color: white;
			text-align: left;
}

.content {
    flex: 2;
    border: 4px solid white;
    padding: 2rem;
    text-align: center;
	font-size: clamp(1rem, 1.5vw, 1.6rem);
}

@media (max-width: 768px) {

    content_main {
        flex-direction: column;
        align-items: center;
    }

    .sidebar,
    .content {
        width: 100%;
    }

    .sidebar ul {
        text-align: center;
        padding: 0;
        list-style: none;
    }

    .content {
        margin-top: 2rem;
    }
}

footer {
	margin: 40px 0 20px 0;
    font-size: 14px;
    color: #333;
}

.footer-button { bottom: 30px;}


.comic-neue-light {
  font-family: "Comic Neue", cursive;
  font-weight: 300;
  font-style: normal;
}

.comic-neue-regular {
  font-family: "Comic Neue", cursive;
  font-weight: 400;
  font-style: normal;
}

.comic-neue-bold {
  font-family: "Comic Neue", cursive;
  font-weight: 700;
  font-style: normal;
}

.comic-neue-light-italic {
  font-family: "Comic Neue", cursive;
  font-weight: 300;
  font-style: italic;
}

.comic-neue-regular-italic {
  font-family: "Comic Neue", cursive;
  font-weight: 400;
  font-style: italic;
}

.comic-neue-bold-italic {
  font-family: "Comic Neue", cursive;
  font-weight: 700;
  font-style: italic;
}


.comic-relief-regular {
  font-family: "Comic Relief", system-ui;
  font-weight: 400;
  font-style: normal;
}

.comic-relief-bold {
  font-family: "Comic Relief", system-ui;
  font-weight: 700;
  font-style: normal;
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



body {
  font-family: "Comic Neue", cursive;
  font-weight: 400;
  line-height: 1.6;
}


body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h2 {
	font-family: "Times New Roman", "serif";
	font-weight: 700;
	font-size: 20px;
	margin: 0 15px;
	color: white;
	text-decoration: none;
	text-shadow: 2px 2px 2px dimgrey;
}

h3 {
	font-family: "Comic Neue", cursive;
  	font-weight: 300;
	font-size: 70px;
	margin: 0 15px;
	color: white;
	text-decoration: none;
	text-shadow: 2px 2px 2px dimgrey;
}

h3:hover {
	font-family: "Comic Neue", cursive;
  	font-weight: 300;
	color: mediumpurple;
	font-style: italic;
	text-decoration: underline;
	text-shadow: 2px 2px 2px white;
	cursor: url("../assets/Hover_Cursor.cur"), auto;
}

h4 {
	font-family: "Comic Neue", cursive;
  	font-weight: 300;
	font-size: 20px;
	margin: 0 15px;
	color: white;
	font-style: italic;
	text-shadow: 2px 2px 2px dimgrey;
}




header {
  color: #fff;
  padding: 1em 2em;
}

header h1 {
  font-size: 3em;
}


.container {
  width: 100%;
  max-width: 100%;
  padding: 2em;
}




@media (max-width: 768px) {
  :root {
    font-size-base: 15px;
	}
	  .gallery {
    flex-direction: column;
  }
}



main {
  flex: 1;
  padding: 2em;
}



.project h2,
.project p {
    width: min(80vw, 800px);
    margin: 0 auto;
    text-align: left;
}


img {
  max-width: 100%;
  height: auto;
}


.content {
  padding: 40px 60px;
  color: white;
  font-size: 1.1rem;
  line-height: 1.6;
}

.content p,
.content ul {
  margin-bottom: 20px;
}

.profile_frame {
  float: right;
  width: 280px;
  margin: 0 0 20px 30px;
}

.profile_img {
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .content {
    padding: 20px;
  }

  .profile_frame {
    float: none;
    width: 70%;
    margin: 20px auto;
  }
}

.link {
	font-family:  cursive;
  	font-weight: 300;
	font-size: 40px;
	margin: 0 15px;
	color: #2091ff;
	text-decoration: none;
	text-shadow: 2px 2px 2px white;
}




/* Contact form code below sourced from: https://www.w3schools.com/howto/howto_css_contact_form.asp*/

input[type=text], select, textarea {
  width: 100%; 
  padding: 12px; 
  border: 1px solid #727272; 
  border-radius: 4px; 
  box-sizing: border-box; 
  margin-top: 6px; 
  margin-bottom: 16px; 
}


input[type="image"] {
    display: block;
    margin-left: 0;
    margin-right: auto;
}


.container {
  border-radius: 5px;
  background-color: transparent;
  padding: 20px;
}


.hero {
    position: relative;
    background: url("images/stars-bg.png");
    min-height: 70vh;
}

.star {
    position: absolute;
    width: 120px;      
    height: auto;
}

.star-top-left {
    top: 5%;
    left: 7%;
}

.star-bottom-right {
    bottom: 15%;
    right: 8%;
}
.contact {
	padding-left: 10vh;
}

.prev, .next{
	font-family: cursive;
  	font-weight: 700;
	font-size: 25px;
	margin: 0 15px;
	color: white;
	text-decoration: none;
	text-shadow: 2px 2px 2px dimgrey;
	background-color: #8000ff
}

.prev:hover, .next:hover {
	font-family:  cursive;
  	font-weight: 700;
	color: #06b706;
	font-style: italic;
	text-decoration: underline;
	text-shadow: 2px 2px 2px white;
	cursor: url("../assets/Hover_Cursor.cur"), auto;
}
