.material-icons {
	display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

body {
  padding-top: 0rem;
  font-family: 'Lato', sans-serif !important;
  min-height: 100%;
  position: relative;
  background: #fff;
}

@media only screen and (min-width: 768px) {

   .centerVertical {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 100px;
  padding: 40px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: white;
}

}

a:hover {
	text-decoration: none;
}

 #map {
 	    z-index: 0;
        min-height: 50vh;
        width: 100%;
      }


.font-dark {
 color: black !important;
}

.BGwrap {
	position: absolute;
	margin-top: -500px;
	height: 100%;
	width: 100%;
}

.stripeBG {
    min-height: 400px;
    overflow: hidden;
    transform: skewY(-12deg);
    transform-origin: 0;
    /*background: linear-gradient(150deg, #53f 15%, #05d5ff 70%, #a6ffcb 94%); */    

}

.pagecard a:hover {
 /* color: rgba(0,0,0,0); */
}


.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

.navbar-toggler {
    border-color: rgba(0,0,0,0) !important;
}


.navbar a{
	font-size: 15px;
	text-align: center;
}

.navbar li{
    padding-left:11px;
   }

.main {
	min-height: 100vh;
}

.starter-template {
  color: white;
  padding: 5rem 1.5rem;
  text-align: center;
  transform:skew(0deg,-5deg);
  -ms-transform:skew(0deg,-10deg); /* IE 9 */
  -webkit-transform:skew(0deg,0deg); /* Safari and Chrome  */
  /*background: #eff7f8; */
}

.centerdiv {
	text-align: center;
	width: 1260px;
	background-color: red;
	margin: auto;
}

.homepage {
	text-align: center;
	margin-right: auto;
}

.Header {
	background: #fff;
	color: #111;
}

.lead {
	max-width: 650px; 
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 2.0em;
}

@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
		transform: scale(1.0);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}


@keyframes scaleMan {
	50% {
	    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
	}
	100% {
	    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
	}
}

@keyframes persp{
	0% {
	-webkit-transform: perspective(0px) rotateY(0deg) translate3d(0px,0,0);
    -moz-transform: perspective(0px) rotateY(0deg) translate3d(0px,0,0);
    -o-transform: perspective(0px) rotateY(0deg) translate3d(0px,0,0);
	transform: perspective(0px) rotateY(0deg) translate3d(0px,0,0);
	}

	100% {
	-webkit-transform: perspective(1000px) rotateY(-5deg) translate3d(-3px,0,0);
    -moz-transform: perspective(1000px) rotateY(-5deg) translate3d(-3px,0,0);
    -o-transform: perspective(1000px) rotateY(-5deg) translate3d(-3px,0,0);
	transform: perspective(1000px) rotateY(-5deg) translate3d(-3px,0,0); 
	}
}

.centerCol {
	margin: auto;
}

.card-deck .card {
   min-width: 350px;
   border-color: rgba(0,0,0,0) !important;
   background-color: rgba(0,0,0,0) !important;
}

.pagecard {
	color: #fff;
	margin: auto;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 50px;
	height: 450px;
	width: 550px;
	/*width: 350px;
	/*height: 506.2px; */
	background-size: cover;
	border-radius: 15px;
	padding-top: 0rem; 
	animation: float 6s ease-in-out infinite; 

	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 

   /*-webkit-transform: perspective(0px) rotateY(0deg) translate3d(0px,0,0);
    -moz-transform: perspective(0px) rotateY(0deg) translate3d(0px,0,0);
    -o-transform: perspective(0px) rotateY(0deg) translate3d(0px,0,0);
	transform: perspective(0px) rotateY(0deg) translate3d(0px,0,0); */

}


.pagecard:hover {
	/*background: rgba(0,0,0,1.0); */
	/*animation: paused; */
  /*  -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
	transform: scale(0.9); */
 

}

.hoverAnim {
	margin: auto;
    height: 450px;
	width: 550px;

	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}

.hoverAnim:hover {


	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
	transform: scale(1.05);

	/*transform: perspective(1000px) rotateY(-15deg) translate3d(-3px,0,0); */

}

.Pagecard-title {
	font-weight: 700;
}

.Pagecard-description {
	font-weight: 300;
	font-size: 20px;

}

.pageIcon {
/*	display: block;
    margin-left: auto;
    margin-right: auto; */
    padding-top: 33px;
    padding-bottom: 80px;
}

.Pageinfo {
	margin-top: 0px;
	background-color: none;
    padding: 2rem 3.5rem;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.clearLink {
	border-radius: 50px;
	border-width: 2px;
	border-style: solid;
	padding: 8px 30px;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	bottom: 30px;
	position: absolute;
}

.bigFont {
	font-size: 60px;
	font-weight: 300;
}

.wideCard {
	margin-right: auto;
	margin-left: auto;
	min-width: 80%;
	padding: 75px 100px;
	background: rgba(2,19,54,.6);
	/* background-color: rgba(0,0,0,0.3); */
	/*-webkit-box-shadow: 0 15px 35px rgba(50,50,93,.25),0 5px 15px rgba(0,0,0,.1);
	box-shadow: 0 15px 35px rgba(50,50,93,.25),0 5px 15px rgba(0,0,0,.1); */
	margin-top: 0px;
	margin-bottom: 200px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
   /* animation: float 6s ease-in-out infinite; */
}

    #overlay {
      position: absolute;
      top: 0;
      left: 0;
      clear: float;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      color: #ffffff;
    }

.handsImage {
	  background:linear-gradient(0deg,rgba(0,0,0,0.0),rgba(0,0,0,0.0)),url("images/hands.png");
      background-size: cover;
      top: -2px;
}

.mainHeaderImage {
	 background:linear-gradient(0deg,rgba(0,0,0,0.0),rgba(0,0,0,0.3)),url("images/sunset.jpg");
     background-size: cover;
         min-height: 100%;
}

.workshopImage {
	  background:linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("AutismeADHD/images/conference.jpg");
      background-size: cover;
}

.workshop {
   /* background-image: linear-gradient(60deg,#5a40d8,#d84add); */
    background-image: linear-gradient(-40deg,#1767ef,#14c4ff);
}

.feuersteinImage {
	  background:linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("KognitivTræning/images/mainimg.jpg");
      background-size: cover;
}

.feuerstein {
	background-image: linear-gradient(-40deg,#2f86d7,#1cf5ba);
}

.mentorForDigImage {
	background:linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("MentorForDig/images/mentor.jpg");
    background-size: cover;
}

.mentorForDig {
   /* background-image: linear-gradient(-40deg,#03a143,#4cd964); */
   background-image: linear-gradient(-40deg, rgba(13,163,130,1), rgba(103,228,78,1));
}

.Tour {
	background-image: linear-gradient(-40deg,#FFDD00,#FBB034);
}

.SharedHeader {
	background-color: #eff7f8;
	text-align: center;
	padding: 7rem 1rem;
	color: white;
}

.HeaderFeuerstein {
	/*background-image: linear-gradient(-40deg,#2f86d7,#1cf5ba); */
    background: linear-gradient(-40deg,#2f86d7,#1cf5ba);
}

.HeaderMentor {
	/*background-image: linear-gradient(-40deg,#03a143,#4cd964); */
	   background: linear-gradient(-40deg, rgba(13,163,130,1) 0%, rgba(103,228,78,1) 100%);

}

.PostContent {
	padding: 4rem 1rem;
	font-size: 20px;
	max-width : 655px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
	color: 111;
	line-height: 1.5em;
}

.PostContent img {
display: block;
max-width: 665.5px;
width: auto;
height: auto;
padding: 2rem 0;
position: relative;
left: 50%;
transform: translateX(-50%);
}

.marginNow {
	margin-top: 13%;
}

.Post-Prices {
font-size: 18px;
display: block;
max-width: 765.5px;
width: auto;
height: auto;
padding: 2rem 0;
position: relative;
left: 50%;
transform: translateX(-50%);
}

.Post-Card {
background-color: rgba(222,228,237,.4) !important;	
padding: 1rem 1.4rem;
color: pink;
}

.Post-Actions {
margin: 0rem 0;
text-align: center;
}

.Post-Actions a {
display: inline-block;
background: rgba(222,228,237,.4);
border: 0;
border-radius: 4px;
font-size: 14px;
line-height: 1.4em;
font-weight: 500;
text-transform: uppercase;
padding: 1rem 1.4rem;
margin: 1rem;
transition: all .15s cubic-bezier(.645,.045,.355,1);
}

ul {
	font-size : 18px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #eff7f8;
}



/* MOBILE */


@media all and (max-width: 768px) {

.bigFont {
	font-size: 30px;
}

.wideCard {
	padding: 70px 20px 70px;
	min-width: 90%;
}

.centerVertical {
	  z-index: 100;
	  position: absolute;
	  max-height: 50%;
	  width: 90%;
	  top: 50%;
	  left: 50%;
	  padding: 3vh;
	  border-radius: 15px;
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	  -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
	  background-color: white;
	  
}

} 



