:root {
  --darkpurple: #9412cd;
  --lightpurple: #EBC6FF;
  --midpurple: #d797f3;
}


@font-face {
	font-family: 'Lato';
        src: url('fonts/Lato-Regular.ttf') format('truetype');
font-style: normal;
}

html {
	max-width:100vw;
	overflow-x: hidden;
}

body {
	font-family: Lato;
	background-color: var( --lightpurple);
}

h1 {
	font-size: 1.25rem;
	text-transform: uppercase;
	color: #9412cd;
	font-weight: bold;
}

h2 {
	font-size: 1.2rem;
    color: var(--darkpurple);
    font-weight: bold;
    text-transform: uppercase;
}

h3 {
	font-size: 1.1rem;
	 color: var(--darkpurple);
	 font-weight: bold;
	 text-transform: uppercase;
}

.portfolioitem {
	background-color: white;
    padding: 1rem;
    border-radius: 10px;
	margin-bottom: 1rem;
}

.sociallinksbox {
	background-color: white;
    padding: 1rem;
    border-radius: 10px;
	margin-bottom: 1rem;
	min-height:12vh;
}

.enqform {
	background-color: var(--midpurple);
    padding: 1rem;
    border-radius: 10px;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	color:white;
}

.enqform h3 {
	color: white;
}

.tbr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 10px;
}

.g-recaptcha {
        display: inline-block;
		margin-bottom: 1rem;
}
	
.submitbtn {
    background-color: var(--lightpurple);
    font-size: 1.2rem;
    border: none;
    width: 50vw;
	color:black;
}

.embed-responsive-item {
    width: 100%;
    height: 25vh;
}

.call-to-action {
    background-color: #9412cd;
    color: white;
    border-radius: 10px;
    padding: 1em;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border:none;
	}

.navbar-toggler {
		border:none;
		color: #9412cd;
}
	
a i.fa.fa-paper-plane {
    padding-right:5px;
}
	
a i.fa.fa-phone {
    padding-right:5px;
}

img.d-inline-block.align-text-top {
    padding-right: 10px;
}
	
.tp-caption.bottom-label {
     bottom: 5.5vh;
    position: relative;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    line-height: 5vh;
    padding-bottom: 0.8vh;
    color: white;
    font-weight: 500;
    font-size: 0.8rem;
	text-align:center;
	font-size: 1rem;
}

a.captionlink {
	color:white;
	text-decoration:none;

}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.material-symbols-outlinedfill {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.center {
	text-align:center;
}

.copyright {
	font-size:0.75rem;
	text-align:center;
	margin-bottom:5vh;
}

.homelanding {
	margin-top: 6vh;
	position: relative;
	margin-bottom: -4vh;
}
.heroimg {
	position:absolute;
	width:100vw;	
	opacity:1;
	transition: opacity 2s;
	
}

.ontop {
	z-index:1;
}

.sociallinks {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
	font-size: 1.5rem;
    margin-bottom: 1rem;
	color: var(--darkpurple);
}

.sociallinks a {
	color: var(--darkpurple);
	font-size:40px;
	padding:20px;
}

.internallinks {
text-align:center;	
}


.testimonial {
background-color: var( --darkpurple);
    border-radius: 20px;
    margin-bottom: 1em;
    padding: 5px 15px;
    color: white;
}

.blockquote {
    padding: 6px 16px;
    border: none;
    quotes: "\201C" "\201D";
    display: inline-block;
    position: relative;
	margin-bottom: 0.5rem;
	font-size: 1rem;
}

.blockquote:before {
    content: open-quote;
    font-weight: bold;
    position:absolute;
    top:0;
    left: 0;
} 

.blockquote:after { 
    content: close-quote;
    font-weight: bold;
    position:absolute;
    bottom:0; right: 0;
}

.portfolioimg {
	position: relative;
}

.portfolio-title {
    color: var(--darkpurple);
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 0.8rem;
}

.thumb-info-title {
	position: absolute;
    top: 0px;
    background-color: white;
	color: var(--darkpurple);
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;  
    padding-left: 0.75em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.colimg {
	width: 100%;
	border-radius:10px;
}

.coltext {
    margin-top: 1rem;
    color: black;
    font-weight: normal;	
}

.fullw {
	width:100%;
}

.logo {
	max-width:25vw;
	margin-bottom: 1rem;
}

.venuelistitem {
	font-size:0.75rem;
	list-style: none;
	color: var(--darkpurple)
}

.footermenu {
	position: fixed;
    display: flex;
    background-color: var(--darkpurple);
	border-top: 2px solid white;
    bottom: 0;
    width: 100vw;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-around;
    align-items: center;
}

.footmenubtn a {
    color: white;
    font-size: 1.5em;
}

ul.wbm {
    list-style-type: none;
	padding-left: 0;
}

ul.wbm li {
	padding-top:1rem;
}

ul.wbm li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
	padding-right:0.5rem;
	color: #9412cd;
}

.blockquote::before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	
}

.blockquote::after {
	content: "\f10e";
	font-family: "Font Awesome 5 Free";
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin-left: auto; 
  margin-right: auto;
  margin-top:10vh;
  margin-bottom:5vh;
}
 
 .intlink {
    	text-align: center;
	background-color: var(--darkpurple);
	color:white;
    text-align: center;
    margin-right: 6vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
	padding: 10px;
	border-radius:10px;
    /* max-width: 80px; */
    /* min-height: 80px; */
    display: inline-flex;
    /* padding: 4vw; */
    flex-wrap: wrap;
    /* align-content: center; */
    justify-content: center; 
 }
 
.intlink a {
	text-decoration: none;
	color: white;
}

.logorow {
	margin-top:2vh;
}

.price {
	position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 5em;
    text-align: center;
    border-radius: 10px;
    background-color: var(--darkpurple);
    color: white;
    font-size: 2em;
}

@media screen and (max-width: 640px) {
  .gallery { grid-template-columns: repeat(2, 1fr); }
}
 

.gallery img {
  width: 100%;
  height: 200px;
  object-fit: cover; /* fill | contain | cover | scale-down */
  border: 1px solid #cdcdcd;
  cursor: pointer;
  border-radius: 10px;
}
 
.gallery img.full {
  position: fixed;
  top: 0; left: 0; z-index: 999;
  width: 100vw; height: 100vh;
  object-fit: contain; /* fill | contain | cover | scale-down */
  border: 0;
  background: rgba(0,0,0,0.8);
}

.gallery { overflow-x: hidden; }
.gallery img { transition: all 0.3s; }

.imgcont {
	position: relative;
}

.imgtag {
	background-color: rgba(255,255,255,0.8);
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: .6rem;
    width: 100%;
    text-align: center;
    border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

li.nav-item {
    text-transform: uppercase;
	color: #888;
}

.nav-link.active {
color: #9412cd!important;
font-weight: bold;
}

.topone {
	margin-top: 8vh;
}
}
