/*
	Project Name: Jacob Demelo Portfolio Website
    File Name: caseStudy.css
    Author: Jacob Demelo
*/

.case-container{
	width: 100%;
	height: 300px;
	text-align: center;
	background-color: #34353A;
	border-bottom: 5px solid #707070;
    margin: auto;
	margin-top: 90px;
}

.case-container h2{
	color: white;
	font-size: 42pt;
	padding-top: 80px;

}

.case-container p{
	color: white;
	margin-top: 20px;
	font-size: 16pt;
	font-weight: bold;
}

.case-study-wrapper{
	width: 100%;
	height: fit-content;
	background-color: #34353A;
	color: white;
	text-align: center;
	padding: 10px;
}

.language-img{
	width: 20%;
	height: 80px;
	margin-left: 20px;
}

/***CASE STUDY***/
.case-study-description{
	width: 100%;
	height:fit-content;
	text-align: left;
	margin-top: 60px;
}

.case-study-description h2{
	font-size: 28pt;
	margin-left: 150px;
	color: #01BAFF;

}

.case-study-description p{
	margin-top: 20px;
	text-justify: distribute;
	margin-left: 150px;
	margin-right: 150px;
	font-size: 16pt;
}

.case-study-role{
	width: 100%;
	text-align: left;
	height: fit-content;
	margin-top: 40px;
}

.case-study-role h2{
	font-size: 28pt;
	margin-left: 150px;
	color: #01BAFF;
}

.case-study-role p{
	margin-top: 20px;
	text-justify: distribute;
	margin-left: 150px;
	margin-right: 150px;
	font-size: 16pt;
}

.case-study-overview{
	width: 100%;
	height: fit-content;
	text-align: left;
	margin-top: 40px;
}

.case-study-overview h2{
	font-size: 28pt;
	margin-left: 150px;
	color: #01BAFF;
}

.case-study-overview p{
	margin-top: 20px;
	text-justify: distribute;
	margin-left: 150px;
	margin-right: 150px;
	font-size: 16pt;
}

.case-study-img{
	width: 100%;
	position: relative;
	text-align: center;
	height: fit-content;
	margin-top: 60px;
}

.case-study-video {
	width: 100%;
	height: fit-content;
	margin-top: 50px;
	margin-bottom: 200px;
}

.case-study-video h2{
	font-size: 28pt;
	margin-bottom: 20px;
	color: #01BAFF;
}

.case-github {
	width: 50px;
	height: 50px;
	margin-right: 125px;
	margin-top: -50px;
	float: right;
	display: none;
}

.button-container a{
	color: red;
}

.button-container a.simple{
	color: #01BAFF;
	border: 2px solid #01BAFF;
	font-weight: 500;
	padding: 0.5rem 5rem;/*height: width:*/
	border-radius: 12px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	text-decoration: none;

}

.button-container a.simple:hover{
	background: #01BAFF;
	border: 2px solid #01BAFF;
	color: #fff;
}

/******************************Screen Sizing*******************************************/
@media screen and (max-width: 1800px) and (min-width: 1280px) {

	.case-container{
		width: 100%;
		height: 300px;
		text-align: center;
		background-color: #34353A;
		border-bottom: 5px solid #707070;
		margin: auto;
		margin-top: 90px;
	}
	
	.case-container h2{
		color: white;
		font-size: 42pt;
		padding-top: 100px;
	
	}
	
	.case-container p{
		color: white;
		margin-top: 20px;
		font-size: 16pt;
		font-weight: bold;
	}
	
	.case-study-wrapper{
		width: 100%;
		height: fit-content;
		background-color: #34353A;
		color: white;
		text-align: center;
		padding: 10px;
	}
	
	.language-img{
		width: 20%;
		height: 80px;
		margin-left: 20px;
	}
	
	/***CASE STUDY***/
	.case-study-description{
		width: 100%;
		height:fit-content;
		text-align: left;
		margin-top: 60px;
	}
	
	.case-study-description h2{
		font-size: 28pt;
		margin-left: 150px;
		color: #01BAFF;
	
	}
	
	.case-study-description p{
		margin-top: 20px;
		text-justify: distribute;
		margin-left: 150px;
		margin-right: 150px;
		font-size: 16pt;
	}
	
	.case-study-role{
		width: 100%;
		text-align: left;
		height: fit-content;
		margin-top: 40px;
	}
	
	.case-study-role h2{
		font-size: 28pt;
		margin-left: 150px;
		color: #01BAFF;
	}
	
	.case-study-role p{
		margin-top: 20px;
		text-justify: distribute;
		margin-left: 150px;
		margin-right: 150px;
		font-size: 16pt;
	}
	
	.case-study-overview{
		width: 100%;
		height: fit-content;
		text-align: left;
		margin-top: 40px;
	}
	
	.case-study-overview h2{
		font-size: 28pt;
		margin-left: 150px;
		color: #01BAFF;
	}
	
	.case-study-overview p{
		margin-top: 20px;
		text-justify: distribute;
		margin-left: 150px;
		margin-right: 150px;
		font-size: 16pt;
	}
	
	.case-study-img{
		width: 100%;
		position: relative;
		text-align: center;
		height: fit-content;
		margin-top: 60px;
	}

	.case-study-img img{
		width: 75%;
		height: 550px;
	}
	
	.case-study-video {
		width: 100%;
		height: fit-content;
		margin-top: 50px;
		margin-bottom: 200px;
	}
	
	.case-study-video h2{
		font-size: 28pt;
		margin-bottom: 20px;
		color: #01BAFF;
	}
	
	.case-github {
		width: 50px;
		height: 50px;
		margin-right: 125px;
		margin-top: -50px;
		float: right;
		display: none;
	}
	
	.button-container a{
		color: red;
	}
	
	.button-container a.simple{
		color: #01BAFF;
		border: 2px solid #01BAFF;
		font-weight: 500;
		padding: 0.5rem 5rem;/*height: width:*/
		border-radius: 12px;
		box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
		text-decoration: none;
	
	}
	
	.button-container a.simple:hover{
		background: #01BAFF;
		border: 2px solid #01BAFF;
		color: #fff;
	}

}

@media screen and (max-width: 1279px) and (min-width: 999px) {
	.case-container{
		width: 100%;
		height: 300px;
		text-align: center;
		background-color: #34353A;
		border-bottom: 5px solid #707070;
		margin: auto;
		margin-top: 90px;
	}
	
	.case-container h2{
		color: white;
		font-size: 42pt;
		padding-top: 100px;
	
	}
	
	.case-container p{
		color: white;
		margin-top: 20px;
		font-size: 16pt;
		font-weight: bold;
	}
	
	.case-study-wrapper{
		width: 100%;
		height: fit-content;
		background-color: #34353A;
		color: white;
		text-align: center;
		padding: 10px;
	}
	
	.language-img{
		width: 20%;
		height: 80px;
		margin-left: 20px;
	}
	
	/***CASE STUDY***/
	.case-study-description{
		width: 100%;
		height:fit-content;
		text-align: left;
		margin-top: 60px;
	}
	
	.case-study-description h2{
		font-size: 28pt;
		margin-left: 150px;
		color: #01BAFF;
	
	}
	
	.case-study-description p{
		margin-top: 20px;
		text-justify: distribute;
		margin-left: 150px;
		margin-right: 150px;
		font-size: 16pt;
	}
	
	.case-study-role{
		width: 100%;
		text-align: left;
		height: fit-content;
		margin-top: 40px;
	}
	
	.case-study-role h2{
		font-size: 28pt;
		margin-left: 150px;
		color: #01BAFF;
	}
	
	.case-study-role p{
		margin-top: 20px;
		text-justify: distribute;
		margin-left: 150px;
		margin-right: 150px;
		font-size: 16pt;
	}
	
	.case-study-overview{
		width: 100%;
		height: fit-content;
		text-align: left;
		margin-top: 40px;
	}
	
	.case-study-overview h2{
		font-size: 28pt;
		margin-left: 150px;
		color: #01BAFF;
	}
	
	.case-study-overview p{
		margin-top: 20px;
		text-justify: distribute;
		margin-left: 150px;
		margin-right: 150px;
		font-size: 16pt;
	}
	
	.case-study-img{
		width: 100%;
		position: relative;
		text-align: center;
		height: fit-content;
		margin-top: 60px;
	}

	.case-study-img img{
		width: 75%;
		height: 400px;
	}

	.video{
		width: 75%;
		height: 400px;
	}
	
	.case-study-video {
		width: 100%;
		height: fit-content;
		margin-top: 50px;
		margin-bottom: 200px;
	}
	
	.case-study-video h2{
		font-size: 28pt;
		margin-bottom: 20px;
		color: #01BAFF;
	}
	
	.case-github {
		width: 50px;
		height: 50px;
		margin-right: 125px;
		margin-top: -50px;
		float: right;
		display: none;
	}
	
	.button-container a{
		color: red;
	}
	
	.button-container a.simple{
		color: #01BAFF;
		border: 2px solid #01BAFF;
		font-weight: 500;
		padding: 0.5rem 5rem;/*height: width:*/
		border-radius: 12px;
		box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
		text-decoration: none;
	
	}
	
	.button-container a.simple:hover{
		background: #01BAFF;
		border: 2px solid #01BAFF;
		color: #fff;
	}

	
}

@media screen and (max-width: 999px) and (min-width: 775px) {

	.case-container{
		width: 100%;
		height: 300px;
		text-align: center;
		background-color: #34353A;
		border-bottom: 5px solid #707070;
		margin: auto;
		margin-top: 90px;
	}
	
	.case-container h2{
		color: white;
		font-size: 42pt;
		padding-top: 100px;
	
	}
	
	.case-container p{
		color: white;
		margin-top: 20px;
		font-size: 16pt;
		font-weight: bold;
	}
	
	.case-study-wrapper{
		width: 100%;
		height: fit-content;
		background-color: #34353A;
		color: white;
		text-align: center;
		padding: 10px;
	}
	
	.language-img{
		width: 20%;
		height: 80px;
		margin-left: 20px;
	}
	
	/***CASE STUDY***/
	.case-study-description{
		width: 100%;
		height:fit-content;
		text-align: left;
		margin-top: 60px;
	}
	
	.case-study-description h2{
		font-size: 28pt;
		margin-left: 20px;
		color: #01BAFF;
	
	}
	
	.case-study-description p{
		margin-top: 20px;
		text-justify: distribute;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 16pt;
	}
	
	.case-study-role{
		width: 100%;
		text-align: left;
		height: fit-content;
		margin-top: 40px;
	}
	
	.case-study-role h2{
		font-size: 28pt;
		margin-left: 20px;
		color: #01BAFF;
	}
	
	.case-study-role p{
		margin-top: 20px;
		text-justify: distribute;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 16pt;
	}
	
	.case-study-overview{
		width: 100%;
		height: fit-content;
		text-align: left;
		margin-top: 40px;
	}
	
	.case-study-overview h2{
		font-size: 28pt;
		margin-left: 20px;
		color: #01BAFF;
	}
	
	.case-study-overview p{
		margin-top: 20px;
		text-justify: distribute;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 16pt;
	}
	
	.case-study-img{
		width: 100%;
		position: relative;
		text-align: center;
		height: fit-content;
		margin-top: 60px;
	}

	.case-study-img img{
		width: 95%;
		height: 400px;
	}

	.video{
		width: 95%;
		height: 400px;
	}
	
	.case-study-video {
		width: 100%;
		height: fit-content;
		margin-top: 50px;
		margin-bottom: 200px;
	}
	
	.case-study-video h2{
		font-size: 28pt;
		margin-bottom: 20px;
		color: #01BAFF;
	}
	
	.case-github {
		width: 50px;
		height: 50px;
		margin-right: 125px;
		margin-top: -50px;
		float: right;
		display: none;
	}
	
	.button-container a{
		color: red;
	}
	
	.button-container a.simple{
		color: #01BAFF;
		border: 2px solid #01BAFF;
		font-weight: 500;
		padding: 0.5rem 5rem;/*height: width:*/
		border-radius: 12px;
		box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
		text-decoration: none;
	
	}
	
	.button-container a.simple:hover{
		background: #01BAFF;
		border: 2px solid #01BAFF;
		color: #fff;
	}
}

@media screen and (max-width: 774px) and (min-width: 500px) {
	
	.case-container{
		width: 100%;
		height: 300px;
		text-align: center;
		background-color: #34353A;
		border-bottom: 5px solid #707070;
		margin: auto;
		margin-top: 80px;
	}
	
	.case-container h2{
		color: white;
		font-size: 42pt;
		padding-top: 100px;
	
	}
	
	.case-container p{
		color: white;
		margin-top: 20px;
		font-size: 16pt;
		font-weight: bold;
	}
	
	.case-study-wrapper{
		width: 100%;
		height: fit-content;
		background-color: #34353A;
		color: white;
		text-align: center;
		padding: 10px;
	}
	
	.language-img{
		width: 20%;
		height: 80px;
		margin-left: 20px;
	}
	
	/***CASE STUDY***/
	.case-study-description{
		width: 100%;
		height:fit-content;
		text-align: left;
		margin-top: 60px;
	}
	
	.case-study-description h2{
		font-size: 28pt;
		margin-left: 20px;
		color: #01BAFF;
	
	}
	
	.case-study-description p{
		margin-top: 20px;
		text-justify: distribute;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 16pt;
	}
	
	.case-study-role{
		width: 100%;
		text-align: left;
		height: fit-content;
		margin-top: 40px;
	}
	
	.case-study-role h2{
		font-size: 28pt;
		margin-left: 20px;
		color: #01BAFF;
	}
	
	.case-study-role p{
		margin-top: 20px;
		text-justify: distribute;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 16pt;
	}
	
	.case-study-overview{
		width: 100%;
		height: fit-content;
		text-align: left;
		margin-top: 40px;
	}
	
	.case-study-overview h2{
		font-size: 28pt;
		margin-left: 20px;
		color: #01BAFF;
	}
	
	.case-study-overview p{
		margin-top: 20px;
		text-justify: distribute;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 16pt;
	}
	
	.case-study-img{
		width: 100%;
		position: relative;
		text-align: center;
		height: fit-content;
		margin-top: 60px;
	}

	.case-study-img img{
		width: 95%;
		height: 300px;
	}

	.video{
		width: 90%;
		height: 300px;
	}
	
	.case-study-video {
		width: 100%;
		height: fit-content;
		margin-top: 50px;
		margin-bottom: 200px;
	}
	
	.case-study-video h2{
		font-size: 28pt;
		margin-bottom: 20px;
		color: #01BAFF;
	}
	
	.case-github {
		width: 50px;
		height: 50px;
		margin-right: 125px;
		margin-top: -50px;
		float: right;
		display: none;
	}
	
	.button-container a{
		color: red;
	}
	
	.button-container a.simple{
		color: #01BAFF;
		border: 2px solid #01BAFF;
		font-weight: 500;
		padding: 0.5rem 5rem;/*height: width:*/
		border-radius: 12px;
		box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
		text-decoration: none;
	
	}
	
	.button-container a.simple:hover{
		background: #01BAFF;
		border: 2px solid #01BAFF;
		color: #fff;
	}
}

@media screen and (max-width: 499px) and (min-width: 375px) {
	.case-container{
		width: 100%;
		height: 300px;
		text-align: center;
		background-color: #34353A;
		border-bottom: 5px solid #707070;
		margin: auto;
		margin-top: 60px;
	}
	
	.case-container h2{
		color: white;
		font-size: 32pt;
		padding-top: 100px;
	
	}
	
	.case-container p{
		color: white;
		margin-top: 20px;
		font-size: 16pt;
		font-weight: bold;
	}
	
	.case-study-wrapper{
		width: 100%;
		height: fit-content;
		background-color: #34353A;
		color: white;
		text-align: center;
		padding: 10px;
	}
	
	.language-img{
		width: 20%;
		height: 80px;
		margin-left: 20px;
	}
	
	/***CASE STUDY***/
	.case-study-description{
		width: 100%;
		height:fit-content;
		text-align: left;
		margin-top: 60px;
	}
	
	.case-study-description h2{
		font-size: 24pt;
		margin-left: 20px;
		color: #01BAFF;
	
	}
	
	.case-study-description p{
		margin-top: 20px;
		text-justify: distribute;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 14pt;
	}
	
	.case-study-role{
		width: 100%;
		text-align: left;
		height: fit-content;
		margin-top: 40px;
	}
	
	.case-study-role h2{
		font-size: 24pt;
		margin-left: 20px;
		color: #01BAFF;
	}
	
	.case-study-role p{
		margin-top: 20px;
		text-justify: distribute;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 14pt;
	}
	
	.case-study-overview{
		width: 100%;
		height: fit-content;
		text-align: left;
		margin-top: 40px;
	}
	
	.case-study-overview h2{
		font-size: 24pt;
		margin-left: 20px;
		color: #01BAFF;
	}
	
	.case-study-overview p{
		margin-top: 20px;
		text-justify: distribute;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 14pt;
	}
	
	.case-study-img{
		width: 100%;
		position: relative;
		text-align: center;
		height: fit-content;
		margin-top: 60px;
	}

	.case-study-img img{
		width: 95%;
		height: 200px;
	}

	.video{
		width: 90%;
		height: 200px;
	}
	
	.case-study-video {
		width: 100%;
		height: fit-content;
		margin-top: 50px;
		margin-bottom: 200px;
	}
	
	.case-study-video h2{
		font-size: 28pt;
		margin-bottom: 20px;
		color: #01BAFF;
	}
	
	.case-github {
		width: 50px;
		height: 50px;
		margin-right: 125px;
		margin-top: -50px;
		float: right;
		display: none;
	}
	
	.button-container a{
		color: red;
	}
	
	.button-container a.simple{
		color: #01BAFF;
		border: 2px solid #01BAFF;
		font-weight: 500;
		padding: 0.5rem 5rem;/*height: width:*/
		border-radius: 12px;
		box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
		text-decoration: none;
	
	}
	
	.button-container a.simple:hover{
		background: #01BAFF;
		border: 2px solid #01BAFF;
		color: #fff;
	}
}

@media screen and (max-width: 374px) and (min-width: 320px) {
	.case-container{
		width: 100%;
		height: 300px;
		text-align: center;
		background-color: #34353A;
		border-bottom: 5px solid #707070;
		margin: auto;
		margin-top: 60px;
	}
	
	.case-container h2{
		color: white;
		font-size: 38pt;
		padding-top: 80px;
	
	}
	
	.case-container p{
		color: white;
		margin-top: 20px;
		font-size: 14pt;
		font-weight: bold;
	}

	.language-img{
		display: none;
	}
	
	.case-study-wrapper{
		width: 100%;
		height: fit-content;
		background-color: #34353A;
		color: white;
		text-align: center;
		padding: 10px;
	}
	
	.language-img{
		width: 20%;
		height: 80px;
		margin-left: 20px;
	}
	
	/***CASE STUDY***/
	.case-study-description{
		width: 100%;
		height:fit-content;
		text-align: left;
		margin-top: 60px;
	}
	
	.case-study-description h2{
		font-size: 20pt;
		margin-left: 20px;
		color: #01BAFF;
	
	}
	
	.case-study-description p{
		margin-top: 20px;
		text-justify: distribute;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 12pt;
	}
	
	.case-study-role{
		width: 100%;
		text-align: left;
		height: fit-content;
		margin-top: 40px;
	}
	
	.case-study-role h2{
		font-size: 20pt;
		margin-left: 20px;
		color: #01BAFF;
	}
	
	.case-study-role p{
		margin-top: 20px;
		text-justify: distribute;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 12pt;
	}
	
	.case-study-overview{
		width: 100%;
		height: fit-content;
		text-align: left;
		margin-top: 40px;
	}
	
	.case-study-overview h2{
		font-size: 20pt;
		margin-left: 20px;
		color: #01BAFF;
	}
	
	.case-study-overview p{
		margin-top: 20px;
		text-justify: distribute;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 12pt;
	}
	
	.case-study-img{
		width: 100%;
		position: relative;
		text-align: center;
		height: fit-content;
		margin-top: 60px;
	}

	.case-study-img img{
		width: 95%;
		height: 200px;
	}

	.video{
		width: 90%;
		height: 200px;
	}
	
	.case-study-video {
		width: 100%;
		height: fit-content;
		margin-top: 50px;
		margin-bottom: 200px;
	}
	
	.case-study-video h2{
		font-size: 20pt;
		margin-bottom: 20px;
		color: #01BAFF;
	}
	
	.case-github {
		width: 50px;
		height: 50px;
		margin-right: 125px;
		margin-top: -50px;
		float: right;
		display: none;
	}
	
	.button-container a{
		color: red;
	}
	
	.button-container a.simple{
		color: #01BAFF;
		border: 2px solid #01BAFF;
		font-weight: 500;
		padding: 0.5rem 5rem;/*height: width:*/
		border-radius: 12px;
		box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
		text-decoration: none;
	
	}
	
	.button-container a.simple:hover{
		background: #01BAFF;
		border: 2px solid #01BAFF;
		color: #fff;
	}
	
}

@media screen and (max-width: 320px) and (min-width: 120px) {
	.case-container{
		width: 100%;
		height: 300px;
		text-align: center;
		background-color: #34353A;
		border-bottom: 5px solid #707070;
		margin: auto;
		margin-top: 0px;
	}
	
	.case-container h2{
		color: white;
		font-size: 38pt;
		padding-top: 80px;
	
	}
	
	.case-container p{
		color: white;
		margin-top: 20px;
		font-size: 14pt;
		font-weight: bold;
	}

	.language-img{
		display: none;
	}
	
	.case-study-wrapper{
		width: 100%;
		height: fit-content;
		background-color: #34353A;
		color: white;
		text-align: center;
		padding: 10px;
	}
	
	.language-img{
		width: 20%;
		height: 80px;
		margin-left: 20px;
	}
	
	/***CASE STUDY***/
	.case-study-description{
		width: 100%;
		height:fit-content;
		text-align: left;
		margin-top: 60px;
	}
	
	.case-study-description h2{
		font-size: 20pt;
		margin-left: 20px;
		color: #01BAFF;
	
	}
	
	.case-study-description p{
		margin-top: 20px;
		text-justify: distribute;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 12pt;
	}
	
	.case-study-role{
		width: 100%;
		text-align: left;
		height: fit-content;
		margin-top: 40px;
	}
	
	.case-study-role h2{
		font-size: 20pt;
		margin-left: 20px;
		color: #01BAFF;
	}
	
	.case-study-role p{
		margin-top: 20px;
		text-justify: distribute;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 12pt;
	}
	
	.case-study-overview{
		width: 100%;
		height: fit-content;
		text-align: left;
		margin-top: 40px;
	}
	
	.case-study-overview h2{
		font-size: 20pt;
		margin-left: 20px;
		color: #01BAFF;
	}
	
	.case-study-overview p{
		margin-top: 20px;
		text-justify: distribute;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 12pt;
	}
	
	.case-study-img{
		width: 100%;
		position: relative;
		text-align: center;
		height: fit-content;
		margin-top: 60px;
	}

	.case-study-img img{
		width: 95%;
		height: 200px;
	}

	.video{
		width: 90%;
		height: 200px;
	}
	
	.case-study-video {
		width: 100%;
		height: fit-content;
		margin-top: 50px;
		margin-bottom: 200px;
	}
	
	.case-study-video h2{
		font-size: 20pt;
		margin-bottom: 20px;
		color: #01BAFF;
	}
	
	.case-github {
		width: 50px;
		height: 50px;
		margin-right: 125px;
		margin-top: -50px;
		float: right;
		display: none;
	}
	
	.button-container a{
		color: red;
	}
	
	.button-container a.simple{
		color: #01BAFF;
		border: 2px solid #01BAFF;
		font-weight: 500;
		padding: 0.5rem 5rem;/*height: width:*/
		border-radius: 12px;
		box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
		text-decoration: none;
	
	}
	
	.button-container a.simple:hover{
		background: #01BAFF;
		border: 2px solid #01BAFF;
		color: #fff;
	}
}

