body {
  background: #82c3f2; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#82c3f2, #B182F2); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#82c3f2, #B182F2); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#82c3f2, #B182F2); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#82c3f2, #B182F2); /* Standard syntax */
  color: #000000;
  font-family: 'Lato', sans-serif;
  margin: 20px;
}
#banner {
  margin: auto;
  font-size: 4em;
  color: #000000;
  line-height: 90%;
  font-family: 'Patua One', cursive;
  max-width: 800px;
  padding-bottom: 30px;
}
#intro {
  margin: auto;
  font-size: 25px;
  color: #000000;
  font-family: 'Lato', sans-serif;
  max-width: 800px;
  line-height: 130%;
}

#introlink_big
{
    font-size: 30px;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif
}



a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #fff;
  text-decoration: none;
}

/* 828BF2 */
a:hover {
  color: rgba(130, 139, 242);
  text-decoration: none;
}

.workscontainer
{
    margin: auto;
    max-width: 800px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 25px;
    font-style: italic;
    letter-spacing: 1px;
}

/* Project image */
.workscontainer img
{
    border-radius: 20px;
    margin-bottom: -30px;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    transition: transform .2s;
}

.workscontainer img:hover
{
    transform: scale(1.05);
}

/* Project name   6b5190*/
.workscontainer h1
{
    font-family: 'Patua One', cursive;
    font-weight: normal;
    font-size: 50px;
    margin-bottom: 1px;
    color: #000;
    letter-spacing: 0px;
    font-style: normal;
}

/* Spacer between project entries */
.workscontainer hr
{
    margin-bottom: 50px;
    height: 0px;
    border: 0px;
}

/* the pipe character on the main page */
.darktext
{
    color: rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 5px;
}

#big {
  margin: auto;
  width: 800px;
  font-size: 50px;
  color: #000000;
  font-family: 'Patua One', cursive;
  margin-bottom: 40px;
}

/*dividing line*/
hr
{
    margin-top: 80px;
    margin-bottom: 80px;
    border: 5px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}



#recognitiontitle {
  font-family: 'Patua One', cursive;
  letter-spacing: 1px;
  margin-bottom: -10px;
  margin-top: 50px;
}

#recognitiontitle a
{
  color: #000;
}

/* 828BF2 */
#recognitiontitle a:hover
{
  color: #fff;
}

#recognitiontitle img
{
  border-radius: 20px;
  width: 400px;
}

#recognitionlist li
{
    margin-top: 10px;
    margin-left: 0px;
}

/* Explore full list button */
.descriptionfull
{
    background-color: #82c3f2;
    font-size: 25px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    border-radius: 20px;
    transition: transform .2s;
}

.descriptionfull:hover
{
    transform: scale(1.05);
    color: #000000;
    background-color: #F2828B;
}

#contactbox
{
    background-color: #9bd3fb;
    border-radius: 20px;
    padding: 30px;
    padding-top: 40px;
    padding-bottom: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#darkbox
{
    border-radius: 20px;
    border: 6px solid rgba(0,0,0,0.05);
    padding: 30px;
    padding-top: 40px;
    padding-bottom: 50px;
    margin-top: 0px;
    margin-bottom: 30px;
}
