@charset "UTF-8";


/* Body */

#pagetop {
    max-width: none;
    height: auto;
    padding-top: 0px;
}

body {
    overflow-x: hidden;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    min-height: 100vh;
}

body, html {
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 100%;
    line-height: 1.5rem;
    margin: 0;
    padding: 0;
    min-height: 100vh !important;
}


/* Text */

h1, h2, h3, h4, h5, h6 {
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-variant: normal;
	font-weight: 300;
}


/* Logo in navbar brand */ 

.explorelogospot {
    display: none;
}

.explorelogowhite {
    width: 120px;
    margin: 0;
    padding-top: auto;
    padding-right: auto;
    padding-left: auto;
    padding-bottom: auto;
    max-width: 250px;
    position: relative;
    max-height: none;
}

#explorelogo {
    margin: 0;
    max-width: 250px;
}


/* Navigation */

#nav {
}

/* Style the links inside the navigation bar */

nav {
    border: 0;
	z-index: 9999;
    font-size: 1rem;
    letter-spacing: 1px;
    font-family: "Proxima Nova", sans-serif;
    font-variant: normal;
    font-weight: 300;
}

/* Navbar background properties */

.navbar-custom .navbar-nav li {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.navbar-custom .navbar-nav .nav-link {
    text-decoration: none;
    position: relative;
	display: inline-block;
}

.navbar-custom .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    border-bottom: 3px solid #FFFFFF;
    transition: all 0.4s ease-in-out;
}

.navbar-custom .navbar-nav .nav-link:hover:after, .navbar-custom .navbar-nav .nav-link.active:after {
    width: 100%;
    left: 0;
}

.scroll .navbar-nav .nav-link {
    text-decoration: none;
    position: relative;
	display: inline-block;
}

.scroll .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    border-bottom: 3px solid #FF6D2D;
    transition: all 0.4s ease-in-out;
}

.scroll .navbar-nav .nav-link:hover:after, .scroll .navbar-nav .nav-link.active:after {
    width: 100%;
    left: 0;
}

/* change the background color */

.navbar-custom {
    background-color: #FF6D2D;
}

/* Testing if Navbar background changes colour on scroll */

.scroll {
    background-color: #FFFFFF;
}

/* change the colour of active or hovered links on TOP WHITE TEXT NAV */

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:focus .nav-link {
    color: #FFFFFF;
}

/* change the brand and text colour */

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(239,239,239,0.57);
}
.scroll .navbar-brand,
.scroll .navbar-text {
    color: #3D4975;
}

.scroll .navbar-nav .nav-item {
}

/* change the link colour */

.navbar-custom .navbar-nav .nav-link {
    color: rgba(239,239,239,0.57);
}

.scroll .navbar-nav .nav-link {
    color: #3D4975;
}

/* change the colour of active or hovered links */

.scroll .nav-item.active .nav-link,
.scroll .nav-item:hover .nav-link,
.scroll .nav-item:focus .nav-link {
    color: #FF6D2D;
}

/* Border and text colours for menu icon on small screens */

.custom-toggler.navbar-toggler {
     border-color: rgba(255,255,255,0.00);
}

/* Hamburger icon - use same rgb values as previous rule for stroke */

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(253,253,253,0.70)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* Scrolled – Border and text colours for menu icon on small screens */

.scroll .custom-toggler.navbar-toggler {
    border-color: rgba(255,255,255,0.00);
}

/* Scrolled – Hamburger icon - use same rgb values as previous rule for stroke */

.scroll .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,109,45,1.00)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


/* Header */

.headerbackgroundimage {
    background-image: url(../images/grass.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100vh;
    min-height: 650px;
    position: relative;
    background-attachment: fixed;
    width: 100%;
    max-width: 100%;
}

.pageindex .overlay-header {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
}

#welcometext {
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 40%;
    z-index: 1;
    width: 100%;
    max-width: 100%;
}

.welcometohelloh2 {
    font-weight: 500;
    font-style: italic;
    font-size: 5.5rem;
    font-family: "Adobe Garamond Pro Italic", serif;
    font-variant: normal;
    line-height: 5.8rem;
}

.welcometomedium1 {
    font-weight: 800;
    font-size: 6.5rem;
    line-height: 6.8rem;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    margin-bottom: 10px;
    letter-spacing: 4px;
    width: auto;
}


/* Top Page Button Icons */

.buttontop {
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    font-size: 35px;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 100% !important;
    width: 55px;
    height: 55px;
    vertical-align: middle;
    line-height: 45px;
    background-color: transparent;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: 0 0;
    text-align: center;
}

.buttontop:focus, .buttontop:hover {
  color: #FFFFFF;
  border: 3px solid #FFFFFF;
  outline: 0;
  background: rgba(255, 255, 255, .1)
}

.buttontop i {
  position: relative;
  top: -1px;
}


/* Section One Index Page */

#section1 {
}

.section1 {
    padding-top: 200px;
    padding-bottom: 250px;
    background-color: #FFFFFF;
}

.section1orangetext {
    color: #FF6D2D;
}

.section1orangeboldtext {
    font-weight: 800;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-size: 2.125rem;
}


/* Section Two Index Page */

#section2 {
}

.section2 {
    padding-top: 200px;
    padding-bottom: 250px;
    background-color: #FF6D2D;
}

.section2whitetext {
    color: #FFFFFF;
}

.section2whiteboldtext {
    font-weight: 800;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-size: 2.125rem;
}

.section2whiteitalictext {
    font-family: "Adobe Garamond Pro Italic", serif;
    font-style: italic;
    font-variant: normal;
    font-size: 2.3rem;
}


/* Image Section Three Index Page */

#section3 {
}

.section3 {
}

.section3image {
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../images/fishingnets.jpg);
    background-attachment: fixed;
    height: 500px;
    max-width: 100%;
}


/* Section Four Index Page */

#section4 {
}

.section4 {
    padding-top: 200px;
    padding-bottom: 250px;
    background-color: #FFFFFF;
}

.section4bluetext {
    color: #3D4975;
}

.section4blueitalictext {
    font-family: "Adobe Garamond Pro Italic", serif;
    font-style: italic;
    font-variant: normal;
    font-size: 2.3rem;
}

.section4blueboldtext {
    font-weight: 800;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-size: 2.125rem;
}


/* Image Section Five Index Page */

#section5 {
}

.section5image {
    background-attachment: fixed;
    background-image: url(../images/forest.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    max-width: 100%;
}

.section5 {
  color: rgba(255,255,255,0.75);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section5text {
    font-weight: 800;
    font-size: 6.5rem;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
}


/* Services Section Six Index Page */

#section6 {
}

.section6 {
    padding-top: 60px;
    padding-bottom: 100px;
    background-color: #FFFFFF;
}

.section6services  {
    color: #FF6D2D;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: 100;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

hr.line {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: auto;
    margin-left: auto;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    width: 4rem;
}

.section6h4  {
    color: #3D4975;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    margin-bottom: 60px;
}

.section6boldtext   {
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: 800;
}

#section6 h3 {
    color: #3D4975;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    margin: 14px 0px;
    letter-spacing: 1px;
    font-weight: 300;
}

#section6 p {
    color: #3D4975;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: 400;
}


/* Gallery Images Section Seven Index Page */

#portfoliohome {
}

#portfoliohome .portfoliobox {
    position: relative;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

#portfoliohome .portfoliobox-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0; /* Initially hidden */
    color: #FFFFFF;
    background: rgba(255,109,45,0.86);
    transition: all .2s;
}

#portfoliohome .portfoliobox-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

#portfoliohome .project-category, #portfoliohome .project-title {
    font-family: "Proxima Nova", sans-serif;
    line-height: 1.25rem;
}

#portfoliohome .project-category {
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    color: rgba(255,255,255,0.70);
}

#portfoliohome .project-title {
    font-size: 14px;
}

/* Active class to show caption when an image is clicked */
#portfoliohome .portfoliobox.active .portfoliobox-caption {
    opacity: 1; /* Show caption when active */
}

#portfoliohome .portfoliobox:focus {
    outline: 0;
}

/* Hover effect for larger screens */
#portfoliohome .portfoliobox:hover .portfoliobox-caption {
    opacity: 1; /* Show caption on hover for larger screens */
}


/* Section Eight Index Page */

#section8 {
}

.section8 {
    padding-top: 100px;
    padding-bottom: 150px;
    background-color: #FFFFFF;
}

.section8text {
	color: rgba(61,73,117,1.00);
    font-weight: 800;
    font-size: 6.5rem;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
}


/* Get in touch Section */

#getintouch {
}

.getintouch {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #FF6D2D;
}

.getintouchwhitetext {
    color: #FFFFFF;
}

.getintouchh1italictext {
    font-style: italic;
    font-family: "Adobe Garamond Pro Italic", serif;
    font-variant: normal;
}

.getintouchh2text {
    margin-bottom: 40px;
}

#getintouch .btn-lg-getintouch {
    border: 2px solid #FFFFFF;
    border-radius: 0;
    padding: .3rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    text-align: center;
    color: #FFFFFF;
}

#getintouch .btn-lg-getintouch:focus, #getintouch .btn-lg-getintouch:hover {
    color: #FF6D2D;
    background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
}


/* Address Section */

#address {
}

.address {
    padding-top: 70px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 70px;
    background-color: #3D4975;
}

.addresscolumn1whitetext {
    color: #FFFFFF;
}

.addresscolumn1whitetext a {
    color: #FFFFFF;
}

.addresscolumn1whitetext a:hover, .addresscolumn1whitetext a:focus {
    text-decoration: none;
    color: #FF6D2D;
}

.addressh5text {
    font-variant: normal;
    font-style: normal;
    font-family: "Proxima Nova", sans-serif;
    line-height: 1.75rem;
}

.marginicons {
    margin-right: 16px;
    color: #FF6D2D;
    text-align: center;
    padding-right: 0px;
    font-size: 1.25rem;
}


/* Footer Section */

#myFooter {
}

#myFooter .footer-top {
    padding: 60px 0;
    background: #333333;
    text-align: left;
    color: #AAAAAA;
}

#myFooter .footer-logo {
    max-width: 250px;
    margin-top: 30px;
    margin-bottom: 22px;
}

#myFooter .footer-logo a {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#myFooter .footer-top h6 {
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 35px;
    font-size: 1rem;
}

#myFooter .footer-company ul {
    font-size: 0.875rem;
    text-decoration: none;
    line-height: 1.75rem;
    list-style-type: none;
    padding-left: 0px;
}

#myFooter .footer-company li {
    display: block;
}

#myFooter .footer-company a {
    color: #AAAAAA;
    text-decoration: none;
}

#myFooter .footer-company a:hover, .footer-company a:focus {
    color: #FFFFFF;
    text-decoration: none;
}

#myFooter .social-networks {
    text-align: left;
    padding-top: 22px;
    padding-bottom: 16px;
}

#myFooter .social-networks a {
    display: inline-block;
    font-size: 2rem;
    color: #F9F9F9;
    transition: 0.2s;
	padding: 9px;
}

#myFooter .social-networks a:hover {
    text-decoration: none;
}

#myFooter .twitter:hover {
    color: #AAAAAA;
}

#myFooter .linkedin:hover {
    color: #AAAAAA;
}

#myFooter .instagram:hover {
    color: #AAAAAA;
}

#myFooter .footer-bottom {
    padding: 15px 0px;
    background: #444444;
    text-align: left;
    color: #AAAAAA;
    font-size: 0.75rem;
}

#myFooter .footer-copyright p {
    margin: 10px 0px;
	padding: 0px;
}

#myFooter .footer-copyright a {
    color: #FFFFFF;
    border: 0;
    text-decoration: none;
}

#myFooter .footer-copyright a:hover, .footer-copyright a:focus {
    color: #AAAAAA;
    border: 0;
}


/* TEST FADEIN Section */

.hideme {
    opacity:0;
}


/* TEST BUTTON ARROW UP Section */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 99;
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    text-decoration: none;
	border: none;
	outline: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #FFFFFF;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #FFFFFF;
    top: 5px;
}


/* Header About Page */

.aboutimage {
    background-image: url(../images/autumntrees.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100vh;
    min-height: 650px;
    position: relative;
    background-attachment: scroll;
}

.pageabout .overlay-header {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
}

#abouttext {
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    max-width: 100%;
}

.welcometomedium1about {
    font-weight: 800;
    font-size: 6.5rem;
    line-height: 6.8rem;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    letter-spacing: 4px;
}


/* Section One About Page */

#section1about {
}

.section1about {
    padding-top: 300px;
    padding-bottom: 350px;
    background-color: #FF6D2D;
}

.section1abouttext {
    color: #FFFFFF;
	line-height: 3.4rem;
}

.section1aboutboldtext {
    font-weight: 800;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-size: 2.125rem;
}


/* Section Two About Page */

#section2about {
}

.section2about {
    padding-top: 300px;
    padding-bottom: 300px;
    background-color: #FFFFFF;
}

.section2abouttext {
    color: #3D4975;
    line-height: 1.6rem;
}

.section2aboutboldtext {
    font-weight: 800;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
}

.section2aboutorangetext {
    color: #FF6D2D;
	line-height: 2.2rem;
}

hr.lineabout {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0px;
	margin-right: 0px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    width: 4rem;
}


/* Image Section Three About Page */

#section3about {
}

.section3about {
}

.section3aboutimage {
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../images/potofpens.jpg);
    background-attachment: scroll;
    height: 500px;
    max-width: 100%;
}


/* Section Four About Page */

#section4about {
}

.section4about {
    padding-top: 200px;
    padding-bottom: 250px;
    background-color: #FFFFFF;
}

.section4aboutorangetext {
    color: #FF6D2D;
	font-weight: 300;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
}

.section4aboutblueitalictext {
    font-family: "Adobe Garamond Pro Italic", serif;
    font-style: italic;
    font-variant: normal;
    font-size: 2.3rem;
	color: #3D4975;
}

.section4aboutblueboldtext {
    font-weight: 800;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-size: 2.125rem;
}

hr.lineabout {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0px;
	margin-right: 0px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    width: 4rem;
}

/* Image Section Five About Page */

#section5about {
}

.section5aboutimage {
    background-attachment: scroll;
    background-image: url(../images/fishingnetsandrope.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    max-width: 100%;
}

.section5 {
  color: rgba(255,255,255,0.75);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section5text {
    font-weight: 800;
    font-size: 6.5rem;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
}


/* Header Services Page */

.servicesimage {
    background-image: url(../images/succulentplant.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100vh;
    min-height: 650px;
    position: relative;
    background-attachment: scroll;
}

.pageservices .overlay-header {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
}

#servicestext {
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    max-width: 100%;
}

.welcometomedium1services {
    font-weight: 800;
    font-size: 6.5rem;
    line-height: 6.8rem;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    letter-spacing: 6px;
}


/* Section One Services Page */

#section1services {
}

.section1services {
    padding-top: 300px;
    padding-bottom: 350px;
    background-color: #3D4975;
}

.section1servicestext {
    color: #FFFFFF;
	line-height: 3.4rem;
}

.section1servicesboldtext {
    font-weight: 800;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-size: 2.125rem;
}


/* Section Two Services Page */

#section2services {
}

.section2services {
    padding-top: 300px;
    padding-bottom: 300px;
    background-color: #FFFFFF;
}

.section2servicestext {
    color: #3D4975;
    line-height: 1.6rem;
}

.section2servicesboldtext {
    font-weight: 800;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
}

.section2servicesorangetext {
    color: #FF6D2D;
	line-height: 2.2rem;
}

hr.lineservices {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0px;
	margin-right: 0px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    width: 4rem;
}


/* Section Two b Services Page */

#section2bservices {
}

.section2bservices {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #3D4975;
}

.section2bservicestext  {
    color: #FFFFFF;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

hr.lineservicessection2b {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: auto;
    margin-left: auto;
    border: 0;
    border-top: 1px solid rgba(255,109,45,1.00);
    display: block;
    width: 4rem;
}

#section2bservices .icon-box {
    padding: 20px;
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    text-align: left;
    border-radius: 6px;
    border: 1px solid #FF6D2D;
}

#section2bservices h3 {
    color: #FF6D2D;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    margin: 14px 0px;
    letter-spacing: 1px;
    font-weight: 300;
}

#section2bservices p {
    color: #3D4975;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: 400;
}


/* Image Section Three Services Page */

#section3services {
}

.section3services {
}

.section3servicesimage {
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../images/baseballglove.jpg);
    background-attachment: scroll;
    height: 500px;
    max-width: 100%;
}


/* Section Four Services Page */

#section4services {
}

.section4services {
    padding-top: 200px;
    padding-bottom: 250px;
    background-color: #FFFFFF;
}

.section4servicesblueitalictext {
    font-family: "Adobe Garamond Pro Italic", serif;
    font-style: italic;
    font-variant: normal;
    font-size: 2.3rem;
    color: #3D4975;
}


/* Image Section Five Services Page */

#section5services {
}

.section5servicesimage {
    background-attachment: scroll;
    background-image: url(../images/driftwoodonbeach.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    max-width: 100%;
}

.section5 {
  color: rgba(255,255,255,0.75);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section5text {
    font-weight: 800;
    font-size: 6.5rem;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
}


/* Header Work Page */

.workimage {
    background-image: url(../images/pinecone.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100vh;
    min-height: 650px;
    position: relative;
    background-attachment: scroll;
}

.pagework .overlay-header {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
}

#worktext {
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    max-width: 100%;
}

.welcometomedium1work {
    font-weight: 800;
    font-size: 6.5rem;
    line-height: 6.8rem;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    letter-spacing: 4px;
}


/* Section One Work Page */

#section1work {
}

.section1work {
    padding-top: 300px;
    padding-bottom: 300px;
    background-color: #FFFFFF;
}

.section1worktext {
    color: #3D4975;
    line-height: 1.6rem;
}

.section1workboldtext {
    font-weight: 800;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
}

.section1workorangetext {
    color: #FF6D2D;
	line-height: 2.2rem;
}

hr.linework {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0px;
	margin-right: 0px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    width: 4rem;
}


/* Gallery Images Section Two Work Page */

#portfoliowork {
}

.portfoliowork {
    background-color: #FFFFFF;
}

#portfoliowork .portfoliobox {
    position: relative;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

#portfoliowork .portfoliobox-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0; /* Initially hidden */
    color: #FFFFFF;
    background: rgba(255,109,45,0.86);
    transition: opacity 0.3s; /* Smooth transition */
}

#portfoliowork .portfoliobox-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

#portfoliowork .project-category, .project-title {
    font-family: "Proxima Nova", sans-serif;
    line-height: 1.25rem;
}

#portfoliowork .project-category {
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    color: rgba(255,255,255,0.70);
}

#portfoliowork .project-title {
    font-size: 14px;
}

/* Active class to show caption when an image is clicked */
#portfoliowork .portfoliobox.active .portfoliobox-caption {
    opacity: 1; /* Show caption when active */
}

#portfoliowork .portfoliobox:focus {
    outline: 0;
}

/* Hover effect for larger screens */
#portfoliowork .portfoliobox:hover .portfoliobox-caption {
    opacity: 1; /* Show caption on hover for larger screens */
}

/* Hover effect for image scaling */
#portfoliowork .portfoliobox:hover img {
    transform: scale(1.1); /* Scale image on hover */
}


/* Section Four Work Page */

#section4work {
}

.section4work {
    padding-top: 300px;
    padding-bottom: 350px;
    background-color: #FFFFFF;
}

.section4workblueitalictext {
    font-family: "Adobe Garamond Pro Italic", serif;
    font-style: italic;
    font-variant: normal;
    color: #3D4975;
    line-height: 6.5rem;
    font-size: 6rem;
}

.section4workblueboldtext {
    font-weight: 800;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
}


/* Image Section Five Work Page */

#section5work {
}

.section5workimage {
    background-attachment: scroll;
    background-image: url(../images/ammonite.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    max-width: 100%;
}

.section5 {
  color: rgba(255,255,255,0.75);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section5text {
    font-weight: 800;
    font-size: 6.5rem;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
}


/* Header Project Details Page */

#bark.detailsimage {
    background-image: url(../images/treesurgeonshirt.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 700px;
    min-height: 650px;
    position: relative;
    background-attachment: scroll;
}

#newton.detailsimage {
    background-image: url(../images/newtonoffice.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 700px;
    min-height: 650px;
    position: relative;
    background-attachment: scroll;
}

#smith.detailsimage {
    background-image: url(../images/s&nbrochure2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 700px;
    min-height: 650px;
    position: relative;
    background-attachment: scroll;
}

#teddington.detailsimage {
    background-image: url(../images/hockeyhoody.jpg);
    background-repeat: no-repeat;
    background-position: center 5px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 700px;
    min-height: 650px;
    position: relative;
    background-attachment: scroll;
}

#thebodleian.detailsimage {
    background-image: url(../images/bodleian1frame.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 700px;
    min-height: 650px;
    position: relative;
    background-attachment: scroll;
}

#wildtree.detailsimage {
    background-image: url(../images/wildtreesign.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 700px;
    min-height: 650px;
    position: relative;
    background-attachment: scroll;
}

.pagedetails .overlay-header {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
}

#detailstext {
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    max-width: 100%;
}

.welcometomedium1details {
    font-weight: 300;
    font-size: 2rem;
    line-height: 2.8rem;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    letter-spacing: 2px;
}


/* Section One Project Details Page */

#section1details {
}

.section1details {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: #FFFFFF;
}

.section1detailstext {
    color: #FF6D2D;
    line-height: 1.6rem;
}

#section1details p {
    color: #3D4975;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
	line-height: 1.6rem;
}

#section1details li {
    color: #3D4975;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
	line-height: 2rem;
}

.section1detailsorangetext {
    color: #FF6D2D;
}

hr.linedetails {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0px;
	margin-right: 0px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    width: 4rem;
}

#pagination a {
    display: inline-block;
    text-decoration: none;
    color: #3D4975;
    transition: all linear .3s;
}

#pagination a:hover {
    color: #FF6D2D;
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#pagination .previous {
    color: #3D4975;
    text-align: left;
}

#pagination .next {
    color: #3D4975;
    text-align: right;
}


/* Header Contact Page */

.contactimage {
    background-image: url(../images/oldwoodendoor.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100vh;
    min-height: 650px;
    position: relative;
    background-attachment: scroll;
    background-size: cover;
}

.pagecontact .overlay-header {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
}

#contacttext {
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    max-width: 100%;
}

.welcometomedium1contact {
    font-weight: 800;
    font-size: 6.5rem;
    line-height: 6.8rem;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    letter-spacing: 5px;
}


/* Section One Contact Page */

#contactform {
}

.contactform {
    padding-top: 200px;
    padding-bottom: 300px;
    background-color: #FFFFFF;
}

.contactbluetext {
    font-variant: normal;
    font-style: normal;
    font-family: "Proxima Nova", sans-serif;
	color: #3D4975;
}

.contactbluetext a {
	color: #3D4975;
}

.contactbluetext a:hover, .contactbluetext a:focus {
    text-decoration: none;
    color: #FF6D2D;
}

.contacth1blueitalictext {
    font-family: "Adobe Garamond Pro Italic", serif;
    font-style: italic;
    font-variant: normal;
    color: #3D4975;
    font-size: 4rem;
}

hr.linecontact {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: auto;
    margin-left: auto;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    width: 4rem;
}

.contacth3text {
    font-variant: normal;
    font-style: normal;
    font-family: "Proxima Nova", sans-serif;
	color: #FF6D2D;
	font-weight: 300;
}

.contacth5orangetext {
	color: #FF6D2D;
    line-height: 1.7rem;
}

.contacth5text {
    line-height: 1.7rem;
}

#contactsuccess {
  display: none;
  color: #FF6D2D;
}

#generalErrorFeedback {
    display: none; /* Initially hidden */
    color: #FF6D2D; /* Error color */
    font-size: 1rem; /* Font size */
    margin-bottom: 1rem; /* Space below */
    padding: 0.5rem; /* Internal padding */
    border: 1px solid #FF6D2D; /* Border */
    background-color: rgba(255, 109, 45, 0.1); /* Light background */
    border-radius: 4px; /* Rounded corners */
}

#contactform .contactbutton {
    border-radius: 0;
	border: none;
    padding: .3rem 1rem;
    font-size: 1rem;
    font-weight: 300;
	color: #FFFFFF;
    background-color: #3D4975;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    text-align: center;
}

#contactform .contactbutton:focus, #contactform .contactbutton:hover {
    background-color: #FF6D2D;
	color: #FFFFFF;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-control.is-valid:focus, .was-validated :valid.form-control { 
    border-color: inherit !important;
    background-image: inherit !important;
    box-shadow: inherit !important;
}

input[name="honeypot"] {
    display: none !important; /* Ensures the honeypot field is hidden */
}


/* Image Section Three Contact Page */

#section3contact {
}

.section3contact {
}

.section3contactimage {
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../images/sanddunes.jpg);
    background-attachment: scroll;
    height: 500px;
    max-width: 100%;
}


/* Section Four Contact Page */

#section4contact {
}

.section4contact {
    padding-top: 300px;
    padding-bottom: 350px;
    background-color: #FFFFFF;
}

.section4contactblueitalictext {
    font-family: "Adobe Garamond Pro Italic", serif;
    font-style: italic;
    font-variant: normal;
    color: #3D4975;
    line-height: 6.5rem;
    font-size: 6rem;
}

.section4contactblueboldtext {
    font-weight: 800;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
}


/* Image Section Five Contact Page */

#section5contact {
}

.section5contactimage {
    background-attachment: scroll;
    background-image: url(../images/ropes.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    max-width: 100%;
}

.section5 {
  color: rgba(255,255,255,0.75);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section5text {
    font-weight: 800;
    font-size: 6.5rem;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
}


/* Header Terms Page */

.termsbackground {
    background-repeat: no-repeat;
    position: relative;
    background-attachment: scroll;
    background-color: #FFFFFF;
    padding-top: 250px;
    padding-bottom: 50px;
}

#termstext {
    color: #3D4975;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    max-width: 100%;
}

.welcometomedium1terms {
    font-weight: 300;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    letter-spacing: 2px;
}


/* Section One Terms Page */

#section1terms {
}

.section1terms {
    padding-top: 20px;
    padding-bottom: 300px;
    background-color: #FFFFFF;
}

.section1termstext {
    color: #3D4975;
    line-height: 1.6rem;
}

.section1termsboldtext {
    font-weight: 800;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
}


/* Header Privacy Page */

.privacybackground {
    background-repeat: no-repeat;
    position: relative;
    background-attachment: scroll;
    background-color: #FFFFFF;
    padding-top: 250px;
    padding-bottom: 50px;
}

#privacytext {
    color: #3D4975;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    max-width: 100%;
}

.welcometomedium1privacy {
    font-weight: 300;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    letter-spacing: 2px;
}


/* Section One Privacy Page */

#section1privacy {
}

.section1privacy {
    padding-top: 20px;
    padding-bottom: 300px;
    background-color: #FFFFFF;
}

.section1privacytext {
    color: #3D4975;
    line-height: 1.6rem;
}

.section1privacyboldtext {
    font-weight: 800;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
}


/* Extra small devices (phones, 576px and down) */
@media screen and (max-width:575.98px){
	
/* Index Page */

.welcometohelloh2 {
    font-weight: 500;
    font-style: italic;
    font-size: 2.5rem;
    font-family: "Adobe Garamond Pro Italic", serif;
    font-variant: normal;
    line-height: 2.8rem;
}
	
.welcometomedium1 {
    font-weight: 800;
    font-size: 3.5rem;
    line-height: 3.8rem;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
	
.section1 {
	padding-left: 30px;
	padding-right: 30px;
}
	
.section2 {
	padding-left: 15px;
	padding-right: 15px;
}
	
.section4 {
	padding-left: 15px;
	padding-right: 15px;
}
	
.section5text {
    font-size: 4.5rem;
}

/* Remove hover effect for small screens */
#portfoliohome .portfoliobox-caption {
    opacity: 0; /* Initially hidden */
    transition: opacity 0.4s ease; /* Slower transition */
}

#portfoliohome .portfoliobox.active .portfoliobox-caption {
    opacity: 1; /* Show caption when active */
}
	
.section8text {
    font-size: 4.5rem;
}
	
#getintouch {
}

.getintouchh1italictext {
    font-size: 2rem;
}

.getintouchh2text {
	font-size: 1rem;
    margin-bottom: 20px;
}

#address {
}
 
.address {
    padding-left: 2px;
    padding-right: 2px;
}
	
.addressh5text {
    font-size: 1rem;
    line-height: 1.5rem;
}
	
#address p {
	font-size: 1rem;
}

.marginicons {
    margin-right: 10px;
    text-align: center;
    padding-right: 0px;
    font-size: 1rem;
}
	
#myFooter {
	text-align: center;
}
	
#myFooter .footer-top {
	text-align: center;
}
	
#myFooter .social-networks {
    text-align: center;
}
	
#myFooter .footer-bottom {
	text-align: center;
	font-size: 0.58rem;
}
	
/* About Page */

.welcometomedium1about {
    font-weight: 800;
    font-size: 3.5rem;
    line-height: 3.8rem;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
	letter-spacing: 2px;
}

.section1about {
    padding-left: 30px;
	padding-right: 30px;
}

.section2abouttext {
	line-height: 1.4rem;
    font-size: .84rem;
}
	
.section2aboutorangetext {
	font-size: 1.6rem;
}
	
.section4aboutblueitalictext {
    font-size: 1.75rem;
}

.section4aboutblueboldtext {
    font-size: 1.74rem;
}
	
/* Services Page */

.welcometomedium1services {
    font-weight: 800;
    font-size: 3.5rem;
    line-height: 3.8rem;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    letter-spacing: 4px;
}

.section1services {
    padding-left: 30px;
	padding-right: 30px;
}
	
.section2servicesorangetext {
	font-size: 1.6rem;
}  
	
#section2bservices .icon-box {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
	padding: 25px 15px;
}
	
.section4servicesblueitalictext {
    font-size: 1.85rem;
}
	
/* Work Page */

.welcometomedium1work {
    font-weight: 800;
    font-size: 3.5rem;
    line-height: 3.8rem;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
	letter-spacing: 3px;
}
	
.section1workorangetext {
    font-size: 1.6rem;
}
	
/* Remove hover effect for small screens */
#portfoliowork .portfoliobox-caption {
    opacity: 0; /* Initially hidden */
	transition: opacity 0.4s ease; /* Slower transition */
}

#portfoliowork .portfoliobox.active .portfoliobox-caption {
    opacity: 1; /* Show caption when active */
}

.section4workblueitalictext {
    line-height: 4.5rem;
    font-size: 3.2rem;
}

.section4workblueboldtext {
    font-size: 3.2rem;
}
	
/* Contact Page */

.welcometomedium1contact {
    font-weight: 800;
    font-size: 3.5rem;
    line-height: 3.8rem;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
	letter-spacing: 3px;
}

.contacth3text {
	line-height: 2rem;
    font-size: 1.45rem;
}
	
.contacth5orangetext {
    line-height: 1.5rem;
    font-size: 1.1rem;
}

.contacth5text {
    line-height: 1.5rem;
    font-size: 1.1rem;
}
	
.section4contactblueitalictext {
    line-height: 4.5rem;
    font-size: 3.2rem;
}

.section4contactblueboldtext {
    font-size: 3.2rem;
}

/* Project Details Page */

#pagination .previous {
    color: #3D4975;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
	font-size: 0.8rem;

}

#pagination .next {
    color: #3D4975;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 0.8rem;
}
}


/* Small devices (portrait tablets and large phones, 576px and up) */

	/* Index Page */

/* Gallery Images Section Seven Index Page */

@media screen and (min-width:576px){	
#portfoliohome .portfoliobox-caption {
    opacity: 0; /* Initially hidden */
	transition: opacity 0.4s ease; /* Slower transition */
}

#portfoliohome .portfoliobox.active .portfoliobox-caption {
    opacity: 1; /* Show caption when active */
}
	
/* Gallery Images Section Two Work Page */

#portfoliowork .portfoliobox-caption {
    opacity: 0; /* Initially hidden */
	transition: opacity 0.4s ease; /* Slower transition */
}

#portfoliowork .portfoliobox.active .portfoliobox-caption {
   opacity: 1; /* Show caption when active */
}
}


/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-width:768px){

}


/* Large devices (landscape tablets, 991.98px and less) */
@media screen and (max-width : 1600px ){
	
	/* Index Page */

	/* Header */

.headerbackgroundimage {
    background-attachment: scroll;
}
	/* Image Section Three Index Page */

.section3image {
    background-attachment: scroll;
   
}
	/* Image Section Five Index Page */

.section5image {
    background-attachment: scroll;
}
}


/* Large devices (laptops/desktops, 992px and up) */
@media screen and (min-width:992px){

}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media screen and (min-width:1200px){

}
