::selection {
  background: white;
	color: purple;
}
::-moz-selection {
  background: white;
	color: purple;
}

.small{
	font-size: small;
}

.medium{
	font-size: 18px;
}

.large{
	font-size: 20px;
}

.xlarge{
	font-size: 25px;
}

.xxlarge{
	font-size: 40px;
}

.htt{
		font-family: 'High Tower Text';
}

.full-height{
	height: 100vh;
}

.div-margin{
	margin-bottom: 6vh;
}

.github-icon{
		background-image: url(github.png);
		background-size: cover;
		display: inline-block;
		height: 8vh;
		width: 8vh;
		cursor: pointer;
}
.linkedin-icon {
	background-image: url(linkedin.png);
	background-size: cover;
	display: inline-block;
	height: 6vh;
	width: 6vh;
	cursor: pointer;
	margin-bottom: 1.0vh;
}

.footer-margin{
	padding-bottom: 6vh;
}

.subfooter-margin{
	padding-bottom: 3vh;
}

.dormmatch-blue{
	color: #0033a0
}

.larger{
	font-size: 25px;
}

.black-background{
	background-color: 	white;
}

.white{
	color: black;
}


.dormmatch-btn  {
  color: white;
  background-color: #0033a0;
  font-weight: bold;
  border-radius: 0;
}

.dormmatch-btn:hover {
background-color: purple;
color: white;
}




.image-scale{
	width: 30%;
}

.jsoc-scale{
	width: 10%;
}
.dormmatch-scale{
	width: 17%;
}
.lioncraft-scale{
	width: 30%;
}

.ta-scale{
	width: 50%;
}

.horizontal-margins{
	margin-left: 5vw;
	margin-right: 5vw;
}

.yahoo-scale{
	width: 10%;
}

.ci-cd-top{
	margin-top: 2vh;
}
.mysql-scale{
	width: 55%;
}

.firebase-scale{
	width: 10%;
}

.ci-cd-scale{
	width: 50%;
}

.center {
  margin: auto;
  border: 3px solid green;
  padding: 10px;
}

.bold{
	font-weight: bold;
}


.header-margin{
	margin-bottom: 2vh;
}

.intro-text{
	text-align: left;
}

@import url(//db.onlinewebfonts.com/c/9e23421978544d8e00a00eb47740d280?family=High+Tower+Text);

@font-face {font-family: "High Tower Text"; src: url("//db.onlinewebfonts.com/t/9e23421978544d8e00a00eb47740d280.eot"); src: url("//db.onlinewebfonts.com/t/9e23421978544d8e00a00eb47740d280.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/9e23421978544d8e00a00eb47740d280.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/9e23421978544d8e00a00eb47740d280.woff") format("woff"), url("//db.onlinewebfonts.com/t/9e23421978544d8e00a00eb47740d280.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/9e23421978544d8e00a00eb47740d280.svg#High Tower Text") format("svg"); }