/* ==========================================================================
   Hero
   ========================================================================== */
#pages #blue-background {
     background: #07879e;	
}
#pages .wider {
	max-width: 1250px;
	padding: 0rem 2rem 0rem 2rem;
}

#hero {
    padding: 3.125rem 0;
}

#hero #hero-text {
    font-size: 3.125rem;
    font-weight: 300;
    color: #ffffff;	
	flex-basis: 593px;
	padding-right: 5rem;
}

#hero #hero-image {
    flex-basis: 593px;	
}

#hero #hero-image img {
    width: 100%;	
}


/* ==========================================================================
   Intro frame
   ========================================================================== */

#intro-frame {
	background: #ffffff;
    margin-top: -5em;
    padding: 5rem 3rem 0;	
}

#intro-frame .wrap {
    max-width: 61em;
    padding-bottom: 3.125rem;
}


#intro-frame p {
	color: #535353;
	font-size: 1.625rem;
    font-weight: 300;
	line-height: 2.43rem;    
    text-align: center;
}

/* ==========================================================================
   Financial Aid
   ========================================================================== */
#financial-aid {
    background: #ffffff; 
    padding: 0 1rem 3.125rem 1rem;
    text-align: center;
}

#financial-aid img {
    margin: 0;
}

#financial-aid span {
    color: #535353;
    font-size: 1.25rem; 
    font-weight: 300; 
    padding-left: .625rem;
    text-align: center;  
}

/* ==========================================================================
   Track frame
   ========================================================================== */

#track-frame {
    background: #ffffff;
}

#track-frame #gray-stripe{
    background: #f4f4f4;
    height: 18rem;
    margin-bottom: -18rem;
}

#track-frame .wrap {
    padding: 1rem 1.5rem 4.375rem 1.5rem;
}

#track-frame img {
	margin-bottom: 1.875rem;
	max-width: 28.25rem;
	width: 100%;
}

#track-frame h2 {
    border: none;
    color: #07879e;
	font-size: 1.875rem;
	font-weight: 400;    
    margin: 2.125rem auto 2.5rem;
    padding: 0;
	text-align: center;      
    text-transform: none;
}

#track-frame .track {
     flex-basis: fit-content;
}
#track-frame .track:nth-child(4n+1),
#track-frame .track:nth-child(4n+2) {
     margin-bottom: 4.375rem;
}
#track-frame .track p {
	color: #535353;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;	
	max-width: 28.25rem;
}

#track-frame h3 {
    color: #07879e;
    font-size: 1.25rem;
    font-weight: 600;    
    line-height: 1.837rem;
    letter-spacing: 0.125rem;
    margin: 0 0 0.75rem 0;    
    max-width: 28.25rem;
    text-align: center;    
    text-transform: uppercase;
    
}

#track-frame h3:hover {
    color: #f77000;
}

#track-frame .button-frame {
    bottom: 0;
    left: 0;
    margin:3rem auto 0; 
    position: relative;       
    width: 100%;

}

#track-frame .button-frame .button {
    background: #ff8100;
    border-radius: 0.428571em;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 0.933333em;    
    font-weight: 400;
	letter-spacing: 1px;    
    line-height: 1;
    margin: 0 auto;
    padding: 0.964286em;
    text-align: center;    
    text-transform: uppercase;
    transition: color .2s, background .2s;
    width: 10rem;
	
}

#track-frame .button-frame .button:hover {
    background: #fff;
    color: #ff8100;
}

/* ==========================================================================
   Faculty frame
   ========================================================================== */
#faculty-frame .wrap {
    border-top: solid 1px #cccccc;	
}

#faculty-frame h2 {
    border: none;
    color: #07879e;
	font-size: 1.875rem;
	font-weight: 400;    
    margin: 2.125rem auto 2.5rem;
    padding: 0;
	text-align: center;    
    text-transform: none;
}

#faculty-frame .faculty {
	flex-basis: 20%;
	margin-bottom: 2.125rem;
	text-align: center;
}

#faculty-frame .faculty img {
	max-width: 100%;
}

#faculty-frame .faculty h3 {
	color: #07879e;
    font-size: 1.25rem;	
	font-weight: 400;
	margin-top: 1rem;
}

#faculty-frame .faculty span {
	color: #535353;
    font-size: 1rem;
	font-style: italic;    
	font-weight: 400;
}

#button-all-staff {
    background: #07879e;
    color: #ffffff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
	letter-spacing: 1px;    
    margin-bottom: 3.125rem;
    padding: 15px;
    text-transform: uppercase;
}

#button-all-staff:hover {
    background: #f77000;
}

/* Example - Tumblr frame */

#example-frame {
    background: #f77000;
    margin-top: 0;
    padding: 3.125rem 1.5rem 3.75rem 1.5rem;
    position: relative;
}

#example-frame h2 {
    border-top: none;
    color: #fff;
    font-size: 1.875rem;
	font-weight: 400;
    line-height: 3rem;
	max-width: 100%;     
    padding: 0;
    text-align: center;
}

#example-frame h3 {
    color: #fff;
    font-size: 1.56rem;    
    font-weight: 300;
    margin: 0 auto 1.875rem auto;
    text-align: center;    
}

#button-for-full {
    background: #fff;
    color: #f77000;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
	letter-spacing: 1px;    
    margin: 20px 0 10px 0;
    padding: 15px;
    text-transform: uppercase;
}

#button-for-full:hover {
    color: #07879e;
}

.button-center {
    display: block;
    margin: 0.625rem auto 0 auto;
    width: 260px;    
}

.left-column {
    display: inline-block;
}

/* Projects, from Yeon-Tae's page */

#example-frame #container div.card {
	background: white;
	border-radius: .6rem;
	border: solid 1px #ccc;
	display: inline-block;
	font-family: 'Source Sans Pro';
	height: 430px;
	margin: 9px;
	padding: 15px;
	width: 250px;
}
#example-frame #container div.card img {
	max-width: 350px;
	width: 100%;
}
#example-frame #container {
	max-width: 2000px;
	margin: auto;
}
#example-frame div.title {
	color: #ea6100;
	font-size: 21px;
	margin: 10px 0;
}
#example-frame div.student {
	color: #555;
	font-size: 18px;
	margin: 0 0 5px 0;
}
/*.grid {visibility:hidden;} */

#example-frame a div.card:hover {
	box-shadow: 0 0 10px 0 rgb(192 2 2 / 90%);
}
#example-frame a div.card:hover div.title {
	color: #e03400;
}
#example-frame div#outercontainer {
	margin: auto;
	max-width: 1800px;
}
#example-frame div#header,
div#headermobile {
	background: #fdcd11 url('ss-header.png') no-repeat center;
	background-size: contain;
	margin-bottom: 50px;
	text-align: center;
}
#example-frame div#headermobile {
	background-image: url('ss-header-mobile.png');
	display: none;
	margin-bottom: 20px;
}
#example-frame div#header img,
div#headermobile img {
	max-width: 950px;
	width: 100%;
}
#example-frame div#nav {
	background: #3b3b3b;
	text-align: center;
}
#example-frame div#nav a {
	color: white;
	display: inline-block;
	font-family: 'Source Sans Pro';
	font-size: 12px;
	letter-spacing: .09em;
	padding: 15px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}
#example-frame div#nav a:hover {
	color: #ea6100;
}
#example-frame div#outercontainer {
	min-width: 300px;
	max-width: 1800px;
	margin: auto;
	padding-left: 15px;
}
#example-frame #container div.card .studentphoto img {
	height: 50px;
	width: 50px;
}
#example-frame #container div.card .studentphoto {
	vertical-align: middle;
}
#example-frame .studentgroup div {
	display: inline-block;
}
#example-frame .studentgroup {
	align-items: center;
	border-top: solid 1px #ccc;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
	margin-top: 15px;
	padding-top: 15px;
}

/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

@media all and (max-width: 1200px) {
     #hero #hero-text {
        font-size: 2.5rem;
    }

}

@media all and (max-width: 900px) {
	
	#hero {
        padding-top: 1.875rem;
    }
	
	#hero #hero-text {
		margin: 0 auto;
		padding-bottom: 1rem;
        padding-right: 0;	
		text-align: center;		        	
    }
	
	#hero #hero-image {
        margin: 0 auto;	
    }

    #track-frame .track {
        flex-basis: 47%;
    }
	#faculty-frame .faculty {
	    flex-basis: 25%;
    }

}

@media all and (max-width: 600px) {
    
	#hero #hero-text {
        font-size: 30px; /* Override as per design */
    }
	
	#intro-frame {
        padding-bottom: 1.25rem;
    }
	
	#intro-frame .wrap {
        padding-bottom: 0;
    }
	#track-frame {
        background: #f4f4f4;
    }
	
    #track-frame h2 {
        font-size: 26px;  /* Override as per design */
        margin-top: 3rem;
    }

    #track-frame h3 {
		font-size: 18px;  /* Override as per design */    
        margin-bottom: 1rem;
        min-height: 0;
        text-align: left;        
    }

    #track-frame .track,
    #track-frame .track:nth-child(4n+1), 
	#track-frame .track:nth-child(4n+2) {
        flex-basis: 100%;
		margin-bottom: 1.875rem;
	}	
	#track-frame .track p {
        font-size: 14px;  /* Override as per design */
        max-width: unset;
    }
	
	#track-frame img {
	    margin-bottom: 1.25rem;
	    max-width: unset;
	}

    #track-frame .button-frame {
        margin: 2rem 1rem;
    }
	
	#faculty-frame .wrap {
        border-top: none;
    }
	
	#faculty-frame h2 {
        font-size: 26px;  /* Override as per design */
    }
	
	#faculty-frame .faculty {
	    flex-basis: 50%;
    }
	
	#faculty-frame  .faculty h3, 
	#example-frame h3 {
        font-size: 18px;  /* Override as per design */
    }
	
	#faculty-frame .faculty span {
	    font-size: 14px;  /* Override as per design */
    }

    #example-frame h2 {
        font-size: 26px;  /* Override as per design */
    }

	#example-frame #container a {
	    float: none;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;		
	}
	#example-frame #container div.card {
		height: auto;
	}	

}

@media all and (max-width: 320px) {
    
    #example-frame h2 {
        font-size: 1.55rem;
        line-height: 2.1rem;
    }

    #track-frame .button-frame {
        margin: 3rem auto 0;
    }
}