body { 

	background: #ffd544
	
}

.h1 {
	display: block;
	text-align: center;
	margin: 0 auto;
	line-height: 1px;
	width: 260px;
	font-size: 25px;
	font-weight: bold;
	color: #ff3c32;
	padding: 30px 0px 0px 0px;
}

.h2 {
	height: 70px;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	font-size: 55px;
	color: #ff8305;
	padding: 10px 0px 0px 0px;
}

.h3 {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	font-weight: medium;
	font-size: 35px;
	color: #ff8305;
	padding: 10px 0px 10px 0px;
}

hr.rounded {
	margin: 35px 15% 35px 15%;
    border: 2.5px solid #ff8305;
	border-radius: 5px;
}

@media screen and (max-device-width: 600px) and (orientation: portrait){
	hr.rounded {
		margin: 35px 10% 35px 10%;
	    border: 2.5px solid #ff8305;
		border-radius: 5px;
	}
}

.largeButton {
	font-size: 20px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	color: #ff3c32;
	background-color: #ffa432;
	border-radius: 10px;
	padding: 10px 20px;
	margin: 0px 3px;
}

.largeButtonDisabled {
	font-size: 20px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	color: #666666;
	background-color: #cccccc;
	border-radius: 10px;
	padding: 10px 20px;
	margin: 0px 3px;
}

.thinButton {
	-webkit-text-stroke: 1px;
	-webkit-appearance: none;
	font-weight: bold;
	border: none;
	cursor: pointer;
	color: #ff3c32;
	background-color: #ffa432;
	border-radius: 10px;
    margin: 0 auto;
	height: 45px;
	width: 45px;
	margin: 0px 3px;
}

.rowDiv {
	padding: 10px 0px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.rowDivHeight {
	min-height: 100px;
}

.searchInput {
	outline: none;
	-webkit-appearance: none;
	font-size: 18px;
	width: 135px;
	height: 40px;
	font-weight: bold;
	border-width: 3px;
	border-style: solid;
	border-color: #ffa432;
	background: #fdc413;
	color: #ff3c32;
	border-radius: 10px;
	padding: 0px 12px;
	margin: 0px 3px 0px 0px;
}

.portraitDiv {
	position: relative;
    width: 100%;
    margin: 0 auto;
}

.portraitImage {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.confettiImage {
	position: relative;
	width: 88%;
 	max-width: 600px;
	border: 0;
}

.characterImage {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 80%;
	width: auto;
	cursor: pointer;
	z-index: 1;
	border: 0;
}

.nookipediaImg {
	position: relative;
	bottom: 10%;
	left: 120px;
	width: 70px;
	height: 70px;
	cursor: pointer;
	z-index: 2;
	border: 0;
}

.centerBody {
	text-align:center; 
	vertical-align: middle;
}

.body {
	padding: 5px;
    width: 90%;
    margin: 0 auto;
	font-size: 20px;
	font-weight: small;
	border: none;
	color: #ff3c32;
	max-width: 600px;
}

.bodyLink {
	color: #ff0909;
	font-weight: bold;
	font-size: 18px;
}

.footer {
	padding: 5px;
    width: 100%;
    margin: 0 auto;
	font-size: 16px;
	font-weight: small;
	border: none;
	color: #ff3c32;
	max-width: 600px;
}

.footerLink {
	color: #ff0909;
	font-weight: bold;
	font-size: 18px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ff8644;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ff8644;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ff8644;
}

.imgfadein {
    -webkit-animation: fadein 0.4s 1000ms linear; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.4s 1000ms linear; /* Firefox < 16 */
        -ms-animation: fadein 0.4s 1000ms linear; /* Internet Explorer */
         -o-animation: fadein 0.4s 1000ms linear; /* Opera < 12.1 */
            animation: fadein 0.4s 1000ms linear;
}

@keyframes fadein {
    from { opacity: 0; transform: scale(0.90); }
    to   { opacity: 1; transform: scale(1.0); }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; transform: scale(0.90); }
    to   { opacity: 1; transform: scale(1.0); }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; transform: scale(0.90); }
    to   { opacity: 1; transform: scale(1.0); }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; transform: scale(0.90); }
    to   { opacity: 1; transform: scale(1.0); }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; transform: scale(0.90); }
    to   { opacity: 1; transform: scale(1.0); }
}
