@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Poppins:300,400,500,600,700');

@font-face { 
  font-family: 'Santana-BlackCondensed';        
  src: url('fonts/Santana-BlackCondensed-webfont.otf');             
  font-style: normal; 
} 


/* Pen-specific styles */
html, body, section {
  height: 100%;   
   overflow-y: hidden;
   overflow-x: hidden; /* hides the horizontal scroll bar */
}

body {
  color: #fff;
  font-family: sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
  text-shadow: 0 2px 2px #b6701e;
}

div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}



h1, h2, h3, h4, h5, h6{
    color:#fff;
	font-family: "Santana-BlackCondensed";
    font-weight:200;
    line-height:1.15;
  font-size: 60px;
  /*margin: 0 0 0.75rem 0;
    margin-bottom:15px;*/
}


p {
	font-family:roboto;
    color:#fff;
    font-size:25px;
    font-weight:400;
    letter-spacing:0;
    line-height:27px;
    margin-bottom:13px;
}

ul {
  list-style: none;
  margin-left:25%;
  	font-family:roboto;
    color:#fff;
    font-size:25px;
    font-weight:400;
    letter-spacing:0;
    line-height:27px;
    margin-bottom:13px;
}

ul li:before {
  content: '✓';
}

li {
  font-size:30px;
  padding-top:10px;
  padding-bottom:5px;
  display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}



/* Pattern styles */
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left-half {
  background-color: #f93d66;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
  height:100%;
}

.article-left {
  text-align: center;
}

a {
	text-decoration: none;
	color: #ffff01;
}

.right-half {
  background-color: #ee005f;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
  height:100%;
}

.article-right {
	
  text-align: center;
}




.container50{text-align:center}
.container50 ul{
	display:inline-grid;
	text-align:left;
}
* html .container50 ul{display:inline}/* ie6 inline-block fix */
*+html .container50 ul{display:inline}/* ie7 inline-block fix */
