html {
	margin:0;
	padding:0;
	height: 100%;
	box-sizing: border-box;
}

body {
	min-height:100%;
	background:url(../art_images/anime_art_display/petposter_background.png) repeat-x center top, url(../art_images/anime_art_display/gradientslice_green.png) repeat-x top;
	background-color:rgb(215, 223, 200);
	font-family:'VegurRegular', Verdana, Geneva, sans-serif;
	line-height: 1.2em;
	font-size:18px;
	padding: 0;
	margin: 0;
	position:relative;
	padding-bottom: 6rem;
}
/* FONTS */
@font-face {
    font-family: 'VegurBold';
    src: url('../fonts/vegur/vegur-b_0.602-webfont.eot');
    src: url('../fonts/vegur/vegur-b_0.602-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vegur/vegur-b_0.602-webfont.woff') format('woff'),
         url('../fonts/vegur/vegur-b_0.602-webfont.ttf') format('truetype'),
         url('../fonts/vegur/vegur-b_0.602-webfont.svg#VegurBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VegurLight';
    src: url('../fonts/vegur/vegur-l_0602-webfont.eot');
    src: url('../fonts/vegur/vegur-l_0602-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vegur/vegur-l_0602-webfont.woff') format('woff'),
         url('../fonts/vegur/vegur-l_0602-webfont.ttf') format('truetype'),
         url('../fonts/vegur/vegur-l_0602-webfont.svg#VegurLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VegurMedium';
    src: url('../fonts/vegur/vegur-m_0602-webfont.eot');
    src: url('../fonts/vegur/vegur-m_0602-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vegur/vegur-m_0602-webfont.woff') format('woff'),
         url('../fonts/vegur/vegur-m_0602-webfont.ttf') format('truetype'),
         url('../fonts/vegur/vegur-m_0602-webfont.svg#VegurMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VegurRegular';
    src: url('../fonts/vegur/vegur-r_0.602-webfont.eot');
    src: url('../fonts/vegur/vegur-r_0.602-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vegur/vegur-r_0.602-webfont.woff') format('woff'),
         url('../fonts/vegur/vegur-r_0.602-webfont.ttf') format('truetype'),
         url('../fonts/vegur/vegur-r_0.602-webfont.svg#VegurRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TangerineRegular';
    src: url('../fonts/Tangerine_Regular-webfont.eot');
    src: url('../fonts/Tangerine_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Tangerine_Regular-webfont.woff') format('woff'),
         url('../fonts/Tangerine_Regular-webfont.ttf') format('truetype'),
         url('../fonts/Tangerine_Regular-webfont.svg#TangerineRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TangerineBold';
    src: url('../fonts/Tangerine_Bold-webfont.eot');
    src: url('../fonts/Tangerine_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Tangerine_Bold-webfont.woff') format('woff'),
         url('../fonts/Tangerine_Bold-webfont.ttf') format('truetype'),
         url('../fonts/Tangerine_Bold-webfont.svg#TangerineBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* END FONTS */
/* NAVIGATION */
a {
	color: #3a4f2a;
	text-decoration: none;
	font-weight: bold;
	font-variant:small-caps;
}

a:hover {
	color: #88c86f;
}

a.flLnk {
    display: block;
    width: 200px;
    float: left;
    clear: both;
}

div.mastedon {
	width: 97%;
	padding: 0 0 40px 4%;
	font-family: 'VegurRegular', Verdana, Geneva, sans-serif;
	line-height: 1.2em; 
	margin:0 0 80px 0;
}

p.sumth {
	color:#64a24d;
	padding: 30px 0 0 0;
	clear: both;
	margin: 20px 0 0 0;
}

img.fileIco {
	width:12px;
	margin:10px 5px -3px 0;	
}

div.smallScr {
	color: #3a4f2a;
	font-size: 0.9em;
	font-variant:small-caps;
	float: left;
	display: block;
	width: 100px;
	padding:7px 0 0 0;
}

/* MAIN STYLING */

*,
*:before,
*:after {
  box-sizing: inherit;
}

a.movingShip {
	color:#8dc270;
	font-size:1.1em;	
}

a.movingShip:hover {
	color:#030;	
}

main {
	float:left;
	width: 98%;
	margin: 0 0 100px 5px;
	padding: 0 10px;
}

p {
	margin: 0 0 1.5em 0;
	padding: 0;
	clear:both;
}

section {
	margin-bottom: 30px;
	padding: 0.6em 1em;
	background-color: rgb(239, 242, 233);
	border-radius: 10px;
	color:#3a4f2a;
}

article hr {
	height: 1px; 
	border: 0; 
	background-color:#07325b;
	width:80%;
	margin:20px auto;
}


div.tobby {
	clear:both;
	width: 10px;	
}

section h1 {
	font-size:20px;	
}

section h2 {
	font-size:19px;
	margin-bottom:0;
	color:#64a24d;
}

section h3 {
	font-size:17px;
	margin-top: 0px;
	color:#3a4f2a;
	font-weight:bold;
}

footer p {
	margin:7px 0;
	padding:0;	
}

div.wrapper {
	max-width: 960px;
	position:relative;
	margin: 0 auto;
  	padding-top: 110px;
  	width: 98%;	
	
}

a.quickLink {
	display:block;
	font-variant:small-caps;
	font-size:1em;
	color:#07325b;
	text-align:right;
	margin-top:-13px;
	margin-bottom:10px;
}

a.quickLink:hover, a.quickLinktwo:hover {
	color: #59e5f3;
}

a.quickLinktwo {
	font-variant:small-caps;
	font-size:1em;
	color:#07325b;
}

h1, h2 {
	margin: 0;
	padding: 0;
}

img.tyFri {
	width: 50%;
	margin: 0 26%;
}

img.animeChar {
	display:block;
	float:right;
	width:100%;
	max-width:402px;
	padding:0 0 1em 1em;	
}

.firstPara {
	margin-top:10px;
}

div.tyFriend {
	margin:auto;	
}

footer {
  	position: absolute;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	padding: 14px;
  	background-color: #3a4f2a;
  	text-align: center;
	color: #64b154;
}

div.ctrPics {
	width: 48%;
	margin: auto;
	display: block;
	padding: 10px 0 10px 10px;
	float: left;
}

div.ctrPics img {
	width:90%;	
}

img.pprSize {
	width: auto;
	margin: auto;
	display: block;
	padding: 20px 0;
	max-width: 100%;	
}

p.artistCredit {
	color:#64b154;
	font-size:0.9em;	
}

p.artistCredit a {
	color:#64b154;
	font-variant:normal;
	font-weight:normal;
}

p.artistCredit a:hover {
	color:#3a4f2a;	
}

p.artistTitle {
	color:#3a4f2a;
	font-size:0.9em;
	margin:0;	
}


/* ACCORDIAN */

.accordion {
	background-color: #64a24d;
	color: #3a4f2a;
	font-family: 'VegurRegular', Verdana, Geneva, sans-serif;
	line-height: 1.2em; 
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	transition: 0.4s;
	font-weight: bold;
}

.active, .accordion:hover {
  background-color: #cee4af; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

/* END ACCORDIAN */


.socialIcons {
	margin:20px auto;
	display:block;
	width:80%;
		
}

img.icon {
	width:18px;
	height:18px;
	padding:0 5px;
	border:none;
	margin:-4px 5px -4px 0;
}

img.iconTwo {
	width:25px;
	height:25px;
	padding:0;
	border:none;
	margin:0px 2px;
}

a.icon {
	width:18px;
	height:19px;
	box-sizing:initial;
	text-decoration:none;	
}

blockquote {
	font-family:'VegurLight', Verdana, Geneva, sans-serif;
	color: #07325b;
	display:block;
	width:90%;
	margin:auto;
	font-size:1em;
	padding:10px 20px;
}

.imgFloater {display:block;float:left;width:30%;margin-top:5%;margin-bottom:10%;}
.sectionFloater {display:block;float:right;width:66%;}

.warningQuote {font-size:0.9em;margin-bottom:33px;text-align:center;}
.smQuotes {font-size:0.9em;text-align:center;}
.smallPrintCustom {font-size:0.8em;color:#3c78af;}

p.testimonial {
	font-family:'VegurRegular', Verdana, Geneva, sans-serif;
	padding:0;
	margin:0;	
}

p.testimCust {
	font-family:'VegurLight', Verdana, Geneva, sans-serif;
	font-size:0.8em;
	text-align:right;
	padding:0 52px;	
}


/* END MAIN STYLING */
/* TABS */
 
/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  div.tab button {
    font-size: 20px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  div.tab button {
    font-size: 15px;
  }
}
 

.wTabs {
	margin-top:70px; 
}

h2.tabHeader {
	margin-bottom:0px;
	height:21px;	
}
 
 /* Style the Tab */
.tab {
    overflow: hidden;
    border: 0px solid #ccc;
	background-color: rgba(184, 212, 241, 0.7);
	margin-top:-79px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	max-height:48px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	background-color:#405c85;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
	padding:18px 0;
    transition: 0.3s;
	color:white;
	font-family:'VegurLight', Verdana, Geneva, sans-serif;	
	width:33.3%;
	max-height:48px;
    font-size: 2em;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #94c4db;
	border-radius:15px 15px 0 0;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: rgba(184, 212, 241, 0) !important;
    background-color:#6e89b5;
	color:#07325b;
	border-radius:15px 15px 0 0;
	font-weight:800;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 0;
    border-top: none;
	margin-top:27px;
} 
/* RE-SIZING CODE */

@media only screen and (max-width:640px) {
	header {
		position:fixed;
		top: 0;
		left: 0;
	}
	
	#menu-icon {
		display: inline-block;
	}
	
	nav ul, nav:active ul {
		display: none;
		position: fixed;
		padding: 10px 20px;
		background: #07325b;
		right: 0px;
		top: 40px;
		width: 35%;
		opacity:0.8;
		margin: 0;
		border-radius: 10px;
	}
	
	nav:hover ul {
		display: block;	
	}
	
	nav li {
		text-align: center;
		width: 100%;
		padding: 15px 0;
		margin: 0;	
	}
	aside {
		display:none;
	}
	
	main { 
	width: 97%;
	}
	
}