/*   
 * Version: 1.0
 * Author: zc
*/

/* esport.css */


/* ======= Base ======= */
.headers {
	margin-top:60px;
}
.navbar-default{
    background-color: #FFF;
}
.overview_cont {
    margin-bottom: 20px;
}
.title{	
    width: 890px;
    margin: auto;
    text-align: center;
    position: relative;
    padding: 40px 20px;
    padding-bottom: 0px;
}

.title .font{
    font-size: 72px;
    line-height:72px;
    margin-bottom: 20px;
}

.esport_content {
    width: 890px;
    margin: auto;
    text-align: center;
    position: relative;
    padding: 0px 30px;
}
.esport_content li {
    color: #fff;
}
.esport_image{
    text-align: center;
}

.image_link{
    background: linear-gradient(to left, #007dff, #00bdff);
}
.headers {
    background-image: url(../images/esport/E_Sport.jpg);
    width: 100%;
    height: 280px;
    background-size:cover;
    background-position: center;
}
.line_2 {
    padding: 20px 20px;
}

.row_3 img {
    margin-bottom: 40px;
    padding: 0px 14%;
}

@media (max-width: 890px){
	.title {
    	width: 100%;
    	text-align: center;
	}
    .esport_content {
        width: 100%;
    }
    .esport_content li{
        margin: 10px auto;
        width: 90%;
    }
    .headers {
        height: 200px;
    }
    .title .font{
    font-size: 60px;
    line-height:60px;
    }

}

@media (max-width: 480px) {
    .row_3 img {
        padding: 0px 5%;
    }
}




