 #head {
   background-color: rgba(173, 216, 230, .9);
   height: 100px;
   font-family: 'Indie Flower', cursive;
   font-size: 50px;
   position: fixed;
   width: 98%;
   left: 50%;
   margin-left: -49%;
   border-radius: 30px;
   margin-top: 5px;
   border: 10px solid rgba(173, 216, 230, .2);
   background-clip: padding-box;
   z-index: 100;
 }
.spacer div { z-index: 105;}
 
 #head a {
   cursor: pointer;
 }
 
 .spacer .topSection {
   background-color: rgba(210, 216, 250, .7);
   color: black;
   position: fixed;
   left: 50%;
   margin-left: -10%;
   width: 20%;
   top: 15px;
 }
 
 #logo {
   background-color: rgba(173, 216, 230, 1);
   border-radius: 30px;
   padding: 0 20px;
   display: block;
   float: left;
   margin-left: 50px;
   position: relative;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
 }
 
 #logo:hover {
   color: yellow;
   text-decoration: none;
 }
 
 #menu {
   float: right;
   position: relative;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   margin-right: 20px;
   font-size: 22px;
 }
 
 #menu a {
   background-color: gray;
   float: left;
   color: white;
   border: 2px solid black;
   padding: 4px;
 }
 
 #menu a:not(:first-child) {
   border-left: 1px;
 }
 
 #menu a:hover {
   background-color: green;
   text-decoration: none;
   font-weight: bold;
 }
 
 #home,
 #about,
 #portfolio,
 #contact {
   background: url(./Pics/UltaCircle.jpg) no-repeat center center fixed;
   background-size: cover;
   height: 500px;
   padding-top: 75px;
 }
 
 #about {
   background: url(./Pics/UltaCircle.jpg) no-repeat center center fixed;
   background-size: cover;
   height: 500px;
   margin: auto;
 }
 
 #about img {
   width: 200px;
   display: inline-block;
   border: 2px blue solid;
   box-shadow: 2px 5px 30px blue;
   float: right;
 }
 
 #about > div {
   width: 650px;
   margin: 0 auto;
 }
 
 #about > div > div {
   float: left;
   color: white;
   width: 400px;
   border: 2px white solid;
   padding: 15px;
   background-color: green;
 }
 
 #portfolio {
   background: url(./Pics/DiningBoarders.jpg) no-repeat center center fixed;
   background-size: cover;
   height: 500px;
 }
 
 #contact {
   background: url(./Pics/Wraps.jpg) no-repeat center center fixed;
   background-size: cover;
   height: 500px;
 }
 
 #menu a::after {
   display: block;
   content: attr(title);
   font-weight: bold;
   height: 1px;
   color: transparent;
   overflow: hidden;
   visibility: hidden;
 }
 
 #menu a:first-child {
   border-top-left-radius: 15px;
   border-bottom-left-radius: 15px;
   padding-left: 8px;
 }
 
 #menu a:last-child {
   border-top-right-radius: 15px;
   border-bottom-right-radius: 15px;
   padding-right: 8px;
 }
 
 .spacer {
   height: 115px;
   background-color: lightblue;
 }
 
 .spacer div {
   background-color: darkblue;
   font-size: 20px;
   font-family: 'Indie Flower', cursive;
   color: white;
   text-align: center;
   margin: 0 auto;
   border-radius: 20px;
   position: relative;
   margin-top: 25px;
   margin-left: -10%;
   left: 50%;
   width: 20%;
   top: 40px;
 }
 
 #homeTitle {
   border: 1px solid red;
   margin: auto;
   width: 60%;
   min-width: 500px;
   text-align: center;
   text-shadow: -3px 3px 5px rgba(200, 0, 100, 0.6);
   font-size: 40px;
   font-weight: bold;
   background-color: white;
   opacity: .7;
   border-radius: 30px;
 }
 
 #social {
   display: table;
   width: 50%;
   min-width: 500px;
   margin: 15px auto 0 auto;
 }
#social img {
  width: 40px;
  
}
 #social ul {
   display: table-row;
   border: 5px solid red;
   list-style: none;
 }
 
 #social ul li {
   display: table-cell;
   text-align: center;
   padding: 0 15px;
 }
 
 #social ul li a {
   display: block;
   border: 2px dotted blue;
   border-radius: 50px;
   background-color: #33FF00;
   padding: 20px 0;
   opacity: .7;
 }

#social ul li a:hover {
  opacity: .9;
}
#portfolio .projects {
  width: 65%;
  margin: 0 auto;
}
#portfolio .project {
  opacity: .6;
  width: 30%;
  float: left;
  background-color: silver;
  border: 3px green solid;
  border-radius: 15px;
  margin: 1%;
  text-align: center;
}
.project img {
  display: block;

  height: 100px;
  margin: 0 auto 5px auto;
}



#contact .contacts {
  width: 65%;
  margin: 0 auto;
}
#contact .contacts div {
  opacity: .6;
  width: 30%;
  float: left;
  background-color: silver;
  border: 3px green solid;
  border-radius: 15px;
  margin: 1%;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.contacts div img {
  display: block;
  width: 195px;
  --height: 100px;
  margin: 0 auto 5px auto;
}
