body {
    background-color: #422C2F;
    font-family: 'Special Elite', cursive;
    font-size: large;
    color: white;
}

a:link {
    color: lightgrey;
}

a:visited {
    color: grey;
}

#colette {
    text-align: center;
    padding-top: 20px;
    font-size: 300%
}

#about-lab {
    color: white;
    border: 2px solid white;
    padding: 20px;
    height: 100px;
    border-radius: 10px;
    margin-bottom: 3px;
    font-size: 300%;
    box-shadow: 2px 2px 5px grey;
    background-color: #FF69B4
}

#resume-lab {
    color: white;
    border: 2px solid white;
    padding: 20px;
    height: 100px;
    border-radius: 10px;
    margin-bottom: 3px;
    font-size: 300%;
    box-shadow: 2px 2px 5px grey;
    background-color: #FF6EC7;
}

#headshot {
    height: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    border-radius: 50px;
}

#portfolio-lab {
    color: white;
    border: 2px solid white;
    padding: 20px;
    height: 100px;
    border-radius: 10px;
    margin-bottom: 3px;
    font-size: 300%;
    box-shadow: 2px 2px 5px grey;
    background-color: #FF3E96
}

#portfolio-des {
    text-align: center;
}

#contact-lab {
    color: white;
    border: 2px solid white;
    padding: 20px;
    height: 100px;
    border-radius: 10px;
    margin-bottom: 3px;
    font-size: 300%;
    box-shadow: 2px 2px 5px grey;
    background-color: #FF1CAE
}

#top-blurb {
    text-align: center;
    padding: 50px;
}

#panels-div {
    padding: 20px;
}

.text-padding {
    padding-left: 30px;
    padding-right: 30px;
}


/*This Little Blog Div*/

/*#this-little-blog-ss {
    width: 30%;
    text-align: center;
    background: #fff;
}*/

/*#this-little-blog-ss:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
	background: #fff;
/*  border: 2px solid #fff;
  border-radius: 50%;}*/

.project-setup {
    text-align: center;
}

.project-setup ul {
    margin: auto;
    text-align: left;
    display: inline-block;
}

.project-setup li {
    margin: auto;
    width: auto;
}




/*Working with Image overlay*/

.ss-div {
    display: inline-block;
    background: white;
    width: 30%;
}

.ss-div img {
    width: 100%;
    opacity: 0.8;
}

.ss-div img:hover {
    opacity: 1;
}



