/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

body{
background-image: url("images/tpms-valves.jpg");
background-repeat: no-repeat;
background-size: cover;
position: relative;
padding:10%;

}

.h1-smaller {
font-size: 36px;
padding: 0 0 20px 0;
font-family: SinkinSansRegular;
color: #000000;
}

.text-box {
width:75%;
height: 75%;
margin: auto;
padding: 5% 5%;
background-color: #eaeaea;
border-radius: 20px;
opacity: 0.8;
filter: alpha(opacity=100);
text-align: center;
}

.main-text {
font-size: 18px;
color:#000000;
padding-bottom:20px;
}

.button {
color:#FFFFFF;
background-color:#00a0db;
border-color:#0080af;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:10px;
text-decoration: none;
}

.button-span {
color:#FFFFFF;
padding:7px 12px;
font-size:17px;
line-height:26px;
border-color:#4dbde6;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
text-shadow:none;
-moz-text-shadow:none;
-webkit-text-shadow:none;
}
a {
text-decoration: none;
font-weight: bold;
color:#000000;
}

a:hover {
color:grey;
}

@media handheld, screen and (max-width:960px) {
.button-span {
padding:7px 22px;
font-size:14px;
line-height:22px;
}
.h1-smaller {
font-size: 30px;
}
}
@media handheld, screen and (max-width:480px) {
.button-span {
padding:7px 22px;
font-size:10px;
line-height:12px;
}
.h1-smaller {
font-size: 20px;
}
body {
min-height: 1200px;
}
img {
width: 75%;
height: auto;
}
.text-box {
padding: 10%;
}

