html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: lightblue;
	background-image: url(../media/pictures/diyBackground.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
	color: white;
	-webkit-transition: all 1s;
	        transition: all 1s;
}
#subt {
	font-size: 50px;
	font-weight: bold;
}
header {
	width: 100%;
	height: 100%;
	text-align: center;
}
section {
	max-width: 970px;
	width: 90%;
	margin: 60px auto;
	border-radius: 24px;
}
h1, h2 {font-family: 'Amatic SC', cursive;}
h1 {
	color: white;
	text-align: center;
	margin: 0;
	padding: 20px;
	font-size: 80px;
	letter-spacing: 2px;
	line-height: 90%;
	position: relative;
}
h2 {
	text-align: center;
	font-size: 80px;
	font-weight: lighter;
	position: relative;
}
h3 { margin-top: 60px;}
p {padding: 0 33px;}
a {
	background-color: #47b685;
	border-radius: 60px;
	display: block;

	font-size: 25px;
	font-weight: lighter;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	color: white;

	max-width: 400px;
	width: 80%;

	margin: 15px auto;
	padding: 9px;

	cursor: pointer;

	-webkit-transition: all 0.3s;
		  transition: all 0.3s;

}
a:hover {background-color: #3D9970;}
.bubble {
	margin: 5px;
	background: rgba(177, 17, 111, 0.57);
	color: white;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	font-size: 21px;
	width: 48%;
	-webkit-transition: all 0.2s;
	        transition: all 0.2s;
}
.bubble:hover {
	background: rgb(177, 17, 111);
	text-shadow: 0px 0px 0px;
}
.bubble , .container-temp {
	text-shadow: 2px 2px 5px black;
}
.container-temp {
	background-color: rgba(177, 17, 111, 0.57);

	margin: 10px auto;
	max-width: 970px;
	width: 90%;

	padding: 10px;
	border-radius: 50px;
}
.container-bubble {
	max-width: 970px;
	text-align: center;
	margin-bottom: 100px;

}
.container-head {
	position: absolute;
	left: 50%;
	top: 50%;

	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.picture {
	width: 130px;
	height: 130px;
	margin: 10px;
	border-radius: 50%;
	float: left;
	background-color: white;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#proj h3 {font-size: 34px;}
#proj p, #team p, #bts p {font-size: 25px;}
#bts p {text-align: center;}
.container-temp h4 {
	font-size: 36px;
	text-align: left;
	margin-bottom: 0;
}
.container-temp h5 {
	text-align: left;
	margin-top: 10px;
	font-size: 20px;
	color: #cdcdcd;
}
.container-temp p {
	text-align: left;
	font-size: 21px;
	text-indent: 40px;
}
textarea {width: 90%;}
#bts h5 {
	font-size: 40px;
	margin: 0;

	text-align: center;
}
input, select{height: 40px;}
input, select, textarea {
	appearance: none;
	box-shadow: none;
	background-color: #c7c7c7;
	border: none;
	width: 60%;
	font-size: 27px;
	margin-bottom: 30px;
	text-align: center;
	outline: none
}
textarea {
	text-align: left;
	padding: 15px;
}
input:focus, textarea:focus {
	outline-color: rgb(30, 238, 251);
	outline-style: inset;
	outline-width: medium;
}
hr {
	margin: 0;
	margin-bottom: 60px;
	visibility: hidden;
}
@media (max-width: 700px){
	.bubble {width: auto;}
	.container-temp h4, .container-temp h5 {text-align: center;}
	.container-temp h4 {margin-top: 20px;}
	.picture {
		float: none;
		margin-bottom: 0;
	}
	p {
		font-size: 20px;
		letter-spacing: normal;
	}
	#bts h5 {font-size: 32px;}
}
