/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*       End of CSS Reset       */
/*            Setup             */
/*          Borderbox           */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* clearfix */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    clear: both;
    *zoom: 1;
}
/*          End of Setup        */
/*             Font             */
@font-face {
    font-family: "Myriad Set Pro";
    src: url("fonts/myriad-set-pro_bold.ttf") format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: "Myriad Set Pro";
    src: url("fonts/myriad-set-pro_semibold.ttf") format("truetype");
    font-weight: 600;
}
@font-face {
    font-family: "Myriad Set Pro";
    src: url("fonts/myriad-set-pro_medium.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "Myriad Set Pro";
    src: url("fonts/myriad-set-pro_text.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "Myriad Set Pro";
    src: url("fonts/myriad-set-pro_thin.ttf") format("truetype");
    font-weight: 300;
}
@font-face {
    font-family: "Myriad Set Pro";
    src: url("fonts/myriad-set-pro_ultralight.ttf") format("truetype");
    font-weight: 100;
}
/*          End of Font        */





/*   Nikki's Code   */

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}


.navbar {
    position: fixed;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 65px;
    padding: 5px;
    margin-bottom: 15px;
    border: 3px solid #46188a;
    background-color: #dff2f2;
    -webkit-box-shadow: 5px 5px 15px 5px #424242;
    box-shadow: 5px 5px 15px 5px #424242;
    column-count: 6;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}
.navbar img {
    position: fixed;
    left: 10px;
    top: 10px;
    margin: 5px;
    horiz-align: left;
    max-width: 125px;
}
.autoSize img {
    width: 75%;
}
.navbar-right {
    float: right;
    vertical-align: middle;
    width: 10%;
}
#navigation ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
    margin: 5px;
}
#navigation li+li {
    border-left: 1px solid #009999;
    padding-left: 15px;
    padding-top: 5px;
    margin: 5px;
    vertical-align: middle;
}

.dash {
    display: block;
    text-align: center;
}
.dash h5 {
    color: #009999;
}

.col-6 {
    display: inline-block;
    border: 2px solid #333;
}
.container {
    width: 100%;
}

h1 {
    font-weight: bold;
    padding: 5px;
}
h3 {
    font-weight: bold;
    padding: 5px;
}

.table_colors {
    align-content: center;
    margin-right: 20px;
    border: 3px solid #46188a;
    background-color: #dff2f2;
    -webkit-box-shadow: 5px 5px 15px 5px #424242;
    box-shadow: 5px 5px 15px 5px #424242;
    column-count: 1;
    table-layout: fixed;
    padding: 10px;
    border-bottom: 2px solid #000"
}
.table_colors td:first-child {
    width: 150px;
    vertical-align: middle;
    border: 2px solid #000;
    padding 3px;
    font-weight: bold;
}
.formtext {
    margin: 2px;
    width: 99%;
}

.textbox {
    align-content: center;
    border: 3px solid #491398;
    background-color: #dff2f2;
}

.savebtn {
    border: 1px solid #46188a;
    font-weight: bold;
    padding: 5px;
    margin: 3px;
    horiz-align: center;
}

#contact {
    min-width: 500px;
    align-content: center;
}

.services {
    align-content: center;
    margin-right: 20px;
    border: 3px solid #46188a;
    background-color: #dff2f2;
    -webkit-box-shadow: 5px 5px 15px 5px #424242;
    box-shadow: 5px 5px 15px 5px #424242;
    column-count: 1;
    table-layout: fixed;
    padding: 10px;
    border-bottom: 2px solid #000"
}
.services td:first-child {
    width: 150px;
    vertical-align: middle;
    border: 2px solid #000;
    padding 3px;
    font-weight: bold;
}
.services p {
    padding: 15px;
}

.nv-header {
    width: 100%;
    font-weight: bold;
    font-size: 50px;
    align-content: center;
    color: #46188a;
}
