#datagaardlogo {
font-weight: bold;
font-size: 130%;
}

#logo {
height: 10%;
width: 20%;
}

#dgheading {
color: white;
    text-shadow:
    -1px -1px 0 #74848A,
    1px -1px 0 #74848A,
    -1px 1px 0 #74848A,
    1px 1px 0 #74848A;
}

.aboutus {
color: white;
}

.aboutus:hover {
color: white;
text-decoration: underline;
}

.aboutus:visited {
color: white;
}

.portfolio-wrapper .portfolio-item h5 {
	background-color:#333333;
    color:#F0F0F0;
    padding:10px 15px;
    margin:0;
    font-size:12px;
	line-height:20px;
}

.link:hover {
color: purple;
text-decoration: underline;
}