/* Style sheet for grid 2 */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-image: url(../images/grid-1.png);
    background-repeat: repeat-y;
    background-position: 50% 0;
}

#wrapper {
    width: 940px;
    margin: 30px auto;
    background: rgba(116, 177, 185, 0.8);
    /* top and btm padding */
    padding: 20px 0;
    overflow: hidden;
}

.img {
    max-width: 100%;
    padding-bottom: 20px;
}

.row {
    margin-bottom: 30px;
    clear:both;
    overflow: hidden;
}

.col {
    height: 100px;
    background-color: beige;
}

.main {
    background-color: #9996efa2;
    float: left;
    width: 580px;
    height: 200px;
}

.aside {
    background-color: #9996efa2;
    float: right;
    width: 340px;
    height: 200px;
}

.box {
    float: left;
    height: 200px;
    width: 148px;
    margin-left: 60px;
    padding: 20px 5px;
    text-align: center; 
    vertical-align: middle;
}

.box1 {
    float: left;
    height: 200px;
    width: 148px;
    margin-right: 20px;
    padding: 20px 5px;
    text-align: center; 
    vertical-align: middle;
}

.box:first-of-type {
    margin-right: 20px;
}

.box1:last-of-type {
    margin-right: 0px;
}

.box span a,
.box1 span a {
    color:black;
    text-shadow: 1px 1px 2px whitesmoke;
    text-decoration: none; 
    font-size: 1.2em;
}

.box span a:hover,
.box1 span a:hover {
    text-decoration: none;
    text-shadow: #e5e5eb;
}

p {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.title h1 {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 2.5em;
    text-align: center;
    line-height: 1.15;
    margin-bottom: .2em;
}