@charset "utf-8";
html, body {font-size:100%;display: flex;flex: 1 1 100%;justify-content: center;height: 100%;text-align: center;background: url(images.png);margin: 0;flex-flow: row wrap;align-items: stretch;align-content: stretch;}
header {
    display: flex;
    flex-flow: row wrap;
    flex: 1 1 100%;
    border-radius: 7px;
    margin: 5px;
    align-content: center;
    background: rgba(169, 4, 29, 0.61);
}
header img {
    width: 100%;
    max-width: 280px;
}
header .girl {
    flex: 1 1 auto;
    align-self: center;
}
header ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    flex-flow: row wrap;
    flex: 1 1 auto;
    justify-content: space-around;
    align-items: center;
}
header ul li {
    flex: 1 0 auto;
    margin: 20px;
}
header ul li:last-child {
    margin-right: 70px;
}
header ul li a {
    color: #ffecec;
    font-size: 2.5em;
    text-decoration: none;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.79);
    display: block;
    transition: 0.35s ease-in-out;
}
header ul li a:hover {
    color: #811C2E;
    text-shadow: 0 0 2px rgba(111, 5, 5, 0.87);
    }
header ul li:hover {}
h1 {
    color: #ffecec;
    margin: 10px;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.79);
}
main {
    flex: 1 1 100%;
    margin: 0 5px;
    border-radius: 7px;
    background: rgba(169, 4, 29, 0.61);
}
.text {
    color: #ffecec;
    font-size: 1.3em;
    margin: 10px;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.79);
}
.chaturbate {
    border: 0;
    flex: 1 0 auto;
    width: 85%;
    height: 525px;
    margin-bottom: 20px;
    border-radius: 7px;
}
footer{flex:1 1 100%;text-align:center;border-radius:7px;z-index:1;margin: 5px;box-sizing:border-box;display: flex;background: rgba(169, 4, 29, 0.61);}
footer ul{display:flex;list-style:none;flex-flow:row wrap;flex:1 0 auto;padding:0;line-height:1.5em;margin:0;align-items:center;}
footer ul li{flex:1 0 auto;text-align:center;margin: auto;max-width: 300px;padding: 5px;}
footer ul li a:hover {color: #811C2E;
    text-shadow: 0 0 2px rgba(111, 5, 5, 0.87);}
footer ul li a{display:block;text-decoration:none;line-height: 1.1em;font-size: 1.5em;color: #ffecec;text-shadow: 0 0 2px rgba(255, 255, 255, 0.79);font-weight:bold;/* max-width:200px; */margin:auto;transition:0.35s ease-in-out;border-radius:7px;}
footer ul li:hover{}
@media screen and (max-width:1250px) {
    header ul li:last-child {
    margin-right: 20px;
}
}
@media screen and (max-width:960px) {
    .chaturbate {
    width: 98%;
}
}
@media screen and (max-width:910px) {
header img {
    max-width: 500px;
}
footer ul li a {
    font-size: 1.2em;
}
header ul li {
    margin: 10px;
}
header ul li:last-child {
    margin-right: 10px;
}    
}
@media screen and (max-width:450px) {
header ul li a {
    font-size: 2em;
}        
}