@import url('https://fonts.googleapis.com/css?family=Roboto|Cedarville+Cursive|Poppins&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  margin-top: 60px;
  margin-right: 10%;
  margin-bottom: auto;
  margin-left: 10%;
}

blockquote {
  font-family: 'Roboto', sans-serif;
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  padding: 0.5em;
}

div.navbar {
  position: fixed;
  top: 0;
  width: 80%;
  background-color: #313236;
  border-radius: 2px;
}

div.navbar a {
  color: #aaa;
  display: inline-block;
  font-size: 15px;
  padding: 10px;
  text-decoration: none;
}

div.navbar a:hover {
  color: #ffffff;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

p.signature {
  font-family: 'Cedarville Cursive', cursive;
  font-size: 1.8em;
}

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

table.skills {
  table-layout: fixed;
}

tr.highlight:hover {
  background-color: lightyellow;
}

table:not(.skills) th, table:not(.skills) td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}

table.skills th {
  text-align: left;
  padding-left: 0.5em;
  border-left: 1px solid #ddd;
}

table.skills td {
  text-align: left;
  border-left: 1px solid #ddd;
}

col.right_border {
  border-right: 1px solid #ddd;
}

/* Make the link takes up the whole cell, so that the whole row appears clickable */
td.click a {
  display: block;
}

td.logo {
  text-align: center;
}

img.mug_shot {
  width: 200px;
  height: 200px;
  float: right;
}

img.company_logo {
  height: 70px;
  float: right;
}

img.logo {
  width: 80px;
  height: 80px;
  border: 0;
}

img.left {
  float: left;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

img.right {
  float: right;
}

summary {
  font-style: italic;
  font-size: larger;
}

ul.multicol {
  max-width: 100%;
  margin: 0 auto;
  column-width: 20em
}

details {
  margin-top: 2em;
}

div.bar {
  width: 95%;
}

div.skills {
  text-align: left;
  border: 1px solid white;
  padding-left: 0.5em;
  padding-right: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  color: white;
  background-color: #aaa; /* Dark Grey */
}
