@charset "UTF-8";
/* CSS Styling for Student Page */


.stuIntro {
    background-color: white;
    width: 100%;
    margin-top: 20px;
}

.stuIntro h2 {
    font-size: 200%;
    line-height: 1.25;
    color: #ff9c00;
}

.stuIntro p {
    font-size: 100%;
}


.stuRotation {
    border-radius: 10px;
    background-color: #59ADF5;
    width: 100%;
    margin-top: 20px;
}

.stuRotation h1 {
    text-align: center;
    color: #FFFFFF;
    font-size: 275%;
    font-variant-caps: all-small-caps;
    line-height: 1;
    padding-bottom: 10px;
}

.stuRotation h3 {
    text-align: center;
    line-height: 1.25;
    font-size: 150%
}

.rotationBox {
    border-radius: 10px;
    align-content: center;
    background-color: white;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 10px;
    height: 30%;
}

.rotationBox img{
     margin: auto;
    display: block;
    width: 40%;
}


.specialties {
    border-radius: 10px;
    background-color: #C2D572;
    width: 100%;
    margin-top: 20px;
}

.specialties h1 {
    text-align: center;
    color: #FFFFFF;
    font-size: 275%;
    font-variant-caps: all-small-caps;
    line-height: 1;
    padding-bottom: 10px;
}

.specialties h3 {
    line-height: 1.25;
    font-size: 150%
}

.specialties p {
    text-align: center;
    line-height: 1.4;
}
.specialtyBox {
    border-radius: 10px;
    background-color: white;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 10px;
    height: 30%;
}


.specialtyBox ol {
    list-style-type: disc;
    padding-left: 40px;
}


.stuLocations {
    border-radius: 10px;
    background-color: #FEB737;
    width: 100%;
    margin-top: 20px;
}

.stuLocations h1 {
    text-align: center;
    color: #FFFFFF;
    font-size: 275%;
    font-variant-caps: all-small-caps;
    line-height: 1;
    padding-bottom: 10px;
}

.stuLocations h3 {
    text-align: center;
    line-height: 1.25;
    font-size: 150%
}

.stuLocationBox {
    border-radius: 10px;
    align-content: center;
    background-color: #FEB737;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 10px;
    height: 30%;
}

.stuLocationBox img {
     margin: auto;
    display: block;
}

.stuBoxLink {
    border-style: solid;
    border-color: white;
    border-width: medium;
    background-color: #2C97F5;
    color: white;
}


.moreinfoLink {
	margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
	border-radius: 10px;
    align-content: center;
    border-style: solid;
    border-width: medium;
    border-color: #221F56;
    background-color: #2C98F5;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 90%;
	height: 30%;
    color: white;
}

.moreinfoLink h3 {
    text-align: center;
    line-height: 1.25;
    font-size: 150%
}

.stuAffiliations {
    border-radius: 10px;
    background-color: #221F56;
    width: 100%;
    margin-top: 20px;
}

.stuAffiliations h1 {
    text-align: center;
    color: #FFFFFF;
    font-size: 275%;
    font-variant-caps: all-small-caps;
    line-height: 1;
    padding-bottom: 10px;
}

.stuAffiliations h3 {
    text-align: center;
    line-height: 1.25;
    font-size: 150%;
}

.affiliationsBox {
    border-radius: 10px;
    align-content: center;
    background-color: white;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 10px;
    height: 30%;
}

.affiliationsBox img {
     margin: auto;
    display: block;
}

.affGrid {
    border-radius: 10px;
    background-color: white;
    width: 85%;
    margin: auto;
    margin-bottom: 20px;
    padding: 10px;
    line-height: 0;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 3;
    
}


@media (min-width: 780px) {

.stuIntro {
    width: 95%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 5px;
}

.stuIntro h2 {
    font-size: 200%;
    line-height: 1.25;
    margin-bottom: 20px;
}

.stuIntro p {
    font-size: 150%;
    line-height: 1.5;
    text-align: justify;
}

.stuRotation {
    width: 75%;
    margin: auto;
    margin-top: 20px;
}
    
.rotationBox {
    width: 70%;
    align-content: center;
    margin-left: 14%;
    margin-bottom: 20px;
    height: 30%;
}

.rotationBox img{
     margin: auto;
    display: block;
    width: 20%;
}
    
.specialties {
    width: 75%;
    margin: auto;
    margin-top: 20px;
}
    
.specialtyBox {
    width: 70%;
    margin-left: 14%;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 10px;
    height: 30%;
}
    
.stuLocations {
    width: 75%;
    margin: auto;
    margin-top: 20px;
}

.stuLocationBox {
    width: 70%;
    margin-left: 14%;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 10px;
    height: 30%;
}
	
.moreinfoLink {
	width: 75%;
    margin-left: 12%;
    margin-right: auto;
	margin-top: 30px;
	margin-bottom: 0;
    padding: 10px;
    height: 30%;
}

.stuAffiliations {
    width: 75%;
    margin: auto;
    margin-top: 20px;
}

.affiliationsBox {
    width: 85.5%;
    margin-left: 6%;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 10px;
    height: 30%;
}
    
.headImg {
    padding-left: 25px;
}
    
}


