@CHARSET "ISO-8859-1";

html {
	font-size: 16px;
}

body {

	font-family: "Arial";
	font-size: 1em;
	/*background-color:#6C7174;*/
	margin: 0 auto;
	overflow-y: scroll;
	overflow-x: hidden;
}

a {

	text-decoration: none;
	color: #664848;
}

a:hover {

	color: #CC2D30;
}

#footer:hover {

	color: #CC2D30;
}

#full_background_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250%;
	z-index: -1;
}

#top {
}

#content {

	margin: 0 auto;
	width: 100%;
	color: #454545;
}

#home {
	background-color: #67777A;
	padding-top:10px;
}

#home_top {

	margin: 0 auto;
	width: 50%;
	/*padding-bottom:20px;*/
	color: white;
}

#about_us {
	/*padding-top:20px;*/
	/*background-color:#5c979e;
	 background-color:rgba(92,151,158,0.6);*/
	color: white;
	padding-bottom: 20px;
}

#about_us ul li, #about_me ul li {
	margin-bottom: 5px;
}

#about_us_content, #about_me_content, #contact_content {

	margin: 0 auto;
	width: 50%;
}

#about_me {
	padding-top: 20px;
	background-color: #fdec9f;
	background-color: #FFD8BE;
	color: black;
	padding-bottom: 20px;
}

#contact {
	padding-top: 20px;
	background-color: #8C9698;
	background-color: rgba(140,150,152,0.5);
	color: black;
	padding-bottom: 20px;
}

#portfolio {
	padding-top: 20px;
	/*background-color:#555555;*/
	padding-bottom: 20px;
}

#portfolio_content {
	/*margin-right:20px;*/
	background-color: #dddddd;
}

#logo_container {

	display: inline-block;
	width: 20%;
	/*float:left;*/
	min-width: 190px;
}

#logo {

	width: 100%;
}

#menu_container {
	display: inline-block;
	width: 78%;
	vertical-align: 24px;
	/*float:left;*/
}

#menu_container ul {
	margin: 0;
	padding: 0;
	/*padding-left:5%;*/
	list-style-type: none;
}

#menu_container ul li {
	display: inline;
	font-size: 40px;
	margin-left: 8%;
}

#menu_container ul li:first-child {

	/*margin-left:0; */

}

#menu_container ul li a {
	text-decoration: none;
	color: #664848;
}

#footer {

	position: absolute;
	top: 34px;
	right: 3px;
	width: 50%;
	min-width: 200px;
	/*width:auto;*/

}

#footer img {
	width: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#technologies {
	display: flex;
	justify-content: space-around;
}

.portfolio_item_container:hover {
	/*background-color: #000d5a;*/
}

.portfolio_item_container div{
	width:100%;
}
.portfolio_item_container div div{
	text-align:right;
	margin-bottom:10px;
}

.portfolio_item_container a {
	margin-right:40%;
}

.portfolio_item_container img {
	width:300px;
}

.portfolio_item_container label {
	color:#4F3131;
}

