/*font-family: 'Abril Fatface', cursive;
font-family: 'Poppins', sans-serif;*/
/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
  background-color: #fdfdfd;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end css reset */
/*media queries*/
@media (max-width: 480px){
  .home-nav{
    display:none;
  }
  .project-select img{
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  h1{
    font-size: 20px !important;
  }
  h3{
    font-size: 15px !important;
  }
  .see-work{
    padding: 5px 5px !important;
    font-size: 10px !important;
  }
  .about-me, .project-select, .threed-r1, .threed-r2, .threed-r3, .g-r1, .g-r2, .g-r3, .g-r4, .g-r5, .g-r6, .g-r7, .g-r8, footer{
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .next-project{
    font-size: 15px !important;
  }
}
@media (max-width: 770px) and (min-width: 481px){
  h1{
    font-size: 40px !important;
  }
  h3{
    font-size: 30px !important;
  }
  .about-me, .project-select, .threed-r1, .threed-r2, .threed-r3, .g-r1, .g-r2, .g-r3, .g-r4, .g-r5, .g-r6, .g-r7, .g-r8, footer{
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .top-text{
    top: 20% !important;
  }
  .project-select{
    padding-bottom: 30px;
  }
  .next-project{
    font-size: 30px !important;
  }
  .contact{
    padding-bottom: 40px;
  }
  .top-text{
    top: 20% !important;
  }

}
@media (min-width: 771px){
}
/*end media queries*/
h1, h2, h3{
  font-family: 'Abril Fatface', cursive;
}
h1{
  font-size: 60px;
  color: #FFB8F4;
  margin: 100px;
}
h2{
  font-size: 50px;
  color: #270B1B;
}
h3{
  font-size: 40px;
  color: #FFB8F4;
  margin: 100 100 100 100;
}
h4{
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  color: #FFB8F4;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
h5{
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  color: #FFB8F4;
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
}
p{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #270B1B;
  line-height: 24px;
}
li{
  display: inline;
  color: #FFFFFF;
  padding-left: 30px;
}
a{
  text-decoration: none;
}
html{
  scroll-behavior: smooth;
}
/* top nav*/
nav{
  list-style-type: none;
  padding: 10px 50px 10px 50px;
  background-color:#fdfdfd;
  display: flex;
  justify-content: space-between;
  font-family: 'Abril Fatface', cursive;
  font-size: 36px;
  position: fixed;
  width: 95%;
  z-index: 10;
}
nav a{
  margin: 0px 20px 0px 20px;
}
.logo{
  text-transform: uppercase;
  color: #FFB8F4;
}
.dropbutton{
  background: none;
  border: none;
  font-family: 'Abril Fatface', cursive;
  font-size: 36px;
  margin: -10px;
}
.dropdown{
  position: relative;
  display: inline-block;
}
.dropdown-content{
  display: none;
  position: absolute;
  text-align: center;
  background-color:#fdfdfd;
  font-size: 20px;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a{
  padding: 12px 16px;
  display: block;
}
.dropdown-content a:hover{
  color:#fdfdfd;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn{
  background-color:#fdfdfd;
}
.main a:link, .main a:visited{
  color: #FFB8F4;
}
/*homepage styles*/
.top-container{
  position: relative;
  height: 100%;
  background-size:cover;
  padding-top: 50px;
}
.top{
  max-height: 100%;
  min-height: 50%;
  max-width: 100%;
  margin: 0 0 0 0;
}
.top-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.see-work{
  text-align: center;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 20px;
  font-family: 'Poppins';
  font-weight: 400;
	font-size: 16px;
  color: #fdfdfd;
  border: none;
  background-color: #FFB8F4;
  border-radius: 10px;
}
.see-work a:visited, .see-work a{
  color: #fdfdfd
}
.home-img{
  max-width: 50%;
  max-height: 50%;
}
.project-select{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filipiniana-girl{
  background-color: #e96f59;
}
.zsphere-creature{
  background-color: #3392cc;
}
.potion-bottle{
  background-color: #f7eeae;
}
.giftster{
  background-color: #acc5f5;
}
/*cover*/
.cover{
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.cover h1{
  font-size: 60px;
  margin-top: 15%;
  margin-left: 10%;
}
.cover img{
  padding: 30px 0px 0px 50px;
  margin-right: 50px;
  max-width: 40%;
  max-height: auto;
}
/*filipiniana*/
#filipiniana-cover{
  background-color:#e96f59;
}
.filipiniana-info{
  margin: 100px 50px 10px 50px;
}
.filipiniana-info img{
  max-width: 50%;
  height: auto;
}
/*zsphere*/
#zsphere-cover{
  background-color:#3392cc;
}
.zsphere-info{
  margin: 100px 50px 10px 50px;
}
.threed-r3{
  text-align: center;
}
/*bottle css*/
#bottle-cover{
  background-color:#f7eeae;
}
.bottle-info{
  margin: 100px 50px 10px 50px;
}
.bottle-info img{
  max-width: 50%;
  height: auto;
}
/*3d css*/
.threed-r1{
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
  align-items: center;
}
.threed-r1 h4{
  margin-bottom: 20px;
}
.threed-r2{
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
}
.threed-r3 img{
  max-width: 100% !important;
}
/*giftster css*/
.giftster-info{
  margin: 100px 50px 10px 50px;
}
.giftster-info img{
  max-width: 50%;
  height: auto;
}
#giftster-cover{
  background-color:#acc5f5;
}
.g-r1{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 0px;
}
.g-r2, .g-r3, .g-r4, .g-r5, .g-r6, .g-r7, .g-r8{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
}
.g-r9, .g-r10{
  text-align: center;
}
.g-r9 h2, .g-r10 h2{
  margin: 30px 0px 30px 0px;
}
.g-r10 img{
  margin-bottom: 30px;
}
.g-r1 h3{
  color:#acc5f5;
}
.g-r1 h4{
  color:#acc5f5;
  margin-top: 30px;
}
.giftster-text p{
  margin-top: 30px;
}
.giftster-info h2{
  color:#EECA9B;
}
/*bottom-nav*/
.next-project{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Abril Fatface', cursive;
  font-size: 50px;
  color:#FFB8F4;
  padding-top: 30px;
}
.next-project a:visited, .next-project a{
  color:#FFB8F4
}
/*about*/
.about-me{
  display: flex;
  gap: 50px;
  margin: 0 50px 0 50px;
  padding-top: 100px;
}
.about-me h1{
  margin: 0 0 20px 0;
  font-size: 60px;
}
.about-me a, .about-me:visited{
  color:#FFB8F4;
}
.img-me img{
  max-width: auto;
  max-height: 500px;
  border-radius: 10px;
}
/*footer*/
footer{
  display: flex;
  justify-content: space-between;
  margin: 150px;
}
form{
  text-align: center;
}
input{
  width: 100%;
}
input[type="text"]{
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid #d4d4d6;
  border-radius: 10px;
	margin: 10px 0 10px 0;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
	color: #707475;
}
textarea{
	width: 100%;
	border: 1px solid #d4d4d6;
  border-radius: 10px;
	margin: 10px 0 30px 0;
	padding: 10px;
	font-family: 'Poppins', sans-serif;
}
.contact button{
  padding: 15px 20px;
  font-family: 'Poppins';
  font-weight: 400;
	font-size: 16px;
  color: white;
  border: none;
  background-color: #FFB8F4;
  border-radius: 10px;
}
.contactOpenButton{
  background: none;
}
.contactItem{
  display: block;
}
.showContact{
  transform: translateY(0);
}
.fa{
  color:#FFB8F4;
}
