@charset "UTF-8";
/* CSS Document */



* {
    border: none;
    margin: 0;
    padding: 0;
    

    
    -moz-osx-font-smoothing: grayscale;
    
    -webkit-tap-highlight-color: transparent;
    
    -webkit-font-smoothing: antialiased;
}

/* BIG BOIS ---------------------------------------------------------- */

html {
	font-size: 16px;
	width: 100%;
}

body {
	/*background-image: linear-gradient(#ede8e4, #d8cbba);*/
    font-family: GranjonLTStd, serif;
	font-size: 16px;
	font-size: 1rem;
	/*color: #744a4c;*/
	color: black;
	text-align: center;
	width: 100%;

}

div, section, nav {
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden;
}

/* A, SPAN, P ---------------------------------------------------------- */

a, span, p {
	text-align: left;
	color: black;
	text-decoration: none;
	font-size: 1.5rem;
}

/* HEADINGS ---------------------------------------------------------- */

h1, h2, h3, h4, h5, i {
    font-family: GranjonLTStd-Italic, serif;
	font-weight: normal;
}

h1 {
    font-size: 2.5rem;
    padding: 10rem 2.5rem 0 2.5rem;
	text-align: center;
    line-height: 3rem;
    width: 50rem;
    margin: 0 auto;
}

h2 {
	font-size: 3rem;
	margin: 5vh auto;
	padding: 0;
	text-transform: lowercase;
	width: auto;
    color: red;
}

h2:nth-child(1) {
	margin-left: -20vw;
}
h2:nth-child(2) {
	margin-right: 5vw;
	text-align: right;
}
h2:nth-child(3) {
	margin-left: 30vw;
}
h2:nth-child(4) {
	margin-left: 10vw;
	margin-bottom: 20vh;
	text-align: left;
}

h2 span {
	position: relative;
}
h2 span.spring {
	left: -5vw;
}
h2 span.autumn {
	left: -5vw;
	top: -2vh;
}
h2 span.winter {
	top: -1vh;
}

h3 {
    font-size: 2.5rem;
    padding: 3rem 0;
	text-align: center;
}

h4 {
    font-size: 2.2rem;
    padding: 1rem 0;
	text-align: left;
	height: 6rem;
}

h5 {
	font-size: 1.5rem;
	padding: 3rem 0 0.5rem 0;
    text-align: left;
}

h5:nth-child(2) {
	padding-top: 1rem;
}

i, em {
    font-family: 'GranjonLTStd-Italic';
}

/* FORM ---------------------------------------------------------- */

form {
    text-align: left;
    font-family: GranjonLTStd, serif;
    font-size: 1.5rem;
	margin: 0 auto;
	max-width: 40rem;
    display: block;
}

form h5 {
    text-align: left;
    clear: both;
}

input {
    border: 1px solid black;
    height: 2rem;
    display: block;
    width: 100%;
    padding: 1.5rem 0.5rem;
    font-size: 1.2rem;
    font-family: inherit;
    outline:none;
}

input:focus, textarea:focus {
    background: #f9f9f9;
}

input.submit {
    color: red;
    font-size: 2rem;
    margin: 1rem 0;
    padding: 1rem 0;
    height: 4rem;
	font-family: GranjonLTStd-Italic, serif;
    font-style: italic;
    border: none;
    background: white;
}

input.submit:hover {
    cursor: pointer;
}

form span {
    display: block;
    clear: both;
}

form span input {
    display: block;
    float: left;
    width: 1.5rem;
    outline:none;
    line-height: 1.5rem;
    height: 1.5rem;
    margin: 1.5rem 0.5rem 0 0;
}

form span label {
    display: block;
    float: left;
    padding: 1.7rem 0.5rem 0 0.5rem;
    line-height: 1.5rem;
    height: 1.5rem;
}

form div input {
    margin-top: 1rem;
    outline:none;
}

form textarea {
    height: 10rem;
    border: 1px solid black;
    width: 100%;
    padding: 1.5rem 0.5rem;
    display: block;
    font-size: 1.2rem;
    font-family: inherit;
    outline:none;
}




/* STRUCTURAL ELEMENTS & SECTIONS ---------------------------------------------------------- */

/*nav {
	width: 100%;
	padding: 20rem 0;
    text-align: center;
}

nav img {
    height: 7rem;
    display: inline-block;
}

nav a {
	font-family: GranjonLTStd-Italic, serif;
	font-size: 2rem;
    color: red;
    display: block;
}

nav a:nth-child(1) {
	
	padding: 4rem 15%;
}

nav a:nth-child(2) {
}

nav a:nth-child(3) {
	padding: 4rem 30%;
    text-align: right;
}*/


nav {
	padding: 20rem 5%;
    height: 5rem;
    display: flex;
    justify-content: space-between;
}

nav.sub-page {
    padding: 5rem 5%;
}

nav img {
    height:5rem;
}

nav a {
	font-family: GranjonLTStd-Italic, serif;
	font-size: 2rem;
    display: inline-block;
    height: 5rem;
    line-height: 5rem;
    vertical-align: middle;
}

nav a:nth-child(1) {
    flex-grow: 1;
    flex-basis: 0;
    text-align: left;
}

nav.sub-page a:nth-child(1) {
    text-align: center;
}

nav a:nth-child(2) {
    text-align: center;
}

nav a:nth-child(3) {
    flex-grow: 1;
    flex-basis: 0;
    text-align: right;
}

#services {
	margin: 0 auto;
	max-width: 60rem;
}

#services p {
	padding: 0 2rem;
}
#options {
	width: 100%;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}

#options div {
	padding: 2rem;
	flex-basis: 24rem;
	text-align: left;
	flex-grow: 100;
}

#options div img {
	width: 100%;
}

#options div p {
	padding: 0;
	margin: 0 0 1.5rem 0;
}

#options div:nth-child(1) {
}
#options div:nth-child(2) {
}
#options div:nth-child(3) {
}

#options div a {
	display: inline-block;
	text-align: left;
	border-bottom: 1px solid red;
}


#options div a::after {
    content: '\2002\2192';
    display: inline-block;
    transition: all 0.5s;
    transition-timing-function: ease;
    border-left: 0 solid white;
    background: white;
    border-bottom: 0.2rem solid white;
    position: relative;
    top: 0.1rem;
}

#options div a:hover::after {
    border-left: 0.4rem solid white;
}


#options div a.clean-link {
    border-bottom: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: inherit;
}

#options div a.clean-link::after, #options div a.paragraph-link::after {
    display: none;
    visibility: hidden;
    content: '';
}

a.paragraph-link::after {
    display: none;
    visibility: hidden;
    content: '';
}

#options div a.more-link {
    font-family: 'GranjonLTStd-Italic';
    border-bottom-color: black;
    border: none;
    color: red;
}

a.more-link {
    font-family: 'GranjonLTStd-Italic';
    border-bottom-color: black;
    border: none;
    color: red;
}

#intro, #garden, #friends-of-wild {
	margin: 0 auto;
	max-width: 60rem;
}

#intro, #garden p, #friends-of-wild p {
	padding: 0 2rem 1.5rem 2rem; 
}

#garden h5 {
    padding-left: 2rem;
    padding-right: 2rem;
}

#garden p:last-child, #garden p:last-child img {
    height: 2.5rem;
    text-align: center;
}

#garden p:last-child {
    padding-top: 3rem;
    padding-bottom: 0;
}

#faq {
	margin: 0 auto;
	max-width: 60rem;
}

#faq p {
	padding: 0 2rem; 
}

#curated-intro, #styled-intro {
	margin: 0 auto;
	max-width: 60rem;
    padding-top: 5rem;
}

#curated-intro p, #styled-intro p {
	padding: 0 2rem 1.5rem 2rem;
}

#curated-intro div {
	display: flex;
	padding: 0 5% 1.5rem 5%;
	width: 90%;
	flex-wrap: wrap;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}



#curated-intro p a, #curated-info p a {
	border-bottom: 1px solid red;
}






#curated-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	row-gap: 5rem;
	column-gap: 0;
	align-items: center;
}

#curated-info h3 {
    width: 100%;
}

#curated-info div {
    max-width: 540px;
    flex-grow: 1;
    text-align: center;
}

#gif {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

#curated-info ul {
    text-align: left;
    min-width: 10rem;
    max-width: 32rem;
    padding: 0 10%;
    list-style: none;
    font-size: 1.5rem;
    margin: 0 auto;
    flex-grow: 1;
}

#curated-info ul li {
    display: block;
}

#curated-info ul li::before {
    content: '-';
    color: red;
    display: inline-block;
    position: relative;
        left: -1.5rem;
}

#curated-info ul li.clean-list::before {
    opacity: 0;
}

#curated-info ul li.clean-list p {
    margin-top: -1.5rem;
}

#curated-info ul li h5 {
    display: inline-block;
}

#curated-info p.looking-for {
	text-align: center;
	flex-grow: 5;
	width: 90%;
	align-self: flex-end;
	padding: 5%;
}
















#enquiry {
	margin: 0 auto;
	max-width: 40rem;
    padding: 0 5vw;
}

#enquiry * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#friends-of-wild {
    margin: 5rem auto;
}


#foot {
	display: block;
	width: 90%;
	padding: 3rem 5% 5rem 5%;
    clear: both;
}

#foot p:nth-child(1) {
	text-align: right;
	width: 50%;
	float: right;
}

#foot p:nth-child(2) {
	text-align: left;
	width: 50%;
	float: left;
}


#foot p a {
	border-bottom: 1px solid red;
}

#foot p a::before {
    content: '\2192\2002';
    display: inline-block;
    border-bottom: 0.2rem solid white;
    line-height: 1.2rem;
    transition: all 0.5s;
    transition-timing-function: ease;
    border-right: 0.3rem solid white;
}

#foot p a:hover::before {
    border-right: 0rem solid white;
}


video {
    object-fit: cover;
    display: block;
}



/* NON STRUCTURAL ELEMENTS ---------------------------------------------------------- */



#intro-video {
    width:80%;
    transition: all 1s;
    transition-timing-function: ease;
    margin: 0 10%;
    object-fit: cover;
    display: block;
 }

#intro-video.sub-page {
    width: 100%;
    margin: 0;
}

#intro-video.animate {
    width: 100%;
    margin: 0;
    opacity: 100;
}


#tempus-markers span {
	background: red;
	margin: 12rem 10vw;
}

/* CLASSES ---------------------------------------------------------- */

.spring, .summer, .winter, .autumn {
	width: 2px;
	height: 3rem;
	display: inline-block;
	background: red;
}
.spring {
	transform: rotate(45deg);
}
.winter {
	transform: rotate(90deg);
}
.autumn {
	transform: rotate(-70deg);
}
.summer {
	margin-right: 2vw;
}

.caption {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}




.enquiry {
    position: fixed;
    bottom: 5rem;
    right: 0;
    width: 5%;
    color: red;
    text-align: center;
}

.photocredit::after {
    
}


.center {
    text-align: center;
}




#section-2 {
	text-align: center;
}

.tempus-2-up-container {
	background: none;
	margin: 0 auto;
	overflow: hidden;
	padding: 10vh 0;
	position: relative;
	width: 100%;
    max-width: 100rem;
}
.tempus-2-up-container img {
	border: 0;
	display: block;
	margin: 0;
	padding: 5vw;
	width: 50%;
	position: relative;
}
.tempus-2-up-container img:nth-child(1) {
	float: left;
}

.tempus-2-up-container img:nth-child(2) {
	float: right;
    margin-top: -55%;
}


.tempus-2-up-container img:nth-child(3) {
	padding: 0;
	margin: 0;
	width: 40%;
	float: left;
	margin-top: -20%;
	clear:both;
}




.tempus-2-up-container-reverse {
	background: none;
	margin: 0 auto;
	overflow: hidden;
	padding: 10vh 0;
	position: relative;
	width: 100%;
    max-width: 100rem;
}
.tempus-2-up-container-reverse img {
	border: 0;
	display: block;
	margin: 0;
	padding: 5vw;
	width: 50%;
	position: relative;
}
.tempus-2-up-container-reverse img:nth-child(2) {
	float: left;
	margin-top: -75%;
}
.tempus-2-up-container-reverse img:nth-child(1) {
	float: right;
    margin-top: -5%;
}

.tempus-2-up-container-reverse img:nth-child(3) {
    padding: 0;
    margin: 0;
    width: 40%;
    float: left;
    margin-top: -40%;
}





#connections {
	display: block;
	padding: 5rem 5%;
	text-align: left;
    width: 40%;
    max-width: 30rem;
    float: left;
}

#connections a, #recommended a {
	display: block;
}

#connections span, #recommended span {
	border-top: 1px solid black;
	width: 25rem;
	margin: 1rem 0 0 0;
	height: 0;
	display: block;
    max-width: 100%;
}

#connections p a, #recommended p a {
    display: inline-block;
    padding: 0 1rem 0 0;
}

#connections img, #recommended img {
	height: 2rem;
}





#recommended {
    display: block;
	padding: 5rem 5%;
	text-align: left;
    width: 40%;
    max-width: 30rem;
    float: right;
}








/* FADE */




.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 4s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
    50% {
        opacity: 0;
    }
	100% {
		opacity: 1;
	}
}











/* SCREEN MANAGEMENT */

/* MOST PHONES */
@media only screen and (max-width: 750px) {
    
    html, body {
        font-size:12px;
    }
    
    nav a:nth-child(1), nav a:nth-child(3) {
        display: none;
    }
    nav a:nth-child(2) {
        display: block;
        width:100%;
    }
    nav.sub-page a:nth-child(1) {
        display: flex;
        text-align: center;
    }
    nav img {
        max-width: 100%;
    }
    nav {
        padding-top:5vh;
        padding-bottom: 10vh;
    }
    #intro-video, #intro-video.animate {
        width:100%;
        transition:all 1s;
        margin: 0;
        opacity: 1;
        object-fit: cover;
        display: block;
        height: 50vh;
    }
    h1 {
        font-size: 1.75rem;
        width:90%;
        padding-left: 5%;
        padding-right: 5%
    }
    #foot {
        padding: 0 5%;
    }
    #foot p:nth-child(1), #foot p:nth-child(2) {
        display: block;
        width: 100%;
        float: none;
        text-align: right;
        padding: 0 0 10rem 0;
    }
    #foot p:nth-child(2) {
        padding-bottom: 2rem;
        font-size: 1rem;
        text-align: center
    }
    
    #foot p a::before {
        line-height: 1.5rem;
    }

    h2 {
        font-size: 2rem;
    }
    

    
    #recommended, #connections {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    
    #recommended span:nth-child(19) {
        display: none;
    }
	
	

#curated-intro div span {
	width:100%;
	text-align: center;
}
	
}








@media only screen and (min-width: 750px) and (max-width: 1025px) {
    nav a:nth-child(1), nav a:nth-child(3) {
        display: none;
    }
    nav.sub-page a:nth-child(1) {
        display: flex;
        display: block;
        width:100%;
        text-align: center;
    }
    nav a:nth-child(2) {
        display: block;
        width:100%;
    }
    nav img {
        max-width: 100%;
    }
    #intro-video.animate {
        height: 50vh;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
	#curated-info ul {
	}
    
}
@media only screen and (min-width: 1300px) {
    
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
    #intro-video, #intro-video.animate {        
        position: fixed;
        top: 0;
        left: 0;
        
        width: 100%;
        height: 100%;
        opacity: 1;
        margin: 0;
        z-index: 9999;
    }
    nav, div, section, h1 {
        visibility: hidden;
    }
    body, html {
        background: black;
        color: black;
    }
}
