@charset "utf-8";
/* CSS Document */


html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}


header {
	padding: 30px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 30px;
	background-color: #FFFFFF;
	border:thick; 
	border-color: black
}

body {
	margin-left: auto;
	margin-right: auto;	
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 200px;
}

.style-logo-footer {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 250px;
}

.style-logo-external {
/*	margin-left: auto;
	margin-right: auto;
	display: block; */
	width: 15%;
	/* padding: 12px; */
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.style-medialink {
	width: 15%;
	padding: 5px;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.hero {
	background-image: url("images/IMG_3011 Cropped.jpg");
	background-size: cover;
	background-position: center;
	padding: 20px;
	color: #FFFFFF;
	text-align: center;
}

.hero1 {
	background-image: url("images/2022 Gallery 0115/20220115-11.jpg");
	background-size: cover;
	background-position: center;
	padding: 20px;
	color: #FFFFFF;
	text-align: center;
}

.heroindex01 {
	background-image: url("images/2025 General/IMG-20241124-WA0000.jpg");
	background-size: cover;
	background-position: center;
	padding: 200px;
	color: #FFFFFF;
	text-align: center;
}

.heroindex02 {
	background-image: url("images/IMG_3011 Cropped.jpg");
	background-size: cover;
	background-position: center;
	padding: 20px;
	color: #FFFFFF;
	text-align: center;
}

h1{
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 50;
	margin-bottom: 15px;
}

h2{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 23px;
}


h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 200px;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
}

p{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.buttonlight {
    border: 4px #FFFFFF solid;
    padding: 12px 40px;
    border-radius: 20px;
    color: #2D2D35;
    background-color: yellow;
    text-decoration: none;
}

.buttondark {
    border: 2px #000000 solid;
    padding: 12px 40px;
    border-radius: 20px;
    color: #2D2D35;
    background-color: cornflowerblue;
    text-decoration: none;
}

.button-box-light {
	background-color: #FFFFFF;
	color: #000000;
	padding: 20px 20px;
	text-align: center;
}

.button-box-dark {
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 20px 20px;
	text-align: center;
}

/* This is the Blue Bar at the top of the pages before the NAV Bar */
.top-bar {
	background-color: rgba(0,0,255,1.00);
	color: #FFFFFF;
	height: 25px;
	padding: 3px;
	text-align: right;
	font-size: 14px;
}

.emailwhite{

	color: #FFFFFF;
	padding-top:15px;
}

.emailblack{

	color: #000000;
	padding-top:15px;
}


.info-box-blue {
	background-color: rgba(0,0,255,1.00);
	color: #FFFFFF;
	padding: 3px 20px 6px;
	margin: 0 auto;
}


.info-box-dark {
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 20px 20px;
	text-align: center;
}

.info-box-light {
	background-color: #FFFBFB;
	color: #000000;
	padding: 20px 20px;
	text-align: center;
}

.info-box-tan {
	background-color: #b9a88e;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
	
}


.info-box-splashimage {
	background-image: url("images/DanceSpotLogos/Sissonne Website Colour.jpg");
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center;
	/* background-color: rgba(0,0,255,1.00); */
	color: #FFFFFF;
	padding: 200px 10px;
	text-align: center;
}

.info-box-white {
	background-color: #FFFFFF;
	color: #000000;
	padding: 20px 30px;
	text-align: center;
}

.welcome-text {
	font-size: 20px;
	padding: 0px 15px 0px 15px;
	text-align: center;
}

.about-text {
	font-size: 20px;
	padding: 0px 15px 0px 15px;
	text-align: justify;
}

.about-text-list{
    margin: 0px 30px;
	font-size: 18px;
    font-weight: bold;
	padding: 5px 20px 10px 20px;
	text-align: justify;
}

.about-text-list2{
    font-size: 15;
    font-weight: normal;
	padding: 3px 20px 0px 10px;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
	text-align: center;
}

.footer-image{
	
}


.col {
	width: 100%;
	padding: 3px;
}



/*Tablet View*/
@media (min-width: 750px){
	
/*	body {
		max-width: 770px;
	} */
	h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 20;
	margin-bottom: 15px;
	}
	
	h2 {
		font-size: 27px;
		margin-bottom: 18px;
	}
	
	h3 {
		font-size: 12px;
		margin-bottom: 100px;
	}
	
	h4 {
		font-size: 10px;
		margin-bottom: 15px;
	}
    
    h5 {
        font-size: 12px;
        font-weight: 200;
    }
	
	.style-logo {
		float: center;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left; 
		padding: 0px 7px 14px;
	}
}


/*Desktop View*/
@media (min-width: 1024px){
	
	body {
		max-width: 2160px;
	}
	
	.style-logo {
		float: left;
	}	
	
	.style-nav{
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}
