:root {
	--pd_skyblue: #e1f7ff;
	--pd_white: #ffffff;
	--pd_darkgreen: #aabc2a;
	--pd_lightgreen: #bad537;
	--pd_darkorange: #e2934b;
	--pd_lightorange: #fab163;
	--pd_lightblue: #bce6fa;
	--pd_midblue: #72c6ef;
	--pd_darkblue: #42a6d6;
	--pd_darkgrey: #2a2b3b;
	--pd_offwhite: #f3f4f8;
	--pd_fadedtext: #aaaaaa;
	--fancyfont: 'Playpen Sans', cursive;
	--basefont: 'Montserrat', sans-serif;
	--lilita: 'Lilita One', sans-serif;
    --titlefont: 'Spectral SC', serif;
}

* {
	font-family: var(--basefont);
}

h1, h2, h3, h4, h5, h6, p, ul {
	margin-bottom: 0px !important;
}

body {
	background-color: var(--pd_darkgrey) !important;
	overflow-x: hidden;
}

.fullopacity {
	opacity: 1 !important;
	z-index: -1;
}

.clouds {
	position: absolute;
    z-index: 1;
    height: 50vh;
    width: 100%;
    pointer-events: none;
    top: 0;
    overflow: hidden;
}

.clouds .cloud {
    position: absolute;
    width: 25%;
    opacity: 0.03;
}

.clouds .cloud:nth-child(1) {
    left: -5%;
    top: 5%;
}

.clouds .cloud:nth-child(2) {
    right: -5%;
    top: 25%;
}

.clouds .cloud:nth-child(3) {
    left: 15%;
    top: 55%;
}

.clouds .cloud:nth-child(4) {
    right: 15%;
    bottom: 0;
}

.page_divider {
    
}

.page_divider hr {
	width: auto;
    margin: 0 10%;
    background: var(--pd_fadedtext);
    height: 2px;
    opacity: 0.1;
}

.page_divider .heart {
    margin: 0 auto;
    display: block;
    width: fit-content;
    margin-top: -14px;
    z-index: 999;
    position: relative;
    background-color: var(--pd_darkgrey);
}

.page_divider .heart span {
	font-size: 28px;
    color: var(--pd_fadedtext);
    opacity: 0.1;
    padding: 0 20px;
}

#mainContent {

}

.mybtn {
    width: fit-content;
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
}

.mybtn.empty {
    background: transparent;
    color: var(--pd_darkgrey);
    border: 1px solid var(--pd_fadedtext);
    border-radius: 50px;
}

.mybtn.dark {
	background: var(--pd_darkgrey);
	color: var(--pd_offwhite);
	transition: color .4s;
}

.mybtn.dark:hover {
	color: var(--pd_lightgreen);
}

.mybtn.light {
	background: var(--pd_midblue);
	color: var(--pd_darkgrey);
	transition: color .4s;
}

.mybtn.light:hover {
	color: var(--pd_offwhite);
}

.align_vert {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.align_bottom {
	display: flex;
}

.flipimage {
	transform: scaleX(-1);
}

.darktext {
	color: var(--pd_darkgrey) !important;
}

.fadedtext {
	color: var(--pd_darkgrey) !important;
    opacity: 0.6;
}

.offwhitetext {
	color: var(--pd_offwhite) !important;
}

.orangetext {
	color: var(--pd_lightorange) !important;
}

.lightblue {
	color: var(--pd_lightblue) !important;
}

.fadedbg {
	background: var(--pd_offwhite);
}

.darkbg {
	background: var(--pd_darkgrey);
}

/** Top Bar **/

#topbar {
    padding: 25px 0;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#topbar h1 {
    font-family: var(--titlefont) !important;
    color: white;
    font-weight: 800;
    font-size: 32px;
}

#topbar img {
	max-width: 70%;
}

#topbar ul {
	height: 100%;
    align-items: center;
}

#topbar ul li a {
	font-weight: 600 !important;
    color: var(--pd_fadedtext);
    transition: color 0.3s;
    padding: 0 15px;
}

#topbar ul li a:hover {
	font-weight: 700;
    color: var(--pd_lightorange);
}

.navbar-toggler {
    border: 1px solid white !important;
    margin: 0 auto 10px auto;
}

.navbar-toggler-icon {
	background-image: url('../assets/menuicon.png') !important;
}

.navbar-collapse {

}

/** Title Section **/

.section_title {

}

.section_title h1 {
	font-weight: 700;
    font-size: 2rem;
}

.section_title h3 {
	font-weight: 500;
    font-size: 1.2rem;
    margin-top: 5px;
    color: var(--pd_midblue);
}

/** Game Wrap **/

.game_wrap {
	
}

.game_wrap img {
	width: 100%;
	border-radius: 15px 15px 0px 0px;
}

.game_wrap .game_info {
	background: var(--pd_offwhite);
	border-radius: 0px 0px 15px 15px;
	text-align: center;
	padding: 25px;
}

.game_wrap .game_info .title {
	font-weight: 600;
    font-size: 1.3rem;
    color: var(--pd_darkgrey);
}

.game_wrap .game_info .short_desc {
	color: var(--pd_fadedtext);
	margin-top: 6px;
	font-weight: 400;
}

.no_decoration {
	text-decoration: none;
}

/** Banner **/

#banner {
	background: var(--pd_darkgrey);
    padding: 5% 0;
    overflow: hidden;
    display: block;
    position: relative;
    text-align: center;
	align-items: center;
}

#banner img {
	width: 300px;
    border-radius: 20px;
}

#banner h1 {
	font-family: var(--fancyfont);
    font-weight: 700;
    color: var(--pd_white);
    font-size: 3.5rem;
    text-transform: uppercase;
}

#banner h3 {
	color: var(--pd_lightorange);
    font-size: 1.6rem;
    margin-top: 8px;
    font-family: var(--fancyfont);
    line-height: 1.6;
    font-weight: 600;
}

#banner h3 span {
	font-family: var(--fancyfont);
}

#banner .bannertext {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

#banner .bannertext a {
	margin: 0 auto;
}

#banner .bannerimg {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gamescreens img {
    width: 100% !important;
}

/** Footer **/

#footer {
	background: #23232f;
	width: 100%;
	padding: 40px 0;
}

#footer ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

#footer ul li {}

#footer ul.social li a {
	padding: 0 8px;
    text-decoration: none;
    color: var(--pd_fadedtext);
    font-weight: 400;
    font-size: 0.9rem;
    transition: color 0.4s;
}

#footer ul.social li a:hover {
    color: var(--pd_lightorange);
}

#footer ul.links li a {
	padding: 0 20px;
    text-decoration: none;
    color: var(--pd_fadedtext);
    font-weight: 400;
    font-size: 0.9rem;
    transition: color 0.4s;
}

#footer ul.links li a:hover {
    color: var(--pd_lightorange);
}

#footer img {
	width: 150px;
}

/** Featured Games **/

.featured_game {
	
}

.page_section {}

.featured_game.cherrytree {
	background-color: #232935;
}

.featured_game.hotelstory {
	background-color: var(--pd_lightorange);
}

.featured_game.lifesim3 {
	background-color: var(--pd_midblue);
}

.featured_game .fg_content {}

.featured_game .fg_content ul {
    margin-top: 20px;
    list-style: none;
    padding-left: 0px;
}

.featured_game .fg_content ul li {
	color: var(--pd_lightblue);
    line-height: 1.8;
    font-size: 0.9rem;
    font-weight: 500;
}

.featured_game .fg_content ul li span {
	margin-right: 5px;
}

.featured_game .fg_content img {
	width: 80%;
	margin: 0 auto;
}

.showmed {
	display: none;
}

.fg_content .game_icon {
    width: 40% !important;
    border: 2px solid white;
    border-radius: 15px;
    margin: 0 auto;
}

/** Home Section **/

.home_section {
    overflow: hidden;
    position: relative;
}

.home_section.padding {
	padding: 5% 0;
}

.home_section.lesspadding {
	padding: 2% 0;
}

.sectiontitle {
	font-family: var(--fancyfont);
    color: var(--pd_white);
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    margin: 10px 0 !important;
}

.sectionsubtitle {
    font-family: var(--basefont);
    color: var(--pd_lightorange);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.4;
}

.sectiontext {
	font-family: var(--basefont);
    color: var(--pd_fadedtext);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
}

.sectionicon {
	font-size: 42px;
    color: var(--pd_lightorange);
}

.centered {
	margin: 0 auto;
}

.home_image {
	position: absolute;
    height: 100%;
    opacity: 0.4;
}

.home_image.left {
	bottom: -60px;
    left: 2%;
}

/** Stat Boxes **/

.statbox {
    text-align: center;
    background-color: rgba(255,255,255,0.02);
    border-radius: 30px 15px 30px 15px;
    padding: 60px 0;
}

.statbox h1 {
	font-family: var(--fancyfont);
    color: var(--pd_darkorange);
    font-size: 60px;
}

.statbox h3 {
    font-family: var(--basefont);
    font-size: 18px;
    color: var(--pd_fadedtext);
    margin-top: 10px;
    font-weight: 500;
    text-transform: capitalize;
}

/** Home Games **/

.home_game {
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #4c4d5a;
    background: #262734;
}

.home_game img {
	width: 100%;
    border-radius: 15px;
    border: 4px solid #4c4d5a;
}

.home_game .content {
	position: relative;
}

.home_game .content h2 {
	color: var(--pd_white);
    font-size: 36px;
    font-family: var(--basefont);
    font-weight: 600;
}

.home_game .content ul {
    display: block;
    list-style: none;
    padding-left: 0 !important;
    margin: 8px 0 !important;
}

.home_game .content ul li {
	display: inline-block;
    padding: 0 5px;
    font-weight: 400;
    color: var(--pd_lightorange);
    font-size: 15px;
}

.home_game .content ul li:first-child {
    padding-left: 0px;
}

.home_game .content h3 {
	font-family: var(--basefont);
    font-size: 20px;
    line-height: 1.6;
    color: var(--pd_fadedtext);
    font-weight: 400;
}

.home_game .content .innerbox {
	background: #404250;
    padding: 10px 15px;
    border-radius: 15px;
    margin-top: 15px;
}

.home_game .content span {
	font-size: 40px;
    color: var(--pd_darkgreen);
    position: absolute;
    bottom: 10px;
    right: 20px;
}

/** Inner Pages **/

.page_heading {
	padding: 60px 0;
}

.page_heading h1 {
    font-family: var(--fancyfont);
    color: var(--pd_white);
    font-weight: 700;
    font-size: 60px;
    text-transform: uppercase;
    margin: 5px 0 0 0 !important;
}

.page_heading h3 {
	font-family: var(--basefont);
    color: var(--pd_lightorange);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
}

.page_content {
	padding: 50px 0;
}

.page_content h1 {
    font-family: var(--basefont);
    color: var(--pd_white);
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px !important;
}

.page_content p {
    font-family: var(--basefont);
    color: var(--pd_fadedtext);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}

.page_content p span {
    font-family: var(--basefont);
    color: var(--pd_lightorange);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}

.page_content p a {
	text-decoration: none;
	color: var(--pd_darkblue);
	transition: color 0.4s;
}

.page_content p a:hover {
	color: var(--pd_lightorange);
}

.page_content ul {}

.page_content ul li {
	font-family: var(--basefont);
    color: var(--pd_fadedtext);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}

.mainTitle {
    font-family: var(--basefont);
    color: var(--pd_white);
    font-weight: 600;
    font-size: 30px;
    text-decoration: underline;
}

.pageTitle {
    font-family: var(--basefont);
    color: var(--pd_white);
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 10px !important;
    text-align: center;
    margin-top: 30px;
}

/************************************* Animation *************************************/



/************************************* Large Screens Down *************************************/

@media (min-width: 769px) {
	.fg_content .game_icon {
		display: none;
	}
}

@media (max-width:  992px) {
	.clg {
		text-align: center;
	}

	#footer ul {
	    display: flex;
	    flex-direction: column;
        padding-left: 0px;
	}

	#footer ul li a {
		padding: 0;
	}

	.statbox {
		margin-bottom: 20px;
	}

	.home_game .content {
		padding: 20px;
	}
}

@media (max-width: 992px) {
	.hidelg {
		display: none;
	}
}

@media (max-width:  768px) {
	.cmd {
		text-align: center;
	}

	.hidemed {
		display: none !important;
	}

	.featured_game a {
		margin: 0 auto;
	}

	.hide_med {
		display: block;
	}

	.fg_content .game_icon {
		display: block;
	}

	#topbar img {
		max-width: 35%;
		margin-bottom: 20px;
	}
}

@media (max-width:  576px) {
    .hidesm {
        display: none !important;
    }
}