body{
     background-image:linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.1)),url('images/pcpartsBackground.jpg');
     background-size: cover;

   }

header {
  align-items: center;
  display: flex;
  margin: 2em;
  mix-blend-mode: exclusion;
  background: snow;
  margin: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

// IE 10 and 11
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    opacity: 0.8;
}
}
a { color: inherit; }

#logo,
nav {


  flex: 1;
}

nav ul {
  display: flex;
  justify-content: space-around;
}

nav li {
  list-style: none;
}
h2{
  /* height: 50px; */
  /* background:antiquewhite; */
  font-family: sans-serif;
  /* box-shadow: 10px 10px 8px 10px #888888; */
  /* border:inset; */
  text-align: center;
}
.about{
  border:inset;
     /* background-image:linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.1)),url('images/blueBackground.jpg'); */
     background:antiquewhite;
  /* height: 100px; */
  font-size: large;
  font-family: sans-serif;
  text-align: center;
  border-bottom: double;

  /* box-shadow: 10px 10px 8px 10px #888888; */


}
.card {
margin-top: 100px;
border:inset;
background:antiquewhite;
height: 350px;
font-family: sans-serif;
font-size: x-large;
text-align: center;
/* align-items: center; */
box-shadow: 10px 10px 8px 10px #888888;

}
.blurbHeader{
font-family: monospace;

}
#sonicblurb{
  text-align:justify;

  /* padding-bottom: 100px */

}
#phone{
/* margin-right: 250px; */
font-weight: bolder;
margin-right:190px;
font-family: sans-serif;
font-size: larger;
}
#info{
   font-weight: bolder;
    margin-right: 100px;
    font-size: larger;
    font-family: sans-serif;
}
.footer {
  align-items: center;
  display: flex;
  margin: 2em;
  mix-blend-mode: exclusion;
  background: snow;
  margin: 0;
  flex-shrink: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

// IE 10 and 11
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    opacity: 0.8;

}
}
