@font-face {
  font-family: 'MyWebFont';
 
src: url('http://mswf.ca/fonts/D3Biscuitism.ttf')  format('truetype');
 
}

.sitehead {
	font-family: 'MyWebFont', Fallback, sans-serif;
	padding:5px;
	font-size:60px;
	font-weight: bold;
	color: red;
	text-shadow: 9px 9px 9px BLUE;
	
}

.search  {
	border-collapse: collapse;
	border: 0px solid gray;
	padding: 5px;
	font-size:25px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.dlist  {
	cursor: pointer;
	border-collapse: collapse;
	border: 1px solid black;
	margin: 0px;
	font-size:14px;
	color: black;
	padding: 5px;

}

input {
	border-collapse: collapse;
	border: 0px solid gray;
	padding: 5px;
	font-size:30px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	background-color : #8adeeb; 
}

td {
	border-collapse: collapse;
	border: 0px solid gray;
	padding: 5px;
	font-size:20px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	background-color : white; 
}

.menu {
    /*width: 500px;*/
    height: 50px;
	padding: 5px;
	font-size:30px;
	color: #4C9CF1;
	text-decoration: none;
	font-weight: bold;

}

button {
    width: 500px;
    height: 50px;
	padding: 5px;
	font-size:30px;
	color: #4C9CF1;
	text-decoration: none;
	font-weight: bold;

}

#container{
	border: 5px green solid;
	padding: 0px;
}

.dphoto:hover {
  transform: scale(3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
/*
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px)
 {
	#img1 , #img2 , #container {
        width: 100%;
        height: auto;
	}
	
	.menu , button {
    width: 90%;
    height: 50px;
	padding: 5px;
	font-size:30px;
	color: #4C9CF1;
	text-decoration: none;
	font-weight: bold;

}

	
	
}
*/
