body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  padding-bottom: 20px;
}

a {
  color: #2ba6cb;
}

path {
  stroke: #000;
  stroke-width: 1;
  opacity: 0;
}

.path {
  opacity: 0;
}

.header {
  border: none;
  background-color: #eee;
}

#nav-bar {
  display: none;
}

#content {
  border: none;
  background-color: #fff;
}

#name {
  height: 25%;
  width: 725px;
}

#job {
  width: 95%;
  margin: 50px 20px;
}

.textBlock {
  margin: 20px 0px;
}

.textBlock > h2 {
  line-height: .9;
}

.textBlock > h3 {
  line-height: .9;
}

.center {
  display: block;
  margin: auto;
}

.page {
  display: none;
}

.large-row {
  max-width: 83.5em;
}

.gif {
  display: block;
  max-width: 600px;
  max-height: 600px;
}

.gif > a > img {
  display: block;
  margin: auto;
  max-height: 580px;
  margin: 0 auto;
}

.project-gallery {
  margin: 20px 0;
}

.large-block-grid-2 > li {
  padding: 10px;
  width: 49%;
}

div.clearing-container .large-block-grid-2 > li:nth-of-type(2n+1) {
  clear: none;
}

.tweets {
  height: 25%;
  width: 1200px;
  margin: 25px auto;
}

.tweet {
  width: 100%;
  height: auto;
  max-width: 370px;
  max-height: 370px;
  margin: 5px;
  float: left;
  overflow: hidden;
  position: relative;
}

image {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
}

.page-header {
  margin: auto;
  border: none;
  padding: 0;
}

[data-magellan-expedition] {
  padding: 1px 0 0 0;
}

[data-clearing] li {
  margin: 0;
}

.fixed {
  padding: 11px;
  padding-bottom: 0px;
  border-bottom: 10px solid #fff;
}

.project {
  margin: 10px 0;
}

.project:last-child {
  margin-bottom: 300px;
}

.project-title {
  margin-bottom: 20px;
}

.project > .panel {
  margin: 20px 0;
  border: none;
  background: #eee;
}

.project-desc {
  margin: 20px 0 50px 0;
}

.project-secondary {
  margin-top: 30px;
}

.project-list > div > h4 {
  text-align: right;
}

.inline-list {
  padding: 10px 0;
  margin: 0;
}

.inline-list >li > a {
  text-transform: capitalize;
}

/** Changes background color, height and margin of the border **/
.top-bar {
  background: #eee;
  color: #888;
}

.top-bar .name h1 a {
  color: #888;
}
/** Removes black background on menu bar **/
.top-bar-section ul {
  background: #eee;
  color: #888;
}
/** Removes black background on menu item **/
.top-bar-section li a:not(.button) {
  background: #eee;
  color: #888;
}

.top-bar-section li a:not(.button):hover {
  background: #888;
  color: #fff;
}

.top-bar {
  background-color: #eee;
  color: #000;
}

.top-bar .toggle-topbar.menu-icon a {
  color: #888;
}

.top-bar .toggle-topbar.menu-icon a {
  color: #888;
}

.top-bar-section ul li > a {
  color: #000;
  background-color: #eee;
}

.top-bar.expanded .title-area {
  color: #000;
  background-color: #eee;
}

/** Changes the active menu item from default black to a gradient **/
.top-bar-section ul li.active > a {
  background: #fff;
  color: #888;
}

.top-bar-section ul li.active:hover > a {
  background: #888;
  color: #fff;
}
/** Changes the hover state of non active menu items **/
.top-bar-section li:hover a {
  background: #eee;
  color: #888;
}
/** Changes non active menu items text color to black **/
.top-bar-section ul li > a {
  color: #888;
}
/** Changes the hover state of dropdown menu items **/
.top-bar-section ul.dropdown li a:hover:not(.button) {
  background: #888;
  color: #fff;
}
/** IMPORTANT fill for the ul dropdown container **/
.top-bar-section ul.dropdown {
  background: #eee;
  color: #888;
}
/** This fixes the position and the color of the dropdown arrow **/
.top-bar-section .has-dropdown > a:after {
  color: #000;
}

.label {
  text-transform: capitalize;
}

.label.secondary {
  background-color: #888;
  color: #fff;
}

@media only screen and (max-width: 40.063em) {
  .gif > a > img {
    max-width: 100%;
  }

  .large-block-grid-2 > li {
    width: 98%;
  }

  .tweets {
    width: 95%;
  }

  .tweet {
    display: block;
    width: 99%;
    height: 349px;
    max-width: 95%;
    max-height: 90%;
    margin: 10px;
  }

    /* Makes the responsive menu fit in the navigation container and change its background to black */
  .top-bar ul {
  }
    /* Change non active menu item color to black */
  .top-bar-section ul li > a {
    color: #888;
  }

    /* Gives the dropdown ul a black fill */
  .top-bar-section ul {
    background: #eee;
    color: #888;
  }
    /* Give the BACK button after going in a submenu the appropriate filling */
  .top-bar-section .dropdown li.title h5 a {
  }
    /* This fixes the position and the color of the dropdown arrow */
  .top-bar-section .has-dropdown > a:after {
  }
} /* end media query */

//Small screens
@media only screen {
} /* Define mobile styles */

@media only screen and (max-width: 40em) {
  .label {
    margin-bottom: 5px;
  }

  .project-title {
    margin-bottom: 20px;
  }

  .top-bar-section ul li > a {
    border-bottom: 1px solid #888;
  }

  .top-bar-section ul li > a:last-child {
    border-bottom: none;
  }
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

//Medium screens
@media only screen and (min-width: 40.063em) {
} /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

//Large screens
@media only screen and (min-width: 64.063em) {
} /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .tweets {
    width: 1200px;
  }
} /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */

//XLarge screens
@media only screen and (min-width: 90.063em) {
} /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .tweets {
    width: 1600px;
  }
} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

//XXLarge screens
@media only screen and (min-width: 120.063em) {
  .tweets {
    width: 2000px;
}
} /* min-width 1921px, xlarge screens */
