
/* ----------------------- GENERAL STYLES ----------------------- */

p
{
	margin: 0.4em 0 0.5em 0;
}

hr 
{
    height: 1px;
    background-color: #a2a9b1;
    border: 0;
    margin: 0.2em 0;
}

body 
{
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
    margin: 0;
    padding: 0;
}

.text-align
{
	text-align: center;
}

.text-align-right
{
	text-align: right;
}

.zoom
{
	transition: transform .2s;
}

.zoom:hover img
{
	transform: scale (1.5);
}

/* ----------------------- HEADER STYLES ----------------------- */

.global-header * 
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

header .global-header
{
	position: relative;
    display: grid;
    height: 70px;
    box-sizing: border-box;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    background-color: #450268;
    color: #fff;
    padding: 0 10px;
    transition: .2s;
}

div .logo 
{
	display: inline-block;
    height: 70px;
	width: 70px;
    background-image: url(images/logo.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

header .title
{
	font-family: Arial, sans-serif;
	padding-left: 5px;
	font-size: 1.5em;
}

.search-button
{
	grid-column: 3/span 1;
    display: flex;
    flex: 0 1 250px;
    align-items: center;
    position: relative;
    margin-left: 30px;
    padding: 0 10px 0 32px;
    border-radius: 50px;
    background-color: #fff;
    overflow: hidden;
	background-image: url(images/searchicon.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#search-input 
{
    font-family: public sans, sans-serif;
    font-size: 14px!important;
    width: 100%!important;
    padding: 10px 10px 10px 0;
    outline: none;
    border: none;
}

/* ----------------------- NAV STYLES ----------------------- */

#nav-list
{
	border: 1px solid #8c529a;
	border-radius: 1em 1em 0 0;
	color: #fff;
	font-weight: bold;
	background-color: #e08eb1;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0;
	margin-right: 7px;	
}

nav 
{
	position: absolute;
	top: 61px;
	margin: 0;
	padding: 0;
}

nav ul 
{
	padding: 0!important;
	font-size: 95%;
	list-style-type: none;
    list-style-image: none;
}

nav ul li
{
	display: inline-block;
}

nav a 
{
	text-decoration: none;
	color: #fff;
}

nav ul li.selected a
{
	background-color: #fff;
	color: #e08eb1;
	border-radius: 1em 1em 0 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
}

/* ----------------------- HOME PAGE BODY STYLES ----------------------- */

.main-content-wrapper
{
	background-color: #f4d5dc;
	border-top: 1px solid #8c529a;
    border-left: 1px solid #8c529a;
	border-right: 1px solid #8c529a;
    border-bottom: 1px solid #8c529a;
    border-radius: 1em 1em 1em 1em!important;
	max-width: 1070px;
    box-sizing: border-box;
    margin: 30px auto;
    padding: 30px;
}

#site-notice
{
	background-color: #fef3f1;
	position: relative;
    text-align: center;
	border: 1px solid #8c529a;
	border-radius: 1em 1em 1em 1em!important;
	padding: 0;
	margin-bottom: 0.9em;
}	

.welcome-notice
{
	background-color: #fef3f1; 
	text-align: center; 
	border: 4px solid #8c529a; 
	border-radius: 2em; 
	margin: 0.10px; 
	padding-top: 12px; 
	width: 100%;
}

.welcome-title
{
	font-size: 250%;
}

.welcome-links
{
	background-color: #e08eb1;
	border-bottom-left-radius: 2em;
	border-bottom-right-radius: 2em;
	font-size: 85%;
}

.table-description
{
	font-size: 110%;
    padding-left: 16px;
    padding-right: 16px;
}

#welcome-img
{
    height: 120px;
	width: 120px;
    background-image: url(images/tinkatink.png);	
	border: 0;
	margin: 0 0 0.5em 0.5em;
    vertical-align: middle;
	float: right;
	clear: right;
}	

.table-heading
{
	background-color: #e08eb1;
    font-size: 120%;
    padding: 4px;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
}

.content-box-wrapper
{
	background-color: #fef3f1;
    border: 2px solid #8c529a;
	border-radius: 1em 1em 1em 1em!important;
    margin: 0.1px;
    padding: 4px;
    vertical-align: top;
}

.video-wrapper
{
	width: 600px;
	height: 400px;
}	

#start-browsing img
{
	width: 48px;
	height: 48px;
}
 
#date-heading
{
	font-size: 150%;
	font-weight: 200;
	text-align: left;
	vertical-align: bottom;	 
}
 
#date-heading-animation
{
	float: right;
	width: 42px;
	height: 42px;
}
/* ----------------------- POKEMON BODY STYLES ----------------------- */

.table-layout
{
	table-layout: fixed;
}

.meowscarada-link
{	
	height: 300px;
	width: 300px;
	background-size: 100% 100%;
}

.tinkaton-link
{	
	height: 350px;
	width: 350px;
	background-size: 100% 100%;
}

.bellibolt-link
{
	height: 300px;
	width: 300px;
	background-size: 100% 100%;
}

table a
{
	text-decoration:none;
	color: #000;
	text-align: left;
	vertical-align: top;
}
/* ----------------------- TINKATON STYLES ----------------------- */

.tinkaton-heading
{
	padding-bottom: 10px;
	margin-top: 0.4em;
    margin-bottom: 0.1em;
    padding-top: 0;
    overflow: visible;
	font-size: 188%;
    font-weight: normal;
}

.tinkaton-cycle-menu
{
	background: #EE99AC;
    width: 100%;
    border: 3px solid #787887;
    margin-bottom: 7px;
	margin-top: 20px;
    border-radius: 20px;
}

.tinkaton-cycle-menu-left
{
	width: 45%;
    background: #F4BDC9;
    border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;	
}

.tinkaton-cycle-menu-middle
{
    background: #F4BDC9;  
}

.tinkaton-cycle-menu-right
{
	width: 45%;
    background: #F4BDC9;
    border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.tinkaton-description-table
{
	float: right;
    text-align: center;
    width: 38%;
    max-width: 420px;
    background: #EE99AC;
    border: 2px solid #787887;
	border-radius: 1em 1em 1em 1em!important;
    padding: 2px;
}

.tinkaton-tr-wrapper
{
	background: #F4BDC9;
    border-spacing: 3px;
	border-radius: 1em 1em 1em 1em!important;
}

.tinkaton-td-wrapper
{
	background: #FFF;
    padding-top: 3px;
	border-radius: 1em 1em 1em 1em!important;
}

.spacing
{
	padding-top: 250px;
}

/* ----------------------- MEOWSCARADA STYLES ----------------------- */

.meowscarada-heading
{
	padding-bottom: 10px;
	margin-top: 0.4em;
    margin-bottom: 0.1em;
    padding-top: 0;
    overflow: visible;
	font-size: 188%;
    font-weight: normal;
}

.meowscarada-cycle-menu
{
	background: #78C850;
    width: 100%;
    border: 3px solid #49392F;
    margin-bottom: 7px;
	margin-top: 20px;
    border-radius: 20px;
}

.meowscarada-cycle-menu-left
{
	width: 45%;
    background: #A7DB8D;
    border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;	
}

.meowscarada-cycle-menu-middle
{
    background: #A7DB8D;  
}

.meowscarada-cycle-menu-right
{
	width: 45%;
    background: #A7DB8D;
    border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.meowscarada-description-table
{
	float: right;
    text-align: center;
    width: 38%;
    max-width: 420px;
    background: #78C850;
    border: 2px solid #49392F;
	border-radius: 1em 1em 1em 1em!important;
    padding: 2px;
}

.meowscarada-tr-wrapper
{
	background: #A7DB8D;
    border-spacing: 3px;
	border-radius: 1em 1em 1em 1em!important;
}

.meowscarada-td-wrapper
{
	background: #FFF;
    padding-top: 3px;
	border-radius: 1em 1em 1em 1em!important;
}
/* ----------------------- BELLIBOLT STYLES ----------------------- */

.bellibolt-heading
{
	padding-bottom: 10px;
	margin-top: 0.4em;
    margin-bottom: 0.1em;
    padding-top: 0;
    overflow: visible;
	font-size: 188%;
    font-weight: normal;
}

.bellibolt-cycle-menu
{
	background: #F8D030;
    width: 100%;
    border: 3px solid #49392F;
    margin-bottom: 7px;
	margin-top: 20px;
    border-radius: 20px;
}

.bellibolt-cycle-menu-left
{
	width: 45%;
    background: #FAE078;
    border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;	
}

.bellibolt-cycle-menu-middle
{
    background: #FAE078;  
}

.bellibolt-cycle-menu-right
{
	width: 45%;
    background: #FAE078;
    border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.bellibolt-description-table
{
	float: right;
    text-align: center;
    width: 38%;
    max-width: 420px;
    background: #F8D030;
    border: 2px solid #49392F;
	border-radius: 1em 1em 1em 1em!important;
    padding: 2px;
}

.bellibolt-tr-wrapper
{
	background: #FAE078;
    border-spacing: 3px;
	border-radius: 1em 1em 1em 1em!important;
}

.bellibolt-td-wrapper
{
	background: #FFF;
    padding-top: 3px;
	border-radius: 1em 1em 1em 1em!important;
}

/* ----------------------- FORM STYLES ----------------------- */

form
{
	display: grid;
    grid-gap: 1em;
    gap: 1em;
    grid-template-columns: 6em 1fr;
    grid-template-rows: auto;
    width: 60%;
}

/* ----------------------- FOOTER STYLES ----------------------- */

footer
{
	background-image: linear-gradient(to right, #f4d5dc, #fef3f1 35%, #fef3f1 65%, #f4d5dc);
	background-repeat: no-repeat;
    border-top: 1px solid #8c529a;
    border-bottom: 1px solid #8c529a;
	margin-bottom: 90px;
    overflow: hidden;
    padding: 0.4em 0 0.4em 0;
    text-align: center;
    font-size: 90%;
}

	