@charset "UTF-8";

/* CSS Document */

/* -------- CONTENTS -------- /

	01. HEAD/BODY
	02. CONTAINERS
	03. SECTIONS
	04. NAVIGATION
	05. MAIN
	06. TESTIMONIALS
	07. BUTTONS
	08. FILMS GRID
	09. CONTACT FORM
	10. FOOTER
	11. SOCIAL
	12. CHECKBOX
	13. VIDEO PLAYER
	14. BULLET POINTS
	15. STILLS GRID

/* -------- COLOUR PALLETT -------- /

	Eerie Black -
HEX #1F1F1F
RGBA 31, 31, 31, 1

	Davys Grey -
HEX #474747
RGBA 71, 71, 71, 1

	Saffron -
HEX #EFC034
RGBA (239, 192, 52, 1)

	Sand -
HEX #A69658
RGBA (166, 150, 88, 1)

	Tiger Flame -
HEX #F46036
RGBA (244, 96, 54, 1)

	Cultured -
HEX #F7F6F4
RGBA (247, 246, 244, 1)



/* --------	01. HEAD/BODY -------- */

head, body {
	margin:0;
	padding:0;
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: italic;
	font-size: 12px;
	text-transform: none;
	background-color: #1F1F1F;
	color: #F7F6F4;
	
}
horizontal-rule {
	color: #1F1F1F;
	position: relative;
	transform: translate(0%,0%);
	justify-content: center;
	margin: 0 auto;
	width: 50%;
  border: 0; 
  height: 2px;
}
a {
	color: #F46036;
	text-decoration: none;
}
a:hover {
	color: #474747;
	text-decoration: none;
	transition: 0.5s;
}
active {
	color: #F46036;
}

::selection {
  color: #F7F6F4;
  background-color: rgba(71, 71, 71, 1);
}

h1{
	font-size: 36px;
	font-weight: bolder;
}

/* --------	02. CONTAINERS -------- */

.container{
	z-index: 0;
	width: 100%;
}

.testimonials-container {
	width: 100%;
	height: 100%;
}

.map-container {
	width: 50%;
	height: 60vh;
	float: left;
}

.facts-container {
	width: 100%;
	height: 100%;
}

.me-container {
	width: 100%;
	height: 100%;
	margin-bottom: 50px;
	text-align: center;
}

@media (max-width: 1200px) { 
.container{
	z-index: 0;
	width: 100%;
}

.testimonials-container {
	width: 100%;
	height: 550px;
}

.map-container {
	width: 100%;
	height: 20%;
	float: left;
}

.facts-container {
	width: 100%;
	height: 100%;
}

.me-container {
	width: 100%;
	height: 100%;
}
}

@media (max-width: 640px) { 
.container{
	z-index: 0;
	width: 100%;
}

.testimonials-container {
	width: 100%;
	height: 750px;
}

.map-container {
	width: 100%;
	height: 20%;
	float: left;
}

.facts-container {
	width: 100%;
	height: 100%;
}

.me-container {
	width: 100%;
	height: 100%;
}
}

/* --------	03. SECTIONS -------- */

.about-section {
	width: 100%;
	height: 600px;
	background-color: rgba(31, 31, 31, 1);
}

.about-me-section {
	width: 100%;
	height: 100%;
	background-color: #1F1F1F;
	color: #F7F6F4;
}

.links-section {
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: #1F1F1F;
	color: #F7F6F4;
}

.contact-page-section {
	width: 100%;
	height: 100%;
	background: #1F1F1F;
	color: #F7F6F4;
  margin: auto;
}

.films-section {
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #1F1F1F;
	color: #F7F6F4;
	z-index: 20;
}

.stills-section {
	width: 100%;
	height: 100%;
	background-color: #1F1F1F;
	color: #F7F6F4;
}

.testimonials-section {
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: left;
	padding: 50px;
	width: 100%;
	height: 100%;
	color: #F7F6F4;
	background-image: url("../images/backgrounds/Ash-Bike.jpg");
	background-size: cover;
	background-attachment: fixed;
}

.facts-section {
	float: left;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: left;
	padding: 100px 50px;
	width: 33.3%;
	height: 100%;
	color: #F7F6F4;
}

.BTS-photo-01 {
	float: left;
	width: 100%;
	height: 500px;
	background-image: url("../images/backgrounds/imagecompressor/21PT_SLS_Ball_330-min.jpg");
	background-size: cover;
	background-position: 0px -150px;
	background-attachment: scroll;
}

.BTS-photo-02 {
	float: left;
	width: 100%;
	height: 500px;
	background-image: url("../images/backgrounds/imagecompressor/JRA08186-min.jpg");
	background-size: cover;
	background-position: 0px -200px;
	background-attachment: scroll;
}

.index-contact-section {
	float: left;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: left;
	width: 100%;
	height: 100%;
	color: #F7F6F4;
}

.info-section {
	padding: 20px 0px;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #F7F6F4;
}

.additional-info-section {
	padding: 50px 0px;
	font-weight: 300;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #F7F6F4;
	color: #1F1F1F;
}

.portfolio-buttons-section {
  width:100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 1200px) { 
.about-section {
	width: 100%;
	height: 100vh;
	background-color: rgba(31, 31, 31, 1);
}
	
.about-me-section {
	width: 100%;
	height: 100%;
	background-color: #1F1F1F;
	color: #F7F6F4;
}
	
.links-section {
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: #1F1F1F;
	color: #F7F6F4;
}
	
.contact-page-section {
	width: 100%;
	height: 100%;
	background-color: #1F1F1F;
	color: #F7F6F4;
}
	
.films-section {
	width: 100%;
	height: 100%;
	background-color: #1F1F1F;
	color: #F7F6F4;
	z-index: 20;
}
	
.stills-section {
	width: 100%;
	height: 100%;
	background-color: #1F1F1F;
	color: #F7F6F4;
}

.testimonials-section{
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: left;
	padding: 50px;
	width: 100%;
	height: 550px;
	color: #F7F6F4;
	background-image: url("../images/backgrounds/Ash-Bike.jpg");
	background-size: cover;
	background-attachment: fixed;
}

.facts-section{
	float: left;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: left;
	padding: 50px;
	width: 100%;
	height: 100%;
	color: #F7F6F4;
}

.BTS-photo-01{
	float: left;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: left;
	padding: 50px;
	width: 100%;
	height: 200px;
	background-position: -200px 0px;
	background-attachment: scroll;
}

.BTS-photo-02{
	float: left;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: left;
	padding: 50px;
	width: 100%;
	height: 200px;
	background-position: -200px 0px;
	background-attachment: scroll;
}

.index-contact-section {
	float: left;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: left;
	width: 100%;
	height: 100%;
	color: #F7F6F4;
}

.info-section {
	padding: 20px 0px;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #F7F6F4;
}

.additional-info-section {
	padding: 20px 20px;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #F7F6F4;
	color: #1F1F1F;
}

.portfolio-buttons-section {
  width:100%;
  display: flex;
  justify-content: center;
}
}

@media (max-width: 640px) { 
.about-section {
	width: 100%;
	height: 1100px;
	background-color: rgba(31, 31, 31, 1);
}
	
.about-me-section {
	width: 100%;
	height: 100%;
	background-color: #1F1F1F;
	color: #F7F6F4;
}
	
.links-section {
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: #1F1F1F;
	color: #F7F6F4;
}
	
.contact-page-section {
	width: 100%;
	height: 100%;
	background-color: #1F1F1F;
	color: #F7F6F4;
}
	
.films-section {
	width: 100%;
	height: 100%;
	background-color: #1F1F1F;
	color: #F7F6F4;
	z-index: 20;
}
	
.stills-section {
	width: 100%;
	height: 100%;
	background-color: #1F1F1F;
	color: #F7F6F4;
}

.testimonials-section{
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: left;
	padding: 50px;
	width: 100%;
	height: 750px;
	color: #F7F6F4;
	background-image: url("../images/backgrounds/Ash-Bike.jpg");
	background-position: -300px 0px; 
	background-size: cover;
	background-attachment: fixed;
}

.facts-section{
	float: left;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: left;
	padding: 50px;
	width: 100%;
	height: 100%;
	color: #F7F6F4;
}

.BTS-photo-01{
	float: left;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: left;
	padding: 50px;
	width: 100%;
	height: 150px;
	background-position: 0px -50px;
	background-attachment: scroll;
}

.BTS-photo-02{
	float: left;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: left;
	padding: 50px;
	width: 100%;
	height: 150px;
	background-position: 0px -50px;
	background-attachment: scroll;
}

.index-contact-section {
	width: 100%;
	height: 100%;
	color: #F7F6F4;
}

.info-section {
	padding: 20px 0px;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	height: 6vh;
	color: #F7F6F4;
}

.additional-info-section {
	padding: 20px 20px;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #F7F6F4;
	color: #1F1F1F;
}

.portfolio-buttons-section {
  width:100%;
  display: flex;
  justify-content: center;
}
}

/* -------- 04. NAVIGATION -------- */
* {
    box-sizing: border-box;
}

.nav {
    height: 50px;
    width: 100%;
    background-color: rgba(31, 31, 31, 0.9);
    position: fixed;
    z-index: 2000;
}

/* Nav header/logo */
.nav > .nav-header {
    display: inline;
}

.nav > .nav-header > .nav-title {
    display: inline-block;
    font-size: 22px;
    color: #F7F6F4;
    text-transform: uppercase;
    padding: 10px 10px 10px 20px;
}

/* Hamburger button (mobile) */
.nav > .nav-btn {
    display: none;
}

/* Nav links container */
.nav > .nav-links {
    display: inline;
    float: right;
    font-size: 22px;
}

/* Nav links */
.nav > .nav-links > a {
    display: inline-block;
    padding: 13px 10px;
    color: #F7F6F4;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 14px;
    transition: color 0.5s;
}

/* Hover effect */
.nav > .nav-links > a:hover {
    color: #F46036;
}

/* Active link */
.nav > .nav-links > a.current_dropdown {
    color: #F46036 !important;
}

/* Hide checkbox */
.nav > #nav-check {
    display: none;
}

/* ----- MOBILE ----- */
@media (max-width: 600px) {
    .nav > .nav-btn {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .nav > .nav-btn > label {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 13px;
    }

    .nav > .nav-btn > label:hover,
    .nav #nav-check:checked ~ .nav-btn > label {
        background-color: #F46036;
        transition: 0.5s;
    }

    .nav > .nav-btn > label > span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid #F7F6F4;
    }

    .nav > .nav-links {
        position: absolute;
        display: block;
        width: 100%;
        background-color: #1F1F1F;
        height: 0;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: 50px;
        left: 0;
    }

    .nav > .nav-links > a {
        display: block;
        width: 100%;
        font-size: 24px;
        transition: color 0.5s;
    }

    /* Toggle menu */
    .nav > #nav-check:not(:checked) ~ .nav-links {
        height: 0;
    }

    .nav > #nav-check:checked ~ .nav-links {
        height: calc(100vh - 50px);
        overflow-y: auto;
    }
}


/* --------	05. MAIN -------- */
.header {
	padding: 0px;
	width: 100%;
	background-image:linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url("../images/backgrounds/full_res/TAYLOR-MADE-013.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size:cover;
	height: 100vh;
}
.header-title {
	margin-left: 150px;	
	position: relative;
	top: 50%;
	transform: translate(0%,-50%);
	text-transform: uppercase;
	text-align: left;
	font-size: 100px;
	line-height: 100px;
	width: 500px;
	z-index: 200;
	color: #F7F6F4;
}
.header-subtitle {
	text-align: left;
	font-size: 24px;
	color: #F46036;
}
.about-section-title {
	font-size: 36px;
	font-weight: bolder;
}

.note {
	font-family: brother-1816-printed,sans-serif;
font-weight: 500;
font-style: normal;
	font-size: 12px;
}

.client-note {
	position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	font-size: 12px;
	padding-bottom: 20px;
}

.about-section-image {
	z-index: 1;
	background-image:url("../images/backgrounds/Self-Portraits-012.jpg");
	background-size: 100%;
	background-position: 0px -100px;
	float: left;
	width: 50%;
	height: 600px;
}

.about-section-body {
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: left;
	padding: 50px;
	float: left;
	width: 50%;
	height: 500px;
	color: #F7F6F4;
}

.about-me-body {
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: left;
	padding: 50px 0px;
	float: left;
	width: 50%;
	height: 100%;
	background-color: #1F1F1F;
	color: #F7F6F4;
}

.about-section-text {
	font-size: 18px;
	line-height: 30px;
	text-transform:none;
	width: 75%;
	padding-top: 20px;
}
.about-page-header {
    position: relative;           /* allows pseudo-element to sit behind */
    width: 100%;
    height: 50vh;                 /* adjust as needed */
    overflow: hidden;             /* ensures nothing spills */
}
.about-page-header::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url("../images/backgrounds/imagecompressor/WhatsApp Image 2024-09-12 at 15.12.59.jpeg");
    background-size: cover;
    background-position: 0px -150px;
	filter: grayscale(100%) brightness(30%) contrast(100%);
    z-index: 1;                    /* behind the text */
}
.links-page-header {
    position: relative;           /* allows pseudo-element to sit behind */
	display: flex;
	align-items: center;
	justify-content: center;
    width: 100%;
    height: 50vh;                 /* adjust as needed */
    overflow: hidden;             /* ensures nothing spills */
}
.links-page-header::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url("/images/backgrounds/imagecompressor/23SE_HD120_062-min.jpg");
    background-size: cover;
    background-position: 0px -550px;
	filter: grayscale(100%) brightness(30%) contrast(100%);
    z-index: 0;                    /* behind the text */
}
.wedding-details-page-header {
    position: relative;           /* allows pseudo-element to sit behind */
	display: flex;
	align-items: center;
	justify-content: center;
    width: 100%;
    height: 50vh;                 /* adjust as needed */
    overflow: hidden;             /* ensures nothing spills */
}
.wedding-details-page-header::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url(/images/backgrounds/Gary-&-Lori-119.jpg);
    background-size: cover;
    background-position: 0px -150px;
	filter: grayscale(100%) brightness(30%) contrast(100%);
    z-index: 0;                    /* behind the text */
}
.about-header-title {
    position: relative;           /* sits above pseudo-element */
    z-index: 2;
    color: #F46036;
    text-align: center;
    font-size: 100px;             /* adjust for responsive */
    text-transform: uppercase;
    line-height: 100px;
    width: 100%;
}

/* CONTACT PAGE HEADER - DESKTOP */
.contact-page-header {
    position: relative;       /* needed for pseudo-element */
    width: 100%;
    height: 50vh;             /* adjust as needed */
    overflow: hidden;
}

.contact-page-header::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url("../images/backgrounds/imagecompressor/My Website Portraits-006-min.jpg");
    background-size: cover;
    background-position: 0px -350px;  /* desktop position */
  filter: grayscale(100%) brightness(30%) contrast(100%);
    z-index: 1;                       /* behind text */
}

.contact-header-title {
	top: 40%;
    position: relative;
    z-index: 2;                        /* above pseudo-element */
    color: #F46036;
    text-align: center;
    font-size: 100px;
    text-transform: uppercase;
    line-height: 100px;
    width: 100%;
}

.films-page-header {
	padding: 50px;
	width: 100%;
	height: 50vh;
	background: url("../images/backgrounds/imagecompressor/23SE_EBW23_045-min.jpg");
	background-position: 0px -250px;
	background-size: cover;
	background-attachment: fixed;
}

.films-page-video-header {
    background-attachment: fixed;
  position:relative;    /* allows absolute video positioning */
  width: 100%;
  height: 50vh;          /* adjust as needed */
  overflow: hidden;      /* prevents video spilling outside */
}

.films-page-video-header .header-video {
    background-attachment: fixed;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: grayscale(100%) brightness(30%) contrast(100%);
}

.stills-page-header {
    position: relative;           /* allows pseudo-element to sit behind */
    width: 100%;
    height: 50vh;                 /* adjust as needed */
    overflow: hidden;             /* ensures nothing spills */
}

.stills-page-header::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url("../images/backgrounds/imagecompressor/SE - SUPRA - BJ70 XON - AIRPORT-1 copy.jpg");
    background-size: cover;
    background-position: 0px -250px;
	filter: grayscale(100%) brightness(30%) contrast(100%);
    z-index: 1;                    /* behind the text */
}

.about-header-title {
	color: #F46036;
	margin-right: 250px;
	position: relative;
	top: 40%;
	transform: translate(0,0);
	text-transform: uppercase;
	text-align: center;
	font-size: 100px;
	letter-spacing: 5px;
	line-height: 100px;
	width: 100%;
	z-index: 50;
}
.links-header-title {
    color: #F46036;
    text-transform: uppercase;
    text-align: center;
    font-size: 100px;
    letter-spacing: 5px;
    line-height: 1;
    width: 100%;
    z-index: 1;
}
.error-header-title {
    color: #F46036;
    text-transform: uppercase;
    text-align: center;
    font-size: 100px;
    letter-spacing: 5px;
    line-height: 1;
    width: 100%;
    z-index: 1;
}
.links-buttons {
	color: #F7F6F4;
	margin-right: 250px;
	position: relative;
	top: 20%;
	transform: translate(0,0);
	text-transform: uppercase;
	text-align: center;
	font-size: 100px;
	letter-spacing: 5px;
	line-height: 50px;
	width: 100%;
}
.about-me-text {
	font-family: brother-1816-printed,sans-serif;
	font-size: 16px;
	line-height: 30px;
	text-transform:none;
	width: 90%;
	padding-top: 20px;
}

.about-me-full {
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,-10%);
	text-align: left;
	padding: 0px 0px 0px 50px;
	float: left;
	width: 100%;
	color: #F7F6F4;
}

.about-me-image {
	width: 50%;
	float: left;
	padding: 50px 50px;
}

.me-circle {
	position: relative;
	width: 20%;
	padding: 50px 50px;
}

.facts-body {
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: left;
	padding: 50px;
	float: left;
	width: 100%;
	height: 500px;
	color: #1F1F1F;
}

.quotations {
	font-size: 24px;
	font-weight: bolder;
}

.testimonials {
	font-size: 18px;
	line-height: 30px;
	text-transform:none;
	width: 100%;
	padding-top: 25px;
	text-align: center;
}

.client-name {
	font-size: 24px;
	font-weight: bolder;
	text-transform: uppercase;
}

@media (max-width: 1200px) {
.header {
	padding: 50px;
	width: 100%;
	background-image:linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url("../images/backgrounds/full_res/TAYLOR-MADE-013.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size:cover;
	background-position: 0px, -200px;
	height: 100vh;
	color: #F7F6F4;
}
.header-title {
	margin-left: 10px;
	position: relative;
	top: 70%;
	transform: translate(0%,-90%);
	text-transform: uppercase;
	text-align: left;
	font-size: 100px;
	line-height: 100px;
	width:75%;
}

.header-subtitle {
	text-align: left;
	font-size: 20px;
	color: #F46036;
}
.about-section-title {
	font-size: 36px;
	font-weight: bolder;
}

.about-section-image {
	z-index: 1;
	background-image:url("../images/backgrounds/Self-Portraits-012.jpg");
	background-size: 100%;
  filter: grayscale(100%) brightness(30%) contrast(100%);
	float: left;
	width: 100%;
	height: 500px;
}

.about-section-body {
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: left;
	padding: 50px;
	float: left;
	width: 100%;
	height: 500px;
	color: #F7F6F4;
}
	
.about-me-body {
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: left;
	padding: 50px;
	float: left;
	width: 100%;
	height: 100%;
	background-color: #1F1F1F;
	color: #F7F6F4;
}

.about-section-text {
	font-size: 18px;
	line-height: 30px;
	text-transform:none;
	width: 100%;
	padding-top: 20px;
}
.about-page-header {
	padding: 50px;
	width: 100%;
	height: 30vh;
	background-position: 0px -50px;
}
.about-page-header::before {
        background-size: 150%;          /* mobile zoom */
        background-position: 50px 0px; /* mobile position */
}
.links-page-header {
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 30vh;
	background-position: 0px -150px;
}
.links-page-header::before {
        background-size: 100%;          /* mobile zoom */
        background-position: 0px 0px; /* mobile position */
}	
.wedding-details-page-header {
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 30vh;
	background-position: 0px -150px;
}
.wedding-details-page-header::before {
        background-size: 100%;          /* mobile zoom */
        background-position: 0px 0px; /* mobile position */
}	
	/* CONTACT PAGE HEADER - MOBILE */
.contact-page-header {
        height: 30vh;                  /* mobile height */
}

.contact-page-header::before {
        background-size: 110%;          /* zoomed slightly for mobile */
        background-position: 0px 0px;   /* adjust if needed */
}

.contact-header-title {
        font-size: 40px;                /* smaller text on mobile */
        line-height: 50px;
}

.films-page-header {
	padding: 50px;
	width: 100%;
	height: 30vh;
	background-position: 0px -150px;
	background-size: cover;
	background-attachment: fixed;
}
.films-page-video-header {
    background-attachment: fixed;
  position:relative;    /* allows absolute video positioning */
  width: 100%;
  height: 30vh;          /* adjust as needed */
  overflow: hidden;      /* prevents video spilling outside */
}

.films-page-video-header .header-video {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: grayscale(100%) brightness(30%) contrast(100%);
}
.stills-page-header {
	padding: 50px;
	width: 100%;
	height: 30vh;
	background-position: 0px -50px;
}
.stills-page-header::before {
        background-size: 150%;          /* mobile zoom */
        background-position: 50px 0px; /* mobile position */
}
.about-header-title {
	color: #F46036;
	margin-right: 250px;
	position: relative;
	top: 50%;
	transform: translate(0,100%);
	text-transform: uppercase;
	text-align: center;
	font-size: 100px;
	letter-spacing: 5px;
	line-height: 100px;
	width: 100%;
	z-index: 50;
}
.links-header-title {
	color: #F46036;
	top: 20%;
	transform: translate(0,100%);
	text-transform: uppercase;
	text-align: center;
	font-size: 100px;
	letter-spacing: 5px;
	line-height: 100px;
	width: 100%;
	z-index: 1;
}
.error-header-title {
	color: #F7F6F4;
	top: 100%;
	transform: translate(0,0);
	text-transform: uppercase;
	text-align: center;
	font-size: 100px;
	letter-spacing: 5px;
	line-height: 100px;
	width: 100%;
}
.links-buttons {
	color: #F7F6F4;
	margin-right: 250px;
	position: relative;
	top: 20%;
	transform: translate(0,100%);
	text-transform: uppercase;
	text-align: center;
	font-size: 100px;
	letter-spacing: 5px;
	line-height: 100px;
	width: 100%;
}
.about-me-text {
	font-size: 16px;
	line-height: 30px;
	text-transform:none;
	width: 100%;
	padding-top: 20px;
}

.about-me-full {
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: left;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
	color: #F7F6F4;
}

.about-me-image {
	width: 100%;
	float: left;
	padding: 50px 50px 0px 50px;
}

.me-circle {
	position: relative;
	width: 100%;
	padding: 50px 50px 0px 50px;
}

.about-me {
	font-weight: 500;
	font-size: 32px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: left;
	padding: 0px 50px;
	width: 50%;
	float: left;
	height: 100vh;
	color: #1F1F1F;
}

.quotations {
	font-size: 24px;
	font-weight: bolder;
}

.testimonials {
	font-size: 18px;
	line-height: 30px;
	text-transform:none;
	width: 100%;
	padding-top: 25px;
	text-align: center;
}

.client-name {
	font-size: 24px;
	font-weight: bolder;
	text-transform: uppercase;
}
}

@media (max-width: 640px) {
.header {
	padding: 50px;
	width: 100%;
	background-image:linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url("../images/backgrounds/full_res/TAYLOR-MADE-011.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size:cover;
	background-position: 0px, 0px;
	height: 100vh;
	color: #F7F6F4;
}
	
.header-title {
	margin-left: 0px;
	position: relative;
	top: 80%;
	transform: translate(0%,-100%);
	text-transform: uppercase;
	text-align: left;
	font-size: 60px;
	line-height: 70px;
	width: 100%;
	padding-right: 50px;
}

.header-subtitle {
	text-align: left;
	font-size: 16px;
	color: #F7F6F4;
	width: 100%;
	padding-right: 0px;
}
.about-page-header {
	padding: 50px;
	width: 100%;
	height: 30vh;
	background: url("../images/backgrounds/imagecompressor/WhatsApp Image 2024-09-12 at 15.12.59.jpeg");
	background-position: -10px 50px;
	background-size: 150%;
	background-attachment:fixed;
}
.about-page-header::before {
        background-size: 150%;          /* mobile zoom */
        background-position: 0px 0px; /* mobile position */
}
.links-page-header {
    padding: 50px;
    width: 100%;
    height: 30vh;
	display: flex;
	align-items: center;
	justify-content: center;
    background: url("/images/backgrounds/imagecompressor/23SE_HD120_062-min.jpg");
    background-position: 0px 0px;
    background-size: 100%;
	background-attachment:fixed;
}
.wedding-details-page-header {
    padding: 50px;
    width: 100%;
    height: 30vh;
	display: flex;
	align-items: center;
	justify-content: center;
    background: url(/images/backgrounds/Gary-&-Lori-119.jpg);
    background-position: 0px 0px;
    background-size: 100%;
	background-attachment:fixed;
}
.films-page-header {
	padding: 50px;
	width: 100%;
	height: 30vh;
	background-position: 0px 0px;
	background-size: 100%;
	background-attachment: fixed;
}
.films-page-video-header {
  position:relative;    /* allows absolute video positioning */
  width: 100%;
  height: 30vh;          /* adjust as needed */
  overflow: hidden;      /* prevents video spilling outside */
}
.films-page-video-header .header-video {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: grayscale(100%) brightness(30%) contrast(100%);
	transform: scale(1.5); /* 50% bigger */
}
.stills-page-header {
	padding: 50px;
	width: 100%;
	height: 30vh;
	background: url("../images/backgrounds/imagecompressor/SE - SUPRA - BJ70 XON - AIRPORT-1 copy.jpg");
	background-position: -90px 0px;
	background-size: 150%;
	background-attachment:fixed;
}
.stills-page-header::before {
        background-size: 150%;          /* mobile zoom */
        background-position: -100px -50px; /* mobile position */
}
.about-header-title {
	color: #F46036;
	margin-right: 250px;
	position: relative;
	top: 40%;
	transform: translate(0,0%);
	text-transform: uppercase;
	text-align: center;
	font-size: 40px;
	letter-spacing: 5px;
	line-height: 50px;
	width: 100%;
	z-index: 50;
}
.links-header-title {
	top: 20%;
	color: #F46036;
	transform: translate(0,0%);
	text-transform: uppercase;
	text-align: center;
	font-size: 40px;
	letter-spacing: 5px;
	line-height: 50px;
	width: 100%;
	z-index: 1;
}
.error-header-title {
	top: 40%;
	color: #F7F6F4;
	transform: translate(0,0%);
	text-transform: uppercase;
	text-align: center;
	font-size: 40px;
	letter-spacing: 5px;
	line-height: 50px;
	width: 100%;
}
.links-buttons {
	color: #F7F6F4;
	margin-right: 250px;
	position: relative;
	top: 0%;
	transform: translate(0,0%);
	text-transform: uppercase;
	text-align: center;
	font-size: 40px;
	letter-spacing: 5px;
	line-height: 50px;
	width: 100%;
}
	/* CONTACT PAGE HEADER - MOBILE */
.contact-page-header {
        height: 30vh;                  /* mobile height */
}

.contact-page-header::before {
        background-size: 110%;          /* zoomed slightly for mobile */
        background-position: 0px 0px;   /* adjust if needed */
}

.contact-header-title {
        font-size: 40px;                /* smaller text on mobile */
        line-height: 50px;
}
	
.about-me-text {
	font-size: 16px;
	line-height: 30px;
	text-transform:none;
	width: 100%;
	padding-top: 20px;
}

.about-me-full {
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,-8%);
	text-transform: uppercase;
	text-align: left;
	padding: 0px 20px 0px 20px;
	float: left;
	width: 100%;
	color: #F7F6F4;
}

.about-section-body {
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: left;
	padding: 50px;
	float: left;
	width: 100%;
	height: 50px;
	color: #F7F6F4;
}

.about-me-body {
	font-weight: 500;
	font-size: 14px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: left;
	padding: 0px 25px 50px;
	float: left;
	width: 100%;
	height: 100%;
	background-color: #1F1F1F;
	color: #F7F6F4;
}

.about-section-image {
	z-index: 1;
	background-image:url("../images/backgrounds/Self-Portraits-012.jpg");
	background-size: 100%;
	background-position: 0px -50px;
	float: left;
	width: 100%;
	height: 350px;
}

.about-me-image {
	width: 100%;
	float: left;
	padding: 25px 25px;
}
	
.about-me {
	font-weight: 500;
	font-size: 32px;
	position: relative;
	transform: translate(0%,0%);
	text-transform: uppercase;
	text-align: left;
	padding: 0px 50px;
	width: 50%;
	float: left;
	height: 100vh;
	color: #1F1F1F;
}
.about-section-title {
	font-size: 36px;
	font-weight: bolder;
}
}



/* --------	06. TESTIMONIALS SLIDER -------- */

.slider {
	width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slider__nav:checked {
          animation: check 0.0s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
.slider__nav:checked:nth-of-type(5) ~ .slider__inner {
  left: -400%;
}
.slider__nav:checked:nth-of-type(6) ~ .slider__inner {
  left: -500%;
}
.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 600%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.slider__contents {
  width:100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__txt {
	colour: #F46036;
  margin-bottom: 3rem;
  max-width: 1000px;
}

@-webkit-keyframes check {
  50% {
    outline-color: #F46036;
    box-shadow: 0 0 0 12px #F46036, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #F46036;
    box-shadow: 0 0 0 0 #F46036, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #F46036;
    box-shadow: 0 0 0 12px #F46036, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #F46036;
    box-shadow: 0 0 0 0 #F46036, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}





/* --------	07. BUTTONS -------- */
.header-buttons {
	top: 0%;
}

.header-button01 {
	width: 150px;
	padding: 10px;
	border: solid 3px #F46036;
	background: transparent;
	font-family: brother-1816-printed,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #F7F6F4;
	transition: 0.5s;
  margin-right: 12px;
  margin-bottom: 12px;
}

.links-button01 {
	width: 100%;
	padding: 10px;
	border: solid 3px #F46036;
	background: transparent;
	font-family: brother-1816-printed,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #F7F6F4;
	transition: 0.5s;
}

.header-button02 {
	width: 150px;
	padding: 10px;
	border: solid 3px #F46036;
	background-color: #F46036;
	font-family: brother-1816-printed,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #F7F6F4;
	transition: 0.5s;
  margin-right: 12px;
  margin-bottom: 12px;
}

.links-button02 {
	width: 100%;
	padding: 10px;
	border: solid 3px #F46036;
	background-color: #F46036;
	font-family: brother-1816-printed,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #F7F6F4;
	transition: 0.5s;
}

.header-button01:hover {
	color: #1F1F1F;
	width: 150px;
	padding: 10px;
	border: solid 3px #F7F6F4;
	background-color: #F7F6F4;
	font-family: brother-1816-printed,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	transition: 0.5s;
}

.links-button01:hover {
	color: #1F1F1F;
	width: 100%;
	padding: 10px;
	border: solid 3px #F7F6F4;
	background-color: #F7F6F4;
	font-family: brother-1816-printed,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	transition: 0.5s;
}

.header-button02:hover {
	color: #1F1F1F;
	width: 150px;
	padding: 10px;
	border: solid 3px #F7F6F4;
	background-color: #F7F6F4;
	font-family: brother-1816-printed,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	transition: 0.5s;
}

.links-button02:hover {
	color: #1F1F1F;
	width: 75%;
	padding: 10px;
	border: solid 3px #F7F6F4;
	background-color: #F7F6F4;
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	transition: 0.5s;
}

.contact-button01 {
	width: 150px;
	padding: 10px;
	border: solid 3px #F46036;
	background: transparent;
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #F7F6F4;
	transition: 0.5s;
  margin-right: 12px;
  margin-bottom: 12px;
}

.contact-button02 {
  margin-bottom: 12px;
}

.contact-button01.success {
	background: #1fa84f;
	border-color: #1fa84f;
	color: #ffffff;
	cursor: default;
}

.contact-button02 {
	width: 200px;
	padding: 10px;
	border: solid 3px #F46036;
	background-color: #F46036;
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #F7F6F4;
	transition: 0.5s;
  margin-right: 12px;
  margin-bottom: 12px;
}

.contact-button01:hover {
	color: #1F1F1F;
	width: 150px;
	padding: 10px;
	border: solid 3px #F7F6F4;
	background-color: #F7F6F4;
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	transition: 0.5s;
}

.contact-button02:hover {
	color: #1F1F1F;
	width: 200px;
	padding: 10px;
	border: solid 3px #F7F6F4;
	background-color: #F7F6F4;
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	transition: 0.5s;
}

.testimonial-button01 {
	width: 150px;
	padding: 10px;
	border: solid 3px #F46036;
	background: transparent;
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #F7F6F4;
	transition: 0.5s;
}

.testimonial-button02 {
	width: 150px;
	padding: 10px;
	border: solid 3px #F46036;
	background-color: #F46036;
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #F7F6F4;
	transition: 0.5s;
}

.testimonial-button01:hover {
	color: #1F1F1F;
	width: 150px;
	padding: 10px;
	border: solid 3px #F7F6F4;
	background-color: #F7F6F4;
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	transition: 0.5s;
}

.testimonial-button02:hover {
	color: #1F1F1F;
	width: 150px;
	padding: 10px;
	border: solid 3px #F7F6F4;
	background-color: #F7F6F4;
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	transition: 0.5s;
}

.portfolio-button01 {
	float: left;
	margin: 25px;
	width: 500px;
	height: 500px;
	background-image: url("../images/backgrounds/Delilah-004.jpg");
	background-size: cover;
	background-position: -175px, 0;
	opacity: 75%;
	transition: 0.5s;
}

.portfolio-button01:hover {
	float: left;
	margin: 25px;
	width: 500px;
	height: 500px;
	background-image: url("../images/backgrounds/Delilah-004.jpg");	background-size: cover;
	background-position: -175px, 0;
	opacity: 100%;
	transition: 0.5s;
}

.portfolio-button02 {
	float: left;
	margin: 25px;
	width: 500px;
	height: 500px;
	background-image: url("../images/backgrounds/KASET-024.jpg");
	background-size: cover;
	opacity: 75%;
	transition: 0.5s;
}

.portfolio-button02:hover {
	float: left;
	margin: 25px;
	width: 500px;
	height: 500px;
	background-image: url("../images/backgrounds/KASET-024.jpg");
	background-size: cover;
	opacity: 100%;
	transition: 0.5s;
}

@media (max-width: 1200px) {

.portfolio-button01 {
	float: left;
	margin: 25px;
	width: 250px;
	height: 500px;
	background-image: url("../images/backgrounds/Delilah-004.jpg");
	background-size: cover;
	background-position: -250px, 0;
	opacity: 75%;
	transition: 0.5s;
}

.portfolio-button01:hover {
	float: left;
	margin: 25px;
	width: 250px;
	height: 500px;
	background-image: url("../images/backgrounds/Delilah-004.jpg");
	background-size: cover;
	background-position: -250px, 0;
	opacity: 100%;
	transition: 0.5s;
}
	
.portfolio-button02 {
	float: left;
	margin: 25px;
	width: 250px;
	height: 500px;
	background-image: url("../images/backgrounds/KASET-024.jpg");
	background-size: cover;
	opacity: 75%;
	transition: 0.5s;
}
	
.portfolio-button02:hover {
	float: left;
	margin: 25px;
	width: 250px;
	height: 500px;
	background-image: url("../images/backgrounds/KASET-024.jpg");
	background-size: cover;
	opacity: 100%;
	transition: 0.5s;
}
	
}

@media (max-width: 640px) {

.portfolio-button01 {
	float: left;
	margin: 25px 5px 0px;
	width: 180px;
	height: 400px;
	background-image: url("../images/backgrounds/Delilah-004.jpg");
	background-size: cover;
	background-position: -175px, 0;
	opacity: 75%;
	transition: 0.5s;
}
	
.portfolio-button01:hover {
	float: left;
	margin: 25px 5px 0px;
	width: 180px;
	height: 400px;
	background-image: url("../images/backgrounds/Delilah-004.jpg");
	background-size: cover;
	background-position: -175px, 0;
	opacity: 100%;
	transition: 0.5s;
}
	
.portfolio-button02 {
	float: left;
	margin: 25px 5px 0px;
	width: 180px;
	height: 400px;
	background-image: url("../images/backgrounds/KASET-024.jpg");
	background-size: cover;
	background-position: -50px, 0;
	opacity: 75%;
	transition: 0.5s;
}

.portfolio-button02:hover {
	float: left;
	margin: 25px 5px 0px;
	width: 180px;
	height: 400px;
	background-image: url("../images/backgrounds/KASET-024.jpg");
	background-size: cover;
	background-position: -50px, 0;
	opacity: 100%;
	transition: 0.5s;
}
	
}


/* --------	08. FILMS GRID -------- */

/* =================================================
   GLOBAL RESET
================================================= */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* =================================================
   CLIENT GRID / OVERLAY
================================================= */

.client-container {
  padding: 25px;
  width: 100%;
}

.client-content {
  float: left;
  position: relative;
  width: 33.33%;
  overflow: hidden;
}

.client-content-image {
  width: 100%;
}

.client-content-overlay {
  position: absolute;
  inset: 0;
  background: rgba(31,31,31,1);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.client-content:hover .client-content-overlay {
  opacity: 1;
}

.client-content-details {
  position: absolute;
  top: 50% !important;
  left: 50%;
  width: 100%;
  padding: 0 50px;

  transform: translate(-50%, -65%);
  opacity: 0;

  font-family: brother-1816-printed, sans-serif;
  font-weight: 700;
  font-size: 36px;

  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.client-content:hover .client-content-details {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.client-content-details h3 {
  color: #F46036;
  letter-spacing: 0.15em;
  line-height: 40px;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.client-content-details p {
  color: #F7F6F4;
  font-size: 12px;
}

.fadeIn-top { top: 20%; }

/* Responsive grid */

@media (max-width:1200px) {
  .client-content { width: 50%; }

  .client-content-details {
    padding: 0 25px;
    font-size: 18px;
  }
}

@media (max-width:640px) {
  .client-container { padding: 5px; }

  .client-content { width: 100%; }

  .client-content-details {
    padding: 0 25px;
    font-size: 36px;
  }
}

/* =================================================
   MODAL BACKDROP
================================================= */

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(31,31,31,1);
  transition: opacity 0.3s ease;
}

/* =================================================
   MODAL CONTENT
================================================= */

.modal-content {
  position: fixed;
  width: 100%;
  padding: 100px 0;
  font-size: 36px;
  z-index: 4000;
}

@media (max-width:1200px) {
  .modal { padding-top: 75px; }
  .modal-content { padding: 20px; }
}

@media (max-width:640px) {
  .modal { padding-top: 40px; }
  .modal-content { padding: 50px 0; }
}

/* =================================================
   NAVIGATION BUTTONS
================================================= */

.prev,
.next {
  position: fixed;
  bottom: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-radius: 10%;
  cursor: pointer;
  user-select: none;
  z-index: 9999;

  background: #F7F6F4;
  color: #F46036;

  transition: all 0.3s ease;
}

.prev { left: 20px; }
.next { right: 20px; }

.prev:hover,
.next:hover {
  background: #F46036;
  color: #F7F6F4;
}

/* =================================================
   MODAL TYPOGRAPHY
================================================= */

.film-title {
  color: #F46036;
  font-size: 36px;
  line-height: 40px;
}

.bullet-title {
  color: #F46036;
  font-size: 16px;
  line-height: 40px;
}

/* =================================================
   CLOSE BUTTON
================================================= */

.close {
  position: fixed;
  top: 10px;
  right: 25px;
  font-size: 50px;
  font-weight: bold;
  color: #F7F6F4;
  z-index: 6000;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close:hover {
  color: #F46036;
}

/* =================================================
   SLIDES / IMAGES
================================================= */

.mySlides {
  display: flex;
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.cursor { cursor: pointer; }

img { margin-bottom: -4px; }

.caption-container {
  padding: 2px 16px;
  color: white;
  text-align: left;
}

.demo { opacity: 0.6; }

.active,
.demo:hover { opacity: 1; }

.hover-shadow {
  transition: box-shadow 0.3s;
}

.hover-shadow:hover {
  box-shadow:
    0 4px 8px rgba(0,0,0,0.2),
    0 6px 20px rgba(0,0,0,0.19);
}


/* --------	09. CONTACT FORM -------- */

.contact-form {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	padding: 50px;
	float: left;
	width: 50%;
}

.fieldset {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	border: none;
	box-shadow: none;
	width: 100%;
	max-width: 600px;
}

@media (max-width: 1200px) {
	.fieldset {
		width: 100%;
}
.contact-form {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	padding: 50px;
	float: left;
	width: 100%;
}
}
@media (max-width: 640px) { 
	.fieldset {
	max-width: 400px;
	}
.contact-form {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	padding: 50px;
	float: left;
	width: 100%;
	height: 50%;
}
}
.warning {
	background-color: #CC0000;
	padding: 5px 10px;
	color: white;
	border-radius: 5px;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}

.warning-bubble {
	position: relative;
	background-color: red;
	border-radius: .4em;
	padding: 5px 10px;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	text-transform: none;
	
}

.warning-bubble:after {
	content: '';
	position: absolute;
	top: 0;
	left: 25%;
	width: 0;
	height: 0;
	border: 17px solid transparent;
	border-bottom-color: red;
	border-top: 0;
	margin-left: -17px;
	margin-top: -17px;
}
#contactform {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	text-align:center!important;
	max-width:200px;
	float:left;
	border: none;
}
#contact-form input[type="text"], #contact-form  textarea {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	color: #F7F6F4;
	float:left;
	padding: 15px 0;
	padding-left:10px;
	background:rgba(71, 71, 71, 1);
	position:relative;
	border: none;
}
#contact-form input[type=text]:focus, #contact-form textarea:focus, input[type=email]:focus {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	float:left;
	color: #F7F6F4;
	border: none;
}
#contact-form textarea {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	height:25px;
	font-size: 8px;
	resize:none;
	border: none;
}
#contact-form input[type="submit"] , .controls button	{
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	padding:14px 20px;
	line-height:14px;
	cursor:pointer;
	font-size:8px;
	color:#F7F6F4;
	-webkit-appearance: none;
	float:right;
	background:rgba(49,49,49,1);
}
#contact-form input[type="submit"]:hover , .controls button {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	background:rgba(49,49,49,0.8);
}
.error_message {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	text-align:center;
	margin-bottom:30px;
	font-size:12px;
	color:#F7F6F4;
	border: none;
}
#success_page h3{
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	text-align:center;
	font-size:18px;
}
#success_page p {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	color:#F7F6F4;
	margin-top:20px;
	text-align:center;
}
#message fieldset {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	color:#F7F6F4;
}

/* ----- */

select {
    -webkit-appearance: none;
    box-shadow: none !important;
    width: 100% !important;
    font-weight: 500;
	border: none;
}
label {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	border: none;
}
.form-field label {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
    width: 100%;
	border: none;
}
select,
textarea,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
.uneditable-input {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 40px;
    color: white;
    background: rgba(71, 71, 71, 1);
    box-shadow: none;
    transition: all 150ms ease-in;
	border: none;
}
.widget input {
	margin-bottom: 0;
	box-shadow: none;
	border: none;
}
footer input {
	background: rgba(255,255,255,1) !important;
	box-shadow: none;
	border: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
.uneditable-input:focus {
	background: rgba(71, 71, 71, 1);
	box-shadow: none;
	float: left;
    font-weight: bold;
	border: none;
}
footer input:focus {
	background: rgba(71, 71, 71, 1) !important;
	border: none;
}
textarea {
	color: white;
    min-height: 100px;
    resize: vertical;
    font-weight: bold;
	border: none;
}
.form-container .form-field {font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
    position: relative;
	border: none;
}
.form-container .form-field i {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    color: #F7F6F4;
    height: 38px;
	border: none;
}
.form-container .form-field input,
.form-container .form-field select {font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
    border: none;
}
::-webkit-input-placeholder {font-family: brother-1816-printed,sans-serif;
font-style: normal;
    color: white !important;
    font-weight: 500 !important;
    font-weight: bold;
}
:-moz-placeholder {
	font-family: brother-1816-printed,sans-serif;
font-style: normal;
    color: white !important;
    font-weight: 500 !important;
    opacity: 1;
}
::-moz-placeholder {
	font-family: brother-1816-printed,sans-serif;
font-style: normal;
    color: white !important;
    font-weight: 500 !important;
    opacity: 1;
}
:-ms-input-placeholder {font-family: brother-1816-printed,sans-serif;
font-style: normal;
    color: white !important;
    font-weight: 500 !important;
}




/* --------	10. CONTACT PAGE FORM -------- */
}

.contact-page-form {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
  margin: auto;
  width: 50%;
  padding: 10px;
}

.contact-page-fieldset {
	padding-top: 50px;
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	border: none;
  margin: auto;
  width: 50%;
  padding: 10px;
}

@media (max-width: 1200px) {
	.contact-page-fieldset {
		width: 100%;
		padding: 25px;
}
.contact-page-form {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	padding: 50px;
	float: left;
	width: 100%;
}
}
@media (max-width: 640px) { 
	.contact-page-fieldset {
	max-width: 600px;
		padding: 25px;
	}
.contact-page-form {
	font-family: brother-1816-printed,sans-serif;
	padding: 10px;
}
}
.warning {
	background-color: #CC0000;
	padding: 5px 10px;
	color: white;
	border-radius: 5px;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}

.warning-bubble {
	position: relative;
	background-color: red;
	border-radius: .4em;
	padding: 5px 10px;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	
}

.warning-bubble:after {
	content: '';
	position: absolute;
	top: 0;
	left: 25%;
	width: 0;
	height: 0;
	border: 17px solid transparent;
	border-bottom-color: red;
	border-top: 0;
	margin-left: -17px;
	margin-top: -17px;
}
#contact-page-form {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	text-align:center!important;
	max-width:200px;
	float:none;
	border: none;
}
#contact-page-form input[type="text"], #contact-form  textarea {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	color: #F7F6F4;
	float:none;
	padding: 15px 0;
	padding-left:10px;
	background:rgba(71, 71, 71, 1);
	position:relative;
	border: none;
}
#contact-page-form input[type=text]:focus, #contact-form textarea:focus, input[type=email]:focus {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	float:left;
	color: #F7F6F4;
	border: none;
}
#contact-page-form textarea {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	height:25px;
	font-size: 8px;
	resize:none;
	border: none;
}
#contact-page-form input[type="submit"] , .controls button	{
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	padding:14px 20px;
	line-height:14px;
	cursor:pointer;
	font-size:8px;
	color:#F7F6F4;
	-webkit-appearance: none;
	float:right;
	background:rgba(71, 71, 71, 1);
}
#contact-page-form input[type="submit"]:hover , .controls button {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	background:rgba(71, 71, 71, 1);
}
.error_message {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	text-align:center;
	margin-bottom:30px;
	font-size:12px;
	color:#F7F6F4;
	border: none;
}
#contact-success_page h3{
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	text-align:center;
	font-size:28px;
}
#contact-success_page p {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	color:#F7F6F4;
	margin-top:28px;
	text-align:center;
}
#message fieldset {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	color:#F7F6F4;
}

/* ----- */

select {
    -webkit-appearance: none;
    box-shadow: none !important;
    width: 100% !important;
    font-weight: 500;
	border: none;
}
label {
	font-family: brother-1816-printed,sans-serif;
font-style: normal;
    font-weight: inherit;
	border: none;
}
.form-field label {
	font-family: brother-1816-printed,sans-serif;
font-style: normal;
    width: 100%;
	font-weight: bold;
	border: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
.uneditable-input {
}
.widget input {
	margin-bottom: 0;
	box-shadow: none;
	border: none;
}
footer input {
	background: rgba(255,255,255,1) !important;
	box-shadow: none;
	border: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
.uneditable-input:focus {
	background: rgba(71, 71, 71, 1);
	box-shadow: none;
	float: left;
    font-weight: bold;
	border: none;
}
footer input:focus {
	background: rgba(71, 71, 71,1) !important;
	border: none;
}
textarea {
	color: white;
    min-height: 100px;
    resize: vertical;
    font-weight: bold;
	border: none;
}
.form-container .form-field {
	font-family: brother-1816-printed,sans-serif;
    position: relative;
	border: none;
}
.form-container .form-field i {
	font-family: brother-1816-printed,sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    color: #F7F6F4;
    height: 38px;
    line-height: 37px;
    font-weight: bold;
	border: none;
}
.form-container .form-field input,
.form-container .form-field select {
	font-family: brother-1816-printed,sans-serif;
    border: none;
}
::-webkit-input-placeholder {
	font-family: brother-1816-printed,sans-serif;
    color: white !important;
    font-weight: 500 !important;
    font-weight: bold;
}
:-moz-placeholder {
	font-family: brother-1816-printed,sans-serif;
    color: white !important;
    font-weight: 500 !important;
    opacity: 1;
    font-weight: bold;
}
::-moz-placeholder {
	font-family: brother-1816-printed,sans-serif;
    color: white !important;
    font-weight: 500 !important;
    opacity: 1;
    font-weight: bold;
}
:-ms-input-placeholder {
	font-family: brother-1816-printed,sans-serif;
    color: white !important;
    font-weight: 500 !important;
    font-weight: bold;
}




/* --------	10. FOOTER -------- */

.footer {
	float: left;
	font-family: brother-1816-printed,sans-serif;
	background-color: rgba(31, 31, 31, 1);
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #F7F6F4;
	position: relative;
	width: 100%;
	padding: 50px 0px 50px 0px;
	text-align: center;
}

@media (max-width: 1200px) { 
.footer {
	float: left;
	font-family: brother-1816-printed,sans-serif;
	background-color: rgba(31, 31, 31, 1);
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: #F3F3F3;
	position: relative;
	width: 100%;
	padding: 50px 0px 50px;
	text-align: center;
}
}

@media (max-width: 640px) { 
.footer {
	float: left;
	font-family: brother-1816-printed,sans-serif;
	background-color: rgba(31, 31, 31, 1);
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: #F3F3F3;
	position: relative;
	width: 100%;
	padding: 50px 0px 50px;
	text-align: center;
}
}

/* --------	11. SOCIAL -------- */
.social {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 1;
}
.social li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.text-center .social li {
    margin: 0 3px
}
.social li a {
    display: table
}
.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #F46036;
    background: none;
    line-height: 1;
    width: 50px;
    height: 0px !important;
    font-size: 18px;
    border-radius: 0;
    transition: all 150ms ease-in;
}
.social .icon-s-facebook {
    color: #F46036
}
.social .icon-s-instagram {
    color: #F46036
}
.social .icon-s-vimeo {
    color: #F46036
}
.social .icon-s-youtube {
    color: #F46036
}
.social .icon-s-linkedin {
    color: #F46036
}
.social a:hover .icon-s-facebook {
    color: #4470cf
}
.social a:hover .icon-s-instagram {
    color: #F7F6F4
}
.social a:hover .icon-s-vimeo {
    color: #0d8fb2
}
.social a:hover .icon-s-youtube {
    color: #b32f2a
}
.social a:hover .icon-s-linkedin {
    color: #008CC9
}
.social a:hover i {
    color: #F7F6F4
}
.navbar .social-wrapper {
	bottom: 0;
    display: none;
}
.social.naked.pull-right {
	text-align: right;
}
.social.naked.pull-right li {
	margin-left: 5px;
	margin-bottom: 0;
}
.navbar .social.naked {
	text-align: right;
}
.navbar .social.naked li {
	margin-left: 15px;
	margin-bottom: 0;
}
.social.naked li:first-child {
	margin-left: 0;
}
.social.naked li a i {
	padding-right: 10px;
    color: #999999;
    background: none;
    border: 0;
    height: auto !important;
    width: auto;
    font-size: 18px;
}

@media (max-width: 1200px) {
.social.naked li a i {
	padding-right: 10px;
    color: #222;
    background: none;
    border: 0;
    height: auto !important;
    width: auto;
    font-size: 18px;
}
}
@media (max-width: 640px) { 
.social.naked li a i {
	padding-right: 10px;
    color: #222;
    background: none;
    border: 0;
    height: auto !important;
    width: auto;
    font-size: 18px;
}
}
.social.naked.bigger li a i {
    font-size: 17px;
}
.navbar.light .social li a i {
    color: #1F1F1F;
}
.navbar .social li a i {
    color: #1F1F1F;
}
.social.naked a:hover i {
    background: none
}
.social.naked a:hover .icon-s-facebook {
    color: #677fb5
}
.social.naked a:hover .icon-s-flickr {
    color: #ff3ba4
}
.social.naked a:hover .icon-s-vimeo {
    color: #42b5d4
}
.social.naked a:hover .icon-s-youtube {
    color: #d5615c
}
.social.naked a:hover .icon-s-instagram {
    color: #926d53
}
.social.naked a:hover .icon-s-spotify-circled {
    color: #926d53
}

.social {
	font-family: brother-1816-printed,sans-serif;
	background-color: rgba(31, 31, 31, 1);
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #F3F3F3;
	position: relative;
	width: 100%;
	padding-bottom: 25px;
}

@media (max-width: 1200px) { 
.social {
	font-family: brother-1816-printed,sans-serif;
	background-color: rgba(31, 31, 31, 1);
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #F3F3F3;
	position: relative;
	width: 100%;
	padding-bottom: 25px;
}
}

@media (max-width: 640px) { 
.social {
	font-family: brother-1816-printed,sans-serif;
	background-color: rgba(31, 31, 31, 1);
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #F3F3F3;
	position: relative;
	width: 100%;
	padding-bottom: 25px;
}
}

.contact-form-text {
	font-family: brother-1816-printed,sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 18px;
	color: #F7F6F4;
	
}

.contact-page {
	padding-top: 50px;
	height: 100%;
}

/* --------	12. CHECKBOX -------- */
        .control {
            display: block;
            position: relative;
            padding-left: 30px;
            margin-bottom: 5px;
            padding-top: 3px;
            cursor: pointer;
        }
            .control input {
                position: absolute;
                z-index: -1;
                opacity: 0;
            }
        .control_indicator {
            position: absolute;
            top: 2px;
            left: 0;
            height: 20px;
            width: 20px;
            background: #F7F6F4;
	transition: 0.5s;
        }
        .control:hover input ~ .control_indicator,
        .control input:focus ~ .control_indicator {
            background: #F46036;
	transition: 0.5s;
        }
        
        .control input:checked ~ .control_indicator {
            background: #474747;
	transition: 0.5s;
        }
        .control_indicator:after {
            box-sizing: unset;
            content: '';
            position: absolute;
            display: none;
        }
        .control input:checked ~ .control_indicator:after {
            display: block;
        }
        .control-checkbox .control_indicator:after {
            left: 8px;
            top: 4px;
            width: 3px;
            height: 8px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }
}
.success {
	color: #00FF00;
	margin-top: 50px;
	font-size: 16px;
	line-height: 30px;
}

/* --------	13. VIDEO PLAYER -------- */

.player {
	float: left;
	width: 60%;
	padding: 0 50px ;
	color:
	
}

.video_description_box { width: 30%; float: left; margin: 10px 0px; }
.video_description_text {
	width: 30%;
	font-size: 16px;
	float: left;
	color: #F7F6F4;
}
.video_title {font-size: 20px;}
  
  /* Show the controls (hidden at the start by default) */
  .video-js .vjs-control-bar { 
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

@media (max-width: 1200px) {
	.player {
	float: left;
	width: 100%;
	padding: 20 0px ;
}

.video_description_box { width: 100%; float: left; margin: 10px 0px; }
.video_description_text {
	width: 100%;
	font-size: 16px;
	float: left;
	color: #F7F6F4;
}
.video_title {font-size: 20px;}
  
  /* Show the controls (hidden at the start by default) */
  .video-js .vjs-control-bar { 
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 640px) {
	.player {
	float: left;
	width: 100%;
	padding: 0 0px ;
}

.video_description_box { width: 100%; float: left; margin: 100px; }
.video_description_text {
	padding: 0 10px;
	width: 100%;
	float: left;
	font-size: 16px;
	color: #F7F6F4;
}
.video_title {font-size: 20px;}
  
  /* Show the controls (hidden at the start by default) */
  .video-js .vjs-control-bar { 
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* --------	14. BULLET POINTS -------- */

ul {
	list-style-type: none;
	line-height: 2.5em;
	height: auto;
}

/* -------- 15. STILLS GRID -------- */

/* =========================
   Grid Gallery Arrow Buttons
   ========================= */

#gg-screen .gg-prev,
#gg-screen .gg-next {
  position: fixed !important;
  top: 95% !important;
  transform: translateY(-50%) !important;

  width: 50px !important;
  height: 50px !important;

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 30px !important;
  font-weight: bold;
  line-height: 1;

  border-radius: 10% !important;

  /* Default colors */
  color: rgba(244, 96, 54, 1);
  background-color: rgba(247, 246, 244, 1);

  cursor: pointer;
  user-select: none;
  text-indent: -9999px !important;

  transition: 
    background-color 0.25s ease,
    transform 0.15s ease;

  z-index: 9999 !important;
}

/* Button positioning */
#gg-screen .gg-prev { left: 20px !important; }
#gg-screen .gg-next { right: 20px !important; }

/* Arrow symbols */
#gg-screen .gg-prev::before,
#gg-screen .gg-next::before {
  text-indent: 0;
  font-size: 30px;

  color: rgba(244, 96, 54, 1);

  transition: color 0.25s ease;
}

#gg-screen .gg-prev::before { content: "<"; }
#gg-screen .gg-next::before { content: ">"; }

/* =========================
   Hover — color swap
   ========================= */

#gg-screen .gg-prev:hover,
#gg-screen .gg-next:hover {
  background-color: rgba(244, 96, 54, 1) !important;
  transform: translateY(-50%) scale(1.05);
}

#gg-screen .gg-prev:hover::before,
#gg-screen .gg-next:hover::before {
  color: rgba(247, 246, 244, 1) !important;
}

/* =========================
   Mobile sizing tweaks
   ========================= */

@media (max-width: 768px) {
  #gg-screen .gg-prev,
  #gg-screen .gg-next {
    width: 45px !important;
    height: 45px !important;
  }

  #gg-screen .gg-prev::before,
  #gg-screen .gg-next::before {
    font-size: 26px;
  }
}






















