﻿/* video wrapper script starts */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* video wrapper script ends */


.plattertorquingaqua {
	background-color: aqua;
}


.plattertorquingred {
	background-color: red;
}


.plattertorquinggreen {
	background-color: green;
}


.plattertorquingorange {
	background-color: orange;
}


.plattertorquingimage {
	background-image: url(../images/let-platter-do-torquing.jpg);
}


.greyarea {
	background-color: #F8F8F8;
}


.footerarea {
	background-color: #353a40;
}

.footerstuff {
	colour: #a09ea3;
}

.movie {
    max-width: 100%;
}

.firetitle {
	font-family: 'Open Sans', sans-serif; 
  margin: 0;
  font-size: 2rem;
  line-height: 1.4;
  color: #212529;
  text-align: left;
	font-weight: 600;
}

.firebody {
	font-family: 'Open Sans', sans-serif;
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  color: #212529;
  text-align: left;
		font-weight: 300;

}

.firebody a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.firebody a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.firebody-video-text {
	font-family: 'Open Sans', sans-serif;
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  color: #212529;
  text-align: left;
	font-weight: 300;
	font-style: italic;
}

.firetitle-white {
	font-family: 'Open Sans', sans-serif; 
  margin: 0;
  font-size: 2rem;
  line-height: 1.4;
  color: #FFF;
  text-align: left;
	font-weight: 600;
}

.firebody-white {
	font-family: 'Open Sans', sans-serif;
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  color: #FFF;
  text-align: left;
		font-weight: 300;
}

.firebody-white a {
  color: #CCC;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.firebody-white a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.firebody-white ul li {
  color: #FFF;
}


.firebody-white-video-text {
	font-family: 'Open Sans', sans-serif;
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  color: #FFF;
  text-align: left;
	font-weight: 300;
	font-style: italic;
}

.halfgrey {
	background-color: #8b8b8b;
	padding: 0;
	margin: 0;
	border: 0;
}

.firecontainer {
	padding: 0;
	margin: 0;
	border: 0;
}



.quoteblock {
	font-family: 'Lora', serif; 
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFF;
}






/* lightbox code starts */
#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
	position: absolute;
    top: -15px;
    right: -55px;
    z-index:1032;
}
/* lightbox code ends */
