/*
FSP Version: 1.0
*/

@font-face {
  font-family: 'Namecat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Namecat.ttf) format('truetype');
}

@font-face {
  font-family: 'Neon';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Neon.ttf) format('truetype');
}

html, body {
    margin: 0;
    padding: 0;
}

html {
	scroll-behavior: smooth;
}


body {
    background: url(../images/bg.gif);
    font-family: Neon, sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    overflow-x: none;
}

img {
    max-width: 100%;
    height: auto!important;
}

.contain {
    width: 900px;
    margin: 0 auto;
    position: relative;
}

.sr {
    position: fixed;
    bottom: -1px;
    right: -1px;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: 0!important;
}

a {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #FFB8B9;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
a:hover {
    border-color: #f87d86;
}
a.btn {
    display: inline-block;
    padding: 0 30px;
    line-height: 56px;
    border-radius: 28px;
}

.patreon-btn a {
    border: none;
}
.patreon-btn a:hover {
    transform: scale(1.08);
}

header {
    padding: 15px 0 0;
}
header .contain {
    text-align: center;
}
header #opennav {
    display: none;
    background: none;
    border: none;
    width: 50px;
    height: 50px;
    padding: 10px;
    cursor: pointer;
}
header #logo {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    border: none;
}
header #logo img {
    display: block;
    transition: all 0.3s ease-in-out;
}
header #logo:hover img {
    transform: scale(1.05);
}
header nav ul {
    list-style: none;
    margin: 0 0 -20px;
    padding: 15px 0 0;
    font-size: 0;
    position: relative;
    z-index: 90;
}
header nav ul li {
    display: inline-block;
    font-size: 20px;
    padding-left: 30px;
}
header nav ul li ul {
    display: none;
}
header nav ul li a {
    display: block;
    font-family: 'Namecat', Arial, sans-serif;
    font-size: 40px;
    border: none;
    color: #CCFFFF;
	text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 3px 1px 0px, rgb(0, 0, 0) 2px 2px 0px, rgb(0, 0, 0) 2px 3px 0px, rgb(0, 0, 0) 1px 3px 0px, rgb(0, 0, 0) -0.3px 3px 0px, rgb(0, 0, 0) -1px 3px 0px, rgb(0, 0, 0) -2px 2px 0px, rgb(0, 0, 0) -3px 1px 0px, rgb(0, 0, 0) -3px 0.5px 0px, rgb(0, 0, 0) -3px -0.5px 0px, rgb(0, 0, 0) -3px -1.5px 0px, rgb(0, 0, 0) -2px -2px 0px, rgb(0, 0, 0) -1px -3px 0px, rgb(0, 0, 0) -0.2px -3px 0px, rgb(0, 0, 0) 1px -3px 0px, rgb(0, 0, 0) 2px -2.5px 0px, rgb(0, 0, 0) 2px -2px 0px, rgb(0, 0, 0) 3px -1px 0px;
}
header nav ul li:nth-of-type(2) a, header nav ul li:nth-of-type(5) a {
    color: #FAFFAD;
}
header nav ul li:nth-of-type(3) a, header nav ul li:nth-of-type(6) a {
    color: #CC99FF;
}
header nav ul li.current-menu-item a {
    color: #33CCFF;
}
header nav ul li a:hover {
    color: #FEFFEE;
    transform: scale(1.1);
}


main .contain {
    background: #FFB8B9;
    padding: 30px;
    border-radius: 20px;
    border: 2px solid #000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Namecat', Arial, sans-serif;
    font-weight: 400;
}
h1 {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
h2 {
    font-size: 34px;
}
h3 {
    font-size: 28px;
}

.blk-cols {
    margin-bottom: 0!important;
}

.row {
    display: flex;
    justify-content: space-between;
}
.row .row1 {
    width: 31%;
}
.row .row2 {
    width: 65%;
}

.speech_bubble {
    background: #FEFFEE;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    min-height: 250px;
}
.speech_bubble:after {
	left: 100%;
	top: 180px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 205, 121, 0);
	border-left-color: #FEFFEE;
	border-width: 20px;
	margin-top: -20px;
}
.speech_bubble h1 {
    margin-top: 0;
}
.home .speech_bubble h2 {
    margin-top: 0;
}

.homecon {
    text-align: center;
}
.homecon h3, .homecon p {
    margin: 10px 0;
}
.homecon p .btn {
    margin-top: 20px;
}
.twitter {
    overflow: hidden;
    max-width: 376px;
    width: 100%;
    height: 400px;
    margin: 0 0 0 auto;
}

.consched h2, .consched p {
    margin-top: 0;
    margin-bottom: 5px;
}
.consched div {
    margin-bottom: 15px;
}
#pastcons {
    text-align: center;
}
#pastcons ul {
    list-style: none;
    padding: 0;
}


#commstatus {
    font-weight: bold;
}
.commissions .commstatus {
    display: none;
    margin-top: -100px;
    position: relative;
    z-index: 90;
}

.quoteh2 {
    margin-bottom: 0;
}
.forminator-custom-form {
    margin-top: 0!important;
}
.forminator-textarea {
    max-width: Calc(100% - 20px);
}
.forminator-radio.forminator-radio-inline.forminator-has_image.forminator-has_bullet {
    min-width: 150px!important;
    padding-top: 160px!important;
}
.forminator-radio .forminator-radio-image {
    padding: 0!important;
}
.forminator-radio .forminator-radio-image span {
    width: 150px!important;
    height: 150px!important;
}
.forminator-button, .forminator-button-submit {
    font-weight: bold!important;
    padding: 10px 30px!important;
    border-radius: 25px!important;
    transition: all 0.3s ease-in-out;
}
.forminator-button:hover, .forminator-button-submit:hover {
    box-shadow: none!important;
    transform: scale(1.08);
}

footer {
    padding: 15px 0 0;
}
footer .contain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    background: url('../images/jing.png') bottom left no-repeat;
    background-size: auto 100%;
}
footer .social {
    list-style: none;
    margin: 0;
    padding: 15px 0 30px 25%;
    font-size: 0;
}
footer .social li {
    display: inline-block;
    padding-right: 5px;
}
footer .social li a {
    display: block;
    width: 30px;
    height: 30px;
    padding: 10px;
    border: none;
}
footer .social li a:hover {
    transform: scale(1.15);
}
footer #copyr {
    text-align: right;
    font-size: 14px;
    padding-bottom: 15px;
}
footer #copyr a {
    border-color: #FFB8B9;
}
footer #copyr a:hover {
    border-color: #000;
}
footer #copyr p {
    margin: 5px 0;
}
footer #copyr p:first-of-type {
    font-weight: bold;
}
footer #copyr p:last-of-type {
    font-size: 12px;
    padding-top: 2px;
}

#pagefriend {
    position: fixed;
    bottom: 0;
    left: Calc((100% - 900px) / 2);
    background: url('../images/jing.png') bottom left no-repeat;
    background-size: auto 100%;
    width: 100px;
    height: 100px;
}


@media (max-width: 960px) {
    .contain {
        width: auto;
        padding: 0 30px;
    }
}
@media (max-width: 781px) {
    .contain {
        padding: 0 15px;
    }
    a, a img {
        transition: none!important;
        transform: none!important;
    }
    .blk-img .size-full, .blk-img.size-full {
        max-width: 300px;
        margin: 0 auto;
    }
    header .contain, .row, footer .contain {
        display: block;
    }
    header {
        padding: 0;
    }
    header .contain {
        padding: 0;
    }
    header #logo {
        max-width: 250px;
        margin: 10px auto;
        padding: 0 50px;
        text-align: center;
    }
    header #logo:hover img, header nav ul li a:hover {
        transform: none;
    }
    header #opennav {
        display: block;
        position: absolute;
        top: 35px;
        right: 0;
    }
    header nav {
        display: none;
    }
    header nav ul {
        padding: 10px 0;
        background: linear-gradient(180deg, rgba(232,73,115), rgba(96,14,65));
        margin: 0;
    }
    header nav ul li {
        display: block;
        padding: 5px 0 0;
    }
    header nav ul li a {
        padding: 5px 0;
        text-shadow: none;
        font-size: 30px;
    }
    header nav ul li.current-menu-item a {
        color: #FFF;
    }
    .row .row1, .row .row2 {
        width: auto;
    }
    h1 {
        margin-bottom: 20px;
    }
    main .contain {
        border-radius: 0;
        border-left: none;
        border-right: none;
        padding: 20px;
    }
    .speech_bubble {
        min-height: 0;
        padding: 20px;
    }
    .speech_bubble:after {
        top: 100%;
    	left: 50%;
    	border: solid transparent;
    	content: "";
    	height: 0;
    	width: 0;
    	position: absolute;
    	pointer-events: none;
    	border-color: rgba(254, 255, 238, 0);
    	border-top-color: #FEFFEE;
    	border-width: 20px;
    	margin-top: 0;
    	margin-left: -20px;
    }
    .twitter {
        margin: 30px auto 0;
    }
    footer, footer #copyr {
        text-align: center;
    }
    footer .contain {
        background-position: bottom center;
        background-size: auto 100px;
        padding-bottom: 100px;
    }
    footer .social {
        padding: 0;
    }
    footer .social li {
        padding: 0 5px 10px;
    }
    footer .social li a {
        padding: 5px;
    }
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	a, img, a:hover, a:hover img, img:hover {
	    transition: none!important;
	    transform: none!important;
	}
}