/***************/
/* HOME */
/***************/
/***************/
/* MEDIA QUEIRIES */
/*
@media (max-width: 767px) { }
@media (min-width: 768px) { }
@media (min-width: 992px) { }
@media (min-width: 1200px) { }
*/
/**/
/***************/
/*******************************/
/*HOME*/
/*******************************/

#discoPartyBanner{
	text-align: center;
	background-image: url(../images/bg-purple.jpg);
    background-size: cover; 
    background-position: center ; 
    background-repeat: no-repeat;
    /**/
    color: #fff;
    text-align: center;
    height: auto;
    padding: 150px 0 120px; 
    padding: 90px 0 60px;
}

#discoPartyBanner #flowerLogo{
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 100px) { 
    #discoPartyBanner #flowerLogo.logoSizer{
        max-width: 325px; 
        width: 80%;
        height: auto;
    }
}
@media (min-width: 768px) { 
    #discoPartyBanner #flowerLogo.logoSizer{
        max-width: 325px; 
        width: 100%;
        height: auto;
    }
}


