/* 
This is the section css for
Anthropology Sociology 
*/


#home-content .noBullets li{
	list-style: none;
}

#home-content .quickBold{
	font-weight: bold;
}
#home-content .brochureBtn{
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
.artSocialBar{
	width: 100%;
	display: block;
	background-color: #6e3061;
	text-align: center;
	padding: 10px;
	float: left;
	margin-top: 0px;
}
#home-content .artSocialBar p{
	margin: 0px 0px;
}
.socialLogo{
	display: inline-block;
	margin-right: 5px;
	max-width: 45px;
}
#home-content .imgLeft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#home-content p.centerText{
	text-align: center;
}

@media only screen and (max-width: 768px){
	.brochureBtn {
		float: center:
	}
}

#home-content .middleSection {
	float: left;
	padding: 0 5% 5%;

}



/** Home Page Tiles **/

#home-content .row-responsive {
	margin: 0px;
}

#home-content #mainTiles .grid4{
	padding: 5px;
	height: 16em;
}

#newHome {
	padding: 35px;
	float: left;
}

#home-content #mainTiles .row-responsive{
	display: flex;
	margin-top: 0px;
	margin-bottom: 0px;

}
#home-content #mainTiles .grid4{
	transition: all .2s ease-in-out;
}
#home-content .purpleBlock a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #ffe800;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#home-content .purpleBlock{
	height: 98.5%;
	width: 100%;
	display: table;
	background-color: #382140;
	padding: 20px;
	transition: all .2s ease-in-out;
}

#home-content .yellowBlock1 a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #382140;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
#home-content .yellowBlock1 {
	height: 98.5%;
	width: 100%;
	display: table;
	background-image: url(/arts-humanities/linguistics/images/linguistics-rammy.jpg);
	background-size: cover;
	background-position: center;
	padding: 20px;
	box-shadow: inset 0em 0em 575px 20px rgb(255 232 0);
	-webkit-box-shadow:inset 0em 0em 500px 200px rgb(255 232 0 / 75%);
}
#home-content .yellowBlock2 a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #382140;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
#home-content .yellowBlock2{
	height: 98.5%;
	width: 100%;
	display: table;
	background-image: url(/arts-humanities/linguistics/images/Undergraduate-Linguistics-Conference-April-2018_2.jpg);
	background-size: cover;
	background-position: center;
	padding: 20px;
	box-shadow: inset 0em 0em 575px 20px rgb(255 232 0);
	-webkit-box-shadow:inset 0em 0em 500px 200px rgb(255 232 0 / 75%);
}
#home-content .yellowBlock3 a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #382140;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
#home-content .yellowBlock3{
	height: 98.5%;
	width: 100%;
	display: table;
	background-image: url(/arts-humanities/linguistics/images/Linguistic-Landscapes-Research-Abroad-in-Greece_March-2016_3.jpg);
	background-size: cover;
	background-position: center;
	padding: 20px;
	box-shadow: inset 0em 0em 575px 20px rgb(255 232 0);
	-webkit-box-shadow:inset 0em 0em 500px 200px rgb(255 232 0 / 75%);
}

#home-content #mainTiles .grid4 :hover{
	transform: scale(1.02);
	transition: all .2s ease-in-out;
}

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

	#home-content #mainTiles .row-responsive{
		display: block;
		margin-top: 0px;
		margin-bottom: 0px;

	}
}


#home-content #stuActivities .grid4, #home-content #stuActivities .grid6 {
	padding: 15px;
}


