#name {
  text-align: right; }

.content {
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: x-large; }

.older-projects {
  text-align: right; }

.current-projects {
  text-align: center;
  border: 2px solid black; }

.projects {
  display: flex;
  flex-wrap: wrap; }

.project-card, .vb-project-card {
  flex: 1;
  min-height: 270px;
  border-right: 2px black;
  margin: 20px; }

.project-icon {
  max-height: 90px;
  justify-content: center; }

a {
  text-decoration: none;
  color: #4f5b5d;
  font-style: italic; }

li {
  list-style: disclosure-closed; }

.btn {
  background-color: #4f5b5d;
  color: #eae5d9;
  margin: 7px;
  padding: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  border-radius: 2px;
  display: inline-block;
  font-size: x-large;
  font-style: normal; }

@media (orientation: landscape) {
  .content {
    margin-left: 20vw;
    margin-right: 20vw; } }
@media (orientation: portrait) {
  .content {
    margin: 25px; }

  .projects {
    display: block; }

  .vb-project-card {
    border-left: 0px; }

  .btn {
    font-size: xx-large; } }
@media (min-width: 1000px) {
  .vb-project-card {
    border-left: 1px solid black; } }

/*# sourceMappingURL=style.css.map */
