@charset "utf-8";

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

    1.  Global
    2.  Common Classes
	3.	Navbar

*/

/*-----------------------------------------------------------------------------------*/
/*	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: 'Quicksand', sans-serif;
	font-weight: 400;
}
html {
  scroll-behavior: smooth;
}

row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.row {--bs-gutter-x: 0 !important;}

a {
	font-family: 'Quicksand', sans-serif;
	color: #333; 
	text-decoration: none; 
	border: none;
}
a:link {
	color: #333; 
	text-decoration: none;
}
a:visited {
	color: #333; 
	text-decoration: none;
}
a:hover {
	color:#8ed4d9 !important; 
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Atma", system-ui !important;
	text-transform: uppercase;
}

p {
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: 600;
}
.bold {
	font-weight:700;
}
li {
	line-height: 1.7em;
	font-family: 'Quicksand', sans-serif !important;
	font-weight: 400;
}
.white {color: #ffffff;}
.pink {color: #f175a8;}
.light-pink {color: #f297c0;}
.purple {color:#9879b6;}
.orange {color:#f0ba5a;}
.green {color:#c7dd72;}
.blue {color:#5ec6ca;}
.grey {color:#cccccc;}

a.white	 {
	color: #ffffff !important;
}
	
.btn-pink {
	background: #f175a8;
	color: #fff;
	border-radius: 0px;
	padding: 16px;
	text-align: center;
	border: transparent;
	width: 200px;
	display: block;
}

a.btn-pink {
	color: #fff;
	text-decoration: none;
}
.btn-pink:hover {
	color: #fff !important;
	background-color: #f297c0 !important;
	text-decoration: none;
}

.btn-purple {
	background: #9879b6;
	color: #fff;
	border-radius: 2px;
	padding: 16px;
	text-align: center;
	border: transparent;
	width: 200px;
	display: block;
}

a.btn-purple {
	color: #fff;
	text-decoration: none;
}
.btn-purple:hover {
	color: #fff !important;
	background-color: #755199 !important;
	text-decoration: none;
}

.huge {
	font-size: 3em;
}

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

#header{
  width: 100%;
  overflow: hidden;
  background-color: #36b0b3;
}

.navbar-brand img {
  width: 80px;
}
.navbar-nav {
  align-items: center;
}
.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 1.5em;
  padding: 0.5em 1em;
  font-weight: 700;
  font-family: 'Atma', sans-serif;
}

@media screen and (min-width: 768px) {
  .navbar-brand img {
    width: 250px;
  }
  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }
}



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

.container-large {width: 90%;}
.pink-bg {background-color: #f175a8; color: #fff;}
.blue-bg {background-color: #5ec6ca; color: #fff;}
.purple-bg {background-color: #9879b6; color: #fff;}


.bg-1 {
	background-image: url(/images/ice-cream.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	height: 550px;
}
@media screen and (min-width: 768px) {
.bg-1 {
	background-image: url(/images/ice-cream.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center right;
	height: 550px;
}
}
.divider-spots {
	background-image: url(/images/colour-circles.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
}

#menu {
	background-image: url(/images/dripping-sprinkles.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding-top: 150px;
}

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


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

a.contact-link {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5em;
}
a.contact-link:hover {
	color: #333 !important;
	text-decoration: none;
}


@media (min-width: 900px) {
a.contact-link {
	font-size: 24px;
	font-weight: 700;
	line-height: 3.5em;
}
}


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

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

footer .copyright a {
	font-family: 'Quicksand', sans-serif; 
	font-size:13px; 
	color: #ddd; 
	text-decoration: none; 
	border: none
}
footer .copyright a:hover {
  color: #409abc;
  font-size:13px;
	font-weight: 200;  
}

footer .copyright small {
  font-family: 'Quicksand', sans-serif; 
  color: #ddd;
  font-size: 13px;
	font-weight: 200;  
}

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

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #f0ba5a; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 2px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  height: 65px;
  width: 65px;
}

#myBtn:hover {
  background-color: #e4a32f; /* Add a dark-grey background on hover */
}