/*custom font*/
@font-face {
    font-family: 'zombieregular';
    src: url('zombie-regular-webfont.woff2') format('woff2'),
         url('zombie-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@media screen and (max-width:600px){
   aside,section,article{
     width:100%;
   }
}



/*main background */
body{
  margin: 0;
   background-image: url(/Other_images/purplebg.png);
   background-color:  #423452;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}


header{
   background-color:#423452;
   background-image:url(/Other_images/header.png);
    background-position: center;
    background-size: contain;
     background-repeat: no-repeat;
   text-align: center;
   padding: 25px;
   height:98px;
}


.navbar ul{

    list-style-type: none;
    background-color: #251d2e;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    
    

}

.navbar a{

    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
    transition: transform 0.4s ease;
    

}

.navbar a:hover{

    background-color: hsl(0, 0%, 10%);
   transform: scale(1.05);
}

.navbar li{

float:left;

}


  
  
  
  /* MAIN CONTAINER HOME */

.container {
  width: 80%;
  height: 700px;
  margin: 0 auto;
    display:flex;
   flex-direction:row;
   justify-content:space-evenly;
   align-items: center;
   flex-wrap: wrap;
   gap: 1em;
}


.btn{
 transition: transform 0.4s ease;
  align-content: flex-start;
}

.btn:hover {
  filter: brightness(0.6);
  transform: scale(1.05);
}

.row {
  display: flex;

}


.socials {
 margin: 0 auto;
    display:flex;
   flex-direction:row;
   justify-content:space-evenly;
   align-items: center;
   flex-wrap: wrap;
   gap: 1em;
}






.item {
  width: 150px;
  height: 530px;
  padding: 1em;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  
}

.item-1 {
 flex-grow: 1;
 border-radius: 20px;
 align-items: center;
}
.item-2 {
 flex-grow: 1;
}
.item-3 {
 flex-grow: 0.5;
}








/* FOOTER */



footer{
   display: block;
   clear: both;
   background-color:#251d2e;
   text-align: center;
   padding: 25px;
   height:100px;
  bottom: 0;
  width:100%;
}
