/* 
    Created on : Mar 20, 2017
    Author     : dmw
*/
body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
    margin: 0px;
    padding: 0px;
    font-style: normal;
    font-weight: 200;
}
/* Container */
.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
header {
    padding-top: 0;
    margin-top: 0;
    width: 100%;
    background-color: #286090;
    border-bottom: 1px solid #FFFFFF;
    overflow: hidden;
}
.logoDiv {
    float: left;
    padding: 23px;
    color: white;
    text-align: center;
}
.logoDiv a {
    color: white;
}
.logoDiv a:hover {
    text-decoration: none;
    color: #f2f2f2;
}
nav {
    padding-top: 20px;
    padding-right: 20px;
    float: right;
    display: block;
    text-align: right;
    width: 100%;
}
nav ul {
    list-style: none;
    float: right;
}
nav ul li {
    float: left;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    margin-right: 25px;
    letter-spacing: 2px;
    font-weight: bold;
}
.mainNav {
    padding-top: 30px;
}
.dashboard ul {
    padding: 0;
    margin: 0;
}
.dashboard ul li {
    margin: 0;
    margin-right: 1px;
    margin-left: 1px;
}
.showAlways {
    float: left;
}
.about {
    padding: 0 20px;
}
.startImage {
    background: url("../img/circle.png") no-repeat top right;
    background-size: auto 100%;
    border: 1px solid #449D44;
    border-radius: 20px;
    text-align: center;
    margin: 20px 0;
}
.startButton {
    margin: 20px;
}
.startImage h3 {
    text-align: left;
    padding: 0 20px;
    max-width: 55%;
}
a {
    color: #717070;
}
a:visited {
    color: #C3C0C0;
}
a:hover {
    color: #C3C0C0;
}
nav ul li a {
    color: #FFFFFF;
    text-decoration: none;
}
nav ul li:hover a {
    color: #C3C0C0;
    text-decoration: none;
}
a.logo h2 {
    color: white;
}
a.logo h2:hover {
    color: #C3C0C0;
    text-decoration: none;
}
.dashboard h2 {
    color: white;
}
/* About Section */
.text_column {
    width: 33%;
    text-align: justify;
    float: left;
    line-height: 25px;
    padding: 3% 2%;
    margin: 0 auto;
    color: #A3A3A3;
}
h2 {
    font-size: 30px;
    padding: 20px 10px 10px 10px;
    margin: 0px 0px 5px 0px;
    text-align: center;
    color: #717070;
    border-bottom: 1px solid #f2f2f2;
}
h3 {
    text-align: left;
    font-size: 18px;
}
h4 {
    font-size: 18px;
}
p {
    font-size: 16px;
}
.menu {
    position: relative;
    background-color: white;
    background: repeating-linear-gradient(45deg, #FFFFFF, #FFFFFF 15px, #D7E7F4 55px, #D7E7F4 15px);
    border: 1px solid #286090;
    border-bottom: none;
    padding: 5px;
    margin-top: 15px;
}
.list-group {
    margin: 0;
    padding: 0;
}
.uppercase {
    text-align: center;
    text-transform: uppercase;
}
a.btn {
    color: #FFFFFF;
}
footer {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    display: inline-block;
    background-color: #FFFFFF;
    margin-top: 0px;
}
.footer_banner {
    background-color: #449D44;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    background-repeat: repeat;
    border-top: 25px solid #FFFFFF;
    text-align: center;
    color: white;
}
.copyright {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #286090;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
}
.clear {
    clear: both;
}
.center {
    text-align: center;
    margin: 0 auto;
}
.right {
    text-align: right;
    margin-right: 15%;
}
.left {
    text-align: left;
}
.floatRight {
    float: right;
}
.floatLeft {
    float: left;
}

/* Mobile */
@media screen and (max-width: 720px) {
header nav {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: none;
    display: initial;
}
header nav ul {
    width: 100%;
    padding: 5% 0;
    margin: 0px;
}
header nav ul li {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.startImage {
    background: none;
    text-align: center;
}
.startImage h3 {
    text-align: center;
    max-width: 100%;
    padding: 10px;
}
.logo {
    text-align: center;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.logoDiv {
    width: 100%;
    text-align: center;
    margin-top: 23px;
    padding: 0;
    float: none;
}
.footer_column {
    width: 100%;
    margin-top: 0px;
}
.banner {
    background-color: white;
    background-image: url(../img/sensorImage.png);
    height: 300px;
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.center {
    text-align: center;
}
}
