.summary {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-bottom: 5%;
}
#outfit_summary {
  margin: 0 auto;
}
#description {
  margin: 0 auto;
  font-size: 18pt;
}
#startButton {
  margin-top: 2vh;
  color: white;
  background-color: orange;
  font-size: 18pt;
}
#startButton:hover {
  background-color: blue;
}

/*Carousel CSS*/
section.Slider{
  margin:30px auto;
  padding:30px;
  position:relative;
  display:table;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

section.Slider:hover > img{
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity:1;
}

section.Slider img{
   pointer-events: none;
}

section.Slider > img{
  position:absolute;
  top:30px;
  z-index:1;
  transition:all .3s;
  filter: blur(1.8vw);
  -webkit-filter: blur(2vw);
  -moz-filter: blur(2vw); 
  -o-filter: blur(2vw); 
  -ms-filter: blur(2vw);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity:.5;
}

/*About Us*/
.aboutUs {
  height: 100%;
  width: 100%;
  margin: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
  background-color: lightskyblue;
}
#feature1 {
  text-align:center;
  margin: 0 auto;
  color: white;
  height: 100%;
  width: 50%;
  font-size: 18pt;
}

/*Nav Bar*/
nav {
  height: 80px;
  background-color: #2f435e;
  color: white;
  padding-top: 10px;
}
#navlogo {
  float: left;
  display: inline-block;
  padding: 0;
  height: 60px;
  margin:0;
  position: relative;
  top: 5px;
}
nav li{
  display: inline-block;
  float: right;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 5px;
  text-shadow: 2px 2px 1px black;
  font-size: 14pt;
}

#companyName {
  padding-left: 2%;
  font-size: 34pt;
  float: left;
  width: 330px;
  height: 53px;
  border: 0;
  padding: 0;
  padding-top: 5px;
  margin-left: 20px;
  text-shadow: 3px 3px 1px black;
  font-weight:bold;
}

nav ul {
float: right;
width: 60%;
margin: 0;
height: 60px;
}
nav li:hover { background: #2f435e; }
