body{
  font-family: 'Noto Sans', sans-serif;
  margin:0;
  padding:0;

}

button{
  cursor: pointer;
}

button:hover { background: #2f435e; }

a {
    text-decoration: none;
    color: white;
}

#topDiv{
  width: 100%;
}

.box{
  float: left;
  text-align: center;
  width: 33.33%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.box1{
  float: left;
  text-align: center;
  width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.spacer{
  height: 100px;
  background: transparent !important;
  height:70px;
  font-weight:bold;
  font-size:40px !important;
  text-shadow: 5px 5px 3px black;
  color:white;
}

#pageName{
  height: 100px;
  height:70px;
  font-weight:;
  font-size:40px;
  text-shadow: 5px 5px 3px black;
  color:white;
}

#pageName span{
  margin: 0;
  padding-left: 70px;

}

#size{
  color: green;
  font-weight: bold;
}

.boxContainer{
  width: 100%;
  content: "";
  clear: both;
  display: table;

}

#middle{
  width: 282px;
  height: 323px;
}

#left{
  width: 200px;
  height: 323px;
}

#right{
  width: 282px;
  height: 323px;
}
h4{
  font-size: 13pt;
  font-weight: normal;
  margin: 0;
}

.button {
    background-color: #44566c;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px;
    border: 1px solid #000000;
    box-sizing: border-box;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;
}
.button:hover{
  cursor: pointer;
}
#nextButton{
  padding-left: 40px;
  padding-right: 40px;
}

/* arrow buttons */
.arrow-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  float: right;
  padding-right: 40%;
  border-left: 30px solid #e7e7e7;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  float: left;
  padding-left: 40%;
  border-right:30px solid #e7e7e7;
}

.outfitdoesfitPics {
  width = 100%;
  height = 110vh;
}


/*Background and Div */
  .background-image {
    position: fixed;
    left: 0;
    right: 0;
    background-image: url(../images/background/clothingbg3.jpg);
    background-size: cover;
    z-index: -1;
    filter: blur(1px);
    width:100%;
    height:100%;
 }
  #main-cont{
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    border-radius: 30px;
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.25);
    padding:35px;
    background:white;
  }
#login-background-image{
    position: fixed;
    left: 0;
    right: 0;
    background-image: url(../images/background/clothingbg3.jpg);
    background-size: cover;
    z-index: -1;
    filter: blur(3px);
    width:100%;
    height:100%;
  }
