@import url('https://fonts.googleapis.com/css?family=Crimson+Text');


h1{
/*font-family: 'Meddon';*/
font-size:47px;	
line-height: 1.0em;
display:inline-block;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color:white;
  color: black;
  font-family: 'Crimson Text', serif;
}

p{font-size:20px;}
p:first-letter{
	font-size:40px;
line-height: 1.0em;

}

#container {
	padding: 10px;
	font-size:18px;
	line-height: 1.8;
}



#topContainer {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

#pdfContainer {
	margin: auto;
    width: 50%;
    border: 3px solid green;
  flex: 1 0 70%;
}

#pdfCanvas {
  /*display: block;*/
  padding-top:5px;
  max-width: 95vw;
  max-height: 67vh;  
}

#pdfControls {
	margin-left: auto;
    margin-right: auto;
	width: 50%;
	display: block;
}

#prevPageButton {
 /* font-size: 150%;
  margin-right: 20px;*/
}

#nextPageButton {
  /*font-size: 150%;
  margin-left: 20px;*/
}

#audioContainer {
	margin: auto;
    width: 50%;
    border: 3px solid green;
  flex: 0 1 30%;
}

#controls {
	margin: auto;
	 width: 15%;
  margin-top: 20px;
}




#stopButton {
    background-color: #FFFFFF; 
	border: none;
    color: black;
    /*padding: 15px 32px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
	font-weight: bold;
	font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


#filesButton {
    background-color: #FFFFFF; 
	border: none;
    color: black;
    /*padding: 15px 32px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
}


.audioControlButton {
  font-size: 130%;
}

#status {
  margin-top: 10px;
}

#progressLabel {
  color: #000;
  background-color:white;
  /*margin-left: 10px;*/
}

#playerContainer {
  margin-top: 10px;
  background-color:white;
}


table, td, th {
   /*border: 1px solid black;*/
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    /*height: 30px;
	padding: 15px;	*/
	width:33%;
}

td {
	text-align:center;
}

a {
	color:#f82479;
	font-size:20px;
	text-decoration:none;
}




.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: white;
   color: white;
   text-align: center;
   padding-top:10px;
   padding-bottom:10px;
   
   
   -webkit-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.5);

}


.btnrecord {
	margin:0;
	padding:0;
	height: 50px; 
	width: 50px; 
	border:none;	
	background-image:url("btn_record.png");
	background-repeat:no-repeat;
	background-size: 50px 50px;
	outline: 0;
	background-color:white;
}

.btnrecord.pressed {
  
	margin:0;
	padding:0;
	height: 50px; 
	width: 50px;
	background-image:url("btn_record.gif");
	background-repeat:no-repeat;
	background-size: 50px 50px;
	outline: 0;
	background-color:white;
}



/* 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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
	
}

/* The Close Button */
.close, .close2, .close3{
    color: #aaaaaa;
    float: right;
    font-size: 30px;
    font-weight: bold;
	
}

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

.button {
    background-color: #f82479; /* Green */
    border: none;
    color: white;
	padding: 10px 16px;
    
	width:100%;
	
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 8px;
}



/* The Modal (background) */
.modalOnBoarding {
    display: inline-block;
    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.6); /* Black w/ opacity */
}

/* Modal Content */
.modalOnBoarding-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
	
}