@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

html {
  background-color:#000000;
}

html, body {
  overflow-x:hidden;
}

body{
	background-color:#000000;

}

.intro_image{
  min-width:1056px;
  height:800px;
  background:url(".../images/intro2.jpg") no-repeat center center;
	background-attachment: fixed;
  top:0px;
  z-index:0;
	position:relative;
}

.intro_image img {
	position:absolute;
	width:400px;
	margin-left:auto;
	margin-right:auto;
	z-index:100;
	top: 250px;
	left: 20%;
}

#menu {
	background-color: #000;
	width: 100%;
	height: 50px;
	position: fixed;
	z-index: 999999;
	top: 0px;
	border-style: solid;
	border-bottom-color: #C52026;
	text-align:center;
}

#menu ul {
	height: auto;
	padding: 8px 0px;
	margin: 0px;
	text-align:center;
  margin-top:35px;
}

#menu li {
	display: inline;
	padding: 20px;
	font-family: Cabin;
}

#menu a {
	text-decoration: none;
	color: #bababa;
	padding: 8px 8px 8px 8px;
}

#menu a:hover {
	color: #c52026;
}

#site_nav ul {
	padding-top:50px;
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(202, 33, 53, 1), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(202, 33, 53, 1), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(202, 33, 53, 1), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(202, 33, 53, 1), rgba(0,0,0,0));
		margin-top: 20px;
		padding-bottom: 2px;
}


.port_intro{
	width:100%;
	height:100px;
	background-color:#000000;
}

.port_intro h2{
	font-family:Cabin;
	color:#c52026;
	text-align:center;
	margin-top:50px;
}

.port_intro p{
	font-family:Cabin;
	color:#666666;
	text-align:center;
	margin-top:20px;
}

.timeline h2{
	font-family:Cabin;
	color:#c52026;
	text-align:center;
	margin-top:50px;
}

#footer {
    width: 100%;
    height: 130px;
    background: none repeat scroll 0% 0% #c52026;
}

i.fa-linkedin {
  color: #ffffff;
  font-size: 30px;
}

#li{
	float: left;
	width: 250px;
	margin-left: 100px;
	margin-top: 50px;
}

#arrow {
	width: 250px;
	float: right;
}

#footer img {
	display:block;
	margin:auto;
	padding-top:50px;
}

#footer p {
	font-family:Cabin;
	font-size:20px;
	font-weight:500;
	color:#ffffff;
}

#copyright {
	width: 100%;
	text-align: center;
	background: none repeat scroll 0% 0% #bababa;
	height: 30px;
}

#copyright p {
	font-family:Cabin;
	font-size:10px;
	font-weight:300;
	color:#c52026;
	padding-top: 10px;
}

#hire {
	height:300px;
}

.container {
	height:400px;
	margin-top: 300px;
}

.hire {
	height:200px;
}

.slicknav_menu {
	display:none;
}

/*Tablet*/

@media screen and (max-width: 768px) {

	.intro_image {
	    min-width: 400px;
	    height: 400px;
			background-image: none;
	}

	span[id=switcher] {
		display:block;
		background:url(".../images/logo3.png") !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		width: 400px !important;
		height: 400px !important;
		margin-left: auto;
		margin-right: auto;
		margin-top: 150px;
	}
	img[id=logo1] {display: none !important;}





}/* end bracket */


/*Tablet End*/

/*Mobile*/

@media screen and (max-width: 500px) {
	.js #menu {
		display:none;
	}

	.js .slicknav_menu {
		display:block;
	}


.intro_image {
    min-width: 300px;
    height: 230px;
		background-image: none;
}

span[id=switcher] {
	display:block;
	background:url(".../images/logo2.png") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	width: 300px !important;
	height: 250px !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
}
img[id=logo1] {display: none !important;}


#arrow {
    width: 100px;
    float: right;
}

#li {
    float: left;
    width: 150px;
    margin-top: 40px;
    margin-left: 10px;
}

.container {
    margin-top: 150px;
}

input {
	-webkit-appearance: none;
	border-radius: 0;
}

}/* ENDING BRACKET */

/*Mobile  ABOVE*/
