
.main-button {
	position: relative;
	height : 92px;
	width: 300px;
	background-repeat: no-repeat;
	background-size: 300px 92px;
	left: 20px;
	background-image: url("img/btn-main.png");
	color: blue;
	font-size: 20px;
	font-family: 'Monotype Corsiva';
	font-weight: bold;
	text-decoration: underline;
}

.main-button.active {
	background-image: url("img/btn-main.a.png");
}

.main-button:hover {
	cursor: pointer;
}

.main-button span {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}

.main-button span span {
    display: table-cell;
    vertical-align: middle;	
}

#main-menu {
	position:fixed;
	top: 10px;
	left: 1px;
}

#app-body {
	position: absolute;
	top: 20px;
	left: 340px;
	right: 20px;
}

.trec1 {
	text-align: center;
	color: #0033CC;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Times New Roman';
}

.trec2 {
	color: navy;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Times New Roman';
	margin-left: 10px;
}

.trec3 {
	text-align: right;
	display: block;
	color: navy;
	font-family: 'Times New Roman';
	font-style: italic;
	font-size: 28px;
	font-weight: bold;
}

.news {
	display: block;
	clear: both;
	float: none;
	color: navy;
	font-size: 20px;
	padding-top: 20px;
}

.news h3 {
	font-size: 22px;
	font-weight: bold;
}

.news div {
	margin-left: 40px;
}	

.news-img {
    float: left;
    height: 128 px;
    width: 128 px;
    padding-right: 20px;
}

.p-hist {
	font-size: 24px;
	color: navy;
}

.photo {
	font-size: 20px;
	color: navy;
}





/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* 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 */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#imgCaption {
    margin: auto;
    display: block;
    width: 80%;
    font-size: 20px;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #imgCaption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}




/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
