/* The Crisis CSS */

html {
	background-color: rgb(26,0,7);
}

body {
	font-family: 'Tahoma', Arial, sans-serif;
	font-size: 17px;
	line-height: 1.3;
	letter-spacing: 1px; 
	color: rgb(255,241,245);
	background-color: rgb(26,0,7);
	margin: 0;
	padding: 0;
}

.details {
	color: RGB(0,0,102);
	font-weight: bold;
}

/* Custom font for occasional placement */
@font-face {
	font-family: 'rock-salt';
    src: url('fonts/rock-salt.woff') format('woff'),
		 url('fonts/rock-salt.woff2') format('woff2'),
         url('fonts/rock-salt.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.rock-salt {
	font-family: 'rock-salt', Tahoma, Arial, sans-serif;
}

a {
	text-decoration: underline;
	-webkit-text-decoration-color: rgb(218,43,43); 
	/* Safari */  
	text-decoration-color: rgb(218,43,43);
	color: rgb(255,241,245);
}

a:hover,
a:focus {
	color: rgb(218,43,43);
}

h1,
h2,
h3 {
	font-weight: normal;
	letter-spacing: 2px;
	color: rgb(255,241,245);
}

a h1:hover,
a h1:focus,
a h2:hover,
a h2:focus,
a h3:hover,
a h3:focus {
	color: rgb(218,43,43);
}

/* Image styles */
img {
	max-width: 100%;
	height: auto;
}

.testimonial {
	text-align: center;
}

.main-logo {
	text-align: right;
	margin-bottom: 10px;
}

.main-pic {
	text-align: center;
}

.project-pic {
	text-align: left;
}

.socmed-pic {
	text-align: center;
	border-radius: 6px;
	border: 1px solid rgb(0,0,102);
	box-sizing: border-box;
}

.headline {
	text-align: center;
}

@media screen and (max-width: 1023px) {
	.headline {
		padding-top: 0px;
	}
}

.top {
	text-align: right;
	font-weight: normal;
	margin-top: 20px;
}

/* Main Column Typography */
.section {
	padding-left: 40px;
	padding-right: 40px;
}

.container {
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

ul,
ol {
	padding: 0px;
	margin-left: 20px;
}

@media screen and (min-width: 1280px) {
	
	body {
		font-size: 16px;
	}
	
	.container {
		max-width: 1200px;
	}
	
}

@media screen and (max-width: 767px) {
	
	.section {
		padding-left: 20px;
		padding-right: 20px;
	}
	
}

header {
	padding-top: 5px;
	padding-bottom: 5px;
	color: rgb(255,255,204);
	background-color: rgb(218,43,43);
}

/* Social Media Icons */
.icons {
	margin-top: 10px;
}

.icons ul {
	margin: 0;
	padding: 0;
}

.icons li {
	list-style: none;
	float: right;
	margin-left: 15px;
}

.ast-widget-icon svg {
	fill: rgb(255,241,245);
}

.ast-widget-icon svg:hover,
.ast-widget-icon svg:focus {
	fill: rgb(26,0,7);
}

/* Site Navigation */
.site-nav {
	margin-top: 10px;
}

.site-nav ul {
	margin: 0;
	padding: 0;
	margin-right: -5px;
}

.site-nav li {
	list-style: none;
	float: left;
	margin-right: 5px;
}

.site-nav a {
	display: block;
	text-decoration: none;
	font-family: 'rock-salt', Tahoma, Arial, sans-serif;
	font-weight: bolder;
	font-size: larger;
	color: rgb(255,241,245);
	padding: 8px 18px;
	margin-bottom: 10px;
	
}

.site-nav a:hover,
.site-nav a:focus,
.site-nav a:active {
	color: rgb(26,0,7);
}

@media screen and (max-width: 1023px) {
	
	.site-nav li {
		width: 33.332%;
		margin-right: 0;
	}
	
	.site-nav a {
		padding: 10px 0;
		margin-right: 5px;
		margin-bottom: 5px;
		text-align: center;
	}
	
}

@media screen and (max-width: 767px) {
	
	.site-nav li {
		width: 50%;
	}
	
}

/* End Site Navigation */


.content-area {
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: rgb(26,0,7);
}

@media screen and (max-width: 767px) {
	.content-area {
		padding-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	
	.hide-small {
		display: none;
	}
	
}

/* Various boxes and buttons */
/* Headline full width button */
.box-a {
	display: block;
	background-color: rgb(255,255,204);
	color: rgb(58,0,58);
	font-size: 120%;
	font-weight: bold;
	border: 1px solid rgb(255,255,204);
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-right: 0px;
	border-radius: 6px;
	text-align: center;
	box-sizing: border-box;
}

/* half-width button */
.box-b a,
.box-c a {
	display: block;
	background-color: rgb(255,241,245);
	color: rgb(26,0,7);
	font-weight: bold;
	font-family: 'rock-salt', Tahoma, Arial, sans-serif;
	text-decoration: none;
	border: 1px solid rgb(255,241,245);
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	/* margin-top: 20px; */
	margin-bottom: 20px;
	margin-right: 0px;
	border-radius: 6px;
	box-sizing: border-box;
}

.box-b a {
	width: 50%;
}

.box-a a:hover,
.box-a a:focus,
.box-b a:hover,
.box-b a:focus,
.box-c a:hover,
.box-c a:focus {
	color: rgb(255,241,245);
	text-decoration: none;
	background-color: rgb(218,43,43);
}

@media screen and (max-width: 767px) {
	.box-a,
	.box-b,
	.box-c {
		margin-bottom: 15px;
	}

	.box-b a {
		width: 100%;
	}
}

.box-gig {
	display: table-cell;
	vertical-align: middle;
}


/* Lower content */
/* blue box half-width */
.box-1 {
	display: block;
	background-color: rgb(0,0,102);
	color: #fff;
	padding: 10px 10px 10px 10px;
	border-radius: 6px;
	margin-right: 0px;
	margin-bottom: 20px;
	min-height: 200px;
	box-sizing: border-box;
}

/* no colour box half-width */
.box-2 {
	display: block;
	background-color: #fff;
	padding: 10px 10px 10px 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	min-height: 200px;
	box-sizing: border-box;
}

/* home page vendors no margins */
.box-3 {
	display: block;
	background-color: rgb(26,0,7);
	color: rgb(255,241,245);
	margin-right: 0px;
	margin-bottom: 20px;
	min-height: 200px;
	box-sizing: border-box;
}

/* Other pages no margins box */
.box-3a {
	display: block;
	background-color: #fff;
	margin-right: 0px;
	margin-bottom: 20px;
	min-height: 200px;
	box-sizing: border-box;
}

/* Peach box half layout */
.box-4 {
	display: block;
	background-color: rgb(255,251,231);
	border: 1px solid rgb(0,0,102);
	border-radius: 6px;
	padding: 10px 10px 10px 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	min-height: 200px;
	box-sizing: border-box;
}  

/* balanced highlight box */
.box-5 {
	display: block;
	background-color: rgb(255,255,204);
	color: rgb(58,0,58);
	border: 1px solid rgb(255,255,204);
	border-radius: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	box-sizing: border-box;
} 

/* more balanced blue box */
.box-6 {
	display: block;
	background-color: rgb(0,0,102);
	border: 1px solid rgb(0,0,102);
	color: #fff;
	border-radius: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

/* End lower content */

/* accordian */
.accordion {
	background-color: rgb(255,251,231);
	color: rgb(0,0,102);
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	width: 100%;
	text-align: left;

	border: 1px solid rgb(0,0,102);
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-right: 0px;
	border-radius: 6px;
	transition: 0.2s;
}

.active, .accordion:hover {
	background-color: rgb(0,0,102);
	color: #fff;
}
 
.accordion:after {
	content: '\002B';
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.active:after {
	content: "\2212";
	color: #fff;
}

.panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-out;
}

/* Grid flexbox */
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
}

.col {
	width: 100%;
	padding-right: 20px;
	box-sizing: border-box;
}

.col-xs-12 {width: 20%}
.col-xs-11 {width: 91.662%;}
.col-xs-10 {width: 83.332%;}
.col-xs-9 {width: 75%;}
.col-xs-8 {width: 66.662%;}
.col-xs-7 {width: 58.331%}
.col-xs-6 {width: 50%;}
.col-xs-5 {width: 41.662%}
.col-xs-4 {width: 33.332%;}
.col-xs-3 {width: 25%;}
.col-xs-2 {width: 16.662%;}
.col-xs-1 {width: 8.332%;}

@media screen and (min-width: 768px) {
	
	.row {
		margin-right: -40px;
	}
	
	.col {
		padding-right: 40px;
	}
		
	.col-sm-12 {width: 20%}
	.col-sm-11 {width: 91.662%;}
	.col-sm-10 {width: 83.332%;}
	.col-sm-9 {width: 75%;}
	.col-sm-8 {width: 66.662%;}
	.col-sm-7 {width: 58.331%}
	.col-sm-6 {width: 50%;}
	.col-sm-5 {width: 41.662%}
	.col-sm-4 {width: 33.332%;}
	.col-sm-3 {width: 25%;}
	.col-sm-2 {width: 16.662%;}
	.col-sm-1 {width: 8.332%;}
	
}

@media screen and (min-width: 1024px) {
	
	.col-md-12 {width: 20%}
	.col-md-11 {width: 91.662%;}
	.col-md-10 {width: 83.332%;}
	.col-md-9 {width: 75%;}
	.col-md-8 {width: 66.662%;}
	.col-md-7 {width: 58.331%}
	.col-md-6 {width: 50%;}
	.col-md-5 {width: 41.662%}
	.col-md-4 {width: 33.332%;}
	.col-md-3 {width: 25%;}
	.col-md-2 {width: 16.662%;}
	.col-md-1 {width: 8.332%;}
	
}

@media screen and (min-width: 1280px) {
	
	.col-lg-12 {width: 20%}
	.col-lg-11 {width: 91.662%;}
	.col-lg-10 {width: 83.332%;}
	.col-lg-9 {width: 75%;}
	.col-lg-8 {width: 66.662%;}
	.col-lg-7 {width: 58.331%}
	.col-lg-6 {width: 50%;}
	.col-lg-5 {width: 41.662%}
	.col-lg-4 {width: 33.332%;}
	.col-lg-3 {width: 25%;}
	.col-lg-2 {width: 16.662%;}
	.col-lg-1 {width: 8.332%;}
	
}

@media screen and (max-width: 1023px) {
	.push-down-sm {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.push-down-sm {
		margin-bottom: 15px;
	}
}

/* Footer */
footer {
	text-align: right;
	background-color: rgb(26,0,7);
	color: rgb(255,241,245);
	letter-spacing: normal;
	padding-bottom: 20px;
}

footer p {
	font-weight: normal;
}

footer a {
	color: rgb(255,241,245);
}

footer a:hover,
footer a:focus {
	color: rgb(218,43,43);
}

@media screen and (max-width: 1023px) {
	footer {
		text-align: center;
	}
}

/* Clear floats */
.row:before,
.row:after,
.group:before,
.group:after {
	content: "";
	display: table;
}

.row:after,
.group:after {
	clear: both;
}

.row,
.group {
	zoom: 1;
}
/* End clear floats */