*{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
body {
background:#2D2D2A;
color: #fff;
margin: 0;
text-align: center;
min-height:100%;

}

.nix{
  text-decoration: line-through;
}
.nix span{
  color: #999;
}

#contentback{
font-family: "Montserrat",sans-serif;
font-size:18px;
max-width:900px;
width: 100%;
padding:0 20px;
text-align: left;
margin: 0 auto;
line-height: 1.3;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);       
}
p{
  margin:.5em 0;
}

h1{
  margin:0;
  font-size:44px;
  font-family: 'Ovo', serif;
  font-weight:400;
}
.no-wrap{
white-space:nowrap;
}

a:link {
color: #84b4c5;
text-decoration: none;
height: 15px;
}
     
a:visited {
color: rgba(74,181,255,.8);
text-decoration: none;
height: 15px;
}
  
a:hover {
color: rgba(74,181,255,1);
text-decoration: underline;
height: 15px;
}
   
a:active {
color: rgba(74,181,255,.6);
text-decoration: underline;
height: 15px;
}

.half{
width:50%;
padding-right: 30px;
display: table-cell;
vertical-align: middle;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
.circle{
   height:60%;
   width:60%;
   border-radius:50%;
   position:absolute; 
   padding-top:30%;
   border: 2px solid #222;
   -webkit-transition: all .5s;
   transition: all .5s;
}
.circle p{
  opacity: 0;
  text-align: center;
  font-weight: 100;
  width:90%;
  margin:10px 5%;
  font-size:22px;
  transition: all .5s;
}
.circle h2{
  text-align:center;
  font-family: "Montserrat",sans-serif;
  margin:-.5em 0 0 0;
  font-weight:100;
  color: #fff;
  font-size: 16px;
  transition: all .5s;
  opacity: 1;
}
#circleOne{
  top:0;
  left:0;
  background:rgba(74,181,255,.2);
  border-color:rgba(74,181,255,.1);
  z-index: 3;
}
#circleTwo{
  top:0;
  right:0;
  background:rgba(74,255,172,.2);
  border-color:rgba(74,255,172,.1);
}
#circleThree{
  top:35%;
  right:20%;
  background:rgba(74,104,255,.2);
  border-color:rgba(74,104,255,.1);
}
#featureWrap{
  margin-top:30px;
}
#vennBox{
  height: 0;
  padding-bottom: 100%;
  width:100%;
  position:relative;
  margin: 0 auto;
}
.socialLinks{  
  text-align:center;
  margin:0 auto;
  position:fixed;
  padding:20px;
  bottom:0;
  width:100%;
}
.socialLinks a{
  font-size:44px;
  margin:10px;
  color:#444;
  transition: all .5s; 
}
.socialLinks a:hover{
  color:#fff;
}
@media (max-width: 800px) {
  .half {
    width: 100%;
    display: block;
    float:left;
  }
  h1{
  margin:.5em 0 0 0;
  font-size:34px;
  font-weight:100;
}
  .socialLinks{
    background:rgba(0,0,0,0.6);
    z-index:10;
  }
  .socialLinks a{
    color:#e8e8e8;
  }

  #contentback{
    position: relative;
    top:auto;
    left:auto;
    transform:none;
    max-width:400px;
    }
    #vennBox{
    margin-bottom:100px;
    }
}

@media (min-width: 800px) {
  .circle:hover{
   z-index: 10;
   padding-top:20%;
   cursor:default;
   background-color:rgba(0,0,0,0.8) !important;
  }
  .circle:hover p{
  opacity: 1;
  }
  .circle:hover h2{
  opacity: .5;
  }
}
/* CSS Document */