@charset "UTF-8";
/* CSS Document */

/*
orange: #fca960
Beige: #bebaab
Dark Gray: #403e44
GRAY COOL: #D2D2D2
Lt Blue: #00f0ff; 
Dark Blue:  #072838 */


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

html,
body {
    background-color: #072838;
    font-family: 'Lato', sans-serif;
    font-size: 62.5%;
    text-rendering: optimizelegibility;
    margin-top: 1rem;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 2.7rem;
    color: #00f0ff;
    padding-bottom: 1.8rem;
}

h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 1.75rem;
    line-height: 3rem;
    color: #00f0ff;
    text-transform: uppercase;
}

h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 1.5rem;
    text-transform: none;
    color: #00f0ff;
    line-height: 2.3rem;
}

p {
    color: #bebaab;
    font-size: 1.4rem;
    line-height: 2.3rem;
    letter-spacing: .5px;
    padding-top: .5rem;
}

/* ========================================================================== */
/* HEADER */
/* ========================================================================== */


.header-class {
    width: 95vw;
    margin: 0 auto;
    padding-top: 2%;
    padding-bottom: 4%;
}

.GridContainer {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-gap: 2rem;
}

.logo {
    top: 0rem;
    left: 0rem;
    cursor: pointer;
}

.listGrid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 3rem;
    margin-right: 20%;
}

.list {
    line-height: 2.8rem;
    color: #00f0ff;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: right;
}

.main-text {
    text-decoration: none;
    list-style: none;
}

.description {
    margin-top: 0rem;
    margin-right: 50%;
}

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

    .GridContainer {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    } 
    
        .listGrid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    
    .list {
    text-align: center;
}
    
    h2 {
    text-align: center;
    padding-top: 3rem;
}
    
    .logo {
    text-align: center;
    cursor: pointer;
}
    
} 

.nav-bar {
    list-style: none;
}

.nav-bar li {
    display: block;
    list-style: none;
}

.nav-bar li a:link,
.nav-bar li a:visited {
    text-decoration: none;
    font-size: 1.4rem;
    color: #bebaab;
    padding-bottom: .7rem;
    padding-top: 1rem;
    margin-bottom: 1rem;
    font-weght: 600;
    line-height: 2rem;
}

.nav-bar li a:hover,
.nav-bar li a:active {
    color:  #00f0ff;
}

/* ========================================================================== */
/* SECTION 1 BROCHURE ANIMATION*/                                             */
/* ========================================================================== */
        
.GeorgetownSlideShow {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0.3) ), url("../images/Georgetown/GTLC BackgroundPhoto.png");
    background-repeat: no-repeat;
    margin: 3rem auto;
    width: 95vw;
    background-attachment: fixed;
    position: relative;
    padding: 3rem;
    border-bottom: 1px #00f0ff solid;
}

.GeorgetownContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    margin: 3rem 3rem;
    position: relative;
    border-bottom: 1px #00f0ff solid;
}

.GeorgetownRight {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 60%;
    position: relative;
    padding-bottom: 3rem;
}

#sliderGeorgetown {
	overflow: hidden;
}
#sliderGeorgetown figure {
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	animation: 15s sliderGeorgetown infinite;
    border: 1px solid #000000;
}
#sliderGeorgetown figure img {
	width: 20%;
	float: left;
}

@keyframes sliderGeorgetown {
	0% {
		left: 0;
	}
	20% {
		left: 0;
	}
	25% {
		left: -100%;
	}
	45% {
		left: -100%;
	}
	50% {
		left: -200%;
	}
	70% {
		left: -200%;
	}
	75% {
		left: -300%;
	}
	95% {
		left: -300%;
	}
	100% {
		left: -400%;
	}
}

.GeorgetownText {
    position: absolute;
    left: 3rem;
    bottom: 3rem;
    color: #00f0ff;
}




/* ========================================================================== */
/* SECTION 2 MAGAZINE STUDENT*/
/* ========================================================================== */

.MagazineBackground {
    width: 95vw;
    margin: 0 auto;
    background: #072838;
    padding: 5rem;
    position: relative;
}

.MagazeineContainer{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    justify-content: center;
    align-content: center;
    width: 80vw;
    margin: 0 auto; 
}

.MagazineCoverOnly {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
}

.MagazinePages {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.Pics {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-right: 2rem;
    padding-bottom: 2rem;
}

.STUDENT-Text {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
}

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

    .MagazeineContainer {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
        justify-content: center;
        align-items: center;
    } 
    
    .MagazineCoverOnly {
        padding-bottom: 1.5rem;
    }
}

/* ========================================================================== */
/* SECTION 3 MAGAZINE SECTION*/
/* ========================================================================== */

.GTMagazineBackground {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    width: 95vw;
    background-color: #E96232;
    position: relative;
    padding: 3rem;
}

.GTMagazineSideA {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.GTMagazineSideA img {
    width: 100%;
}

.GTMagazineText {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
}


/* ========================================================================== */
/* SECTION 7 SAMPLES FOOTER*/
/* ========================================================================== */

.samples-footer {
    background: #072838;
    margin: 0 auto;
    width: 95vw;
}

.samples-footer-wrapper {
    display: flex;
    flex-direction:column;
    width: 70vw;
    margin: 0 auto;
    padding: 5rem;
}

.samples-footer-header {
    display: flex;
    width: 75%;
    padding-top: 3rem;
    margin-left: 2rem;
}

.samples-footer-header h2{
color: #fca960;
text-align: right;
}

.samples-button-container{
    width: 75%;
    margin-right: 2rem;
    text-align: left;
    flex-wrap: wrap;
}

.btn:link,
.btn:visited {
    display: inline-block;
    text-transform: uppercase;
    margin: 1.5rem;
    transition: all .2s;
    position: relative;
    border: 1px solid #00f0ff;
    border-radius: 3px;
}

.btn:hover {
    transform: translateY(.8rem);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 4);
    border: 1px solid #00f0ff;
    border-radius: 3px;
}

.btn:active {
    transform: translateY(-.8rem);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 4);
    border-radius: 3px;
}


/* ========================================================================== */
/* FOOTER */
/* ========================================================================== */

footer {
    width: 95vw;
    margin: 0 auto;
    background: #072838;
    padding-top: 5rem;
    padding-bottom: 5rem;
    border-top: 1px solid #00f0ff;
    flex-wrap: wrap;
}

.footerContainer {
    display: flex;
    width: 70vw;
    margin: 0 auto;
    justify-content: center;
}

.footerLink {
    flex: 4;
    color: #bebaab;
    text-align: right;
    padding-right: 1.5rem;
    padding-top: 2.2rem;
    cursor: pointer;
}

.footerLink a {
        color: #bebaab; 
        font-family: 'Lato', sans-serif;
        font-size: 1.3rem; 
        line-height: 1.8rem;
        padding-bottom: .4rem;
        text-decoration: none; 
        font-weight: 200
}

.footerLink a:hover {
    color: #00f0ff;
}

.footerLogo {
    flex: 1;
    align: center;
    padding-left: 2rem;
    
}

.footerSocial {
    flex: 4;
    padding-top: 5rem;
}


.footer-nav {
    list-style: none; 
    text-decoration: none;
}

.footer-nav li {
    display: inline-block;
    text-decoration: none;
    padding-left: 1.5rem;
    color: #FDBB81;
}

.footer-nav li a:link, 
.footer-nav li a:visited {
    display: inline-block;
    text-decoration: none;
}

.footer-nav li a:hover, 
.footer-nav li a:active {    
    color: #ffffff;
    opacity: .5;
}
