/*...............................*/
/*______________LOGO_____________*/
/*...............................*/
.baner {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    cursor: default;
}

.baner .logo {
	display: inline-block;
	font-size: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.baner .logoMirror { 
	-moz-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
	opacity: 0.35;
}

.baner .hot,
.baner .bian{
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 45px;
    color: #ff8f00;
	transition: .5s;
}

.baner .bian {
	color: white;
}

/*...............................*/
/*__________INTRODUCTION_________*/
/*...............................*/
.introductionWrap {
    width: 310px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #eee;
}

.introductionWe{
    display: flex;
    flex-direction: column;
    flex-basis: 40%;
}

.introductionFuture{
    display: flex;
    flex-direction: column;
    flex-basis: 40%;
}

.introductionWrap h1 {
    margin-top: 5px;
    font-size: 9px;
    letter-spacing: 6px;
    color: #ebeae8;
    text-transform: uppercase;
}

.introductionWrap i {
	display: inline-block;
	font-size: 20px;
    color: #888888;
}

.introductionWrap p {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    padding-top: 12px;
    font-size: 14px;
    color: #bbb;
    border-top: 1px dashed#e27f00;
    letter-spacing: 3px;
}

/*...............................*/
/*_______ABOUT US & FUTURE_______*/
/*...............................*/
.about {
    text-align: center;
}

.aboutEnd{
    margin-bottom: 70px;
}

.about h2 {
    margin-top: 50px;
    margin-bottom: 10px;
    color: #ffe2bc;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 6px;
}

.about i {
    color: #817465;
    font-size: 20px;
}

.about p {
	color: #ddd;
    padding-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 1px;
}

.about p:nth-child(even) {
	color: #b1b1b1;
}

.urlToReportHistory{
    color: #ddd; 
    text-decoration: none;
    border-bottom: 1px solid #e27f00;
    transition: .2s;
}

.urlToReportHistory i{
    color: #888888; 
}

.urlToReportHistory:hover,
.urlToContact:hover{
      border-bottom: 1px solid #000;
}

/*...............................*/
/*___________RESPONSIVE__________*/
/*...............................*/
@media (max-width: 450px){
    .introductionWrap{
        width:100%;
    }
    
    .introductionWrap p {
        font-size: 11px;
        letter-spacing: 2px;
    }
    
    .introductionWrap {
        justify-content: space-around;
    }
    
}

@media (max-width: 280px){

    .baner .logo {
        font-size: 32px;
    }
    .baner .hot {
        border-radius: 6px;
    }
}

@media (max-width: 220px){

    .baner .logo {
        font-size: 25px;
    }
    .baner .hot {
        border-radius: 4px;
    }
}








