* {
	position:relative;
	box-sizing:border-box;
}
body {
	overflow-x:hidden;
	background-color: #850f0e;
}

.sliding-viewport {
  top: 0;
  width: 100vw;
  height: auto;
}

@font-face {
    font-family: rustic-printed;
    src: url(../fonts/Rustic\ Printed.ttf);
}

.page-wrapper {
    position: relative;
}

.sect {
    padding: 80px 60px;
    min-height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.content-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.iit-heading {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 5rem;
    font-family: rustic-printed;
    line-height: 5.5rem;
}

.podcast-tagline {
    font-family: 'rustic-printed';
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 2.1rem;
}


.iit-slogan {
    color: #d8b55e;
    font-size: 1.4rem;
    font-family: rustic-printed;
    text-transform: uppercase;
}

.main-page-icon {
    height: 90vh;
    position: absolute;
    right: 30px;
    z-index: -1;
    opacity: 0.15;
}

.frontpagelinks {
        margin-top: 0px;
    }

.content-2 {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    grid-template-areas: 
    "about-text about-photo"
    "about-text about-photo";
    overflow: hidden;
    position: relative;
}

.george {
    height: 95vh;
    opacity: 0.2;
    position: absolute;
    right: -100px;
    top: 30px;
}

.about-title {
    font-size: 4rem;
    line-height: 4.5rem;
    margin-bottom: 20px;
    font-family: rustic-printed;
    text-transform: uppercase;
}

.about-textcontent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Space Mono", monospace;
    color: #060031;
}

.about-text {
    font-size: 1.1rem;
    line-height: 1.6rem;
    max-width: 700px;
    margin-bottom: 40px;
}

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

.contact-title {
    color: #ffffff;
    font-size: 4rem;
    font-family: rustic-printed;
    text-transform: uppercase;
}

.email {
    color: #ffffff;
    font-size: 1rem;
    font-family: "Space Mono", monospace;
    word-break: break-all;
    overflow-wrap: break-word;
}

.navigation {
    position: fixed;
    z-index: 100;
    text-align: right;
    right: 40px;
    top: 40px;
    color: #ffffff;
    line-height: 2rem;
    font-size: 6rem;
    font-family: rustic-printed;
    text-transform: uppercase;
}

.navigation a {
    display: inline-block;
    transition: transform 0.4s ease;
}

nav a:hover,
nav a:active{
  transform: translateX(-7px);
}

.navigation {
        font-size: 1.3rem;
    }

.links {
        margin-top: 15px;
    }

    .spotify {
        width: 40px;
        transform: translateX(-3px);
        margin-right: 10px;
    }

    .apple {
        width: 45px;
        transform: translate(-8px, 3px);
    }
    
    .buzzsprout {
        width: 35px;
        transform: translateY(-3px);
    }

@media screen and (max-width: 1470px) and (max-height: 850px) {

    .george {
        top: 50%;
        transform: translateY(-50%);
    }

    .main-page-icon {
        height: 90vh;
        position: absolute;
        right: 30px;
        z-index: -1;
        opacity: 0.15;
    }

}


@media screen and (orientation: portrait)
  and (min-width: 700px)
  and (max-width: 1024px)
  and (max-height: 1400px) {
  
  .main-page-icon {
    right: -300px;
  }
  
  .george {
        left: 50vw;
    }
}


@media screen and (max-width: 1030px) and (max-height: 800px) {

    .george {
        top: 50%;
        transform: translateY(-50%);
        left: 40vw;
    }

    .main-page-icon {
        min-width: 500px;
        max-width: 1000px;
    }

    .sect {
        padding: 60px 40px;
    }

    .navigation {
        font-size: 1.3rem;
    }

    .iit-heading {
        font-size: 3.6rem;
        line-height: 4.2rem;
    }

    .iit-slogan {
        font-size: 1.2rem;
        margin-top: 20px;
    }

    .about-title {
        font-size: 2.7rem;
        line-height: 2.2rem;
        margin: 0px 0px 15px 0px;
    }

    .about-text {
        font-size: 0.9rem;
        line-height: 1.3rem;
        max-width: 550px;
    }

    .links {
        margin-top: 15px;
    }

}


/*IPHONE 14 PRO MAX AND SMALLER*/

@media screen and (max-width: 550px) {

    .main-page-icon {
        width: 600px;
        right: -200px;
        opacity: 0.1;
    }
    
    .iit-heading {
        font-size: 4rem;
    }

    .iit-slogan {
       font-size: 1.3rem; 
    }

    .george {
        height: 100vh;
        top: 46%;
        transform: translateY(-50%);
        z-index: -1;
        left: 40vw;
        opacity: 0.1;
    }

    .content-2 {
        grid-template-columns: 1fr;
    }

    .about-title {
        padding-top: 150px;
    }
    
    .content-3 {
        height: 120vh;
    }
    
}

@media screen and (max-width: 380px) and (max-height: 810px) {
    
    .navigation {
        font-size: 1.1rem;
    }
    
    .iit-heading {
        font-size: 3rem;
    }
    
    .iit-slogan {
        font-size: 1.1rem;
    }
    
    .email {
        font-size: 0.7rem;
    }

    .about-text {
        font-size: 0.7rem;
        line-height: 1rem;
        max-width: 550px;
    }

    .about-title {
        font-size: 1.8rem;
        line-height: 2.1rem;
        margin: 0px 0px 15px 0px;
    }

    .links {
        margin-top: 10px;
    }


}









