@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
.wrapper {
overflow: hidden;
position: relative;
max-width: 1000px;
margin: 30px auto
}
.container {
overflow: hidden;
position: relative;
width: 100%;
margin: 10px 0
}
.inner-wrap {
overflow: hidden;
position: relative;
float: left;
width: 32%;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
*behavior:url(boxsizing.htc);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-right: 2%
}
.inner-wrap:last-child {
margin-right: 0
}
@media only screen and (max-width: 480px) {
.inner-wrap {
width: 98%;
margin: 1%
}
}
.link {
float: left;
width: 49%;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
*behavior:url(boxsizing.htc);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-right: 2%
}
.link:last-child {
margin-right: 0
}
@media only screen and (max-width: 480px) {
.link {
width: 98%;
margin: 1%
}
}
body {
background: #ffa600;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
text-align: center;
color: #fff;
height: 100%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out
}
h1, h2 {
font-family: 'Roboto', sans-serif;
font-weight: 100;
text-transform: uppercase;
padding: 0;
margin: 0
}
h1 {
font-size: 2.8em
}
h2 {
font-size: 1.2em;
margin-bottom: 10px
}
.inner-wrap {
position: relative
}
.tooltip {
display: none;
position: absolute;
top: 0;
width: 90%;
background: #fff;
border: solid 1px #fff;
color: #ffa600;
padding: 20px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
*behavior:url(boxsizing.htc)
}
.tooltip:after {
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 0;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
bottom: -15px;
left: 45%
}
.button, .link {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-khtml-border-radius: 5px;
position: relative;
bottom: 0;
text-decoration: none;
cursor: pointer;
font-size: 1.2em;
margin-top: 100px;
padding: 20px 10px
}
.button:hover, .link:hover {
-moz-transition: all 1s ease-in;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
background: #ffa600;
border: solid 1px #fff;
color: #fff
}
.button {
background: #ffa600;
color: #fff;
border: solid 1px #fff
}
.link {
background: #fff;
color: #ffa600;
border: solid 1px #ffa600
}
