/* CSS for personal webpage */
/* Oliver Haimson */

body {
	margin-left: 50px;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	padding: 150;
	background: white;
	font-family: "Arial";
	color: black;
}

a:link {text-decoration: none; color: #00b8d4;}
a:visited {text-decoration: none; color: #00b8d4;}
a:active {text-decoration: none; color: #606060;}
a:hover {text-decoration: none; color: darkgray;}
#special a:visited {text-decoration: none; color: #EF2D56;}
h4 a:visited {text-decoration: none; color: inherit;}
h4 a:hover {text-decoration: none; color: darkgray;}
h4a a:link {text-decoration: none; color: #EF2D56;}
h4a a:visited {text-decoration: none; color: #EF2D56;}
h4a a:hover {text-decoration: none; color: darkgray;}

.box:hover{
  background-color: #EF2D56;
}

.boxWide:hover{
  background-color: #EF2D56;
}

.box2:hover{
  background-color: #EF2D56;
}

.boxBook:hover{
  background-color: #EF2D56;
}

#col1 {
  column-width:251px;
}

#col2 {
  column-width: 90px;
  padding-left: 30px;
}

#col3 {
  padding-left: 30px;
  margin-right: 50px;
}

#col4 {
  padding-left: 30px;
  margin-right: 50px;
}

#menu {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0px;
  margin-left: 0px;
  line-height: 20px;
  valign: top;
}

h1 {
  color: black;
  font-size: 20px;
  text-align: left;
  margin-top: 2px;
  margin-bottom: 2px;
}

h1b {
  color: black;
  font-size: 28px;
  text-align: left;
  margin-top: -1px;
  margin-bottom: 2px;
  font-weight: bold;
}

h1c {
  color: black;
  font-size: 45px;
  text-align: left;
  margin-top: -1px;
  margin-bottom: 2px;
  font-weight: bold;
}

h2 {
  font-size: 17px;
  text-align: left;
  color: #EF2D56;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 4px;
}

h3 {
  font-size: 15px;
  text-align: left;
  color: #EF2D56;
  line-height: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}

h6 {
  font-size: 17px;
  text-align: left;
  color: #EF2D56;
  margin-top: 7px;
  margin-bottom: 9px;
}

#contact {
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0px;
}

h4 {
  font-size: 16px;
  text-align: left;
  color: #EF2D56;
  line-height: 16px;
  margin-top: 2px;
  margin-bottom: 2px;
}

h4a {
  font-size: 16px;
  text-align: left;
  color: #EF2D56;
  line-height: 16px;
  margin-top: 2px;
  margin-bottom: 2px;
}

h9 {
  font-size: 16px;
  text-align: left;
  color: #000000;
  line-height: 16px;
  margin-top: 2px;
  margin-bottom: 2px;
}

h5 {
  font-size: 18px;
  text-align: left;
  color: #EF2D56;
  margin-top: 0px;
  margin-bottom: 5px;
}

#text {
  font-size: 13px;
  text-align: left;
  line-height: 19px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#calendar {
  font-size: 13px;
  text-align: left;
  line-height: 17px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#highlight {
  font-size: 13px;
  text-align: left;
  line-height: 17px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #EF2D56;
}

#dateText {
  font-size: 10px;
  text-align: left;
  line-height: 19px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#quoteText {
  font-size: 11px;
  text-align: left;
  line-height: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 20px;
}

#quoteText2 {
  font-size: 10px;
  text-align: left;
  line-height: 14px;
  margin-top: -18px;
  margin-bottom: 5px;
  margin-right: 20px;
  color: #EF2D56;
}


.box {
  height: 205px;
  width: 285px;
  padding: 12px 12px 18px 12px;
  background-color: #323232;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 0px;
  position: static;
  font-size: 14px;
  font-weight: bold;
}

.boxWide {
  height: 14px;
  width: 280px;
  padding: 12px 12px 18px 12px;
  background-color: #323232;
  color: #F7F7F7;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  position: static;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.box2 {
  height: 17px;
  width: 235px;
  padding: 12px 12px 18px 12px;
  background-color: #323232;
}

.boxBook {
  height: 422px;
  width: 285px;
  padding: 12px 12px 18px 12px;
  background-color: #323232;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  position: static;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

h7 {
  color: #F7F7F7;
  font-size: 14px;
  font-weight: bold;
}

h8 {
  font-size: 18px;
  text-align: left;
  color: #EF2D56;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: bold;
}

h9 {
  font-size: 16px;
}

h10 {
  font-size: 20px;
  text-align: left;
  line-height: 30px;
  margin-top: 20px;
}

#researchTable {
  position: absolute;
  margin-left: 391px;
}

#researchTable2 {
  position: absolute;
  margin-left: 800px;
  margin-right: 50px;
}

#researchTable3 {
  position: absolute; 
  margin-left: 450px;
  margin-right: 100px;
}

#researchTable4 {
  position: absolute;
  table-layout: fixed;
  width: 1200px;
  margin-right: 100px;
  font-size: 13px;
  text-align: left;
  line-height: 19px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-collapse: collapse;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " ♦"}

.sortable tr {
  border-bottom: 1px solid #99e2ed;
}

.sortable td {
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.sortable tr:hover {background-color: #f5f5f5;}


.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

ul {
    margin-top: 0px;
    margin-bottom: 0px;
}


.sticky-div {
    position: sticky;
    top: 0px;
    padding: 10px 0px;
}
         
.start {
    height: 0px;
}
         
.end {
    height: 16000px; /* make this bigger as more stuff is added to page */
}
