@charset "UTF-8";

.tango-event{
max-width:100%;
margin:40px auto;
padding:35px;
background:#fff;
font-family:Arial,Helvetica,sans-serif;
color:#222;
line-height:1.7;
border-radius:14px;
box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.tango-event h2{
text-align:center;
color:#8B0000;
font-size:34px;
margin-bottom:10px;
}

.tango-event h3{
text-align:center;
color:#c41e3a;
margin-bottom:20px;
}

.intro{
font-size:19px;
font-weight:bold;
text-align:center;
}

.event-box,
.price-box,
.location-box{

background:#fafafa;
border-left:6px solid #c41e3a;
padding:22px;
margin:30px 0;
border-radius:10px;

}

.event-box h3,
.price-box h3,
.location-box h3{

text-align:left;
margin-top:0;

}

.surprise{

background:#fff5d6;
padding:15px;
border-radius:8px;
font-size:18px;
font-weight:bold;
color:#b00020;
margin:20px 0;

}

.free{

font-size:30px;
font-weight:bold;
color:#d4a238;

}

.price-item{

margin-bottom:20px;

}

.closing{

text-align:center;
font-size:20px;
margin-top:30px;

}

.welcome{

font-size:36px;
color:#8B0000;

}

.signature{

text-align:center;
font-size:22px;
font-weight:bold;

}

@media(max-width:768px){

.tango-event{

padding:20px;
margin:15px;

}

.tango-event h2{

font-size:28px;

}

.welcome{

font-size:28px;

}

.free{

font-size:26px;

}

}


