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