* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}

/* NAVBAR */

.first-nav {
    display: none;
}

.top-nav {
    align-items: flex-end;
    background-color: #f72210;
    display: flex;
    height: 90px;
    justify-content: space-between;
    width: 100%;
}

.top-nav p {
    color: white;
    font-family: "Roboto Condensed";
    font-size: 16px;
    margin-left: 20px;
}

.top-nav img {
    height: 60px; 
    margin-bottom: 10px;
    width: 396px;
}

.btns {
    margin-bottom: 20px;
    margin-right: 30px;
}

.btn-sign {
    background-color: #f72210;
    color: white;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: bold;
    height: 26px;
    line-height: 14px;
    padding: 6px 12px;
    width: 80px;
}

.btn-subs {
    background-color: white;
    color: #f72210;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: bold;
    height: 26px;
    line-height: 14px;
    padding: 6px 10px 6px 12px;
    width: 128px;
}

.bottom-nav {
    border-bottom: 1px solid lightgray;
    height: 56px;
    padding: 10px 0;
    width: 100%;
}

.bottom-nav li {
    display: inline;
    padding: 22px;
}

 .bottom-nav li::after {
    color: lightgray;
    content: "|";
    font-size: 25px;
    left: 25px;
    position: relative;
  } 

.bottom-nav a {
    color: black;
    font-family: "Roboto Condensed";
    font-size: 21px;
    font-weight: bold;
    width: 93px;
}

.bottom-nav a:hover {
    color: red;
    text-decoration: none;
}
.src {
    color: #333333;
    font-family: Arial;
    font-size: 16px;
}

.fa-search {
    margin-left: 10px;
}

/* SECOND NAVBAR */

.second-navbar {
    align-items: center;
    background-color: red;
    display: flex;
    height: 50px;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.second-navbar img {
    height: 20px;
    margin-left: 20px;
    width: 132px;
}

.btns-2 { 
    margin-right: 30px;
}

.btn-1, .btn-2 {
    position: relative;
    bottom: 8px;
}

.fa-bars {
    color: #333333;
    cursor: pointer;
    font-size: 36px;
    margin-left: 10px;
    opacity: 0.5;
}


.main-columns {
    display: flex;
    justify-content: center;
}

.first-column {
    margin-top: 60px;
}

.first-column img {
    background-color: #f0f0f0;
    height: 223px;
    width: 100%;
}

.category-link {
    background-color: white;
    bottom: 50%;
    color: #f72210;
    font-family: "Roboto Condensed";
    font-size: 17px;
    font-weight: bold;
    height: 33px;
    letter-spacing: normal;
    line-height: 16px;
    margin: 0 0 5px 0;
    padding: 8px 15px 8px 5px;
    position: relative;
    text-align: start;
    width: 98px;
}

.category-link-2 {
    bottom: 25px;
    position: relative;
}

 .second-column {
    margin-top: 60px;
} 

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

.top-story img {
    height: 305px;
    width: 100%;
}

.third-column {
    margin-top: 60px;
}

.main-columns h1 {
    color: #030303;
    font-size: 16px;
    font-family: "Roboto Condensed";
    font-weight: bold;
    height: 27px;
    letter-spacing: normal;
    line-height: 16px;
    opacity: 0.4;
    padding-bottom: 11px;
    width: 335px;
}

.title-link {
    color: black;
    font-family: "Roboto Condensed";
    font-size: 18.5px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 24px;
    text-decoration: none;
}

.main-columns p {
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    letter-spacing: normal;
    line-height: 20px;
    margin: 10px 0;
    text-align: start;
}

.line-1 {
    width: 100%;
    height: 1px;
    background-color: lightgray;
}

.container-stories {   
    display: flex;
    margin-top: 15px;
}

.container-stories img {
    height: 90px;
    margin-right: 10px;
    margin-top: 12px;
    width: 135px;
}

.title-link-2 {
    color: black;
    font-family: "Roboto Condensed";
    font-size: 17px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 20px;
    text-decoration: none;
}

.opinion {
    display: flex;
    flex-direction: row;
}

.opinion img {
    height: 63px;
    margin-right: 10px;
    width: 63px;
}


.opinion p {
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 21px;
    text-align: left;
}

.line-2 {
    background-color: lightgray;
    height: 1px;
    margin-bottom: 10px;
    width: 100%;
}

.news {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    margin-top: 15px;   
    width: 100%;
}

.news img {
    float: left;
    margin-right: 10px;
}

.title-link-news {
    color: black;
    font-family: "Roboto Condensed";
    font-size: 17px;
    font-weight: bold;
    float: right;
    letter-spacing: normal;
    line-height: 20px;
    text-decoration: none;
}

.category-link-2 {
    background-color: white;
    color: #f72210;
    font-family: "Roboto Condensed";
    font-size: 17px;
    font-weight: bold;
    height: 33px;
    letter-spacing: normal;
    line-height: 16px;
    padding: 8px 15px 8px 5px;
    text-align: start;
    width: 98px;
}

/* MAGAZINE SECTION */

.magazine-container, .editor-container {
    margin: 30px;
}

 .in-the-magazine, .editor-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
} 

.editor-img {
    height: 189px;
    width: 100%;
}

.article-1 {
    grid-column: 1 / span 1;
    margin: 0 10px 20px 10px;
}

.article-2 {
    grid-column: 2 / span 1;    
    margin: 0 10px 20px 10px;
}

.article-3 {
    grid-column: 3 / span 1;
    margin: 0 10px 20px 10px;
    
}

.article-4 {
    grid-column: 4 / span 1;
    margin: 0 10px 20px 10px;
}

.magazine-features {
    width: 100%;
} 

.magazine-img {
    height: 378px;
    width: 100%;
}

.rocket-img {
    height: 283px;
    width: 100%;
}

.left-column p {
    background-color: white;
    bottom: 3%;
    color: #f72210;
    font-family: "Roboto Condensed";
    font-size: 15px;
    font-weight: bold;
    height: 33px;
    letter-spacing: normal;
    line-height: 33px;
    padding: 0 10px;
    position: relative;
    text-align: start;
    text-decoration: none;
    width: 113px;
}

.feature-link {
    bottom: 5%;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 18px;
    left: 15%;
    position: relative;
    text-decoration: none;
}

.culture-link {
    color: #f72210;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-weight: bold;
    left: 10%;
    letter-spacing: normal;
    line-height: 26px;
    position: relative;
    text-align: start;
    top: 2%;
}

.description-link {
    color: #000000;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 20px;
    position: relative;
    text-align: start;
    text-decoration: none;
    top: 3%;
}

.right-column {
    margin-top: 30px;
}
.mgz-content {
    width: 100%;
}

.mgz-content-img {
    height: 283px;
    width: 100%;
}

.logo-text {
    display: flex;
    justify-content: center;
}

.mgz-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mgz-title p {
    color: #333333;
    font-family: "Roboto Condensed";
    font-size: 19px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 19px;
    margin-left: 10px;
    margin-top: 5px;
    text-align: start;
}

.line-3 {
    background-color: lightgray;
    height: 1px;
    margin-bottom: 10px;
    width: 100%;   
}

.mgz-news {
    display: flex;
    flex-direction: row;
} 

.mgz-content p {
    background-color: white;
    bottom: 5%;
    color: red;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 26px;
    text-align: start;
    text-decoration: none;
    position: relative;
    width: 100px;
}

.subtitle {
    display: flex;
    flex-direction: row;
}

.subtitle p {
    background-color: #f72210;
    color: white;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 26px;
    height: 26px;
    margin-right: 7px;
    margin-top: 7px;
    padding: 0 7px;
    text-align: start;
}

.subtitle a {
    color: #f72210;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 26px;
    margin-top: 7px;
    text-align: start;
    text-decoration: none;
}

.mgz-link {
    color: #000000;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    letter-spacing: normal;
    line-height: 20px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.mgz-news-2 {
    margin-top: 4px;
}

#position-diff {
    margin-left: 20px;
}

.exclusive-position {
    position: relative;
    bottom: 66%;
}


/* EDITOR'S SECTION */

.line-4 {
    background-color: lightgray;
    height: 1px;
    margin: 0 0px 10px 30px;
    width: 94vw;
}

.editor-news-1 {
    margin-left: 30px;
}

.editor-news-2 {
    margin-left: 20px;
}

.editor-news-4 {
    position: relative;
    right: 6%;
}

.link-red {
    background-color: white;
    color: #f72210;
    font-family: "Roboto Condensed";
    font-size: 17px;
    font-weight: bold;
    height: 33px;
    letter-spacing: normal;
    line-height: 16px;
    margin-top: 7px;
    padding: 8px 15px;
    position: relative;
    text-align: start;
    text-decoration: none;
    top: -23px;
    width: 145px;
}

.link-black {
    color: #000000;
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 24px;
    text-align: start;
    text-decoration: none;
}

.editor-news p {
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    letter-spacing: normal;
    line-height: 20px;
    height: 60px;
    text-align: start;
    width: 283px;
}

.editor-news-row1 {
    margin-bottom: 50px;
}

/* FEATURE'S SECTION */

.line-5 {
    background-color: lightgray;
    height: 1px;
    margin: 0 10px 10px 30px;
    width: 100%;
}

.column-1, .column-2, .column-3 {
    width: 100%;
}

.feat {
    margin: 10px 20px;
    width: 100%;
}

.img-feat {
    height: 280px;
    width: 100%;
}

.logo-num {
    position: relative;
    bottom: 52px;
}

.black-title-link {
    bottom: 35px;
    color: #000000;
    font-family: "Roboto Condensed";
    font-size: 22px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 22px;
    position: relative;
    text-align: start;
    text-decoration: none;
}

.slide-title p {
    color: #333333;
    font-family: "Roboto Condensed";
    font-size: 19px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 19px;
    margin-left: 10px;
    margin-top: 5px;
    text-align: start;
}

/* SUBJECT SECTION */

.feat-1 img {
    height: 280px; 
    width: 100%;
}

.container-title {
    height: 59px;
    margin-top: 10px;
    margin-left: 20px;
}

.link-subject {
    color: #f72210;
    font-family: "Roboto Condensed";
    font-size: 22px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 22px;
    margin-left: 15px;
    text-align: start;
    text-decoration: none;
}

.subject-title-link {
    color: #000000;
    font-family: "Roboto Condensed";
    font-size: 22px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 22px;
    position: relative;
    text-align: start;
    text-decoration: none;
    top: 20px;
}

.subject-img-link {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.news-subject-title {
    color: #000000;
    font-family: "Roboto Condensed";
    font-size: 17px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 21px;
    margin-left: 10px;
    text-align: start;
    text-decoration: none;
}

.line-6 {
    background-color: lightgray;
    height: 1px;
    margin-bottom: 10px;
    width: 29vw;
}

.line-7 {
    background-color: lightgray;
    height: 2px;
    margin-bottom: 10px;
    width: 100%;   
}

/* SUBSCRIBE SECTION */

.subscribe-container {
    width: 100%;
}

.subscribe h4 {
    color: #f72210;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 16px;
    margin-left: 20px;
}

.newsletter {
    width: 100%;
}

.newsletter h4 {
    color: #f72210;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 16px;
    width: 100%;
}

.subscribe-magazine {
    background-color: #f4f5f6;
    display: flex;
    flex-direction: row;
    height: 320px;
    margin-left: 20px;
    padding: 30px;
    width: 100%;
}

.magazine-covers img {
    height: 227px;
    width: 170px;
}

.cover-2 {
    bottom: 80%;
    left: 35%;
    position: relative;
}

.subs-info {
    margin-left: 80px;
    margin-top: 15px;
}

.subs-info h3, .newsletter-info h3 {
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 28px;
}

.subs-info p, .newsletter-info p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    letter-spacing: normal;
    line-height: 21px;
    margin: 40px 0;
}

.subs-info a, .newsletter-info a {
    background-color: #f72210;
    color: white;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 18px;
    padding: 10px 10px 10px 12px;
    width: 100%;
}

.subs-newsletter {
    display: flex;
    flex-direction: row;
    height: 320px;
    width: 100%;
}

.subs-newsletter img {
    width: 186px;
}

.newsletter-info {
    border: 1px solid lightgray;
    height: 320px;
    padding: 15px;
    width: 100%;
}

.line-8 {
    background-color: lightgray;
    height: 1px;
    margin-bottom: 10px;
    margin-left: 20px;
    width: 95.7vw;
}

/* FOOTER */

.top-footer {
    display: flex;
    justify-content: space-between;
    margin-left: 40px;
}

.top-footer-left {
    align-items: baseline;
    display: flex;
    flex-direction: row;
}

.top-footer-left img {
    color: red;
    height: 36px;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 236px;
}

.top-footer-left p {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 12px;
}

.footer-icons {
    display: flex;
    flex-direction: row;
    margin-right: 30px;
}

.footer-icons img {
    height: 25px;
    margin: 7px;
    width: 25px;
}

.line-9 {
    background-color: lightgray;
    height: 1px;
    margin-bottom: 10px;
    margin-left: 35px;
    width: 94vw;
}

.bottom-footer {
    display: flex;
    justify-content: space-between;
}

.list-links {
    margin-left: 35px;
    width: 666px;
}

.list-links li, .list-links a, .country-links li, .country-links a {
    color: #666666;
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 15px;
    margin: 0 3px;
}

.location-links {
    display: flex;
    flex-direction: row;
    margin-right: 30px;
}

.location-links p {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    margin-right: 5px;
    margin-top: 5px;
}

.country-links {
    height: 54px;
    margin-right: 5px;
    width: 253px;
}


/* Media queries */

@media (max-width: 1200px) and (min-width: 976px) {
    .newsletter-info p {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .newsletter-info a {
        font-size: 13px;
    }
}

/* Large devices (desktops, 992px and up) */

@media (max-width: 992px) {
     
    .editor-section {
        grid-template-columns: 1fr 1fr;
    }

    .ed-1, .ed-3 {
        grid-column: 1 / span 1;
    }

    .ed-2, .ed-4 {
        grid-column: 2 / span 1;
    }

    .location-links {
        display: none;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) { 
    .in-the-magazine, .editor-section {
        display: grid;
        grid-template-columns: 1fr;
    }
    
    .article-1, .article-2, .article-3, .article-4 {
        grid-column: 1 / span 1;
    }

    .ed-1, .ed-2, .ed-3, .ed-4 {
        grid-column: 1 / span 1;
    }

 }

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { 
    .sponsor {
        text-align: center;
    }

    .sponsored-insight {
        align-content: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .category-link-2 {
        display: none;
    }
    
 }