
input[type=text] {
  width: 300;
  padding: 10px 5px 10px 5px;
  margin: 8px 0;
  box-sizing: border-box;
}
input[type=file] {
  width: 200;
  padding: 10px;
  margin: 8px 0;
  box-sizing: border-box;
}
input[type=text]:focus {
  background-color: #faedec;
}

* {
  box-sizing: border-box;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

a {
  color: #aa381e;  /*  (muted brown #947A6F;) #aa381e; #b32d00;*/
  text-decoration: none;
  font-weight: normal;
}
a:link {
  text-decoration: none;
}
a:visited {
  color:  #aa381e; /*#b32d00;*/
  text-decoration: none;
  font-weight: normal;
}


a:hover {
  color:  #aa381e;
  font-weight: bolder;
}
 
a:active {

  font-weight: normal;
}

body {
  margin: 0;
  font-family:  'Quicksand', sans-serif;
  font-weight: normal;
}


/* Style the header */
.header {
  background-color: #F8DFDB; 
  padding: 40px;
  text-align: center;
  
}
.h1 a:visited{
  color:black;
}
/* Style the bottom navigation bar #C5A79F; lt brown*/
.bottomnav {
  overflow: hidden;
  color: #f2f2f2; /*font color */
  background-color:  #635147;  /* (brown-current#947A6F; )#e9998d;  prev dark pink #da7275; 25 darker #e9998d; */
  padding: 14px 16px;
  font-weight:normal;
  font-family: chineseMedFont;

}
.header h1 {
  font-size: 50px;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #F8DFDB; 
  font-weight: bold;
  font-family: chineseMedFont;
padding: 15px 10px 15px; 10px;
}

/* Style the topnav links   display: block; */
.topnav a {
  float: center;

  color: black;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-family: chineseMedFont;

}

.topnav a:link {text-decoration: none;
font-family: chineseMedFont;}

/* Change color on hover */
.topnav a:hover {
  font-size:101%;
  color: black;
  text-decoration: underline;
  font-family: chineseMedFont;
}
.topnav a:active {text-decoration: underline;
  font-family: chineseMedFont;
    
}

hr { 
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 25%;
  margin-right: 25%;
  border-style: inset;
  border-width: 1px;
  border-top: 1px dashed #aa381e;
} 

/* Create three unequal columns that floats next to each other */
.column {
  display: table-cell;
  float: left;
  padding: 10px;
}

/* Left and right column */
.column.side {
  width: 25%;
  background-color: #F5F0EB; 
  padding: 50px 25px;
  line-height:1.8;


}

/* Middle column */
.column.middle {
  width: 75%;
 padding: 50px 25px;
  /*padding: 40px 40px 40px 40px;*/
  font-family: serifFont; 
  line-height: 1.5;
  color: grey;
  margin: 0;
 
  
}
/* Additional column*/
.column.additional {
  width: 100%;
  /*padding: 10px 20px;*/
  background-color: #F5F0EB;
  color: black;
  
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column.side, .column.middle {
    width: 100%;
    display:block;
    height:100%
   
  }
}
@font-face {
  font-family: myNameFont;
  src: url(fonts/LiorahBT.ttf);
}
@font-face {
  font-family: chineseMedFont;
  src: url(fonts/Quicksand_Light.otf);
}
@font-face {
  font-family: qsBoldFont;
  src: url(fonts/Quicksand_Bold.otf);
}
@font-face {
  font-family: serifFont;
  src: url("https://fonts.googleapis.com/css?family=Nanum+Myeongjo&display=swap");
}

H1 {
  font-family: myNameFont;
  font-size: 75px;
  margin-bottom: 10px;
}

H3 {
  font-family: chineseMedFont;
  padding: 2px;
  margin-top: 3px;
  margin-bottom: 10px;
 
}
H4 {

  margin-bottom: 5px;
 
}


H5 {
   font-family: 'Quicksand', sans-serif; 
   font-weight: normal;
   margin: 0px;
   line-height:.1;
}


img {
  display: block;
  height: auto;
  max-width: 100%;
}

.button {

  background-color: #faedec; 
  font-family: 'Quicksand', sans-serif; 
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2px 2px;
  cursor: pointer;
  border-radius: 7px;
  border: 1px dotted #da7275;
 
}

.button:a {
  color: #aa381e; 
  font-family: Quicksand',sans-serif; 
}
.button:visited {
  color: #aa381e;
  font-family: 'Quicksand', sans-serif; 
}
.button:hover {
  background-color: #F7EEE6; 
  font-family: 'Quicksand', sans-serif; 
}

.tooltip {
  display: inline-block;
 /* border-bottom: 1px dotted black; position: relative;*/
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 50px;
  background-color: #F7EEE6;
  color: #aa381e;
  text-align: center;
  border-radius: 3px;
  padding: 5px 0px;

  /* Position the tooltip */
  position: absolute;
  z-index: 4;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.left {
  width: 50%;
}

.right {
  width: 50%;
}