@charset "UTF-8";
body {
    background-color: #222222;
    font-family: 'Roboto', sans-serif;
}
.band-hero {
    margin-top: 20px;
    padding-bottom: 30px;
}
.image {
  display: block;
  width: 100%;
  height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.box1 {
  background-color: #BB4FBD;
}

.box2 {
  background-color: #45D1F5;
}

.box3 {
  background-color: #78C722;
}

.box4 {
  background-color: #F19F3D;
}

.overlay {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 0;
  height: 94%;
  transition: .5s ease;
}

.container:hover .overlay {
  width: 95%;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 30px;
    z-index: 1030;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bg-dark {
  background-color: #222222 !important;
}
.navbar {
}
.navbar-brand {
    padding-left: 0;
    padding-right: 50px;
 }
.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}
.nav-link {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff !important;
    font-weight: 300;
}
.nav-link:hover {
    background-color: #45D1F5;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    color: #fff;
}
.navbar-nav.mr-auto ul li {
    background-color: rgba(39,39,39,0.80)
}

.dropdown {
    background-color: #222222;
    color: #fff;
}
.dropdown-toggle {
    background-color: #222222;
    color: #fff;
}
.dropdown-item {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff !important;
    font-weight: 300;
    background-color: #222222;
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom: thin solid #fff;
}
.dropdown-item:hover {
    background-color: #45D1F5;
    color: #fff;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-menu {
    background-color: #222222;
    color: #fff;
}
a {
  color: #45D1F5;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #45D1F5;
  text-decoration: none;
}


#showcase h1 {
    font-size: 50px;
    line-height: 50px;
    position: relative;
    animation: heading;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes heading {
    0% {top: -130px}
    100% {top: 0px}
    0% {opacity: 0}
    100% {opacity: 1}
}

.band-title {
    padding-top: 130px;
    padding-bottom: 35px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 140%;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
}
h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 48px;
    line-height: 130%;
    font-weight: 300;
    color: #45D1F5;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 20px;
}
.band-intro {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #333333;
}
.band-intro-white-bg {
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #ffffff;
}
.band-intro-grey-bg {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #E8E8E8;
}
.band-dark-pattern {
    background-image: url(images/background-dark-pattern.jpg);
    background-size: cover;
    background-color: #333333;
    padding-top: 30px;
    padding-bottom: 30px;
}
.band-intro-logos {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #444444;
}
.intro {
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 135%;
    text-align: center;
    color: #FFFFFF;
}
.bullets {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 130%;
    padding-top: 5px;
    padding-bottom: 6px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #444444;
    margin-bottom: 7px;
}
.multi-box {
    background-color: #45D1F5;
    padding-top: 15px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 15px;
}
.multi-heading {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
}


.btn-info {
    font-size: 13px;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #444444;
    border-width: 0;
    border-color: #444444;
    width: 100%;
    margin-bottom: 8px;
}
.btn-info:hover {
  color: #fff;
  background-color: #45d1f5;
  border-color: #45d1f5;
}
.btn {
  color: #ffffff;
  padding: 0.3rem 0.675rem;
}
.btn-primary {
    font-size: 13px;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
  color: #fff;
  background-color: #007dc3;
  border-color: #007dc3;
    margin-top: 15px;
    margin-bottom: 6px;
}
.btn-primary:hover {
  color: #fff;
  background-color: #555555;
  border-color: #555555;
}
.btn-primary-tcbs {
    background-color: #831F82;
    border-color: #831F82;
    text-align: center;
}
.btn-primary-tcbs:hover {
  color: #fff;
  background-color: #3fa535;
  border-color: #3fa535;
}

.btn-primary-no-margin {
    font-size: 13px;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
  color: #fff;
  background-color: #007dc3;
  border-color: #007dc3;
    margin-top: 0;
    margin-bottom: 6px;
}
.align-centre {
    text-align: center;
}
.align-right {
    text-align: right;
}

.footer {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px;
    padding-top: 30px;
    padding-bottom: 25px;
    margin-top: 10px;
    color: #FFFFFF;
}
.footer a:link {
    color: #45D1F5;
}

.footer-cw-logo {
    padding-top: 10px;
    text-align: center;
}
.space-around-img {
    padding: 10px;
    text-align: center;
}
.gallery {
}
.card {
    background-color: #222222;
    text-align: center;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border: thin solid #FFFFFF;
    margin-bottom: 20px;
    margin-top: 10px;
  border-radius: 0;
}
.card-img-top {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
    background-color: #ffffff;
}
.card-body {
    padding-top: 5px;
    padding-bottom: 15px;
}
.band-carousel {
    width: 100%;
    background-color: #ffffff;
}
.carousel {
  margin-bottom: 45px;
  margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
}
.carousel-item {
    background-color: #ffffff;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #831f82;
}
.banners-align-centre {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.band-flip-cards {
    padding-top: 30px;
    padding-bottom: 30px;
    align-text: center;
}
.flipcontainer {
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.card-one {
    position: relative;
    display: inline-block;
    width: 230px;
    height: 230px;
    margin-top: 15px;
    margin-bottom: 15px;
    transform-style: preserve-3d;
    transition: all 0.6s ease;
}

.card-one:hover {
    transform: rotateY(180deg);
}
.card-two {
    position: relative;
    display: inline-block;
    width: 230px;
    height: 230px;
    margin-top: 15px;
    margin-bottom: 15px;
    transform-style: preserve-3d;
    transition: all 0.6s ease;
}

.card-two:hover {
    transform: rotateY(180deg);
}

.card-three {
    position: relative;
    display: inline-block;
    width: 230px;
    height: 230px;
    margin-top: 15px;
    margin-bottom: 15px;
    transform-style: preserve-3d;
    transition: all 0.6s ease;
}

.card-three:hover {
    transform: rotateY(180deg);
}

.card-four {
    position: relative;
    display: inline-block;
    width: 230px;
    height: 230px;
    margin-top: 15px;
    margin-bottom: 15px;
    transform-style: preserve-3d;
    transition: all 0.6s ease;
}

.card-four:hover {
    transform: rotateY(180deg);
}


.cardfront1 {
    display: inline-block;
    position: absolute;
    width: 230px;
    height: 230px;
    backface-visibility: hidden;
    color: #ffffff;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding: 15px;
}
.cardback1 {
    display: inline-block;
    position: relative;
    width: 230px;
    height: 230px;
    backface-visibility: hidden;
    color: #ffffff;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 130%;
    font-weight: 900;
    padding: 10px;
    transform: rotateY(180deg);
}

.cardfront2 {
    display: inline-block;
    position: absolute;
    width: 230px;
    height: 230px;
    backface-visibility: hidden;
    color: #ffffff;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding: 15px;
}
.cardback2 {
    display: inline-block;
    width: 230px;
    height: 230px;
    backface-visibility: hidden;
    color: #ffffff;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 130%;
    font-weight: 900;
    padding: 15px;
    transform: rotateY(180deg);
}

.cardfront3 {
    display: inline-block;
    position: absolute;
    width: 230px;
    height: 230px;
    backface-visibility: hidden;
    color: #ffffff;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding: 15px;
}
.cardback3 {
    display: inline-block;
    width: 230px;
    height: 230px;
    backface-visibility: hidden;
    color: #ffffff;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 130%;
    font-weight: 900;
    padding: 15px;
    transform: rotateY(180deg);
}

.cardfront4 {
    display: inline-block;
    position: absolute;
    width: 230px;
    height: 230px;
    backface-visibility: hidden;
    color: #ffffff;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding: 15px;
}
.cardback4 {
    display: inline-block;
    width: 230px;
    height: 230px;
    backface-visibility: hidden;
    color: #ffffff;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 130%;
    font-weight: 900;
    padding: 15px;
    transform: rotateY(180deg);
}
.tcbs-line {
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 135%;
    text-align: center;
    color: #831f82;
}
.tcbs-jewellery-design {
    text-align: center;
    color: #831F82;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 34px;
    line-height: 130%;
    padding-bottom: 10px;
}




/* mobile xs */

@media (max-width:369px){
.fixed-top {
    right: 0;
    left: 0;
 }
.navbar-brand {
    padding-left: 0;
    padding-right: 0px;
 }
.band-hero {
    margin-top: 10px;
    padding-bottom: 30px;
}
h1 {
    font-size: 36px;
}
.band-title {
    padding-top: 110px;
    padding-bottom: 15px;
}
#showcase h1 {
    font-size: 30px;
    line-height: 30px;
    position: relative;
    animation: heading;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
.text {
    font-size: 14px;
}
.intro {
    font-size: 17px;
}
.footer {
    text-align: center;
}
.overlay {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 0;
  height: 94%;
  transition: .5s ease;
}
.container:hover .overlay {
  width: 97%;
}
}



/* mobile sm */

@media (min-width:370px) and (max-width:575px){
.navbar-brand {
    padding-left: 0;
    padding-right: 0;
 }
.text {
    font-size: 16px;
}
h1 {
    font-size: 38px;
}
#showcase h1 {
    font-size: 35px;
    line-height: 35px;
}
.band-title {
    padding-top: 110px;
    padding-bottom: 0;
}
.intro {
    font-size: 18px;
}
}

/* mobile */

@media (min-width:576px) and (max-width:767px){
.text {
    font-size: 18px;
}
h1 {
    font-size: 38px;
}
#showcase h1 {
    font-size: 35px;
    line-height: 35px;
}
.band-title {
    padding-top: 110px;
    padding-bottom: 0;
}
.intro {
    font-size: 20px;
}
}

/* tablet md */

@media (min-width:768px) and (max-width:991px){
.text {
    font-size: 16px;
}
#showcase h1 {
    font-size: 44px;
    line-height: 35px;
}
.intro {
    font-size: 18px;
}
}
