*{
	box-sizing: border-box;
}

body, html{
	margin: 0;
	padding: 0;
	font-family: "Nunito";
	display: table;
	height: 100%;
	width: 100%;
	background: url("../img/nurse.jpg") no-repeat center center fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.textbox{
	text-align: center;
	align-self: center;
	font-size: 25px;
	color: white;
	width: 50%;
	height: auto;
	background-color:rgba(0,104,112,0.8);
	border: 3px solid rgba(25,76,76,1);
	margin-left: 25%;
}

.responsivemail{
	text-align: center;
	align-self: center;
	font-size: 25px;
	color: white;
	width: 50%;
	height: auto;
	background-color:rgba(0,104,112,0.8);
	border: 3px solid rgba(25,76,76,1);
	margin-left: 25%;
}

.link-color{
	color: white;
}

.all{
	height: auto;
}

.container{
	width: 90%;
	margin: auto;
	position: relative;
	z-index: 999;
}

table
{
	border:3px solid rgba(25,76,76,1);
	border-collapse:collapse;
	font-size: 25px;
	margin:auto;
}

td, th
{
	border:1px solid rgba(25,76,76,1);
	padding: 5px;
	text-align: center;
	color: white;
}

th
{
	font-family:monospace;
	border:1px dotted rgba(25,76,76,1);
	padding:5px;
	background-color:rgba(0,95,112,1);
	color:#FFFFFF;
}

td 
{
	font-family:sans-serif;
	font-size:80%;
	border:1px solid rgba(25,76,76,1);
	padding:5px;
	background-color:rgba(0,104,112,1);
}

footer {
    display: table-row;
    justify-content: center;
    text-align: center;
    padding: 5px;
    background-color: rgba(0,104,112,0.8);
    color: #fff;
    height: 1px;
}

@media only screen and (max-width: 1250px){
	.map{
		width: 100%;
	}

	.textbox{
		width: 80%;
		margin-left: 10%;
	}

	.responsivemail{
		width: 100%;
		margin-left: 0%;
	}

	.link_color{
		text-decoration: none;
		color: white;
	}
}

