:root{
    --Primary:red;
   --secondary:blue;
   --light:white;
   --dark:black;
   --text-lg: 30px;
   --text-md: 20px;
  --text-sm:16px;
}

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

.event-header img{
filter: brightness(0.7);

}

.event-header h3{
    font-size: 18px;
    margin-top: 40px;
    font-weight: bold;
    font-family: 'lobster two';
}

.event-text p{
   
    line-height: 40px;
     font-size: 16px;
     margin-left: -400px;
     margin-top: 500px;
     width: 1200px;
    

}

.photographer{
    background-color: rgba(255, 0, 0, 0.692);
}

.photographer-text{
    font-size: 16px;
    font-family: 'lobster two';
    font-weight: bold;
    line-height: 30px;
    
}

.photographer p{
    font-size: 16px;
    font-family: 'lobster two';
    line-height: 40px;
   
}

/* MEDIA QUERY */

@media screen and (max-width:550px){
    .event-text p{
        margin: 0 ;
        font-size: 12px !important;
        width: 300px ;
        padding: 0 !important;
        
    }

    .event-header img{
          height: 270px;
          width: 365px !important;
          margin: 5px;
         
    }

    .second-image img{
        width: 300px;
        
    }

    .event-header h3{
       font-size: 12px;
    }

    .event-text{
        margin-right: 500px !important;
    }

    .photographer{
        width: 400px !important;
    }

    .footer-items{
        width: 400px !important;
    }
}

@media screen and (max-width:912px){
    .event-text p{
       padding-left: 100px;
       font-size: 20px;
       
    }

    .event-header img{
        width: 1100px;
        margin: 5px;
    }

    

    .footer-items{
        width: 1200px;
    }
}
