@charset "utf-8";

/* ---------------------TABLE OF CONTENT--------------------------------------------------------

    1.  Global
    2.  Common Classes
	3.	Slider

*/

/*-----------------------------------------------------------------------------------*/
/*	1.	Global
/*-----------------------------------------------------------------------------------*/


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,

article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Common Classes
/*-----------------------------------------------------------------------------------*/

body, html {
	width: 100%; 
	height: 100%; 
	margin: 0px; 
	padding: 0px;
	font-family: 'Muli', sans-serif;
	color: #222;
	font-size: 1em;
	background-image: url(/images/ballet-shoes.jpg); 
	background-position: center left;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

@media all and (min-width: 768px) {
	body, html {
	width: 100%; 
	height: 100%; 
	margin: 0px; 
	padding: 0px;
	font-family: 'Muli', sans-serif;
	color: #222;
	font-size: 1em;
	background-image: url(/images/ballet-shoes.jpg); 
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
}

section {
	padding-top: 50px;
	padding-bottom: 25px;
}

a {
	font-family: 'Muli', sans-serif;
	color: #990000; 
	text-decoration: none; 
	border: none;
}
a:link {
	color: #990000; 
	text-decoration: none;
}
a:visited {
	color: #990000; 
	text-decoration: none;
}
a:hover {
	color:#999; 
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montez', cursive !important;
	font-weight:normal; 
	text-align:center;  
}
h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.7em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.3em; }
h6 { font-size: 1em; }	

h4.muli {
	font-family: 'Muli', sans-serif !important;
}
.huge {font-size: 4em;}
p {
	font-family: 'Muli', sans-serif;
}
strong {
	font-weight:bold;
}
ul {
	margin-left: 30px;
}

li {
	line-height: 1.7em;
	font-family: 'Muli', sans-serif !important;
}

.purple {
	color: #a7699c;
}
.white {
	color: #fff;
}
.btn-purple{
	
	background-color: #a7699c !important;
	border: 1px solid #a7699c;
	color: #fff;
	font-family: 'Muli', sans-serif;
	border-radius: 0px !important;
	width: 250px;
	padding: 7px;
}

.btn-purple:hover, .btn-purple:active {
	background-color: #fff !important;
	color: #a7699c;
}

a.purple {
	color: #a7699c;
}

a.purple:hover {
	color: #824d78;
	text-decoration: none;
}

a.grey {
	color: #222;
}

a.grey:hover {
	color: #976c20;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------*/
/*	3.	Menu
/*-----------------------------------------------------------------------------------*/


header { 
	position: fixed; 
	left: 0; 
	top: 0; 
	width: 100%; 
	z-index: 999;
	background-color: #FFF;
	padding-bottom: 25px;
}

p.top {
	color: #fff;
	font-family: 'Muli', sans-serif;
	font-size: 12px;
}

a.white {
	color: #fff !important;
}
a.white:hover {
	color: #ccc !important;
	text-decoration: none;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #0042ff;
}

#custom-bootstrap-menu.navbar-fixed-top {
  top: 0px;
}

@media all and (min-width: 768px) {
#custom-bootstrap-menu.navbar-fixed-top {
  top: 150px;
}
}


#custom-bootstrap-menu.navbar-default {
	padding-top: 10px;
    font-size: 1em;
    background-color: rgba(88, 88, 88, 1);
	border-bottom: 2px solid #29abe1;
    border-bottom-width: 0px;
	font-family: 'Muli', sans-serif;
	text-align: center;
}

#custom-bootstrap-menu.navbar .navbar-nav {
  display: inline-block;
  float: none;
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: #ccc;
	font-family: 'Muli', sans-serif !important;
	-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s;
		width:175px;
		height:55px;
		margin-left: 20px;
		margin-top: 2px;
		margin-bottom: 3px;
	background-image:url(../images/demipoint-logosmall.png);
	background-repeat:no-repeat; 
}

#custom-bootstrap-menu.navbar .navbar-collapse {
  text-align: center;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: #ccc;
    background-color: transparent;
	font-family: 'Muli', sans-serif;
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 10x;

}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: #a7699c;
	
}

#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: #a7699c;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #a7699c;
	
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    color: #a7699c;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #a7699c;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #000000;
}


/*-----------------------------------------------------------------------------------*/
/*	4.	Carousel
/*-----------------------------------------------------------------------------------*/

#carousel {
	margin-top: 200px;
}

#owl-demo1 {
	margin-top: 60px;
}


/*-----------------------------------------------------------------------------------*/
/*	5.	Content
/*-----------------------------------------------------------------------------------*/

.grey-bg {
	background-color: #F4F4F4;
}
.nature {
	background-image: url(/images/bg-springbok.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 250px;
}

.empty {
   height: 50px;
   }

@media all and (min-width: 768px) {
.empty {
   height: 250px;
   }
}

/*-----------------------------------------------------------------------------------*/
/*	7.	Footer
/*-----------------------------------------------------------------------------------*/

footer {
	width: 100%;
	text-align:	center;
	background-color: #333;
	border-top: 2px #a7699c solid;
}

footer .copyright a {
	font-family: 'Muli', sans-serif; 
	font-size:11px; 
	color: #fff; 
	text-decoration: none; 
	border: none
}
footer .copyright a:hover {
  color: #a7699c;
  font-size:11px;
}

footer .copyright small {
  font-family: 'Muli', sans-serif; 
  color: #fff;
  font-size: 11px;
}

footer .copyright img { 
  display: inline-block;
  vertical-align: middle;
}