

/* + Headings and text styles {{{ */

h1 {
    font-family: 'Roboto';
    font-weight: 300; 
    font-size: 30px;
    color: rgb(26, 26, 26);

    text-align: center;
    text-transform: uppercase;

    margin-top: 80px;
    margin-bottom: 60px;
}


h2 {
    margin-bottom: 100px;
    text-transform: uppercase;
}

/* + }}} */

.author_footer {
    font-family: 'Roboto';
    font-weight: 300;  /* Light */
    font-size: 21px;
    color: rgb(51, 51, 51);

    line-height: 36px;
    float: right;
    text-align: right;

    /* Spacing at left and right */
    box-sizing: border-box;
    padding: 0 40px;
    margin-top: 40px;
    margin-bottom: 40px;

}

.author_footer p {
    margin: 0;
    padding: 0;
}

.author_footer a, .author_footer a:visited {
    font-weight: 300;
    color: rgb(51, 51, 51);
}



.author_footer .social_buttons img {
    height: 16px;

    opacity: 0.6;  /* TODO: change the files themselves to the right colour */
}

.author_footer .newsletter {
    margin: 80px 0;
}

.author_footer .contact {
    font-family: 'Roboto';
    font-weight: 300;  /* Light */
    font-size: 21pt;
    color: rgb(51, 51, 51);

    text-align: center;
}

/* + Team member {{{ */

.team_members {
    margin: 80px 0;
}

.team_member {
    clear: both;
    margin: 80px 0;

    position: relative;  /* Contain absolute-positioned elements */
    overflow: hidden;  /* Contain floats */
}

.team_member_image {
    position: relative;
    float: left;
    /*width: 30%;*/
    width: 200px;
    /*padding-right: 40px;*/
}

.team_member_name {
    font-family: 'Roboto';
    font-weight: 400;  /* Light */
    font-size: 16px;
    line-height: 18px;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    margin-left: 240px;
}

.team_member_name > a {
    color: rgb(51, 51, 51);
    text-decoration: none;    
}

.team_member_role {
    margin-left: 240px;

    font-family: 'Roboto';
    font-weight: 300;  /* Light */
    font-size: 14px;
    line-height: 19px;
    color: rgb(128, 128, 128);
    text-transform: uppercase;
}

.team_member_details {
    margin: 30px 0;
    margin-left: 240px;

    font-family: 'Roboto';
    font-weight: 300;  /* Light */
    font-size: 15px;
    color: rgb(128, 128, 128);

    line-height: 24px;
}

.team_member .social_buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    top: initial;
    float: none;
}

.team_member .social_buttons img {
    height: 16px;
    width: auto;
    margin-right: 23px;
    margin-left: 0;

    opacity: 0.6;  /* TODO: change the files themselves to the right colour */
}
.team_member .social_buttons a:last-child img {
    margin-right: 0;
}

/* + }}} */



/* + Images {{{ */

.gallery_wide_image {
    display: block;
    width: 100%;
    height: auto;

    /* Spacing at top and bottom */
    margin: 40px 0 20px 0;
}

/* + }}} */

/* + Participant quotations {{{ */

.gallery_wide_participant_quotation {
}

.gallery_wide_participant_quotation .participant_name {
    margin-top: 0;
}


.left_aligned_participant_quotation {
    margin: 0 100px;
}

.left_aligned_participant_quote {
    font-family: 'Roboto';
    font-weight: 400;  /* Regular */
    font-size: 20pt;
    color: rgb(102, 102, 102);

    line-height: 1.5;
}
.left_aligned_participant_name {
    font-family: 'Roboto';
    font-weight: 300;  /* Light */
    font-size: 16pt;
    color: rgb(51, 51, 51);

    margin-top: 16px;
}
.left_aligned_participant_meta {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;  /* Light */
    font-size: 14pt;
    color: rgb(128, 128, 128);
}

/* + }}} */

/* + Exhibitions {{{ */

.gallery_exhibition {
    margin: 80px 0;
    text-align: center;
}
.gallery_exhibition_venue_name {
    font-family: 'Roboto';
    font-weight: 200;  /* Thin */
    font-size: 26pt;
    color: rgb(51, 51, 51);

    margin-bottom: 20px;
}
.gallery_exhibition_date {
    font-family: 'Roboto';
    font-weight: 300;  /* Light */
    font-size: 16pt;
    color: rgb(153, 153, 153);
}
.gallery_exhibition_area {
    font-family: 'Roboto';
    font-weight: 300;  /* Light */
    font-size: 14pt;
    color: rgb(153, 153, 153);
}

/* + }}} */

