body {
  background-color: #001133;
  font-family: Georgia, oswald-italic, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif, Arial;
  padding: 1vh;
}

a:link
{
	color:white;
}
a:visited
{
	color: white;
}
a:hover
{
	background-color: none;
	color:#001133;
	text-decoration: none;
}
#hello
{
	color: white;
	font-size: 111px;
	width: 19vw;
	height: 18vh;
	margin-top:15vh;
	margin-left:40vw;
}
#hello-col
{
	top:-2.5vh; 
}
#name
{
	position: relative;
	margin-left: 0.5vw;
	font-style: italic;
	color:white;
	top:1vh;
	font-size:17px;
	margin-left:40vw;
}
#about-resume-linkedin
{
	position: relative;
	margin-left:15vw;
	margin-top:7vh;
	width:75vw;
}
#left
{
	font-weight: bold;
}
.btn
{
	color:white;
	border-color: white;
}
.btn:hover
{
	background-color: white;
}
.modal-dialog
{
	top:50vh;
	color:#001133;
}
.modal-body
{
	height: 27vh;
	font-size: 13px;
}

@media (max-width: 576px) 
{
	#name-col
	{
		margin-top:-6vh !important;
		min-width: 105vw !important;
	}

	.colS
	{
		position: relative;
		left:-30vw;
		margin-top:-2vh;
	}

	.colSB
	{
		position: relative;
		left:-18vw;
		margin-top:3vh;
	}
	.cols
	{

		height: 50vh !important;
	}
	#left
	{
		width: 40% !important
	}



	
}
