body {
  background-color: #F8F8f0;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;

}




section {
  margin-top: 5px;
}


.jumbotron h1 {
	color: rgba(220, 237, 245, 0.97);

	opacity: 0.8;
	font-family:'Helvetica-Neue', 'Arial';
	font-size: 80pt;
	font-weight: bold;
	text-shadow: 42px 18px 12px rgba(00, 40, 40, .6);
	-webkit-text-stroke: 2px #2d5d6b;
	margin-left: 40px;
 margin-top:30px;
	padding: 10px;
}
.jumbotron h3 {
	color: rgba(220, 245, 245, 0.97);

	opacity: 0.9;
	font-family:'Helvetica-Neue', 'Arial';
	font-size: 45pt;
	font-weight: bold;
	text-shadow: 42px 18px 12px rgba(00, 40, 40, .6);
	-webkit-text-stroke: 2px #2d5d6b;
	margin-left: 40px;
  margin-bottom:-60px;
    margin-top:0px;

	padding: 10px;
}

  /*bootstrap repair for resize */
 .jumbotron {
    background-image: url('images/programming.jpg');
    background-repeat: repeat;
    background-position: 14% 49%;
    background-size: cover;
    margin: 6px;
    min-height: 250px;
  }

.column {
	padding: 6px ;
}



.block {
  margin: 5px 5px 5px 0;
  font-size: 12pt;
  border: solid #aaf thin;
  border-radius: 15px;

  display: inline-block;
  width: 100%;


  background-color: rgba(255, 255, 255, .8);
  box-shadow: 4px 4px 4px rgba(220, 220, 220, .4);

  text-align: center;




}

p , ul, li {
  margin: 10px;
  text-align: left;
}


img {

	max-height: 95%;
	position: relative;
	top: 10px;
}


.flip {
  -webkit-perspective: 2400px;
  perspective: 2400px;
}
.flip .card.rotate {
  -webkit-transform: rotatey(180deg);
   transform: rotatey(180deg);
}
.flip .card {
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all 0.8s ease-in-out;
  transform-style: preserve-3d;
  transition: all 0.8s linear;
}
.flip .face {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 15px;
}
.flip .back.face {
  display: block;
  -webkit-transform: rotatey(180deg);
  transform: rotatey(180deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block:before {
  -webkit-transform: rotatey(180deg);
  transform: rotatey(180deg);
}
