/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */
	@font-face {
		font-family: "Roboto Slab Regular";
		src: url("../fonts/roboto_slab_regular.eot"); /* IE 9 Compatibility Mode */
		src: url("../fonts/roboto_slab_regular.eot?#iefix") format("embedded-opentype"),
			/* IE < 9 */ url("../fonts/roboto_slab_regular.woff2") format("woff2"),
			/* Super Modern Browsers */ url("../fonts/roboto_slab_regular.woff") format("woff"),
			/* Firefox >= 3.6, any other modern browser */ url("../fonts/roboto_slab_regular.ttf") format("truetype"),
			/* Safari, Android, iOS */ url("../fonts/roboto_slab_regular.svg#roboto_slab_regular") format("svg"); /* Chrome < 4, Legacy iOS */
	}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}


/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */

html,body{ 
	/*overflow: hidden;*/
	
	width:100%;
	height:100%;
	background-image: url("../images/white.png");
	min-height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.h1, h1 {
	font-size: 1.1rem!important;
}

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
	font-family: "Roboto Slab Regular";
	font-style: normal;
	font-weight: 300;
}

canvas{
  display:block;
  vertical-align:bottom;
}


/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
	position: absolute;
  width: 100%;
  height: 100%;
  background-color: #708e2a;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.container-fluid{
	position: absolute;
	/*height: 100%;*/
	top: 8%;
}


.align-items-center {
	height: 100%;
	padding: 9%;
}

.card {
	height: auto;
	background-color: rgb(0 0 0 / 0%);
	border: none!important;

}


.text__white{
	color: #fff;
	line-height: 1.5;
}

/*.my__margin{
	margin-bottom: 16%;
	color: #fff;
	font-size: 30px;
	text-shadow: 1px 1px 2px black;
}*/

h1 {
	font-size: 1.1rem!important;
	text-shadow: 1px 1px 2px black;
}

h2 {
	color: rgb(0 0 0 / 90%);
	font-size: 1.3rem!important;
}

.my_border {
	border-right: 1.5px solid white;
}

.card-body p{
	text-align: center;
	color: #000;
	line-height: 1.5;
/*	text-shadow: 1px 1px 2px black;*/
	font-size: 1rem!important;
}



.my_back{
	background-color: #f3f3f396;
	padding-top: 35px;
  border-radius: 10px;
}


.mb-3:hover {
	-webkit-transform: translateY(-10px)!important;
  transform: translateY(-10px)!important;
  box-shadow: 0 4px 2px -2px gray !important; 
}

/* media */
@media (max-width: 575.98px) {

	
	.col-md-2{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.text-center{
		font-size: 1.3rem;
	}

	.mb-3, .my-3 {
		margin-bottom: 4rem!important;
  }

 }

 @media (max-width: 768px) {

 	.my_border { 
 		border-right: 0px;
 	 }
 	 h2 {
 	 	color: white!imporatant;
 	 }

 	 .card {
	height: auto!imporatant;
	background-color: rgb(0 0 0 / 0%);
	background-size: cover center center;
	border: none!important;

}

.card-img-top {
    padding: 0;
}

 }


@media (min-width: 576px) { 
	.col-md-2{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;

	}

	

	.mb-3, .my-3 {
		margin-bottom: 4rem!important;
  }


}



@media (min-width: 768px) { 
	

	.col-md-2 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.mb-3, .my-3 {
		margin-bottom: 4rem!important;
  }

 }



@media (min-width: 992px) { 

	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
    	flex: 0 0 16.666667%;
    	max-width: 16.666667%;
	}

	.mb-3, .my-3 {
		margin-bottom: 4rem!important;
		padding: 25px 0 25px 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }

.mb-3:hover {
	-webkit-transform: translateY(-10px)!important;
  transform: translateY(-10px)!important;
  box-shadow: 0 4px 2px -2px gray !important; 
}

	
 }

.my_div{

	  display: flex;
    background-color: #f3f3f3;
    border-radius: 30px;
    padding: 40px 100px;
}

.d-flex {
    flex-wrap: wrap!important;
  }


.card{
	max-width: 12rem;
	background-color: #fff;
	border-radius: 15px;
	margin: 10px;
}

