﻿.colorh1 { color: #0d2357 !important; }
.colorh2 { color: #007080 !important; }
.colorh3 { color: #00d6ba !important; }
.colorh4 { color: #fdaac6 !important; }
.colorh5 { color: #ff569c !important; }
.colorh6 { color: #ad0b42 !important; }
.smallh2 { font-size: 1.1em; }
.normalfont { font-family: 'Nunito', sans-serif; }
.cursivefont { font-family: 'Merienda', sans-serif; }

.flashyorange {
	animation-name: flashyorange;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

@keyframes flashyorange {
	from {background-color: transparent; }
	to {background-color: orange; }
}

.flashyred {
	animation-name: flashyred;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

@keyframes flashyred {
	from {background-color: transparent; }
	to {background-color: red; }
}

.sizeh1 { font-size: 34px ;}
.sizeh2 { font-size: 24px ;}
.sizeh3 { font-size: 17px ;}
.sizeh4 { font-size: 15px ;}
.sizeh5 { font-size: 13px ;}
.sizeh6 { font-size: 11px ;}

  .bg-19 {
	background-image: url(../img/pictures/19.jpg); }
  
  .bg-20 {
	background-image: url(../img/pictures/20.jpg); }
  
  .bg-21 {
	background-image: url(../img/pictures/21.jpg); }
  
  .bg-22 {
	background-image: url(../img/pictures/22.jpg); }
  
  .bg-23 {
	background-image: url(../img/pictures/23.jpg); }
  
  .bg-24 {
	background-image: url(../img/pictures/24.jpg); }
  
  .bg-25 {
	background-image: url(../img/pictures/25.jpg); }
  
  .bg-26 {
	background-image: url(../img/pictures/26.jpg); }
  
  .bg-27 {
	background-image: url(../img/pictures/27.jpg); }
  
  .bg-28 {
	background-image: url(../img/pictures/28.jpg); }
  
  .bg-29 {
	background-image: url(../img/pictures/29.jpg); }
  
  .bg-30 {
	background-image: url(../img/pictures/30.jpg); }

.lowercase { text-transform: lowercase; }

.itemdash { color: #ad0b42; }

/* HIDE RADIO */
.hiddenradio [type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  /* IMAGE STYLES */
  .hiddenradio [type=radio] + img {
	cursor: pointer;
  }
  
  /* CHECKED STYLES */
  .hiddenradio [type=radio]:checked + img {
	outline: 4px solid #f00;
  }