body {/* main body */

	background-image: url("../images/background10.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1 {

	color: #990000;
	text-align: center;         /* Main heading "Myspace"*/
	font-size: 70px;
	margin: 30px 200px 0px 200px;
	padding:20px;
	font-family: cursive;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 10px rgba(255,255,255,0.3);
    
}

.navbar-link:link {

	color: black;
	text-decoration:none;
	display:inline-box;
}

.navbar-link:hover {

	color: white;
	background-color: #990000;
	opacity:0.6;
	padding:3px 3px 2px 3px;
	display:inline-box;
	border-radius: 25%;
}

.navbar {

	background-color:;
	margin-top: 10px ;
	margin-left:200px;
	margin-right: 200px;
	text-align: center;
	font-size: 20px;
	border-bottom: 3px solid #990033 ;
	width: 25%;

}

#blog {
	border-collapse: collapse;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-top:30px;
	margin-left:250px;
	margin-right:250px;
	width:60%;
	height: 300px:
	font-size:200px;
}

.blog-link:link {

	color: black;
	text-decoration:none;
	display:inline-box;
}

.blog-link:hover {

	color: white;
	background-color: #990000;
	opacity:0.6;
	padding:3px 3px 2px 3px;
	display:inline-box;
	border-radius: 0%;
}
.td {

	border:3px solid white;
	padding-right:70px;
	padding-left:10px;
	padding-bottom:10px;
	border-opacity:0.6;
	width:50%;
	height:300px;
}

.blog-titles {

	font-size:35px;
	color: black;
	padding:5px 5px 5px 3px;
	background-color: white;
	opacity:0.6;
	display:inline-box;
}

.sub-headings {

	font-size:20px;
	text-align:left;
	color:black;
}

#img1 {

	background-image:url("../images/lifeexperience.jpg");
	background-size:cover;
	background-repeat: no-repeat;
}

#img2 {

	background-image:url("../images/travelstories2.jpg");
	background-size:cover;
	background-repeat: no-repeat;
}

#img3 {

	background-image:url("../images/collegediaries1.jpg");
	background-size:cover;
	background-repeat: no-repeat;
}

#img4 {

	background-image:url("../images/techarticles1.jpg");
	background-size:cover;
	background-repeat: no-repeat;
}
