@charset "UTF-8";
* , *::before , *::after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#container {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: #FFFFFF;
}
#header {
    width: 980px;
    margin-left: 0px;
    background-image: url(Assets/Graphics/headerBack.png);
    background-repeat: no-repeat;
    padding-bottom: 10px;
}
/*This image is 100% my own*/
header img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 230px;
    height: 260px;
    padding-top: 10px;
}
/*This image is 100% my own*/
header h1 {
    font-family: Passion One;
    font-size: 3rem;
    text-align: center;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    color: #F702CF;
    margin-top: -5px;
}
header h2 {
    font-size: 1.5rem;
    color: #0487D9;
    text-align: center;
    margin-top: -41px;
    font-family: Gorditas;
    font-style: normal;
    font-weight: 400;
}
#topNav ul {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 133px;
    margin-bottom: 10px;
    margin-left: 0px;
    list-style-type: none;
    text-align: right;
}
#topNav ul li {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    display: inline-block;
    padding-left: 35px;
    border-radius: 19px;
    /* [disabled]border-color: #0487D9; */
    /* [disabled]background-color: rgba(4,135,217,0.46); */
    padding-right: 35px;
    font-size: 1.5rem;
    font-family: Solway;
    font-weight: bold;
}
h1  {
    margin-left: 70px;
    margin-bottom: 30px;
    margin-right: 70px;
    font-family: Gorditas;
    color: #330099;
}
h2 {
    font-family: Gorditas;
    font-size: 1.5rem;
    color: #0487D9;
    font-style: normal;
    font-weight: lighter;
}
h3 {
    text-align: left;
    color: #290143;
    font-family: Gorditas;
}
a:link ,a:visited{
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    color: #F702CF;
}
a:hover ,a:active {
    color: #F702CF;
}
a {
    text-decoration: none;
    text-align: right;
}
body {
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    padding-bottom: 0px;
    background-image: url(Assets/Graphics/FF-background.png);
}
main {
    padding-left: 0px;
    padding-bottom: 28px;
    padding-top: 0px;
    -webkit-box-shadow: inset 0px 0px 32px 4px #290143;
    box-shadow: inset 0px 0px 32px 4px #290143;
}
main p {
    margin-left: 70px;
    margin-right: 70px;
}
#designer  {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    padding-bottom: 11px;
    padding-top: 5px;
}
#designer img {
    width: 400px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 226px;
    -webkit-box-shadow: 0px 0px 26px 10px #260F3C;
    box-shadow: 0px 0px 26px 10px #260F3C;
    display: block;
}
#designer p {
    margin-left: 70px;
    margin-right: 70px;
    font-size: 1.3rem;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 30px;
    font-weight: normal;
    line-height: 27px;
}
#cuttingVectors {
    margin-left: 70px;
    margin-right: 70px;
}
#productBox {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
}
#customBox {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
}
#customVectors {
    margin-left: 70px;
    margin-right: 70px;
}
.customDetail img {
    /* [disabled]margin-left: auto; */
    /* [disabled]margin-right: auto; */
}
.customDetail p {
    width: 200px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
footer {
    margin-top: 30px;
}
footer h1 {
    color: #F702CF;
    font-family: Passion One;
    font-size: 3rem;
    text-align: center;
}
#footerNav ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
}
#footerNav ul li {
    display: border-box;
    font-family: Solway;
    text-align: center;
    font-size: 1.5rem;
    color: #330099;
}


button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1rem;
    color: #290C43;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Solway;
}

button.big-button {
    padding: 1em 2em;
    border: 2px  #000000;
    border-radius: 1em;
    background: #F702CF;
    transform-style: preserve-3d;
    transition: all 175ms cubic-bezier(0, 0, 1, 1);
}
button.big-button::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #330099;
    border-radius: inherit;
    box-shadow: 0 0 0 2px var #0303AE,0 0.75em 0 0 var #333399;
    transform: translate3d(0, 0.75em, -1em);
    transition: all 175ms cubic-bezier(0, 0, 1, 1);
    -webkit-box-shadow: 0 0 0 2px var #0303AE,0 0.75em 0 0 var #333399;
}

button.big-button:hover {
  background: #F8F8F8;
  transform: translate(0, 0.375em);
}

button.big-button:hover::before {
  transform: translate3d(0, 0.75em, -1em);
}

button.big-button:active {
  transform: translate(0em, 0.75em);
}

button.big-button:active::before {
  transform: translate3d(0, 0, -1em);

  box-shadow: 0 0 0 2px var #002533, 0 0.25em 0 0 var #002533;
}

.WordLegnth {
    padding-right: 70px;
    padding-left: 35px;
    margin-right: 100px;
}
#enter {
    text-align: center;
    padding-bottom: 11px;
}
#border {
    padding-top: 23px;
}
