@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 */
}

.row {margin-left: 0px !important; margin-right: 0px !important;}

/*-----------------------------------------------------------------------------------*/
/*	2.	Common Classes
/*-----------------------------------------------------------------------------------*/

body, html {
	width: 100%; 
	height: 100%; 
	margin: 0px; 
	padding: 0px;
	font-family: 'Poppins', sans-serif;
	color: #222;
}

section {
	padding-top: 50px;
	padding-bottom: 25px;
}

a {
	font-family: 'Poppins', 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: 'Urbanist', cursive !important;
	font-weight:normal; 
	text-align:center;  
}
h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 1em; }	

.huge {font-size: 3em;
 font-weight: bold;}

p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
}
strong {
	font-weight:bold;
}
ul {
	margin-left: 30px;
}

li {
	line-height: 1.7em;
	font-family: 'Poppins', sans-serif !important;
}

.purple {
	color: #cb6ce6;
}
.mint {
	color: #5bdbd0;
}
.teal {
	color: #629f98;
}
.blue {
	color: #3ea8dd;
}
.white {
	color: #fff;
}
.btn-purple{
	background-color: #cb6ce6 !important;
	border: 1px solid #cb6ce6;
	color: #fff;
	font-family: 'Poppins', 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: #629f98;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------*/
/*	2.	Menu 
/*-----------------------------------------------------------------------------------*/

header { 
	position: fixed; 
	left: 0; 
	top: 0; 
	width: 100%; 
	z-index: 999;
}

a.white {
	color: #FFF	!important;
}
a.white:hover {
	color: #283891 !important;
	text-decoration: none;
}

#custom-bootstrap-menu.navbar-default {
	height: 100px;
	padding-top: 20px;
	font-family: 'Poppins', sans-serif;
    font-size: 15px;
	font-weight: 700;
    background-color: rgba(250, 250, 250, 1);
	border-bottom: 1px solid #8dcbea;
    border-bottom-width: 0px;
	text-align: center;
	width: 100%;
}

#custom-bootstrap-menu.navbar .navbar-nav {
  display: inline-block;
  float: none;
  width: 100%;
}

#custom-bootstrap-menu.navbar .navbar-collapse {
  text-align: center;

}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: #333;
	font-family: 'Poppins', sans-serif;
	-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/clairepelser-logosmall.png);
	background-repeat:no-repeat; 
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: #333;
    background-color: #fafafa;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: #5bdbd0;
	
}


#custom-bootstrap-menu ul li:hover, body.home li.home, body.about li.about, body.services li.services, body.news li.news, body.contact li.contact { 
  color: #5bdbd0 !important;
  font-weight: 700;
}
#custom-bootstrap-menu ul li:hover a, body.home li.home a, body.about li.about a, body.services li.services a, body.news li.news a, body.contact li.contact a { 
  color: #5bdbd0 !important;
  font-weight: 700;
}


#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: #5bdbd0;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #5bdbd0;
	
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    color: #5bdbd0;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #5bdbd0;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #000000;
}

.navbar-brand {
	color: #333 !important;
	font-weight: bold;
	font-size: 14px !important;
}

@media all and (min-width: 768px){	
#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: #333;
	font-family: 'Poppins', sans-serif;
	-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/clairepelser-logosmall.png);
	background-repeat:no-repeat; 
	background-color: #fafafa;

}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: #333;
    background-color: #fafafa;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	padding-top: 25px;
	padding-bottom: 5px;
}
#custom-bootstrap-menu.navbar .navbar-nav {
  display: inline-block;
  float: none;
  width: auto;
}

}



/*-----------------------------------------------------------------------------------*/
/*	4.	Content
/*-----------------------------------------------------------------------------------*/

.home{
	text-align:center;
	height: 650px;
	color:#1d3d4c;
	border-bottom: 2px solid #8dcbea;

}

.va {
	background-image:url(../images/background-virtual-assistant.jpg);
	background-repeat:none;
	background-attachment:fixed;
	background-position:center top;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	text-align:center;
	border-bottom: 2px solid #cb6ce6;
}
.va1 {
	background-image:url(../images/background-assistant.jpg);
	background-repeat:none;
	background-attachment:fixed;
	background-position:center top;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	text-align:center;
	border-bottom: 2px solid #5bdbd0;
}
.testimonials {
	background-image:url(../images/background-testimonials-1.jpg);
	background-repeat:none;
	background-attachment:fixed;
	background-position:center top;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	text-align:center;
	border-bottom: 2px solid #5bdbd0;
}

.dark-bg {
	background-color: rgba(0,0,0,0.8);
	height: 150px;
	padding-top: 20px;
}

.white-bg {
	background-color: rgba(255,255,255,0.8);
	min-height: 290px;
	width: 70%;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}


.grey-bg {
	background-color: #F4F4F4;
}

.empty {
   height: 50px;
   }

@media all and (min-width: 768px) {
.empty {
   height: 250px;
   }
   
.white-bg {
	background-color: rgba(255,255,255,0.8);
	width: 70%;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}
}

/*-----------------------------------------------------------------------------------*/
/*	7.	Footer
/*-----------------------------------------------------------------------------------*/

footer {
	width: 100%;
	text-align:	center;
	background-color: #333;
	border-top: 2px #a7699c solid;
}

footer .copyright a {
	font-family: 'Poppins', 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: 'Poppins', sans-serif; 
  color: #fff;
  font-size: 11px;
}

footer .copyright img { 
  display: inline-block;
  vertical-align: middle;
}