/* MAIN ELEMENTS */

body {
	font-family:Tahoma;
	margin:0;}

h1 {
	font-size:54px;
	color:white;}

/* CONTENT WRAPPERS */

.wrapper {
	display:block;
	margin:0 auto;
	text-align:center;}

.content {
	padding:1em 0 8em 0;}

/* DEV SECTION */

.dev-content {
	padding:8em 0 11em 0;
	background-image:url("../assets/bg3.jpg");
	background-attachment:fixed;}

.header-img {
	width:190px;
	display:inline-block;
	filter:drop-shadow(2px 2px 4px rgba(10,10,10,0.4));}

.header {
	color:white;}

.header p {
	font-size:26px;
	margin:0 auto;
	width:54%;
	line-height:1.25em;}

.link {
	color:white;}

/* SOCIALS */

.socials {
	padding:3.5em 0 0em 0;}

.socials i {
	padding:1em 0.5em 0 0.5em;
	font-size:2.5em;
	color:white;
	transition:.2s;}

.socials i:hover {
  text-shadow:0 0 7px white;;}

/* TEAM SECTION */
 
.team-content {
	padding-bottom:6em;
	min-height:300px;
	background:rgb(200,200,200);}

.team-content h1 {
	color:white;
	color:#5F9EA5;
	color:#c74242;}

.team {
	padding:0 2em 0 2em;}

.member {
	display:inline-block;
	margin:0 auto;
	text-align:center;
	width:14em;
	vertical-align:text-top;
	padding:2em 2em 1em 2em;}

.member-img {
	width:14em;
	border-radius:50%;
	padding-bottom:1em;
	filter:grayscale(100%);}

.member-name {
	font-weight:bold;
	color:white;
	font-size:1.33em;
	margin:0;
	margin-top:0.25em;
	color:#5F9EA5;}

.member-role {
	font-weight:bold;
	font-size:1em;
	margin:0;
	margin-top:0.5em;
	color:grey;
	}

.member-description {
	color:rgb(200,200,200);
	font-size:0.9em;
	margin-top:0.75em;
	line-height:1.25em;
	color:grey;}

/* PROJECT SECTION */

.projects-content {
	background:white;
	background-image:url("../assets/bg.jpg");
	background-attachment:fixed;}

.projects-content h1 {
	color:red;}

.project {
	transition:.3s;
	padding:3em 1em 2em 1em;}

.project img {
	width:220px;}

.project:hover {
	filter:drop-shadow(0 0 2px rgb(220,220,220));
	transform:scale(1.1);}

/* CAREERS SECTION */

.careers-content {
	background:grey;}

.careers-content p {
	font-size:26px;
	margin:0 auto;
	width:54%;
	line-height:1.25em;
	color:white;
	text-align:center;}

.form-container {
	margin:0 auto;
	width:54%;
	padding-top:4em;
	text-align:left;}

.form-container .labels {
	font-size:26px;
	margin:0 auto;
	line-height:1.25em;
	color:white;
	width:100%;
	text-align:left;}

.form-container label {
	cursor:text;}

.form-container .asterisk {
	text-shadow:0px 0px 1px black;}

.form-container textarea {
	height:5em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	font-family:Tahoma;}

.form-container .submit-btn {
	margin:0 auto;
	width:50%;
	text-align:center;}

.form-container .submit {
	margin-top:1em;
	font-size:1.5em;
	height:2.5em;
	width:auto;
	padding:0 0.75em 0 0.75em;
	outline:none;
	border:none;
	border-radius:0.15em;
	background:rgb(75,75,75);
	color:white;
	transition:0.2s;
	transform:translateX(-0.5em);}

.form-container .submit:hover {
	background-color:rgb(90,90,90);
	cursor:pointer;}

.forms {
	height:52px;
	width:100%;
	border:none;
	border-radius:0.15em;
	margin:0.75em 0 1.25em 0;
	padding:0 0.5em 0 0.5em;
	font-size:26px;
	color:grey;
	outline:none;
	box-sizing:border-box;}

.in {
	transition:0.1s;}

.in:hover {
	box-shadow:0px 0px 7px rgba(255,0,0,0.4);}

.in:focus {
	box-shadow:0px 0px 7px red;}

/* DROPDOWN */

.roles {
	margin-top:0.75em;
	margin-bottom:1.25em;
	font-size:26px;}

.dummy {
	margin:0 auto;
	outline:none;
	border:none;
	padding:none;
	display:block;
	width:0px;
	height:0px;
	background:transparent;}

.dropdown-field {
  cursor:pointer;
	margin:0;}

.dropdown-field::placeholder,
.dropdown-field {
	color:grey;
	transition:.2s;}

.dropdown-field:hover::placeholder,
.dropdown-field:focus::placeholder,
.dropdown-field:hover,
.dropdown-field:focus {
	color:#E34D4D}

.dropdown-container {
  display:none;
  background-color:#f1f1f1;
  box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index:1;
	height:auto;
	margin:0;
	border-radius:0;}

.dropdown-container a {
  color:grey;
	font-size:26px;
  padding-top:0.5em;
	padding-bottom:0.5em;
  text-decoration:none;
  display:block;}

.dropdown-container a:hover {
	color:#E34D4D;
	filter:none;
	box-shadow:none;
	text-shadow:none;
	cursor:pointer;}

.dropdown-container-fix {
	padding:0;}

.show {
	display:block;}

/* FOOTER */

.footer {
	padding:0;
	min-height:87px;
	background:rgb(50,50,50);
	}

.footer-text {
	padding-top:3em;
	padding-bottom:3em;
	color:white;
	font-size:1.25em;	}

/* RESPONSIVENESS */

@media only screen and (max-width:1360px)
{
	.careers-content p {
		font-size:1.44em;
	}}

@media only screen and (max-width:1210px)
{
	.header p {
		width:87%;
		font-size:1.5em;
	}

	.careers-content p {
		width:87%;
		font-size:1.34em;
	}}


@media only screen and (max-width:1000px)
 {
	.form-container {
		width:60%;
	}
}


@media only screen and (max-width:900px)
 {
	.form-container {
		width:70%;
	}
}


@media only screen and (max-width:800px)
{
	.form-container {
		width:77%;
	}}

@media only screen and (max-width:700px)
{
	.dev-content {
		padding:3em 0 4em 0;
	}

	.header h1 {
		font-size:2.5em;
	}

	.header p {
		width:94%;
		font-size:1.25em;
	}

	.socials {
		padding-top:1em;
	}

	.socials i {
		font-size:2em;
	}
	
	.team-content {
		padding-bottom:4em;
	}

	.team-content h1 {
		font-size:2.5em;
	}

	.team-content .member {
		width:11em;
		padding-top:1em;
	}

	.team-content .member img {
		padding-bottom:0.5em;
		width:9em;
	}
	
	.team-content .member-name {
		font-size:1.1em;
	}
	
	.team-content .member-role {
		font-size:.9em;
	}
	
	.team-content .member-description {
		padding-top:0.5em;
	}
	
	.projects-content {
		padding-bottom:4em;
	}

	.project img {
		width:175px;
	}

	.projects-content h1 {
		font-size:2.5em;
	}
	
	.careers-content h1 {
		font-size:2.5em;
	}

	.careers-content p {
		width:94%;
		font-size:1.25em;
	}

	.form-container {
		padding-top:2em;
	}

	.form-container .labels {
		font-size:1.25em;
	}

	.forms {
		font-size:20px;
		height:40px;
	}

	.form-container textarea {
		height:150px;
		padding-top:0;
		padding-bottom:0;
	}

	.form-container .submit {
		font-size:20px;
		transform:translateX(0);
	}

	.roles {
		font-size:20px;
	}

	.dropdown-container a {
		font-size:20px;
	}

	.dropdown-container {
		height:auto;
	}
	
	.footer-text {
		font-size:1em;
		padding-top:2em;
		padding-bottom:2em;
	}}

@media only screen and (max-width:650px)
{
	.form-container {
		width:87%;
	}

	.careers-content {
		padding-bottom:5.5em;
	}}

@media only screen and (max-width:400px)
{
	.header p {
		font-size:1em;
	}

	.socials i {
		font-size:1.5em;
	}
	
	.careers-content {
		padding-bottom:4em;
	}

	.careers-content p {
		font-size:1em;
	}

	.form-container {
		padding-top:2em;
	}

	.form-container .labels {
		font-size:1em;
	}

	.forms {
		font-size:14px;
		height:32px;
	}

	.form-container textarea {
		height:100px;
	}

	.form-container .submit {
		font-size:14px;
		transform:translateX(0);
	}

	.roles {
		font-size:14px;
	}

	.dropdown-container a {
		font-size:14px;
	}

	.dropdown-container {
		height:auto;
	}
	
	.footer-text {
		font-size:14px;
		padding-top:1.5em;
		padding-bottom:1.5em;
	}}
