body{
	margin:0;
	padding:0;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
}


/*navigation*/
nav{
	text-align: center;
	margin-bottom: 55px;
	font-size: 18px;
}

.navigation li {
	display:inline;
	text-decoration: none;
	padding-right:200px;
	padding-left: 100px;
}

nav a{
	text-decoration: none;
	color: gray;
	position: fixed;
	font-weight: bold;
}

nav a:hover{
	color: purple;
}

/*page content*/

section{
	height: 660px;
	padding-top: 20px
}

.section-header{
	font-size: 50px;
}

.cont{
	font-size: 180px;
	color:gray;
	margin:0 auto;
	width: 80%;
	height:350px;
	line-height: 250px;
	margin-bottom: 50px;
}

.img-resp{
	width: 100%;
	height: auto;
}

#home{
	background-image: url('../images/pencil2.jpg');
	background-color: rgba(255,255,255,0.1);
	background-size: contain;
	background-position: center;
	background-repeat:no-repeat;
	color:#fff;
	height: 100vh;
}

#about{
	background-color: rgba(120,120,250,0.4);
	height: 100vh;
}

#blog{
	min-height: 660px !important;
}

#portfolio{
	min-height: 900px !important;
	height: 120vh;
}

#contact{
	background-color: rgba(176,196,222,0.7);
	height: 100vh;
}

.content-slider li{
	background-color: rgba(120,0,250,0.4);
	color:#fff;
	font-size: 60px;
	margin:0 auto;
	width: 80%;
	height:450px;
	margin-bottom: 50px;
	padding-top: 100px;
}

.resume{
	width: 33%;
	float: right;
}

.blog-image{
	float:left;
	width:30%;
	margin:0 auto;
	margin-bottom: 40px;
}

.blog-container{
	margin-left:10%;

}

.webimg > .text{
	width: 350px;
	height: 60%;
	padding-top: 20%;
}


.wrapper {
    position: relative;
    display:block;
		margin-bottom: 50pxl
}

.text {
    position: absolute;
    top: 0;
    color:#000;
    font-size: 30px;
    font-weight: bold;
    background-color:rgba(200,225,255,0.8);
    width: 280px;
    height: 50%;
    padding-top: 50%;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.text:hover {
    opacity:1;
}

img {
    z-index:1;
    max-width: 100%;
}

a.wrapper{text-decoration: none;}

.social-icons{
	line-height: 500px;
	margin-top: 50px;
}

.social-icons a{
	padding:0 80px 0 80px;
}

.social-icons img:hover{
	transform:scale(1.05);
}

.top{
	position: fixed;
	bottom: 8px;
	z-index: 1000;
	right: 60px;
}

}

a.top:hover{
	transform: scale(1.1);
}

footer{
	height:30px;
	line-height: 30px;
	color:#fff;
	background-color: rgba(0,0,0,1);
}

/***************Blog Styling******************/
.headerwrap{
	position: relative;
    display:block;
}

.headertext{
	position: absolute;
    top: 0;
    color:#fff;
    background-color: rgba(2,2,2,0.7);
    font-size: 130px;
    font-weight: boldi;
    line-height: 130px;
    width: 100%;
    height: 300px;
    z-index: 10;
    opacity: 1;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog-content{
	width: 60%;
	margin: 0 auto;
	text-align: justify;
	font-size: 25px;
	line-height: 1.6em;

}

.blog-section{

	padding: 0;
	margin-bottom: 900px !important;
	padding-bottom: 900px
}

p{
	margin-bottom: 30px
}


/***************End Blog Styling**************/

@media (max-width: 600px){

	.cont{
		font-size: 80px;
		margin:0 auto;
		width: 100%;
		height:200px;
		line-height: 100px;
	}

	#home{
		height: 350px !important;
	}

	.top{display: none;}

	.blog-container{margin: 0 auto;}

	.blog-image{
		width: 100%;
	}

	.social-icons, .social-icons a{
		padding: 0;
		margin: 0 auto;
		line-height: 100px;
	}

	 .social-icons img{
	 	margin-left:20%;
	 	margin-right: 20%;
	 	margin-top: 30px;
	 }


	#smartbutton{
		display:inline-block !important;
		width:20px;
		height:15px;
		cursor:pointer;
		border:1px solid #000;
		border-radius:3px;
		margin-left: 60%;
		padding: 7px;
	}

	nav{
		display:none;
	}

	nav a{
		position: relative;
	}

	.navigation li{
		width:200px;
		height: 50px;
		line-height: 50px;
		padding: 0;
		display: block;
		text-align: left;
		border-bottom:1px solid #000;
		margin: 0;
	}

	.buttonline {
		background-color:#000;
		height:3px;
		margin-top:4px;
	}

	.buttonline:first-child {
		margin-top:0px;
	}


	.headertext{
		font-size: 40px;
    	line-height: 40px;
    	height: auto;
    	margin-bottom: 2em;
	}

	.blog-content{
		width: 90%;
		margin-left:5%;
		margin-right:5%;
		margin-top: 2em;
		text-align: justify;
		font-size: 18px;
		line-height: 1.6em;
		height: auto;
	}


}
