body {
    background-color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    color: #4A4A4A;
    line-height: 25px;
    }

/* styles */
p {
    margin: 15px 0 0 0;
    }
a {
    color: #EC9B2E;
    text-decoration: underline;
    outline: none;
     }
a:hover {
    color: #09263F;
    text-decoration: underline;
    }

h1 {
    font-size: 38px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 42px;
    letter-spacing: 0.5px;
    }
h2 {
    font-size: 32px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 0.5px;
    }
h3 {
    font-size: 28px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 0.5px;
    }
hr {
    clear: both;
    margin-top: 40px;
    padding-top: 18px;
    border: 0;
    border-top: 1px dotted #ccc;
    }
.button {
    display: inline-block;
    padding: 15px 20px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    }
.button:hover {
    text-decoration: none;
    }


/* layout structure */
#container {
    position: relative;
    width: 1024px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    box-shadow: -5px 0 20px -5px #eee, 5px 0 20px -5px #eee;
    }

 /* banner */
#logo-container {
    width: 100%;
    padding-bottom: 30px;
    }
a#logo {
    width: 432px;
    height: 109px;
    display: block;
    margin: auto;
    background-image: url(../img/logo_aarcomm.png);
    background-size: cover;
    background-repeat: no-repeat;
    }
#banner {
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url(../img/banner_home.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    }
#banner h1 {
    position: relative;
    top: 100px;
    width: 75%;
    margin: auto;
    padding: 20px;
    background-color: rgba(30,100,172,0.6);
    border-radius: 10px;
    color: #fff;
    text-align: center;
    }
#banner h1 span {
    font-weight: 700;
    }


 /* wrappers */
.content {
    padding: 30px 100px;
    }
.content.row1 {
    padding-bottom: 50px;
    background-color: #FFFFFF;
    }
.content.row1 h2 {
    margin-top: 22px;
    font-size: 22px;
    font-weight: 700;
    color: #666;
    text-align: center;
    }
.row2 ul {
    width: 100%;
    list-style: none;
    }
.row2 .col1 {
    float:left;
    width: 50%;
    height: 400px;
    background-image: url(../img/product_trident.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    }
.row2 .col2 {
    float:left;
    width: 50%;
    height: 400px;
    background-image: url(../img/product_smartdigwand.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    }
.row2 a.button {
    margin-top: 180px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    }
.row2 a.button:hover {
    background-color: #fff;
    color: #4A4A4A;
    }
.row2 a.button span {
    font-weight: 700;
    }
.row3 {
    clear: both;
    position: relative;
    width: 100%;
    height: 340px;
    background-image: url(../img/banner_applications01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    }
.row3 h2 {
    position: relative;
    top: 120px;
    width: 800px;
    margin: auto;
    color: #fff;
    text-align: center;
    }
.row3 h2 span {
    font-weight: 700;
    }
.row3 a.button {
    position: relative;
    top: 170px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    }
.row3 a.button:hover {
    background-color: #fff;
    color: #4A4A4A;
    }
.content.row4 {
    padding: 50px 50px 100px 50px;
    background-color: #F2F2F2;
    text-align: center;
    }
.content.row4 img {
    margin-bottom: 20px;
    }
.content.row4 h3 span {
    font-weight: 700;
    }
.content.row4 a.button {
    margin-top: 30px;
    background-color: #1D64AC;
    color: #fff;
    }
.content.row4 a.button:hover {
    background-color: #ed753b;
    }


/* footer */
#footer {
    font-family: 'open sans', sans-serif;
    padding: 20px 0;
    background-color: #727171;
    font-size: 11px;
    color: #bdbaba;
    text-transform: uppercase;
    text-align: center;
    }
#footer p {
    margin-top: 0;
    }
#footer a {
    clear: both;
    color: #bdbaba;
    text-decoration: underline;
    }
#footer a:hover {
    color: #fff;
    }
#footer p.credit {
    clear: both;
    font-size: 10px;
    color: #333;
    }
#footer .credit a {
    color: #333;
    text-decoration: none;
    }
#footer .credit a:hover {
    color: #ccc !important;
    }
