/* Title */
h1 {
color: #00004d;
display: block;
font-family: 'Lobster';
/*font-family: arial, sans-serif;*/
font-size: 7em;
font-weight: bold;
margin-top: 5px;
margin-bottom: 1px;
text-align: center;
}

h2 {
color: #50593F;
display: block;
font-family: 'garamond';
font-size: 2em;
font-weight: bold;
margin-top: 15px;
margin-bottom: 10px;
text-align: center;
}

h3{
color: #99031C;
display: block;
font-family: 'garamond';
font-size: 1.5em;
font-weight: bold;
margin-top: 8px;
margin-bottom: 5px;
text-align: center;
}

.text1 {
color: #000000;
font-family: arial, sans-serif;
font-size: 1.5em;
}

.text2 {
color: #837E7F;
font-family: arial, sans-serif;
font-size: 0.8em;
margin-top: 0px;
margin-bottom: 3px;
text-align: center;
}

.text3 {
color: #000000;
font-family: arial, sans-serif;
font-size: 1.1em;
}

thead {
background-color:#bdd633;
}

.res_open{
color: #46a52c;
}

.res_close{
color: #f10c16;
}

.text4 {
color: #837E7F;
font-family: arial, sans-serif;
font-size: 0.8em;
margin-top: 0px;
margin-bottom: 3px;
}

.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color:#373322;
  color: white;
  text-align: center;
}

.btn2 {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}

/* Darker background on mouse-over */
.btn2:hover {
  background-color: RoyalBlue;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.TUT1{
color: #060606;
font-family: arial, sans-serif;
font-size: 1.1em;
font-style: normal;
text-align: justify;
text-align-last: left;
margin-top: 0px;
margin-bottom: 0px;
}

.TUT2{
color: #060606;
font-family: arial, sans-serif;
font-size: 1.1em;
font-style: italic;
text-align: justify;
text-align-last: left;
margin-top: 0px;
margin-bottom: 0px;
}

.TUT3{
color: #060606;
font-family: arial, sans-serif;
font-size: 1.5em;
text-align: center;
font-style: normal;
margin-top: 0px;
margin-bottom: 0px;
}

.TUT4{
color: #060606;
font-family: arial, sans-serif;
font-size: 1.1em;
font-style: normal;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 20%;
margin-right: 20%;
}

.img-container {
        text-align: center;
}
