html {
    scroll-behavior: smooth;
}

h3{
    text-align: center;
    margin: auto;  
}


h2{
    text-align: center;
    font-style: bold;
    
}

h1{
    text-align: center;
    margin: auto;
}

p{
    max-width:1140px;
    margin: auto;
    padding: 20px;
}

img{
    display:block;
    margin: auto;
    padding:5px;
    max-width: 1140px;
}

body{
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #ffffff;
    height:100%;
}

/* Hero image */
.hero-image {
  background-image: url("images/hero.png");

  /* hero image height */
  height: 50%;

  /* Position and center the hero image so it will scale on various screen sizes */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 25px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 25px;
}

ol{
    max-width: 1140px;
    margin:auto;
    padding: 20px;
}

.menus{
    display: flex;
    flex-wrap: wrap;

}

/*project page-specific css*/
.projectpage{
    display: flex;
    justify-content: center;
}

img{width: 85%;
}

@media screen and (max-width: 1440px) {
/*iframe responsiveness for 16:9 Youtube and Figma aspect ratios*/
.iframecontainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; 
  }
  
  /* styling the iframe to fit in the container div with full height and width */
  .responsiveiframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;

  }
}

/*responsive navigation*/
.emwlogo{
    max-width: 200px;
}

.head{
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}   

.fa-solid.fa-burger{
    font-size:25px;
    padding-bottom: 2px;
}

.topnav{
    overflow: hidden; 
    padding-bottom: 40px;      
}

.topnav a{
    color:#141414;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-right: 30px;
}

.topnav a.active{
   color:#e1368b;
    
}

.topnav a:hover{
    color: #a7ae22;
}

.topnav .icon{
    display: none;
}

.topnavresponsive{
    background-color: #ffffff;
    position: relative;
}
.topnavresponsive a{
    color:#141414;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
}

.topnavresponsive a:hover{
    color: #a7ae22;
}

.topnavresponsive a.active{
    color:#E1368B;
}

@media screen and (max-width: 768px) {
    .topnav a{
        display: none;
    }
    .topnav a.icon{
        float: right;
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
        color: #33939a;
    }
    .topnav.responsive a{
        float:none;
        display: block;
        text-align: left;
        color:#33939a;
    }
}

/*Vertical Phone Photo Sizing*/
.phonepics {
    display:block;
    margin: auto;
    padding:5px;
    max-width: 100%;
    max-height: 1000px;
    height: auto;
    width: auto;
}

/*Slideshow Attempt*/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #E1368B;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #E1368B;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #b5bd25;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*to top arrow*/
#to-top{
    position:fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    font-size: 30px;
    color:#e1368b;
    font-weight:bolder;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    transition: bottom 200ms, transform 200ms;
}

#to-top:hover{
    bottom: 35px;
}

#to-top.show{
    transform: scale(1);
}



/*ArtWalk*/
.artwalkcontainer{
    margin: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 25px;
    background-color: #bdeaf4;
}

.artwalkh3{
    color:#ce4689;
    font-family: "Potta One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 16pt;
}

.artwalkh2{
    color:#ce4689;
  font-family: "Potta One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size:24pt;
    
}

.artwalkh1{
    color:#ce4689;
  font-family: "Potta One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size:36pt;
    
}

.artwalkcaption{
     font-family: "poppins", sans-serif;
     font-weight: 400;
     font-style: normal;
     font-size: 10pt;
   

}

.artwalklogo{width: 25%;
}

