@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	background-image: url(../images/keyboard-621830_640.jpg);
	background-attachment: fixed;
	/* [disabled]background-position: 34% center; */
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	text-shadow: 0px 0px;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	/* [disabled]background-color: #FFFFFF; */
}

/* About Section */
.about {
	/* [disabled]padding-left: 25px; */
	/* [disabled]padding-right: 25px; */
	/* [disabled]padding-top: 35px; */
	/* [disabled]display: inline-block; */
	margin-top: 0px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	margin-left: 0px;
}

/* Mobile */
@media (max-width: 320px) {

.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;

}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {

}
