/* File: huecker.com -- main.css */

/* Link Service */

a:link {color:#000080; text-decoration:none;}
a:visited {color:#000080; text-decoration:none;}
a:hover {color:#ff8000; text-decoration:underline;}

/* Background Service */

body {
 background: #999 url('/misc/img/w3c.bionik.png') no-repeat 0% 200px fixed;
 font-family: verdana, arial, sans-serif;
 font-size: 12px;
}

/* font size */

table {
 font-size: 100%;
}


/* | responsive */

* {
   box-sizing: border-box;
  }

body, html {
 text-align: center;
 max-width: 750px;
 margin: 0 auto;
 padding: 5px 0px;
}

img { 
 padding: 1px;
 max-width: 100%;
 height: auto;
}

@media only screen and (max-width: 750px) {
 /* For mobile phones: */
  [class*="col-"] {
  width: 100%;
 }
}

/* File: huecker.com -- main.css */
