
.text1 {
  font-family: 'Sniglet', cursive;
  font-size: 20px;
  text-indent: 25px;
  text-align: justify;
  line-height: 1.25;
}

.text2 {
  font-family: 'Rancho', cursive; 
  font-size: 27px; 
  line-height: 1.1;
}

.big {
  font-size: 30px;
  font-weight: bold;
  color: red;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

a:hover.bgred {
	background-color: #CC0000;
}

.mySlides {
	display:none;
}
