html, body, section, article, aside {
	min-height: 100%;
	font-family: "Muli", serif;
}

h1 {
	font-family: 'Sacramento', cursive;
	font-size: 60px;
	font-weight: normal;
	text-align: center;
}

p {
	font-size: 20px;
}

hr {
	width: 50%;
	background-color: #fff;
	margin: 30px;
	height: 1px;
}

.spacing {
	margin: 0px auto;
	padding: 50px;
	line-height: 1.5;
}

.spacing:first-letter {
	line-height: 1;
	font-size: 50px;
	font-weight: bold;
}

#contact {
	font-family: "Sacramento", serif;
	font-size: 60px;
}

.homebg {
	background-image: url("../img/bg0.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

article {
	min-height: 100vh;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 1024px) {
article {
	min-height: 100vh;
	background-attachment: initial;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
}}

article aside {
	position: sticky;
	top: 0;
	width: 35%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
}

.rightCol {
	margin-left: 35%;
	padding: 60px 30px 60px 30px;
	height: 100%;
}

.rightColElement {
	padding: 20px 0px 0px 0px;
	font-size: 16px;
}

.rightColElement:first-of-type {
	margin-top: -100vh;
}

article aside>p>a:link {
	color: #fff;
}

article aside>p>a:visited {
	color: #fff;
}

article aside>p>a:hover {
	color: #fff;
}

article aside>p>a:active {
	color: #fff;
}

.mobilenav>a:link {
	color: #000;
}

.mobilenav>a:visited {
	color: #000;
}

.mobilenav>a:hover {
	color: #000;
}

.mobilenav>a:active {
	color: #000;
}

.headnav>a:link {
	color: #cb997e;
}

.headnav>a:visited {
	color: #cb997e;
}

.headnav>a:hover {
	color: #cba332;
	text-decoration: none;
}

.headnav>a:active {
	color: #cb997e;
}

.headtitle {
	font-family: "Dancing Script", cursive; 
	color:#d4c197;
	text-shadow: 2px 2px 2px #333, 2px 3px 2px #333, 2px 4px 2px #333, 2px 5px 2px #333;
}

#teaching {
	background-image:
		url("../img/bg1.jpg");
} 

#research {
	background-image:
		url("../img/bg2.jpg");
} 

#aboutme {
	background-image:
		url("../img/bg3.jpg");
} 

#service {
	background-image:
		url("../img/bg4.jpg");
} 

#family {
	background-image:
		url("../img/bg5.jpg");
}

#teaching aside {
	background-color: #C1328E;
	background: linear-gradient(141deg, #622954 0%, #6F3381 20%, #C1328E 95%);
}

#research aside {
	background-color: #6F3381;
	background: linear-gradient(141deg, #986DB2 0%, #6A4C9C 20%, #6F3381 95%);
}

#aboutme aside {
	background-color: #954A45;
	background: linear-gradient(141deg, #BF6766 0%, #EEA9A9 20%, #954A45 95%);
}

#service aside {
	background-color: #005CAF;
	background: linear-gradient(141deg, #A8D8B9 0%, #7DB9DE 20%, #005CAF 95%);
}

#family aside {
	background-color: #DAC9A6;
	background: linear-gradient(141deg, #58B2DC 0%, #7DB9DE 20%, #DAC9A6 95%);
}

table.dataTable tbody td {
	vertical-align: top;
	word-break: break-word;
	background-color:rgba(255, 255, 255, 0.5)
}

table.dataTable td {
	padding: 0px 5px 3px 5px;
}

.starbackground {
	height: 100vh;
	width: 100%;
	position: absolute;
	overflow: hidden;
}

.panel {
	background-color:rgba(255, 255, 255, 0.8)
}
.panel-default>.panel-heading {
	background:transparent;
}
.panel-title {
	font-weight:bold;
}
.panel-body {
	background:transparent;
}
ul {
	background-color:rgba(255, 255, 255, 0.5)
}
.list-group-item {
	background:transparent;
}
CSS
.rainbow {
  background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.brown_rainbow {
  background: rgb(240,183,161); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(240,183,161,1) 0%, rgba(117,34,1,1) 0%, rgba(140,51,16,1) 27%, rgba(140,51,16,1) 27%, rgba(140,51,16,1) 27%, rgba(191,110,78,1) 91%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(240,183,161,1) 0%,rgba(117,34,1,1) 0%,rgba(140,51,16,1) 27%,rgba(140,51,16,1) 27%,rgba(140,51,16,1) 27%,rgba(191,110,78,1) 91%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(240,183,161,1) 0%,rgba(117,34,1,1) 0%,rgba(140,51,16,1) 27%,rgba(140,51,16,1) 27%,rgba(140,51,16,1) 27%,rgba(191,110,78,1) 91%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.blue_rainbow {
	background: rgb(59,103,158); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
	
}