@charset "UTF-8";

body {
	box-sizing: border-box;
	width: Auto;
	background-color: #F795B6;
	color: black;
	font-family: 'Courier New';
	margin: 0px 25px;
}

#maincontainer {
	width: auto;
	overflow: auto;
	max-width: 100%;
}

header {
	height: auto;
	width: auto;
	max-width: 100%;
	align-content: center;
	opacity: 1;
}

.logo {
	position: sticky;
	top: 0;
	opacity: 1;
	transition: .2s ease;
	backface-visibility: hidden;
	padding: 20px;
	max-width: 100%;
}

header:hover .logo {
	opacity: 0.3;
}

#topnav {
  background-color: #f9b5cc;
  color: black;
  width:1000px;
  width:100%;
  font-family: 'Courier New';
  border-radius: 10px;
}

ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-width: 100%;
  text-align:center;
}

li {
  float: right;
  text-align: center; 
}

li a, .dropbtn {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 20px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn
{
  color: #8ed4f1;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #8ed4f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 12px;
}

.dropdown-content a {
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-radius: 12px;
}

.dropdown-content a:hover {
  background-color: #339dcb;
  color: #ffffff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

#hometop {
  width: auto;
  align-content: center;
  text-align: center;
  height: 400px;
  margin-left: 100px;
  max-width: 100%;
}

#home {
  width: 10%;
  float: left;
  margin-top: 30px;
  padding: 0px;
  max-width: 100%;
}

#about {
  width: 100%;
  height:auto;
  float: right;
  font-family: 'Courier New';
  margin-top: 50px;
  padding: 15px 40px;
  max-width: 64%;
  text-align:left;
  background-color: #fadce6;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ff0091 inset;
  }
#about h2 {
  margin-bottom:-5px;
  margin-top: 5px;
  color: #F795B6;
  font-family: 'Courier';
}

#work {
  font-family: 'Courier New';
  float: left;
}

#work h1 {
  text-decoration: none;
  float: right;
}

#work img {
  float: left;
  padding: 20px;
}

#graphicdesign, #illustration, #photography {
  width: 1000px;
  font-family: 'Courier New';
  max-width: 100%;
}

#contact {
  width: 1000px;
  font-family: 'Courier New';
  max-width: 100%;
}

#contact a {
  text-decoration: none;
}

iframe {
  float: right;
  margin-bottom: 10px;
  margin-top: 250px;
}

footer {
  clear: both;
  background-color: white;
  padding: 5px;
  text-align: center;
  width: 1000px;
  width: 100%;
}

input, button {
  border: 2px solid white;
  height: 46px;
  padding: 5px;
  font-size: 1.2em;
  line-height: 1.5em;
  color: black;
  letter-spacing: .01em;
  font-style: normal;
  font-weight: 300;
  font-family: 'Courier New';
}

#about-assets {
	align-content: center;
	text-align: center;
	display: inline-block;
}

.projects {
	align-content: center;
	text-align: center;
	display: inline-block;
}

.projects img {
	align-content: center;
	text-align: center;
	display: flex;
}

.gdicon {
  background-image: url(https://fabangelita.neocities.org/images/graphic-design/gdicon-3.png);
  display: block;
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  transition: .2s ease;
  backface-visibility: hidden;
  background-position: center;
  text-decoration: none;
  overflow: visible;
  width: 200px;
  height: 25%;
}

.gdicon:hover {
  background-image: url(https://fabangelita.neocities.org/images/graphic-design/gdicon-4.png);
  display: block;
  position: relative;
  text-align: center;
  opacity: 1;
  background-repeat: no-repeat;
  background-size:contain;
  background-position: center;
  text-decoration: none;
  overflow: visible;
  width: 300px;
  height: 30%;
}

.gdicon h4 {
  display: block;
  text-decoration: none;
  font-family: 'Courier New';
  color: white;
  overflow: visible;
}

.illusicon {
  background-image: url(https://fabangelita.neocities.org/images/graphic-design/illusicon-3.png);
  display: block;
  position: relative;
  text-align: center;
  width: 250px;
  height: 25%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  transition: .2s ease;
  backface-visibility: hidden;
  background-position: center;
  text-decoration: none;
  overflow: visible;
}
  
.illusicon:hover {
  background-image: url(https://fabangelita.neocities.org/images/graphic-design/illusicon-4.png);
  display: block;
  position: relative;
  text-align: center;
  opacity: 1;
  background-repeat: no-repeat;
  background-size:contain;
  background-position: center;
  text-decoration: none;
  overflow: visible;
  width: 300px;
  height: 30%;
}

.illusicon h4 {
  display: inline-block;
  text-decoration: none;
  font-family: 'Courier New';
  color: white;
  overflow: visible;
  text-align: center;
}

.photoicon {
  background-image: url(https://fabangelita.neocities.org/images/graphic-design/photoicon-1.png);
  display: block;
  position: relative;
  text-align: center;
  width: 250px;
  height: 25%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  transition: .2s ease;
  backface-visibility: hidden;
  background-position: bottom center;
  text-decoration: none;
  overflow: visible;
}

.photoicon:hover {
  background-image: url(https://fabangelita.neocities.org/images/graphic-design/photoicon-2.png);
  display: block;
  position: relative;
  text-align: center;
  opacity: 1;
  background-repeat: no-repeat;
  background-size:contain;
  background-position: center;
  text-decoration: none;
  overflow: visible;
  width: 300px;
  height: 30%;
}
  
.photoicon h4 {
  display: block;
  text-decoration: none;
  font-family: 'Courier New';
  color: white;
  overflow: visible;
  text-align: center;
}