/*!
* Created by Kroplet (https://www.kroplet.com) 
* The easiest way to create Bootstrap 4 themes. 
*/

/*!
* Bootstrap v4.0.0-beta.2 (https://getbootstrap.com) 
* Copyright 2011-2017 The Bootstrap Authors 
* Copyright 2011-2017 Twitter, Inc. 
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/
@import url("https://fonts.googleapis.com/css?family=Catamaran:200,300,400,500,600,700,900");

body {
	margin: 10;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.5;
	gap: 30px;
	margin-bottom: 60px;
	text-align: centre;
	color: #00ff00;
	padding: 5px;
	text-shadow: 0 0 25px #fff;
	background-color: transparent	
	border-left: 0px solid rgba(255,255,255,.87);
	border-right: 0px solid rgba(255,255,255,.87);
	
}

.row {
	display: -ms-flexbox;
	text-align: centre;
	display: flex;
	flex-wrap: wrap;
	margin-right: 35px;
	margin-left: 100px;
	border-left: 0px solid rgba(255,255,255,.87);
	border-right: 0px solid rgba(255,255,255,.87);
	
}


.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	text-align: centre;
	max-width: 100%
	font-size: 20px;
	text-shadow: 0 0 25px #fff;
    border-left: 0px solid rgba(255,255,255,.87);
	border-right: 0px solid rgba(255,255,255,.87);
	
}


.col-md-3 {
		-ms-flex: 0 0 20%;
		flex: 0 0 25%;
		max-width: 150%
		text-align: centre;
		font-size: 15px;
		border-left: 0px solid rgba(255,255,255,.87);
	    border-right: 0px solid rgba(255,255,255,.87);

	}


.d-flex {
	display: -ms-flexbox !important;
	display: flex !important
	box-shadow: 1px 1px 1px 1px rgb(0, 0, 0);
	text-align: centre;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
	text-align: centre;
    border-left: 0px solid rgba(255,255,255,.87);
	border-right: 0px solid rgba(255,255,255,.87);
}





