.shadowed {
  box-shadow: 0px 0px 20px 10px #000;
}

.avatar {
  vertical-align: middle;
  border-radius: 50%;
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,1);
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*.bordered, h1, .container, .caption, .media {
  border-width: 2px;
  border-style: dashed;
  border-color: white;
  border-radius: 5px;
}*/

.margined {
  margin:25px;
}

.container, .padded {
  padding: 30px 30px 30px 30px;
}

.media {
  height: 100%;
}

.media_container {
  display:grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}

body {
  background-color: #333;
  /*background-image: url('/images/background_sketchy.jpg');*/
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  background-color: #000000;
  color: transparent; 
  text-shadow: 2px 2px 3px rgba(64,64,64,0.5);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
  font-size: 128px;
  text-align: center;
}

h2 {
  font-size: 48px;
  text-align: center;
  text-shadow: 0px 2px 4px #000;
}

p {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}

h4 {
  text-align: center;
  font-size: 36px;
  font-weight: normal;
}

h5 {
  text-align: right;
}

a {
  color: #069;
}

a:visited {
  color: #606;
}


a:active {
  color: #600 !important;
}

a:hover {
  color: #060; 
}

.caption {
  width: inherit;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
}
