/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color: purple;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



body {background: yellow; font-family: "comic sans MS"; color: purple; font-weight: 300; font-size: 1.2em;}

@font-face {font-family: spazt; src:url('images/spazt.ttf') format("truetype"), url("images/ufonts.com_spazt.woff") format('woff');}

img {max-width: 100%;}
#top-banner {background: purple; color: white; border-radius: 12px; padding: 0.2em 0.2em 0.2em 0.2em; margin: 4px 4px 4px 4px;
		line-height: 1.6em;}

/* clearfix hack */
header:before, header:after {content: ""; display: table;}
header:after {clear: both;}

a.to-nav {float: right; color: white; text-decoration: none; font-size: 1.4em; font-weight: bold; padding: 0px 10px 0px 10px;
		border-left: 1px solid white;
		line-height: 1.5em;
		}
a.top-contact-link {float: left; color: white; text-decoration: none; font-size: 1.2em; font-weight: bold; padding: 0px 10px 0px 10px;
		border-right: 1px solid white;
		line-height: 1.5em;
		}
a.SMB {padding: 0 10px 0 10px;}
#social-media-buttons {margin: 12px;}

/*  to vertically align / vertical centre  */
a.to-nav, a.top-contact-link {}

a.to-nav:hover, a.to-nav:focus {}
a.top-contact-link:hover, a.top-contact-link:focus {background: yellow; color: purple;}



/*  navigation  */
#primary-nav ul {list-style: none; background: purple; padding: 4px 0; margin-top: 8px;}
#primary-nav li a {display: block; padding: 0 20px; color: white; text-decoration: none; font-weight: bold; letter-spacing: 0.1em; line-height: 2em;
	height: 2em; border-bottom: 2px solid white;}
#primary-nav li a:hover, #primary-nav li a:focus {color: purple; background: yellow;}

.pull-right {float: right; list-style: none; text-decoration: none; font-weight: bold; padding: 0.4em 1em 0 0; color: white;}

/*  Begin van BIG SCREEN MENU  */
.caret {border-top: 5px solid white;
			border-right: 5px solid transparent;
			border-left: 5px solid transparent;
			content: "";
			display: inline-block;
			height: 0;
			width: 0;
			vertical-align: middle;
			transition: color 0.1s linear;
			margin-left: 2px;
			}
nav ul li:hover {background-color: yellow; border-color: orange; box-shadow: 2px 2px 2px black;}
nav ul li:hover a {color: purple;}
nav ul li:hover a .caret {border-top-color: purple;}

nav ul ul li:hover a {color: purple;}

@media screen and (max-width: 768px) {.big-screen {display: none}}
@media screen and (min-width: 768px) {#top-banner {display: none;}}
@media screen and (min-width: 768px) {#primary-nav {display: none;}}

@media screen and (min-width: 768px) {
nav {position: relative;
	background: purple;
	border: 1px solid purple;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
	box-shadow: 6px 6px 6px grey;
	color: yellow;
	display: block;
	margin: 8px 22px 12px 22px;
	padding: 2px 2px 2px 2px;
	}
nav ul {padding: 1px 1px 1px 1px; margin: 1px 1px 1px 1px;
	text-align: center;
	}
nav ul li {display: inline-block;
		list-style-type: none;
		transition: all 1s;
		border: 2px solid white;
		vertical-align: middle;
		border-top-left-radius: 6px; border-top-right-radius: 6px;
		box-shadow: 2px 2px 2px black;
		margin: 3px 3px 3px 3px;
		margin-right: 1%; margin-left: 1%;}
nav ul li a {color: white;
		display: block;
		line-height: 1.8em;
		padding: 0px 12px 0px 12px;
		text-decoration: none;
		}
.big-main-menu ul {display: none;}
.big-main-menu li:hover >ul {display: block; position: absolute; margin-top: 2px; background-color: yellow; padding: 12px;
			border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border: 4px solid purple;}
.big-main-menu li:hover >ul >li {transition: all 1s; border: 4px solid purple;}
.big-main-menu li:hover >ul >li >a {color: purple;}
.big-main-menu li:hover >ul >li:hover {transition: all 1s; border: 2px solid white; background: purple;}
.big-main-menu li:hover >ul >li:hover >a {color: white;}


.big-main-menu li:hover >ul >li >ul {margin-top: 2px; background-color: purple; padding: 12px;
			border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border: 2px solid white;}
.big-main-menu li:hover >ul >li >ul >li {transition: all 1s; border: 2px solid white;}
.big-main-menu li:hover >ul >li >ul >li >a {color: white;}
nav ul li:hover >ul >li >ul >li >a .caret {border-top-color: white;}

.big-main-menu li:hover >ul >li >ul >li:hover {transition: all 1s; border: 2px solid orange;}
.big-main-menu li:hover >ul >li >ul >li:hover >a {color: white;}
nav ul li:hover >ul >li >ul >li:hover >a .caret {border-top-color: white;}

.big-main-menu li:hover >ul >li >ul {position: absolute; left: 80px;}			

.big-main-menu ul ul {width: 180px;}
.big-main-menu ul {width: 180px;}
}
footer {background: purple; color: white; font-size: 0.8em; text-decoration: none; text-align: center; padding: 4px; margin: 4px;}
footer >a {color: white; font-size: 0.8em; text-align: center;}

#social-media-buttons {clear: left;}
footer {clear: left;}
/*  Hier eindig die template se stylesheet  */
/*  hier begin die index bladsy se styling  */
@media screen and (min-width: 768px) {.ronde-foto {float: left; margin: 4px;} .top-writing {float: left; margin: 4px;} .OA-logo {float: left;
	margin: 58px 4px 4px 4px;}}
div.top-writing {text-align: center; font-weight: bold;}

video {margin: 8px;}

@media screen and (min-width: 768px) {.text {column-count: 2;}}
p {padding: 4px}
h1 {font-weight: 300; font-size: 1.8em; margin: 8px; font-weight: bold; text-align: center;}
h3 {font-weight: 300; font-size: 1.5em; margin: 8px; font-weight: bold; text-align: center;}
.in-text-img {border: 2px solid purple; border-radius: 12px; margin: 18px 18px 18px 18px;}
.in-text-img {display: block; margin: auto;}
.white-space {padding: 0.4em;}

@media screen and (max-width: 768px) {#back-top-arrow-big {display: none;}}
@media screen and (min-width: 768px) {#back-top-arrow-small {display: none;}}
div.back-top-arrow {border: 2px solid purple; border-radius: 4px; padding: 4px;}
div.back-top-arrow {position: fixed; bottom: 2px; right: 2px;}
span.back-top-arrow {border-bottom: 18px solid purple;
			border-right: 14px solid transparent;
			border-left: 14px solid transparent;
			content: "";
			display: inline-block;
			height: 0;
			width: 0;
			vertical-align: middle;
			transition: color 0.1s linear;
			margin: 2px;}

.text {padding-left: 4px; padding-right: 4px;}

/*  4 X 4 bladsy se styling  */
@media screen and (max-width: 768px) {.off-road-photo-big {display: none;}}
@media screen and (min-width: 768px) {.off-road-photo-small {display: none;}}

/*  The 10 Commandments -bladsy se styling  */
p {padding-left: 4px; padding-right: 4px;}

/*   Abseil se styling   */
.OA-name {border: 4px solid purple; display: block; margin: auto; border-radius: 10px; width: 24em; padding: 0.2em; box-shadow: 6px 6px 6px grey}
.OA-name-out {font-family: spazt; font-size: 5em; color: purple;}
div.OA-name-adv >p {font-family: "comic sans MS"; font-size: 2em; font-weight: bold; color: yellow;}
div.OA-name-adv {background: purple; border-radius: 40%; padding: 0.2em 0.2em 0.4em 0.2em; margin: 0.2em 0.2em 0.2em 12em;}
div.OA-name-exp >p {font-family: "comic sans MS"; font-size: 1.2em; font-weight: bold; color: purple; text-align: center;}

.OA-small-name {border: 2px solid purple; display: block; margin: auto; border-radius: 6px; width: 12em; padding: 0.2em;}
.OA-small-name-out {font-family: spazt; font-size: 2.5em; color: purple;}
div.OA-small-name-adv >p {font-family: "comic sans MS"; font-size: 1em; font-weight: bold; color: yellow;}
div.OA-small-name-adv {background: purple; border-radius: 40%; padding: 0.1em 0.1em 0.3em 0.1em; margin: 0.1em 0.1em 0.1em 6em;}
div.OA-small-name-exp >p {font-family: "comic sans MS"; font-size: 0.6em; font-weight: bold; color: purple; text-align: center;}

@media screen and (max-width: 768px) {div.OA-name {display: none;}}
@media screen and (min-width: 768px) {div.OA-small-name {display: none;}}

@media screen and (max-width: 768px) {div.OA-out {display: none;}}
@media screen and (max-width: 768px) {div.OA-adv {display: none;}}

@media screen and (min-width: 768px) {.OA-logo-too {float: left;} .img-next-to-logo-1 {float: left;}}

img.OA-centre-logo {display: block; margin: auto;}

/*   Image gallery styling   */
@media screen and (max-width: 768px) {.small-photos {display: none;} .target-photo img {margin: 4px 0px 4px 0px;}}
@media screen and (min-width: 768px) {
	.gallery-container {border: 3px solid purple; border-radius: 8px; margin: 6px; padding: 4px 4px 4px 4px;}
	.gallery-container {position: relative; overflow: hidden;}
	.target-photo {position: absolute; top: 8px; left: -100%;}
	.target-photo:target {left: 120px; border-radius: 12px; transition-duration: 1s;}
	.small-photos img:hover {transform: rotate(5deg); border: 1px solid grey; padding: 2px; box-shadow: 4px 4px 4px black;}
}

/*   photo slider   */
@media screen and (max-width: 768px) {#slider {display: none;}}
@media screen and (min-width: 768px) {
	#images {max-width: 960px ; height: 480px; overflow: hidden; position: relative; margin: 2px auto;}
	#images  img {max-width: 960px; height: 480px; position: absolute; top: 0; left: -960px;}
	#slider a {text-decoration: none; background: #E3F1FA; border: 1px solid purple; padding: 4px 6px; color: purple;}
	#slider a:hover {background: grey;}
	#images img {z-index: 1; opacity: 0; transition: all linear 1s; }
	#images img:target {left: 0; z-index: 9; opacity: 1;}
	}

.guides-names a {margin: 12px 4px 12px 4px;}

strong {font-weight: bold;}
em {font-weight: bold; text-decoration: underline;}

@media screen and (max-width: 768px) {.banner-foto-big {display: none;}}
@media screen and (min-width: 768px) {.banner-foto-small {display: none;}}