body {

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

h1 {

	color: #660033 /*#990000*/;
	text-align: center;
	font-size: 70px;
	font-family: serif;
	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;
}

.navbar-link:hover {

	color: white;
	background-color: #990000;
	opacity:0.6;
	padding:3px;
	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%;

}

.sideheadings {

	margin-left:200px;
	font-size: 35px;
	color:#e62e00;
	text-shadow: 0px 3px 0px #b2a98f,
                 0px 10px 6px rgba(0,0,0,0.15),
                 0px 20px 2px rgba(0,0,0,0.1),
                 0px 30px 20px rgba(0,0,0,0.1);
}

.text {

	margin-left: 250px;
	margin-right: 250px;
	margin-top: 10px;
	text-align: left;
	font-size: 18px;
	color: #990000;
}

#refpic {

	width:150px;
	height: 150px;
	border-radius:50%;
	margin-left: 250px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

#familytable{

	margin-left:50px;
	width:60%;
}



#dad {

	width:150px;
	height: 150px;
	font-size:25px;
	border-radius:50%;
	margin-left: 250px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.family {

	text-align:center;
	font-size:25px;
	color: #990000;
	font-weight:bold;
	text-shadow: 0px 3px 0px #b2a98f,
                 0px 10px 6px rgba(0,0,0,0.15),
                 0px 15px 2px rgba(0,0,0,0.1),
                 0px 10px 20px rgba(0,0,0,0.1);
}

.familytext {

	color:#990000;
}

#edutable {

	margin-left:200px;
	width:65%;
	padding:10px;
}

.ghat {

	width:50px;
	height:50px;
	border-radius:50%;
}

.head {

	text-align:right;
	font-size:25px;
	color: #990000;
	font-weight:bold;
	text-shadow: 0px 3px 0px #b2a98f,
                 0px 10px 6px rgba(0,0,0,0.15),
                 0px 15px 2px rgba(0,0,0,0.1),
                 0px 10px 20px rgba(0,0,0,0.1);
	

}

.clg {

	text-align:center;
	font-size:25px;
	color: #990000;
	border-bottom: 2px solid orange;
	border-left: 2px solid orange;
	padding: 5px;
}

.clgtxt {

	color:#990000;
	text-align:left;
	font-size:18px;
}

.image {

	text-align: center;
}

.column3 {

	padding: 15px;
}