/******************************************
/* CSS
/*******************************************/

/* Box Model Hack */
*{
  box-sizing: border-box;
}

/******************************************
/* LAYOUT
/*******************************************/

body {
  margin: 5% 20% 30% 20%;
  background-color: gray;
  background-image: url('../img/BG.jpg');
  background-size:cover;
}
main {
  
}
fieldset {
  background-image: url('../img/NormalMonNameField.png');
  /* background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%; */
}
.mainField {
  background-image: url('../img/NormalMonTextField.png');
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: 100% 100%;
}
h5 {
  text-align: center;
  font-size: x-large;
}
h6 {
  text-align: center;
  font-size: large;
  align-content: center;
}

/******************************************
/* ADDITIONAL STYLES
/*******************************************/
@media screen and (min-width: 856px) and (max-width: 1024px) { 
    .menu-list .menu-list-items { 
        padding: 0.5rem 0.3rem; 
    }
    body {
      background-image: url('../img/BG2.jpg');
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: 100% 100%;
    } 
} 