@import url(../../css/concerts.css);
@import url(../../css/menu.css);

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,.75), rgba(0,0,0,.5), rgba(0,0,0,.75)); 
    background: linear-gradient(to bottom, rgba(0,0,0,.75), rgba(0,0,0,.5), rgba(0,0,0,.75));
	background-size: 100vw 100vh;
	background-attachment: fixed;
}

::-webkit-scrollbar{
    display: none;
}

.linediv{
    width: 98%;
    border-top: 3px solid white;
    margin: auto;
    margin-top: 3px;
}

.linecpr{
    width: 80%;
    border-top: 2px solid white;
    margin: auto;
}

.footer{
    width: 100%;
}

.footer img{
    display: block;
    margin: .5% auto .2%;
    width: 65%;
}

@media (max-width: 499px){
    .linecpr{
	display: none;
    }
    .footer img{
        width: 250px;
    }
}

@media (max-width: 767px) and (min-width: 500px){
    .linecpr{
	display: none;
    }
    .footer img{
        width: 275px;
    }
}

@media (max-width: 950px) and (min-width: 768px){
    .linecpr{
	display: none;
    }
    .footer img{
        width: 300px;
    }
}

@media (max-width: 1199px) and (min-width: 951px){
    .footer img{
        width: 350px;
    }
}

@media (min-width:1200px){
    .footer img{
        width: 400px;
    }
}