.largeHeading h1{
    font-size: 48px;
    line-height: normal;
    color: white;
  	font-weight: 400;
  	letter-spacing:28px;
  	word-spacing:3px;
}

.largeHeadingWhite h1{
    font-size: 83px;
    line-height: normal;
    color: white;
  	font-weight: 700;
  	letter-spacing:2px;
}

.largeHeadingWhiteBig h1{
    font-size: 154px;
    line-height: normal;
    color: white;
  	font-weight: 700;
  	letter-spacing:2px;
}

.largeHeadingWhite2 h1{
    font-size: 72px;
    line-height: normal;
    color: white;
  	font-weight: 700;
  	letter-spacing:2px;
}

.largeHeadingBlack h1{
    font-size: 36px;
    line-height: normal;
    color: black;
  	font-weight: 400;
  	letter-spacing:28px;
  	word-spacing:3px;
}

.mediumHeadingWhite h2{
    font-size: 32px;
    line-height: normal;
    color: white;
  	font-weight: 400;
  	letter-spacing:2px;
  	word-spacing:-5px;
}
.mediumHeadingBlack h2{
    font-size: 32px;
    line-height: normal;
    color: black;
  	font-weight: 400;
  	letter-spacing:2px;
  	word-spacing:-5px;
}

.shopHeadingLarge h1 {
    font-size: 46px;
    line-height: normal;
    color: #000;
  	font-weight: 700;
  	letter-spacing:8px;
  	word-spacing:4px;
  	 text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
}

.shopHeadingLargeWhite h1 {
    font-size: 46px;
    line-height: normal;
    color: #fff;
  	font-weight: 700;
  	letter-spacing:8px;
  	word-spacing:4px;
  	 text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
}


.shopHeadingSmall h2 {
    font-size: 20px;
    line-height: normal;
    color: #AEAEAE;
  	font-weight: 300;
  	letter-spacing:4px;
  	word-spacing:-5px;
}

.shopHeadingSmallWhite h2 {
    font-size: 20px;
    line-height: normal;
    color: #fff;
  	font-weight: 300;
  	letter-spacing:4px;
  	word-spacing:-5px;
}

.smallHeading h1{
    font-size: 18px;
    line-height: normal;
    color: white;
  	font-weight: 300;
  	letter-spacing:14px;
  	word-spacing:2px;
}

.smallHeadingBlack h1{
    font-size: 18px;
    line-height: normal;
    color: black;
  	font-weight: 400;
  	letter-spacing:14px;
  	word-spacing:2px;
}

.detailText p {
    font-size: 16px;
    line-height: normal;
    color: white;
  	font-weight: 300;
  	line-height: 30px;
    letter-spacing: 6px;
}

.detailTextBlack p{
    font-size: 18px;
    line-height: normal;
    color: black;
  	font-weight: 300;
  	line-height: 30px;
}