@CHARSET "UTF-8";

/* Small Desktops */
@media only screen and (min-width: 1280px) and (max-width: 1399px) {
	
}

/* Small Desktops */
@media only screen and (min-width: 768px) and (max-width: 1279px) {
	
}
	
/* Smartphones and Tablets */
@media only screen and (min-width: 0px) and (max-width: 1500px) {
	#logo {	
		background-size: 130px 40px;
		width: 130px;
		height: 40px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto
	}

	#menu {
		margin-left: 0px;
		padding-top: 130px;
		text-align: center;
	}

	nav {
		font-size: 0.8rem;
	}
}


/* Smartphones */
@media only screen and (min-width: 0px) and (max-width: 767px) {
	p {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.footer_contact > p {
		padding-left: 30px;
	}

	div.content {
		margin-left: 10px;
		margin-right: 10px;
	}

	div div#job_header {
		height: auto;
		display: block;
	}

	#job_container h1, h2 {
		margin-right: 10px;
		margin-top: 7px;
		transform: translateY(-20px);
	}

	div div.job_company_img_area {
		margin: 20px 20px 20px 20px;
		width: 150px;
		height: 80px;
	}
}

/* Tablets */
@media only screen and (min-width: 768px) and (max-width: 955px) {
	
}

/* small Smartphones */
@media only screen and (min-width: 0px) and (max-width: 450px) {

}