/**
  * Main stylesheet for JoshuaKissoon.com
  * 
  * @since 20150818
  * @author Joshua Kissoon
  */

body
{
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* HEADER */
#site-header
{
    box-shadow: 0px 1px 6px 0px rgba(250, 8, 8, 1);
    padding-bottom: 10px;
}
#site-name
{
    margin-bottom: 0;
}
#site-name a
{
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
}
#site-name a:hover
{
    text-decoration: none;
    color: #000;
}
#site-slogan
{
    margin-top: 0px;
    font-style: italic;
    color: #555;
    font-family: "Playfair Display";
    font-size: 16px;
}

#jk-social
{
    text-align: right;
    padding-top: 18px;
}
#jk-social li
{
    display: inline-block;
}

/* CONTENT AREA */
#content-top
{
    margin-top: 60px;
    margin-bottom: 40px;
}
#jk-photos-carousel
{

}
#jk-photos-carousel .carousel-caption
{
    font-weight: bold;
    margin: auto;
    width: 275px;
}
#jk-photos-carousel img
{
    width: 300px;
    margin: auto;
    border-radius: 135px;
}

#about-me
{
    font-size: 18px;
    color: #666;
    border-radius: 5px;
    padding:20px;
    margin-top: 40px;
}
#content-bottom
{
    margin-bottom: 40px;
}

#information-quicklinks
{
    text-align: center;
}
#information-quicklinks .item a
{
    opacity: 0.5;
    transition: opacity .75s ease-in-out;
    color: #000;
    text-decoration: none;
    text-align: center;
}
#information-quicklinks .item a:hover
{
     opacity: 1;
    text-decoration: none;
}