 @font-face {
    font-family: 'Walkway';
    src: url('../fonts/Walkway_SemiBold-webfont.eot');
    src: url('../fonts/Walkway_SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Walkway_SemiBold-webfont.woff') format('woff'),
         url('../fonts/Walkway_SemiBold-webfont.ttf') format('truetype'),
         url('../fonts/Walkway_SemiBold-webfont.svg#WalkwaySemiBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

	}
@font-face {
	font-family: 'Poppins';
	src: url(../fonts/Poppins-Regular.ttf);
	font-weight: normal;
	font-style: normal;
}
 
 html {
 	overflow: hidden;
 }

 body { 	
	font-family: Poppins, Arial, Verdana, sans-serif; 
	font-size: 12px; 
	color:#fff;
	background-color: #000;
	overflow-x: hidden;
	overflow-y: auto;
}

.container {
	display: flex;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.header {
	position: fixed;
	top: 25px;
	width: 100%;
	z-index: 99;
}

.menu-icon {
	float: right;
	margin-right: 30px;
}

.content {
	height: 100%;
	position: fixed;
	width: 100%;
	transition-duration: 1.5s;
}

.content-main-text {
	margin-left: 8%;
	font-size: 80px;
	position: fixed;
	
}

.center {
	width: 69%;
	bottom:50%;
}

.top {
	width: 69%;
	bottom: 60%;
}

#intro {
	background-image: url(../images/main-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#projects {
	background-image: url(../images/second-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
/*
.intro p {
	line-height: 0px;
	margin: 0;
}
*/
/*
.intro-contact {
	position: relative;
	display: inline-block;
}

.intro-contact-button {
	font-size: 60px;
	background-color: transparent;
	outline: none;
	border: none;
	color: #fff;
	padding: 0;
}

.intro-contact-content {
	display: none;
	position: absolute;
	background-color: #111;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.intro-contact-content a {
	color: black;
	font-size: 36px;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.intro-contact:hover .intro-contact-content {
	display: inline-block;
}
*/

.footer {
	position: fixed;
	bottom: 25px;
	width: 100%;
	z-index: 99;
}

.copyright {
	float: left;
	margin-left: 30px;
	font-size: 14px;
}

.social {
	float: right;
	margin-right: 30px;
}

.menu-icon {
	width: 30px;
	height: 30px;
	color: #fff;
}

.menu-icon:hover {
	color: #0f4c81;
}

.social-icon {
	width: 25px;
	height: 25px;
	color: #fff;
	padding: 5px;
}

.social-icon:hover {
	color: #0f4c81;
}

.sidebar {
  height: 100%;
  width: 0;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 30px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #0f4c81;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.sidebar-content {
	margin-top: 35%;
	margin-left: 10%;
	margin-right: 10%;
}