@import url('https://fonts.googleapis.com/css?family=Acme');
@import url('https://fonts.googleapis.com/css?family=Righteous');

*

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
    font-family: 'Righteous', cursive;
    color: #fff;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    font-family: 'Righteous', cursive;
    letter-spacing: 1px;
    background-color: #090b0a;
}
ol, ul {
	list-style: none;
}
p{
    font-size: 17px;
    padding: 10px;
    display: inline-block;
}
h2{
    font-size: 18px;
    text-decoration: underline;
    padding: 5px;
    color: #fff;
}
.clear{
    clear:both;
}
/* ----- HEADER ----- */
#header-container{
    width: 100%;
    height: 48vw;
    background-image: url('/images/girlz.png');
	background-size: 100%;
	background-repeat: no-repeat;
    background-position: top left;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* ----- NAV ----- */
.nav{
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    color: #fff;
    letter-spacing: 1px;
    text-align:center;
}
.nav a{
    font-size:13px;
    width:25%;
    float:left;
    text-decoration:none;
}
.nav a:hover{
    font-size: 14px;
    text-decoration: underline;
}
/* TOP-CONTAINER */
.top-space{
    width: 100%;
    height: 40px;
}
.bottom-space{
    width: 100%;
    height: 40px;
    display: inline-block;
}
.col3{
    width: calc(33.33% - 10px);
    float: left;
    text-align: center;
    font-size: 15px;
    color:#fff;
    margin: 5px;
}
.col3 img{
    max-width: 60px;
    height: auto;
}
.chattext{
    width: 100%;
    height: 250px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-image: url('/images/pic1.png');
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
}
.chattext2{
    width: 100%;
    height: 250px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-image: url('/images/pic2.png');
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
}
/* ----- USERS ----- */
.users{
    margin: 2.5%; width: 20%;
    float: left;
}
.users img{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #fff;
    opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
}
.users img:hover{
    -webkit-box-shadow: 0px 0px 5px 1px #fff;
    -moz-box-shadow: 0px 0px 5px 1px #fff;
    box-shadow: 0px 0px 5px 1px #fff;
    border: 1px solid #fff;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    transform: scale(1.010);
}
/* BANNER */
.banner2{
    width: 100%;
    height: 250px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-image: url('/images/pic4.png');
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
}
/* Load more button */
.container {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn {
    position: relative;
    display: inline-block;
    width: 277px;
    height: 50px;
    font-size: 1em;
    font-weight: bolder;
    line-height: 60px;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    text-decoration:none;
    font-weight:900;
    font-size:17px;
    letter-spacing: 0.045em;
}
.btn svg {
    position: absolute;
    top: 0;
    left: 0;
}
.btn svg rect {
    stroke: #444;
    stroke-width: 4;
    stroke-dasharray: 353, 0;
    stroke-dashoffset: 0;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}
.btn span{
    color: #fff;
    letter-spacing: 2px;
}
.btn:hover svg rect {
    stroke-width: 4;
    stroke-dasharray: 196, 543;
    stroke-dashoffset: 437;
}
.loadmore{
    width: 100%;
    height: 100px;
    text-align: center;
    margin-bottom: 25px;
}
#users-temp{
    display:none;
}
/* ----- ABOUT -----*/
#about{
    text-align: center;
    color: #fff;
}
.about1{
    margin: 20px;
    font-size: 20px;
    color: #fff;
}
.about2{
    margin: 20px 10px;
    color: #fff;
    text-align: justify;
}
.about2 p{
    font-size: 17px;
    line-height: 1.2;
    text-indent: 10px;
}
/* ----- FOOTER ----- */
#footer{
    width: 100%;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: url('/images/pic3.png');
	background-size: cover;
	background-repeat: no-repeat;
    background-position: top right;
}
#footer .columnx a{
    font-size: 17px;
    padding: 10px;
    display: block;
    color: #fff;
    text-decoration: none;
}
#footer p{
    padding: 5px;
    display: block;
    color: #fff;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 20px;
}
.footer-text{
    display: inline-block;
    margin: 30px 0px 0px 0px;
    text-align: center;
    width: 100%;
}
.columnx {
    float: left;
    width: 33.33%;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
  }
.addthis_inline_share_toolbox{
    text-align: center;
}
/* ----- MEDIA QUERY ----- */

@media (min-width:961px) { .about2 p{line-height: 1.4;} }
@media (min-width:1025px) { .nav a{font-size: 15px;} .nav a:hover{font-size: 16px;} .about2 p{line-height: 1.6;}}