followBox{
	color: #222;
	display:block;
	/*min-height:100px;*/
	margin:auto;
	margin-bottom: 10vw;
	padding:10vw;
	margin-top:8vw;
	text-align:center;
}
a.link_follow{
	display:block;
	color: #333;
	font-family: arial;
	font-size:5vw;
	padding:1vw;
	text-align:center;
	width:inherit;
	text-decoration:none;
	text-shadow: 0 0px 1px #FFF;
	transition: color 0.5s, text-shadow 1.5s;
	/*background:blue;*/
}
	a.link_follow:hover{
		color:darkorange;
		text-shadow: 0 0px 10px #FFFFAA;
	}
section_follow{
	display:block;
	color:darkorange;
	font-family: arial;
	font-size:5vw;
	padding:1vw;
	text-align:center;
	text-decoration:none;
	text-shadow: 0 0px 10px #FFFFAA;
	
}
	followMenu{
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-bottom: 3vw;
	}


/* DESKTOP VIEW MODIFICATIONS */
@media all and (min-device-width: 640px) and (min-width: 960px) and (orientation: landscape ){
	body{

	}
	
followBox{
	color: #222;
	border:2px solid white;
	background:whitesmoke;
	display:block;
	width: 300px;
	min-height:100px;
	/*border-bottom-left-radius: 1vw;
	border-bottom-right-radius: 1vw;*/
	box-shadow: 0 1px 4px #BBBBBB;
	margin:auto;
	margin-bottom: 10px;
	padding:20px 50px 10px 50px;
	margin-top:83px;
	text-align:center;
	margin-bottom:50px;
	/*background:coral;*/
}
a.link_follow{
	display:block;
	color: #333;
	font-family: arial;
	font-size:16px;
	padding:3px;
	text-align:center;
	width:inherit;
	text-decoration:none;
	text-shadow: 0 0px 1px #FFF;
	transition: color 0.5s, text-shadow 1.5s;
	/*background:blue;*/
}
	a.link_follow:hover{
		color:darkorange;
		text-shadow: 0 0px 10px #FFFFAA;
	}
section_follow{
	display:block;
	color:darkorange;
	font-family: arial;
	font-size:16px;
	padding:3px;
	text-align:center;
	text-decoration:none;
	text-shadow: 0 0px 10px #FFFFAA;
	
}
	followMenu{
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-bottom: 15px;
		/*background:green;*/
	}
}