/*  ==========================
    BASE TYPOGRAPHY
    This is added as a template to help start. 
    You should change the fonts, font-sizes and anything else appropriate for your site.
    ========================== */
/* Optional, include a web font. @import must come before other styles. */
@import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500");
@import url("https://fonts.googleapis.com/css2?family=Cabin&family=Source+Sans+Pro:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin&family=Source+Sans+Pro:wght@300;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin&family=Merriweather+Sans:wght@800&family=Source+Sans+Pro:wght@700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ======================================================
   Responsive Styling and Layout
   =======================================================  */
/* ========== Use Border Box model ============ */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* ======== Basic Responsive Images and Video ========= */
img, video {
  width: auto;
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 900px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    font-size: 18px;
  }

  body {
    font-family: "Roboto Mono", monospace;
    margin-left: 20px;
    margin-right: 20px;
  }

  main {
    padding: 20px;
  }

  .about {
    width: 100%;
    align-items: center;
  }

  /*.grid1{
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(1fr));
      grid-auto-rows: auto;
      grid-gap: 20px;
      height: auto;
      // max-width: 1050px;
      margin: 0 auto; 
      justify-content:center;
      padding: 30px;
  } */
  .paralax {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(800px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 20px;
    height: auto;
    margin: 0 auto;
    justify-content: center;
    padding: 40px;
  }

  .grid2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(800px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 20px;
    height: auto;
    margin: 0 auto;
    justify-content: center;
  }

  .grid3 {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(800px, 1fr));
    grid-gap: 20px;
    padding: 40px;
    justify-content: space-evenly;
    justify-items: center;
    align-content: space-evenly;
    align-items: center;
  }

  .grid4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(800px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 20px;
    height: auto;
    margin: 0 auto;
    justify-content: center;
  }

  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .home-image {
    position: absolute;
  }

  #text {
    position: relative;
    color: #fff;
    font-size: 10em;
    z-index: 1;
  }

  #earth {
    z-index: 2;
  }

  .parralax {
    height: 100%;
    width: 100%;
    background-color: hsla(200deg, 40%, 30%, 0.4);
    background-image: url("/images/AdobeStock_37.png");
    background-repeat: repeat-x;
    background-position: 0 20%, 0 100%, 0 50%, 0 100%, 0 0;
    background-size: 1200px, 800px, 500px 200px, 1000px, 400px 260px;
    animation: 200s para infinite linear;
  }

  @keyframes para {
    100% {
      background-position: -5000px 20%, -800px 95%, 500px 50%, 1000px 100%, 400px 0;
    }
  }
  .grid5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(800px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 20px;
    height: auto;
    margin: 0 auto;
    justify-content: center;
    padding: 30px;
  }

  .event {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(800px, 1fr));
    grid-auto-rows: auto;
    height: auto;
    margin: 0 auto;
    justify-content: center;
  }

  .object {
    min-width: 350px;
    margin: 0 auto;
    justify-content: center;
    padding: 30px;
    align-items: center;
  }

  .container {
    padding: 20ox;
  }

  .astrogrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(800px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 20px;
    height: auto;
    margin: 0 auto;
    justify-content: center;
  }

  .astros {
    padding: 30px;
  }

  .expogrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 20px;
    height: auto;
    margin: 0 auto;
    justify-content: center;
  }

  .scientists {
    max-width: 300px;
    max-height: 300px;
  }
}
@media screen and (min-width: 600px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    font-size: 18px;
  }

  body {
    font-family: "Roboto Mono", monospace;
    margin-left: 20px;
    margin-right: 20px;
  }

  main {
    padding: 20px;
    margin-top: 20px;
  }

  .about {
    width: 100%;
    align-items: center;
  }

  .biogrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 20px;
    height: auto;
    margin: 0 auto;
    justify-content: center;
    padding: 30px;
  }

  .grid1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 20px;
    height: auto;
    margin: 0 auto;
    justify-content: center;
    padding: 40px;
    background-color: transparent;
  }

  .grid2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 20px;
    height: auto;
    margin: 0 auto;
    justify-content: center;
  }

  .grid3 {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
    padding: 40px;
    justify-content: space-evenly;
    justify-items: center;
    align-content: space-evenly;
    align-items: center;
  }

  .grid4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 20px;
    height: auto;
    margin: 0 auto;
    justify-content: center;
  }

  .grid5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 20px;
    height: auto;
    max-width: 1050px;
    margin: 0 auto;
    justify-content: center;
    padding: 30px;
  }

  .event {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-auto-rows: auto;
    height: auto;
    margin: 0 auto;
    justify-content: center;
  }

  .object {
    min-width: 350px;
    margin: 0 auto;
    justify-content: center;
    padding: 30px;
    align-items: center;
  }

  .container {
    padding: 20ox;
  }

  .astrogrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 20px;
    height: auto;
    margin: 0 auto;
    justify-content: center;
  }

  .astros {
    padding: 30px;
  }

  .expogrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 20px;
    height: auto;
    margin: 0 auto;
    justify-content: center;
  }

  .scientists {
    max-height: 300px;
  }
}
.home {
  height: 100%;
  /* max-height: 600px; */
  width: 100%;
  background-color: hsla(200deg, 40%, 30%, 0.4);
  background-image: url("/images/AdobeStock_37.png"), url("/images/Astronaft2.png");
  background-repeat: repeat-x;
  background-position: 0 20%, 0 100%, 0 50%, 0 100%, 0 0;
  background-size: 1200px, 800px, 500px 200px, 500px, 400px 260px;
  animation: 200s para infinite linear;
}

@keyframes para {
  100% {
    background-position: -5000px 20%, -800px 95%, 500px 50%, 500px 100%, 400px 0;
  }
}
/*Exploration paralac*/
.container {
  /* hide fixed overflow contents */
  clip: rect(0, auto, auto, 0);
  /* does not work if overflow = visible */
  overflow: hidden;
  /* only works with absolute positioning */
  position: absolute;
  /* Make sure containers are full-width and height */
  height: 150vh;
  width: 100%;
  /* safari hack */
  -webkit-mask-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
}

.container_solid {
  background: #000;
  /* position this container at the top of its parent element */
  top: 100px;
}

.title_wrapper {
  position: fixed;
  display: block;
  margin: auto;
  width: 100%;
  /* center the text wrapper vertically */
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
}

.title_wrapper h1 {
  text-align: center;
  font-size: 64px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Fraunces", serif;
  font-weight: 900;
}

.container_solid .title_wrapper h1 {
  /* the text background */
  background: url(https://cdn.pixabay.com/photo/2016/11/29/05/45/astronomy-1867616_1280.jpg);
  background-size: 80vw auto;
  background-position: center;
  /* clip the text is possible */
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  /* fallback text color */
  color: black;
}

.container_image {
  background-image: url(https://cdn.pixabay.com/photo/2014/09/08/09/24/solar-system-439046_1280.jpg);
  /* background-size:100vw auto;*/
  background-position: center;
  background-attachment: fixed;
  top: 80vh;
  height: 150vh;
}

.container_image .title_wrapper h1 {
  color: white;
}

.exploration {
  min-height: 120vh;
  padding: 2em;
  margin: auto;
  max-width: 800px;
}

.exploration h1 {
  font-family: "Merriweather Sans", sans-serif;
}

/* The html and body selectors below set the base type for the entire page */
html {
  font-size: 1em;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(255, 255, 255);
}

/* This adds space between paragraphs and list items*/
/* NOTE: most Navigations use list items so you will need to */
/* explicity set the margins on those so this rule doesn't */
/* mess up your navigation styling */
p,
li {
  margin-top: 0;
  margin-bottom: 1em;
}

/* Base Styling for headings.
  You can and should modify these to fit your site*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
  background-color: transparent;
}

/* For each of your headings at minimum set the margin, size, line-height. 
Adjust font-weight and other properties as needed. */
h1 {
  font-size: 5.063em;
  line-height: 1;
  margin: 0 0 0.5em 0;
  background-color: transparent;
}

h2 {
  font-size: 3.375em;
  line-height: 1.2;
  margin: 1.5em 0 0.5em 0;
}

h3 {
  font-size: 2.25em;
  line-height: 1;
  margin: 1.5em 0 0.25em 0;
  background-color: transparent;
}

h4 {
  font-size: 1.5em;
  line-height: 1;
  margin-top: 0;
  margin-left: 25px;
  margin-right: 25px;
  font-weight: 400;
}

h5 {
  font-size: 1em;
  line-height: 1;
  margin: 1.5em 0 0.5em 0;
  font-weight: 400;
}

h6 {
  font-size: 1em;
  line-height: 1.5;
  margin: 1em 0 0 0;
  font-weight: 400;
  /* normal */
  text-transform: uppercase;
}

main h2:first-child {
  margin-top: 0;
}

/*@import url('https://fonts.googleapis.com/css2?family=Alegreya:wght@500&family=Roboto+Mono:wght@500&display=swap');
// roboto + alegreya*/
* {
  background-color: #000;
  color: #f5f2f0;
}

header {
  justify-content: center;
  margin: 0;
  width: 100%;
  height: 100px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Alegreya", serif;
}

a {
  color: #fff;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  /*margin-left: 20px;
  margin-right:20px; */
  height: 500px;
}

.about {
  width: 100%;
  align-items: center;
}

.biogrid {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-auto-rows: auto;
  grid-gap: 20px;
  height: auto;
  margin: 0 auto;
  justify-content: center;
  padding: 40px;
}

.milky {
  max-width: 450px;
}

.grid1 {
  display: grid;
  grid-template-columns: 65% 35%;
  grid-auto-rows: auto;
  grid-gap: 20px;
  height: auto;
  margin: 0 auto;
  justify-content: center;
  padding: 40px;
}

.grid2 {
  display: grid;
  grid-template-columns: 65% 35%;
  grid-auto-rows: auto;
  grid-gap: 20px;
  height: auto;
  margin: 0 auto;
  justify-content: center;
}

.grid3 {
  display: grid;
  grid-auto-rows: auto;
  grid-gap: 20px;
  height: auto;
  margin: 0 auto;
  justify-content: center;
  width: 100%;
  padding: 20px;
}

.grid4 {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-auto-rows: auto;
  grid-gap: 20px;
  height: auto;
  margin: 0 auto;
  justify-content: center;
}

.grid5 {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-auto-rows: auto;
  grid-gap: 20px;
  height: auto;
  margin: 0 auto;
  justify-content: center;
  padding: 30px;
}

.event {
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%;
  grid-auto-rows: auto;
  height: auto;
  margin: 0 auto;
  justify-content: center;
}

.astronomer {
  display: grid;
  grid-auto-rows: auto;
  height: auto;
  max-width: 350px;
  margin: 0 auto;
  justify-content: center;
  padding: 30px;
}

.object {
  max-width: 350px;
  margin: 0 auto;
  justify-content: center;
  padding: 30px;
  align-items: center;
}

.sun {
  max-width: 450px;
  margin: 0 auto;
  justify-content: center;
  padding: 30px;
  align-items: center;
}

.container {
  padding: 20ox;
}

.astrogrid {
  display: grid;
  grid-auto-rows: auto;
  grid-gap: 20px;
  height: auto;
  margin: 0 auto;
  justify-content: center;
}

.astros {
  padding: 30px;
}
.astros h4 {
  margin-left: 0;
}

.expogrid {
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%;
  grid-auto-rows: auto;
  grid-gap: 20px;
  height: auto;
  margin: 0 auto;
  justify-content: center;
}

.grid-box img {
  padding: 40px;
  width: 700px;
}

.grid-wrapper {
  min-height: 100vh;
  padding: 2em;
  margin: auto;
  max-width: 800px;
}

.grid-box {
  clear: both;
  overflow: auto;
  text-align: center;
  top: 15%;
  font-size: 20px;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}

.astronomer-container {
  display: grid;
  grid-template-columns: 1fr;
  background-color: rgb(58, 58, 61);
  align-content: center;
}
.astronomer-container img {
  width: 400px;
  border-radius: 4px;
  padding: 20px;
  float: left;
  margin: 0 1rem 1rem 0;
}
.astronomer-container p {
  text-align: center;
  padding: 50px;
}

@media screen and (min-width: 600px) {
  .grid-box {
    grid-template-columns: 1fr 1fr;
  }

  .grid .section-head {
    grid-column: 1/-1;
  }
}
/* end min-width: 600px */
@media screen and (min-width: 1200px) {
  .grid-box {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1500px;
  }
}
footer {
  height: 50px;
  align-items: center;
  align-content: center;
  padding-top: 10px;
  text-align: center;
}

.bio {
  text-align: center;
}

.astrogrid img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  /* adds space between logo and nav items if the items wrap under the logo */
  justify-content: space-between;
  padding: 10px;
  /*max-height: 90px;*.
  background-color: $nav-background;
  /*transition: top 500ms ease-in-out;*/
  background-color: #000000;
  align-items: center;
  align-content: center;
}
.site-nav .links {
  display: flex;
  margin: 0 -1em;
}
.site-nav .links a {
  display: inline-block;
  margin: 0 1em;
  color: #dadada;
  text-decoration: none;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.site-nav .links a:hover {
  color: #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
}

/*.navbar {*/
nav {
  font-family: "Source Sans Pro", sans-serif;
}

@media screen and (max-width: 600px) {
  .site-nav {
    justify-content: center;
  }

  .logo {
    text-align: center;
    flex-basis: 100%;
  }
}
.logo img {
  width: 200px;
  /*height: 70px;*/
  /*border-radius: 50%;*/
  overflow: hidden;
}

/* ================= ===========================
  ADD YOUR CSS HERE 
  ================================================ */
main, footer {
  clear: both;
}

.layer {
  background-color: transparent;
}

.source {
  font-size: 0.8rem;
}

figure {
  margin: 0 0 1rem 0;
  position: relative;
}
figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  font-size: 0.85rem;
}

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