@import url("../global.css");
@import url("../components/header.css");
@import url("../components/footer.css");
@import url("../components/slides.css");
@import url("../components/events_list.css");
@import url("../components/team.css");

/* Depois você pode continuar com estilos específicos da home */
body {
  background-color: #111;
}
main{
    width: 100%;
    float: left;
}
main div#party{
    width: 95%;
    float: left;

    margin: 2.5%;
    margin-bottom: 0;
}
div#party .about{
    width: 100%;
    float: left;

    margin: 2.5%;
    margin-bottom: 0;   
}
div#party .about img{
    width: 50%;
    float: left;

    border-radius: 10px;

}
div#party .about .about_text{
    width: 45%;
    float: left;

    margin-left: 2.5%;

    color: #fff;
}
div#party .about .about_text{
    width: 45%;
    float: left;

    margin-left: 2.5%;

    color: #fff;
}
div#party .about .about_text h6.text_subtitle{
    width: 100%;
    float: left;
    
    color: #fff;
}
div#party .about .about_text h1.text_subtitle{
    width: 100%;
    float: left;
    
    color: #00ff00;
}
div#party .about .about_text p.text_content{
    width: 100%;
    float: left;
    
    color: #fff;
}


main div#events h2#evets_title{
    width: 100%;
    float: left;

    color: #fff;

    margin: 1% 0%;
}
