@charset "UTF-8";

/*Debugging Tool. DO NOT DELETE */
/* * {
  border: 1px solid #f00 !important;
}*/

html{
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body{
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
}

div#wrapper {
  min-height: 100%;
  margin-bottom: -30px;
}
div#footer {
  height: 30px;
}
footer{
  height: 30px;
  width: 100%;
  text-align: center;
  bottom: 0px;
  left: 0px;
  position: absolute;
}

div.header-spacer{
  height: 50px;
  width: 100%;
  background-color: #303030;
}

div.cont {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

a.header {
  font-size: 20px;
}

.pad {
  padding: 5px;
}
.margincenter {
  margin-left: auto;
  margin-right: auto;
}
.center {
  text-align: center;
}

#nav {
  height: 50px;
  list-style-type: none;
  padding: 0px;
  background-color: transparent;
}


#nav li a {
  transition: 0.3s;
}

#nav li a:hover {
  background-color: rgba(149, 215, 87, 0.5);
}

#nav li span{
  height: 100%;
  display: block;
  font-size: 25px;
  text-decoration: none;
  padding: 5px 10px;
  color: #D35680;
}

.active {
  background-color: #d8d800;
}

#hero-text h1 {
  font-size: 42pt;
  font-weight: bold;
}
#hero-text p {
  font-size: 30pt;
}
.project-card {
  max-width: 250px;
  width: 100%;
  border: 2px solid #8F8E8E;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}

.project-card img{
  height: 50px;
  width: 50px;
  margin-top: -27px;
  border: 2px solid #8F8E8E;
  border-radius: 50%;
}

.full-height {
  height: 100%;
}

a.in-project-link {
  height: 50px;
  border-radius: 10px;
  border: 2px solid #95d757;
  color: #95d757;
  bottom: 5px;
  text-decoration: none;
  padding: 10px;
  transition: 0.3s;
}
a.in-project-link:hover {
  border: 2px solid #D35680;
  color: #D35680;
  padding: 10px;
}

div.in-project-link {
  height: 50px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
}
div.project-link-placeholder {
  height: 50px;
  width: 100%;
  text-align: center;
}
img.into-img {
  height: auto;
  width: 100%;
}

img.small-round-links{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.3s;
  margin: 5px;
}

img.small-round-links:hover{
  margin: 0px;
  height: 50px;
  width: 50px;
}

a.small-round-links{
  text-decoration: none;
}

.textdiv img{
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0px auto;
  height: auto;
}

a.blog-link{
  text-decoration: none;
  color: #707070;
  transition: 0.2s;
  display: block;
}
a.blog-link:hover{
  text-decoration: none;
  color: #000;
}
figure {
  margin: 0px;
}