<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: .9em;
  line-height: 1.5;
}
p {
  padding: 8px 0;
}
#contact {
/*  border: 1px solid white;
height: 1.2em;
font-size: 1.2em;
font-weight: 500;*/
	margin-top: 15px;
}

#contact img {
	width: 40px;
}

/*#contact a:hover img {
  src: url("../images/ph-colour-y.png");
}*/

a, a:visited {
  color: white;
}
a:hover {
  color: yellowgreen;
}
h1 {
  font-weight: 700;
}
h2 {
  font-weight: 600;
}
h1, h2, h3 {
  padding: 20px 0;
}
.main, nav, .bottom, .banner p {
  margin: auto;
  width: 60%;
}
h3, ul, .servinfo {
  padding-left: 30px;
}
.servinfo {
  padding-bottom: 20px;
}
#epsul {
  padding-top: 20px;
}
header {
  background: black;
  width: 100%;
}
nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 20px 0;
  color: white;
}
svg {
  height: 60px;
  fill: white;
}
.bgimage {
  background: url("../images/PM5-2000-b.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vh;
  color: white;
    background-position: center;
}

/* Below are the styles for the Banner info. To change the ccolor of the text replace the info after the colon on the CSS rule "color:" with the new Hex code, i.e: #ff1100. You can find Hex codes in Photoshop or on the internet. Do not change the padding info. */ 

.banner p {
  padding: 20px 0;
  color: #ff1100;
  font-weight: 700;
  font-size: 1.3em;
}
.banner {
  text-align: center;
  background-color: #1d2a3b;
}



footer {
  background-color: black;
  padding: 20px 0;
  color: white;
}
address, #logo2 {
  vertical-align: top;
  width: 30%;
  /*	border: 1px solid #B3494B;*/
  display: inline-block;
}
address {
  font-style: normal;
}
#contactus {
  margin-bottom: 30px;
}
#interior {
  float: right;
  margin-left: 100px;
  margin-top: 25px;
}
#interior img {
  border-radius: 20px;
}
#contactus {
  margin-top: 60px;
}
#contactus h2 {
  margin-bottom: -20px;
}
@media screen and (max-width:800px) {
  address, #logo2 {
    margin: 25px 0;
    width: 100%;
    display: block;
  }
  #interior {
    width: 50%;
    margin: 20px 150px 20px 0;
  }
  .bgimage {
    background: url("../images/PM5-2000.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60vh;
    color: white;
	  background-position: -220px 0;
  }
	.main, nav, .bottom, .banner p {
  margin: auto;
  width: 80%;
}
}</pre></body></html>