@charset "utf-8";

@import url("https://use.typekit.net/iai0gsv.css");

body {
    background-color: black;
}

/*NAV BAR*/

header {
    width: 100%;
    max-width: 1600px;
    text-align: center;
    margin: 0 auto;
}

ul {
    width: 90%;
    margin: 0 auto;
}

li {
	font-family: "articulat-cf", sans-serif;
    font-weight: 100;
    font-style: normal;
    display: inline-block;
    margin-left: 3em;
    letter-spacing: .05em;
    line-height: 2.5em;
}

ul li:first-child {
    margin-left: 0;
}

a {
    color: white;
}

a:hover {
    color: #FF1E26;
}

#runway-gif {
    display: none;
}

#runway-vid {
    width: 100%;
    height: 35em; 
    overflow: hidden;
    position: relative;
    background-color: black;
    margin: auto;
}

video {
    width: 100%;
    height: auto;
    background-color: white;
    margin: auto;
}

/*#runway-vid img{
    position: absolute;
    top: 25%;
    left: 42%;
}*/

/*LOGO Y DROPDOWN*/

#logo {
    position: absolute;
    top: 15%;
    left: 42%;
}

.dropdown {
    width: 100%;
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    width: 100%;
    line-height: 1.75em;
    font-size: 1.5em;  
    border: none;
    outline: none;
    color: white;
    padding: 0 16px;
    background-color: #C2272D;
    text-transform: uppercase;
    font-family:  "linotype-didot-headline", serif;
    margin: 0;
    letter-spacing: 0.1em;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-content {
    width: 100%;
    display: block;
    height: 0;
    position: absolute;
    background-color: black;
    min-width: 160px;
    overflow: hidden;
    z-index: 1;
    transition: height 1.5s ease-in-out;
}

.dropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-family: "articulat-cf", sans-serif;
    text-transform: uppercase;
    border-bottom: 2px solid white;
    letter-spacing: 0.5em;
    
}

.dropdown-content a:last-child {
    border-bottom: none;
}

.dropdown-content a:hover {
    background-color: #C2272D;
}

.dropdown:hover .dropdown-content {
    display: block;
    height: 70%;
}

.tab-main-covers, .tab-articles-covers {
    display: none;
}

/*MAIN SLIDESHOW*/

#main {
      width: 100%;
      float: left;
}

#main-runway {
    width: 100%;
    margin: 0 auto;
    float: left;
}

#main-runway p {
    width: 30.5%;
    font-family:  "linotype-didot-headline", serif;
    font-size: 4em;
    font-style: italic;
    text-align: center;
    line-height: 1.2em;
    margin-left: 12%;
    margin-top: 4%;
    color: white;
    background-color: #C2272D;
}

.slideshow-container {
      width: 75%;
      position: relative;
      margin: 10% auto;
}
.mySlides {
    width: 100%;
    display: none;
}

.mySlides img {
    width: 40%;
}

.main-title {
    width: 50%;
    height: 100%;
    float: right;
    padding: 10% 10% 8.75% 0;
    transition: all 0.5s ease-in;
}

.main-title p {
    font-family: "articulat-cf", sans-serif;
    font-size: 6em;
    line-height: 1em;
    text-align: right;
    color: white;
}

.main-title p:hover {
    color: red;
}

.prev, .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      padding: 16px;
      margin-top: -22px;
      color: white;
      font-weight: bold;
      font-size: 18px;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/*ARTICLES SLIDESHOW*/

#articles {
    width: 100%;
    position: relative;
    float: left;
}

#articles-title {
    width: 34%;
    background-color: #C2272D;
    /*border-right: solid black 5px;*/
    float: left;
}

#articles-title p {
    color: white;
    background-color: #C2272D;
    line-height: 5.8em;
    font-family:  "linotype-didot-headline", serif;
    font-size: 5em;
    font-style: italic;
    margin: auto;
}

.scroll-container {
    width: 65%;
  background-color: black;
  overflow: auto;
  white-space: nowrap;
    float: left;
}

/*SOCIALS*/

#socials {
    width: 100%;
    margin: auto;
    float: left;
    background-color: black;
}

.socials-box {
    width: 70%;
    float: left;
    margin: auto;
}

.socials {
    width: 3%;
    margin: 3% 5% 3% 0;
    float: left;
}

.socials img {
    width: 100%;
}

.socials:first-child {
    margin-left: 55%;
}


























@media (min-width: 1280px) {
    
    
}

@media (max-width: 1280px) {
    
    
}
@media (max-width: 1200px){
    #articles-title p {
        line-height: 5em;
    }
}

@media (max-width: 1160px) {
    .main-title p {
        font-size: 5em;
    }
    
    #articles-title p {
        font-size: 4em;
        line-height: 6em;
    }
}

@media (max-width: 1050px) {
    .main-title {
        padding: 0 6% 8% 0;
    }
    
    #articles-title p {
        line-height: 5.5em;
    }
    
}

@media (max-width: 1000px) {
    .main-title {
        padding: 0 6% 8% 0;
    }
    
     .main-title p {
        font-size: 4.5em;
    }
    
}

@media (max-width: 900px) {
    #logo {
        top: 10%;
        left: 37%;
    }
    
    #runway-vid {
        height: 27em;
    }
    
    #main-runway p {
        font-size: 2.75em;
    }
    
    #articles-title p {
        font-size: 3.5em;
        line-height: 5.5em;
    }
    
}

@media (max-width: 820px) {
     .main-title p {
        font-size: 4em;
    }
    
    li {
        font-size: 0.9em;
        line-height: 3em;
    }
    
}

@media (max-width: 768px) {
    li.hide {
        display: none;
    }
    
     #runway-vid {
        height: 22.5em;
    }
    
    #logo {
        top: 20%;
        left: 40%;
        
    }
    
    .logo-icon {
        width: 70%;
    }
    
    .logo-icon img{
        width: 100%;
    }
    
    .dropdown {
        width: 70%;
    }
    
    .dropdown .dropbtn {
        font-size: 1.2em;
    }
    
    .dropdown-content {
        width: 70%;
        min-width: 50px
    }
    
    .dropdown-content a {
        font-size: 0.7em;
        line-height: 0.4em;
    }
    
    
/*MAIN*/    
    #main {
        width: 63%;
    }
    
    #main-runway p {
        width: 80%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: -10%;
    }
    
    .tab-main-covers {
        width: 80%;
        float: left;
        margin-top: 10%;
        border-top: 0.5px white solid;
        border-bottom: 0.5px white solid;
        background-color: black;
        display: inherit;
    }
    
    .tab-main-covers:first-child {
        margin-top: 0%;
    }
    
    .tab-main-covers img {
        width: 50%;
        float: right;
        height: 50%;
    }
    
    .tab-main-title {
        float: left;
        width: 45%;
        height: 100%;
    }
    
    .tab-main-title p {
        font-family: "articulat-cf", sans-serif;
        font-size: 2em;
        line-height: 1em;
        color: white;
        text-align: right;
    }
    
        .slideshow-container {
        display: none;
    }
    
/*MAIN HOVERS*/
    .tab-main-covers:hover, .tab-main-title p:hover {
        background-color: red;
        color:black;
    }
    

    
/*ARTICLES*/
    #articles {
        width: 35%;
        float: right;
    }
    
    .scroll-container {
        display: none;
    }
    
    #articles-title {
        float: right;
        width: 100%;
        padding-right: 4%;
        margin-bottom: -10%;
    }
    
    #articles-title p{
        width: 100%;
        font-family:  "linotype-didot-headline", serif;
        font-size: 2.75em;
        font-style: italic;
        text-align: center;
        line-height: 1em;
        margin-top: 4%;
        color: white;
        background-color: #C2272D;
    }
    
    .tab-articles-covers {
        width: 103%;
        float: right;
        margin-top: 10%;
        border-top: 0.5px white solid;
        border-bottom: 0.5px white solid;
        background-color: black;
        display: inherit;
    }
    
    .tab-articles-covers img {
        width: 40%;
        float: left;
    }
    
    .tab-articles-titles {
        width: 55%;
        float: right;
    }
    
    .tab-articles-titles p{
        width: 97%;
        font-family:  "linotype-didot-headline", serif;
        font-size: 1.2em;
        line-height: 1em;
        color: white;
    }
    
    .tab-articles-author {
        float: right;
        width: 55%;
    }
    
    .tab-articles-author p {
        font-family: "articulat-cf", sans-serif;
        font-size: 0.6em;
        font-style: thin;
        line-height: 1em;
        color: white;
        text-align: left;
    }
    
    .tab-articles-covers:hover {
        background-color: red;
    }
    
    
/*SOCIALS*/
    #socials {
        float: right;
        width: 45%
    }
    
    .socials-box {
        float: right;
        width: 100%;
    }
    
    .socials {
        width: 4%;
        margin-right: 5%;
    }
}

@media (max-width: 725px) {
    #runway-vid {
        height: 22em;
    }
    
    .tab-articles-titles p {
        font-size: 1em;
    }
    
}

@media (max-width: 700px) {
    #runway-vid {
        height: 21em;
    }
    
    .tab-main-title p {
        font-size: 1.75em;
    }
    
}

@media (max-width: 650px) {
    #runway-vid {
        height: 19em;
    }
}

@media (max-width: 600px) {
    li {
        font-size: 0.75em;
    }
    
    #logo {
        top: 15%;
        left: 38%;
    }
    
     #runway-vid {
        height: 18em;
    }
    
    #main-runway p {
        font-size: 2em;
    }
    
    .tab-main-title p {
        font-size: 1.35em;
    }
    
    #articles-title p {
        font-size: 2em;
    }
    
    .tab-articles-titles p {
        font-size: .85em;
    }
    
    .tab-articles-author p {
        font-size: .55em;
    }
}

@media (max-width: 550px) {
     #runway-vid {
        height: 16em;
    }
    
    #logo {
        top: 10%;
        left: 35%;
    }
}

@media (max-width: 500px) {
    #runway-vid {
        display: none;
    }
    
    #runway-gif {
        display: inherit;
        margin: auto; 
    }
    
    #runway-gif img {
        width: 100%;
        height: 50%;
    }
    
    #logo {
        width: 50%;
        top: 35%;
        left: 33%;
        margin: auto;
        float: none;
    }
    
    .dropdown-content a{
        line-height: 0.8em;
    }
    
    #main {
        width: 100%;
        margin-top: -1%;
    }
    
    #main-runway {
        width: 80%;
        margin: 0 auto -3% auto;
    }
    
    #main-runway p {
        width: 100%;
        font-size: 2.5em;
    }
   
    .tab-main-title p {
        font-size: 1.75em;
    }
    
    #articles {
        width: 60%;
        margin-top: 5%;
    }
    
    .tab-articles-titles p {
        font-size: 1.05em;
    }
    
    .tab-articles-author p {
        font-size: .75em;
    }
    
    #socials {
        width: 100%;
        float: left;
    }
    
    .socials-box {
        width: 100%;
        margin: auto;
    }
    
}

@media (max-width: 475px) {
    .dropdown-content a {
        line-height: 0.65em;
        font-size: 0.55em;
    }
}

@media (max-width: 425px) {
    .dropdown-content a {
        line-height: 0.4em;
    }
    
    .tab-main-title p {
        font-size: 1.3em;
    }
}

@media (max-width: 375px) {
    li {
        font-size: 0.6em;
    }
    
    .dropdown .dropbtn {
        font-size: 1em;
    }
    
     .dropdown-content a {
        line-height: 0.1em;
    }
    
    .tab-articles-titles p {
        font-size: .9em;
    }
    
    .tab-articles-author p {
        font-size: .5em;
    }
    
}

@media (max-width: 320px) {
     .dropdown-content a{
        max-height: 0.05em;
    }
    
}














