body{
	color: #135786;
	font-size: 20px;
	background-color: rgba(255,255,255,0.5);
	font-family: "Lucida Console", "Courier New"; 
	background-image: url("../images/bg.jpg");
}


h1 {
	color: #784598;
	background-color: #e0e0e0;
	padding: 0px;
}

h3 {
    margin-bottom: 0px;
}


table{
	margin-left: 10px;
	border: 1px solid black;
}

th {
	margin-right: 30px;
	text-align: left;
}

table.job tr:nth-child(odd) {
	background-color: #784598;
	color:#000;
}
.margins{
	margin-left:5vw; 
	margin-right:5vw; 
}
@media (max-width: 600px) {
	.margins{
	margin-left:0vw; 
	margin-right:0vw; 
	}
	.navbar {
	margin-left:0vw; 
	margin-right:0vw; 	
	}
	body{
		font-size:15px;
	}
}

.link{
 color:orange;
}

.col {
	display: inline-flex;
	margin-left: 10px;
	border: 1px solid black;
	flex-direction: column;	
	flex-wrap: wrap;
	flex: 1 1 auto;
}

.navbar{
	margin-left:5vw; 
	margin-right:5vw;
	background-color:#e0e0e0;
	color:black;
	padding: 10px;
	font-size: 36px;
}


.school{
	font-weight:bold;
	background-color: #784598;
	color:#000;
}

a:link {
	color: orange;
	text-decoration: underline;
}

a:visited {
	color: orange;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

a:active {
	color: purple;
	text-decoration: none;
} 

