@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 {
	width: 100%; 
	height: 100%; 
	margin: 0px; 
	padding: 0px;
	font-family: 'Mulish', sans-serif;
	color: #0f5c83 !important;
	font-weight: 700;
	background-color: #111 !important;
	font-size: 18px;
}

html {
  scroll-behavior: smooth;
}

.imagination {
	background-image: url(/images/hc-circus-bg.jpg);
	background-attachment: fixed;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 576px) { 
.container {
	width: 100%;
}
}

@media (min-width: 1600px) { 
.container {
	min-width: 1400px !important;
}
}

.logo {
	padding-top: 35px;
	padding-bottom:35px;
}

a {
	font-family: 'Mulish', sans-serif;
	color: #55c7fd; 
	text-decoration: none !important; 
	border: none;
	font-weight: 700;
}
a:link {
	color: #55c7fd; 
	text-decoration: none !important;
}
a:visited {
	color: #55c7fd; 
	text-decoration: none;
}
a:hover {
	color:#256c8f !important; 
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Bowlby One SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p {
	font-family: 'Mulish', sans-serif;
	color: #0f5c83 !important;
	font-weight: 700;
	font-size: 18px;
}
strong {
	font-weight:700;
}
ul {
	margin-left: 30px;
}

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

.huge {
	font-size: 4em;
}
.white {
	color: #fff;
}

.yellow {
	color: #eebc2d;
}
.blue {
	color: #0f5c83;
}
.red {
	color: #d3303d;
}
.green {
	color: #2d936c;
}

.btn-green {
	background-color: #2d936c;
	border: 1px solid #2d936c;
	color: #fff !important;
	font-family: 'Mulish', sans-serif;
	border-radius: 0px;
	display: inline-block;
	width: 320px !important;
	padding: 15px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 2px;
}

.btn-green:hover, .btn-green:active {
	background-color: #226e51;
	color: #fff !important;
	text-decoration: none;
}

.btn-red {
	background-color: #d3303d;
	border: 1px solid #d3303d;
	color: #051033 !important;
	font-family: 'Mulish', sans-serif;
	border-radius: 0px;
	display: inline-block;
	width: 320px !important;
	padding: 15px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 2px;
}

.btn-red:hover, .btn-red:active {
	background-color: #e53241;
	color: #fff !important;
	text-decoration: none;
}

a.grey {
	color: #ddd;
}

a.grey:hover {
	color: #e86e70 !important;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------*/
/*	3.	Navbar
/*-----------------------------------------------------------------------------------*/

.navbar {
background-color: #55c7fd;
}

@media (min-width: 1200px) { 
a.nav-link {
	padding-right: 75px;
	font-size: 18px;
}
}

a.nav-link {
	color: #fff;
	text-decoration: none;
	padding-right: 25px;
	font-family:  'Mulish', sans-serif !important;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.navbar-brand {
	color: #eebc2d;
}
.navbar-toggler {
	color: #134d69;
	border: 2px solid #134d69 !important;
}


@media (min-width:768px) { 
 .navbar > .container {
    text-align: center;
 }
 .navbar-header {
    float: none;
    display: inline-block;
 }
 .navbar-brand {
    float: none;
    display: inline-block;
 }
 .navbar .navbar-nav {
    float: none;
    display: inline-block;
    clear: none;
 }
 .navbar .navbar-nav > li {
    float: none;
    display: inline-block;
 }
 .navbar .navbar-nav > li li {
    text-align: left
 }
 /*add id of centerednav on the collapse or it won't work*/
 .collapse.navbar-collapse#centerednav {
    float: none;
    display: inline-block!important;
    width: auto;
    clear: none;
 }
}


/*-----------------------------------------------------------------------------------*/
/*	4.	Content
/*-----------------------------------------------------------------------------------*/


#contact {
	padding-top: 75px;
	padding-bottom: 50px;
}


#back_to_top {
    color: #eebc2d;
    height: auto;
    position: fixed;
    bottom: 65px;
    margin: 0;
    z-index: 10000;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: 25px;

}

/*-----------------------------------------------------------------------------------*/
/*	5.	Contact Form
/*-----------------------------------------------------------------------------------*/

.helloform {
	width: 100% !important;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	Footer
/*-----------------------------------------------------------------------------------*/

footer {
	width: 100%;
	text-align:	center;
	background-color: none;
}

footer .copyright a {
	font-family: 'Mulish', sans-serif; 
	font-size:13px; 
	color: #000000 !important; 
	text-decoration: none; 
	border: none
}
footer .copyright a:hover {
  color: #e86e70;
  font-size:13px;
}

footer .copyright small {
  font-family: 'Mulish', sans-serif; 
  color: #000000;
  font-size: 13px;
}

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

