﻿
/*html {
   font: 400 1em/1.33 'acmeregular', "Lora", serif;
    background-color: #191919;
}*/

/*body {
  padding-bottom: 3em;
}*/


.mag-profile {
    background: url("../images/anchoredged.jpg") center 30%;
    height: 100vh;
    background-size: cover;
}

@media (min-width: 55em) {
  .mag-profile {
    width: 40%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: auto;
  }
}
@media (min-width: 80em) {
  .mag-profile {
    width: 50%;
  }
}

.mag-article {
  color: #ccc;
}

@media (min-width: 55em) {
  .mag-article {
    margin-left: 40%;
    position: relative;
    max-width: 66em;
  }
}
@media (min-width: 80em) {
  .mag-article {
    margin-left: 50%;
  }
}

/*header {
  text-align: center;
  padding: 0 2em;
}*/

.mag-heading {
  font-family: 'acmeregular', "Old Standard TT", serif;
  color: #fcf704;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 20px;
}

.nth-line-1, .nth-line-2 {
  line-height: 1;
}

.nth-line-1 {
    /*font-size: 19vw;*/
    font-size: 6vw;
}
@media (min-width: 55em) {
    .nth-line-1 {
        /*font-size: 10.5vw;*/
        font-size: 6vw;
    }
}

.nth-line-2 {
    /*font-size: 14.5vw;*/
    font-size: 5vw;
}
@media (min-width: 55em) {
    .nth-line-2 {
        /*font-size: 8vw;*/
        font-size: 5vw;
    }
}

.mag-lead {
  color: #ccc;
  font-size: 1.5625em;
  max-width: 20em;
  margin: 0 auto;
  text-align: center;
}

.mag-line {
  border: none;
  background: url("../images/magline.png") no-repeat center;
  height: 40px;
  margin: 5em 0;
}

.mag-section {
  -webkit-column-width: 14em;
     -moz-column-width: 14em;
          column-width: 14em;
  -webkit-column-gap: 1.33em;
     -moz-column-gap: 1.33em;
          column-gap: 1.33em;
  padding: 0 1em;
}

@media (min-width: 55em) {
  .mag-section {
    padding: 0 3em;
  }
}

.mag-section p:first-of-type:first-letter {
    color: #fcf704;
    float: left;
    /*font-size: 7em;*/
    font-size: 4em;
    line-height: 1;
    margin-top: -0.2em;
    margin-bottom: -0.2em;
    margin-right: 0.1em;
}

.mag-img {
  max-width: 100%;
  margin-bottom: 1.33em;
  vertical-align: middle;
}

.mag-blockquote {
  border-left: 0.2em solid #fcf704;
  font-size: 1.953125em;
  padding: 0.1em 0.5em;
  line-height: 1.5;
  margin-left: 0;
  margin-right: 0;
  quotes: "“" "”" "‘" "’";
}
.mag-blockquote::before, .mag-blockquote::after {
  color: #fcf704;
  font-size: 1.25em;
  line-height: 0;
}
.mag-blockquote::before {
  content: open-quote;
}
.mag-blockquote::after {
  content: close-quote;
}
@media (min-width: 55em) {
  .mag-blockquote {
    position: absolute;
    right: 100%;
    top: 80vh;
    width: 9em;
    background: #191919;
  }
}