
#HomeHeaderLeft h1 {
  color: #3e3e3e;
  font-family: Montserrat,sans-serif;
  font-size: 3rem;
  line-height: 1; 
  padding-top: 10px; 
  padding-left: 10px;
  text-decoration: none;
}

#HomeHeaderLeft a {
  text-decoration: none;
}

/*
body {
  font-family: 'Merriweather', serif; !important;
}

/*
#CAESLogo img {
  height: 70px; 
  margin-right: -150px;
  width: 100%;
}

*/


#HomeHeaderLeft h1 {
  color: #3e3e3e;
  font-size: calc(16px + 12 * ((100vw - 320px) / 680));
  line-height: 1; 
  padding-top: 10px; 
  padding-left: 10px;
  /* text-decoration: none; */
}

#HomeHeaderLeft h1:hover {
  text-shadow: 2px 2px 2px #c7c7c7;
}

div.proficiency img {
  height: 85px;
}

.chosen-container {
  width: 95% !important;
  float: right;
}

ul.dropdown-menu .dropdown-toggle::after {
  transform: rotate(-90deg);
}


/* https://bootstrapious.com/p/bootstrap-multilevel-dropdown */

.dropdown-submenu {
  position: relative;
}

/* right caret requires Font Awesome Pro...

.dropdown-submenu>a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-family: 'FontAwesome';
}

*/

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

/*****************************************************************/

.card-title {
  font-size: 100%;
  text-shadow: 1px 1px 1px black;
}

.center {
  text-align: center;
}

h1 {
  font-family: 'Merriweather', serif;
}

body {
  font-family: 'Merriweather Sans', sans-serif; !important
}

.row {
  padding: 1em;
}

.col-sm {
  padding: 1em;
}

.card-title {
  font-family: 'Merriweather', serif; !important
  font-size: 1.2vw; /* viewport width! */
}

@media screen and (max-width: 500px) {
  .card-title {
    font-size: 5vw;
  }
}

footer table,
footer table td {
  border: none;
}

footer.menu > div {
  padding: 0 0.5em;
  box-sizing: border-box;
}

div.main {
  padding: 0 0.5em;
}

header.menu, footer.menu {
  background: #f3f3f3;
  padding: 0px 0.9375rem;
  cursor: pointer;
}

header.menu div.uga {
  background: #f3f3f3;
}

header.menu .a1 {
  padding: 1em 0;
}

footer.menu {
  border-top: 1px solid #ddd;
}

h5 {
  font-size: 100%;
  margin: 0.5em 0;
}

footer.menu {
  clear: both;
  margin-top: 3em;
}

footer.menu table {
  width: 100%;
}

footer.menu td {
  vertical-align: top;
  text-align: left;
}

.footer-links li {
  display: block;
  font-size: 90%;
  padding: 0.2em 0;
}

.footer-links {
  padding: 0;
  margin: 0;
}

.footer-links a {
  color: inherit;
}

.social-media-icons {
  padding: 0;
}

.social-media-icons li {
  display: inline-block;
  font-size: 36px;
}

.social-media-icons a {
  font-size: 36px;
  color: #BA0C2F;
  padding: 0.1em;
}

.footer-middle {
  background: #3e3e3e;
}

.footer-middle ul {
  padding: 0;
}

.footer-middle li {
  display: inline-block;
  padding: 1em;
  padding-left: 0;
}

.footer-middle a {
  text-decoration: none;
  color: #fefefe;
  font-size: 14.4px;
}

.footer-middle a:hover {
  text-decoration: underline;
}

.copyright-text {
  font-size: 14.4px;
}

#fluid1 {
  padding: 10px;
}

#fluid2 {
  margin-bottom:40px;
  
}/* old menu.css

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);

body {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #3e3e3e;
  background: #f3f3f3;
  margin: 0;
}

table, td {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

div.main tr > * {
  font: 13px Arial;
}

div.main,
nav.menu,
header.menu > div,
footer.menu > div:first-of-type,
.footer-middle > div,
.large-collapse {
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
}

footer table,
footer table td {
  border: none;
}

footer.menu > div {
  padding: 0 0.5em;
  box-sizing: border-box;
}

div.main {
  padding: 0 0.5em;
}

header.menu, footer.menu {
  background: #f3f3f3;
  padding: 0px 0.9375rem;
  cursor: pointer;
}

header.menu div.uga {
  background: #f3f3f3;
}

header.menu .a1 {
  padding: 1em 0;
}

footer.menu {
  border-top: 1px solid #ddd;
}

#caesBranding {
  font-weight: 700;
  line-height: 1;
  margin: 0.2em 0;
  padding-left: 0.5em;
}

#caesBranding a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 64em) {
  #caesBranding {
    padding-left: .5em; 
    font-size: 2.75rem;
  } 
}

div.main h2 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: .5em;
}

div.main h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: normal;
}

div.main td {
  vertical-align: top;
}

div.readmore {
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
}

div.readmore ~ * {
  display: none;
}

div.main a {
  color: #BA0C2F;
  text-decoration: none;
}

div.proficiency img {
  height: 85px;
  margin: 0.5em 1em;
}

div.sidebar {
  float: right;
  height: 100%;
  width: 16em;
  background: #f4f4f4;
  padding: 0 1em;
  margin-left: 1em;
  border: 1px solid #ddd;
}

div.sidebar li {
  display: block;
  padding: 0.5em;
  font-size: 90%;
  border-bottom: 1px solid #ddd;
}

div.sidebar a {
  display: block;
}

div.sidebar div a {
  display: inline;
}

div.sidebar li:hover {
  background: #e8e8e8;
}

h5 {
  font-size: 100%;
  margin: 0.5em 0;
}

footer.menu {
  clear: both;
  margin-top: 3em;
}

footer.menu table {
  width: 100%;
}

footer.menu td {
  vertical-align: top;
  text-align: left;
}

.footer-links li {
  display: block;
  font-size: 90%;
  padding: 0.2em 0;
}

.footer-links {
  padding: 0;
  margin: 0;
}

.footer-links a {
  color: inherit;
}

.social-media-icons {
  padding: 0;
}

.social-media-icons li {
  display: inline-block;
  font-size: 36px;
}

.social-media-icons a {
  font-size: 36px;
  color: #BA0C2F;
  padding: 0.1em;
}

.footer-middle {
  background: #3e3e3e;
}

.footer-middle ul {
  padding: 0;
}

.footer-middle li {
  display: inline-block;
  padding: 1em;
  padding-left: 0;
}

.footer-middle a {
  text-decoration: none;
  color: #fefefe;
  font-size: 14.4px;
}

.footer-middle a:hover {
  text-decoration: underline;
}

.copyright-text {
  font-size: 14.4px;
}

table.labs {
  background: #f4f4f4;
  border: 1px solid #ddd;
}

table.labs td {
  font-size: 90%;
  padding: 0;
  padding-right: 0.3em;
}

table.labs h2 {
  font-weight: bold;
  font-size: 100%;
  text-align: center;
}

table.labs.small {
  width: 30em;
}

table.labs.small td {
  display: block;
}

ul.menu span.hamburger {
  font-size: 120%;
}

ul.menu li.hamburger {
  display: none;
}

zul.menu li.hamburger ~ li {
  display: none;
  clear: both;
}

zul.menu:hover li.hamburger ~ li {
  display: block;
  background: #3e3e3e;
  width: 20em;
}

ul.menu, ul.menu ul {
  position: relative;
  z-index: 999;
  padding: 0;
  background: #3e3e3e;
  color: #e6e6e6;
  min-height: 3.5em;
  height: auto;
  font-size: 0.875rem;
  font-weight: bold;
}

ul.menu li {
  position: relative;
}

ul.menu ul ul {
  position: relative;
  top: 0;
  padding-left: 1em;
}

ul.menu ul {
  position: absolute;
  clear: both;
  top: 3.2em;
  min-width: 15em;
  max-width: 25em;
}

ul.menu ul {
  height: auto;
}

ul.menu li {
  list-style-type: none;
  cursor: pointer;
}

ul.menu > li {
  float: left;
}

ul.menu > li > span {
  float: left;
  padding: 1em;
}

ul.menu li li span {
  float: left;
  padding: 0.5em 1em;
}

ul.menu > li span::after {
  content: "\25BE";
  margin-left: 10px;
}

ul.menu > li ul {
  display: none;
}

ul.menu > li:hover ul {
  display: block;
}

ul.menu li:hover {
  background: #555;
}

ul.menu li a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 0.5em 1em;
}

ul.menu .quickcrop {
  display: none;
}

ul.menu .note {
  padding: 0 2em;
  padding-bottom: 1em;
  font-size: 90%;
}

nav.menu ul.menu ul li {
  clear: both;
}

select.crop {
  width: 100%;
}

table.hlabs td {
  text-align: center;
  border-right: 1px solid #ddd;
  width: 33.33%;
  font-size: 75%;
}

table.hlabs {
  zfloat: right;
  position: absolute;
  right: 0;
  margin: 0;
  display: none;
  width: 35em;
  zbackground: #3e3e3e;
  zcolor: #e3e3e3;
  border: 1px solid #aaa;
  color: #aaa;
  font-weight: bold;
  height: 100%;
  box-sizing: border-box;
}

table.hlabs td:nth-child(3) {
  border-right: none;
}

table.hlabs a {
  color: #e3e3e3;
}

div.uga {
  position: relative;
}

.main a:hover {
  text-decoration: underline;
}

.main .note {
  color: #444;
}

*/


@media (max-width: 576px) {
  .toolDropdown p {
    width: 400px;
    overflow-x: auto;
  }

  .toolDropdown {
    width: 100%;
  }
}