
td {
	
	vertical-align:top;
}


body{
  
font-size: 14px; font-family: 'Poppins', serif; 
-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; 

  
}

button {
	
	width:300px;
	height:60px;
	border-radius:8px;
	background-color:#afa;
	font-size:18px;
	cursor:pointer;
}

.substrate {
	margin:auto;
	max-width:150px;	
}

.phil_crawshay {
margin: auto; 
max-width:300px;
}


@media (max-width: 768px) {
.phil_crawshay {
margin: auto; 
max-width:150px;
}
}


.imgcontainer {
	width:100%;
	background-color:#000;
	text-align:center;
	padding:5px;
}
	

main {
	margin:auto;
	max-width:1800px;
}

footer {
	margin:auto;
	max-width:1800px;
}

.otherimg {
  max-width: 100%;
  height: auto;
  border:2px solid;
}

.mainimg {
  max-width: 100%;
  height: auto;
  
box-shadow: 7px 7px 7px -8px rgba(0,0,0,0.69);
border-radius: 8px;
border: 2px solid white;
}

