/* Home page content */

#homemaincontent {
   overflow: hidden;
}

#darkorangetext {
    color:#E0630E;   
}
    
.contentimg {
    float:right;
    margin: 0 30px 30px 10px;
}

.contenttext {
    margin: 40px 20px 0 30px;
    margin-left:30px;
    margin-right:20px;
    margin-top:40px;
    padding:0;
}

.contenttext h3 {
    font-family: Georgia, serif;
    font-weight: normal;
    font-size: 18px;
    padding-top:10px;
    width: 530px;
}

/* Project icons on main page */

.iconcontainer {
    margin-top:10px;
    margin-left: auto;
    margin-right: auto;
    width:900px;
    height:300px;
}

.iconitem {
    display:inline;
    float:left;
    width:250px;
    height:250px;
    margin: 0px 5px 20px 15px;
    padding-left: 10px;
    padding-right: 10px;
}

#centericon {
    border-left: thin black solid;
    border-right: thin black solid;
}

.iconitem a {
    text-decoration:none;
    height:120px;
}

.iconitem img {
    padding-bottom:10px;
    border:0;
}

.iconitem h3 {
    color:#444;
}

.iconitem p {
    color:#808080;
}