@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
body {
	background: #EEEEF4;
	color:#999;
	font-family:Roboto;
	margin:0;
}
h1{
  	font-weight:100;
  	font-size:27pt;
  	color:#251605;
}
h2 {
  	margin-top:22px;
  	display: inline-block;
  	font-weight: 300;
  	font-size: 20px;
  	color:#CEB1BE;
  	max-width: 35%;
}
p {
	font-weight:300;
	font-size: 18px;
	margin: 10px auto;
  	max-width:750px;
  	line-height: 25px;
}
p a {
	color: #CEB1BE;
    text-decoration: none;
}
p a:hover {
	color:#69A6D9;
}
.warning-content {
	position:absolute;
	top:12%;
	width:90%;
	padding:5%;
	text-align:center;
	margin:0; 
}
hr.left {
  height: 0px;
  width: 27%;
  border: 0;
  border-bottom: 1px solid #CEB1BE;
  float: left;
  margin-top: 40px;
  display: inline-block;
  margin-left: 5%;
}

hr.right {
  height: 0px;
  width: 27%;
  border: 0;
  border-bottom: 1px solid #CEB1BE;
  float: right;
  margin-top: 40px;
  margin-right: 5%;
  display: inline-block;
}
.tile button {
  width: 230px;
  height: 45px;
  border-radius: 8px;
  border: 1px solid #CEB1BE;
  background: white;
  font-size: 20px;
  color:#CEB1BE;
  font-weight: 300;
  transition: all .2s;
  margin: 25px auto;
  cursor: pointer;
  display:block;
}

button:hover {
  background: #f5004c;
  color: white;
}
.wrapper {
  position: relative;
  margin: 0 auto;
  font-family: 'Roboto Condensed', sans-serif;
}
.info {
  opacity: 1;
  max-width: 350px;
  min-width: 250px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin: 5px;
  display: block;
  position: relative;
  background: #fff;
}

  .info_button {
    position: absolute;
    min-width: 30px;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /*overflow: hidden;*/
    margin: 5px;
    cursor: pointer;
    background: rgba(206, 177, 190, 0.5);
  }

  .info_button:hover {
    background: rgba(206, 177, 190, 0.8);
  }

  .info_button:nth-of-type(1) {
    left: 0;
    top: 2%;
  }


  .info {
    opacity: 0;
    display: none;
    position: absolute;
    right: 0;
    left: 120%;
    top: 2%;
    margin: auto;
    font-size:14px;
    line-height:20px;
    text-align:center;
  }
  p.info {
	  color:#999;
  }

  .info_button:hover > .info {
    opacity: 1;
    display: block;
  }

  .info_button > .info:hover {
    opacity: 0;
    display: none;
  }
  .info_button span {
    font-size: 21px;
    font-weight: 800;
    color: #CEB1BE;
    margin-top: 4px;
    margin: 9px;
    line-height: 31px;
}
 .info_button span:hover {
	 color:#fff;
 }
@media only screen 
and (min-device-width : 100px) 
and (max-device-width : 667px) { 
	.warning-content {padding: 0 5% 5% 5%;} 
	}
	@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { h1 { font-size:22px;}}