@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

html {
    margin: auto;
    background-color: white;
}

body {
    margin: 0px;
    margin-left: 1.1%;
    font-family: "lato", sans-serif;
}

#borderLeft, #borderRight, #borderTop, #borderBottom {
    position: fixed;
    background-color: #FF6666;
    z-index: 10;
}

#borderLeft {
    width: 2px;
    left: 0;
    bottom: 0;
    top: 0;
}

#borderRight {
    width: 2px;
    right: 0;
    bottom: 0;
    top: 0;
}

#borderTop {
    height: 2px;
    right: 0;
    left: 0;
    top: 0;
}

#borderBottom {
    height: 2px;
    right: 0;
    left: 0;
    bottom: 0;
}

.siteContent {
    margin: auto;
}

header {
    position: fixed;
    top: 20px;
    left: 30px;
    z-index: 9;
}

.headerWrapper {
    background-color: white;
    height: 55px;
    z-index: 100;
}

.headerHomeWidth {
    min-width: 645px;
}

.headerProjectWidth {
    min-width: 665px;
}

.headerInfoWidth {
    min-width: 460px;
}

#projectInformation {
    display: none;
    padding-left: 200px;
    text-align: left;
    font-weight: 300;
    vertical-align: top;
    background-color: white;
    height: 100%;
}

@media screen and (max-width: 1322px){
    #projectInformation {
        display: none;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
        font-weight: 300;
        vertical-align: top;
        background-color: white;
        height: 100%;
    }
}

#projectTitle {
    font-weight: bold;
    padding-top: 7px;
}

#projectDate {
    font-size: 14px;
}

#lanceLogo {
    cursor: pointer;
    margin-left: 15px;
}

#menu {
    vertical-align: top;
    margin-left: 75px;
    font-weight: 300;
    height: 100%;
    padding-left: 20px;
}

#more {
    padding-left: 10px;
    padding-right: 10px;
}

#menuMore {
    display: none;
    vertical-align: top;
    padding-left: 20px;
    font-weight: 300;
    background-color: white;
    max-width: 230px;
    height: 100%;
}

.menuItem {
    margin-right: 50px;
    padding-top: 18px;
    padding-bottom: 18px;
    cursor: pointer;
    color: #000000;
}

.lastMenuItem {
    margin-right: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    cursor: pointer;
    color: #000000;
}

.menuItem:hover, .lastMenuItem:hover {
    color: #FF6666;
    /*font-weight: 700;*/
}

.menuSelected {
    color: #FF6666;
    font-weight: 700;
}

.content {
    padding-top: 95px;
}

.lineTextWrapper {
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 24px;
}

.lineImageWrapper {
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.lineImageWrapper img {
    /*display: block;*/
}

.lineImage {
    background-color: white;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform:scale(0.99);
    -ms-transform:scale(0.99); /* IE 9 */
    -moz-transform:scale(0.99); /* Firefox */
    -webkit-transform:scale(0.99); /* Safari and Chrome */
    -o-transform:scale(0.99); /* Opera */
}

.lineImage:hover {
    box-shadow: 0px 0px 12px 3px #FF6666;
    z-index: 10;
    cursor: pointer;
    transform:scale(1);
    -ms-transform:scale(1.0); /* IE 9 */
    -moz-transform:scale(1.0); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1.0); /* Opera */
    filter: none;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}

.unselected {
    filter: grayscale(100%) !important;
    -webkit-filter: grayscale(100%) !important;;
    -moz-filter: grayscale(100%) !important;;
    -o-filter: grayscale(100%) !important;;
    -ms-filter: gray(100%) !important;;
    opacity: 0.4;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.selected {
    opacity: 1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: gray(0%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.HyperLegendUnselected {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: gray(100%);
    opacity: 0.4;
}

.HyperLegendSelected {
    opacity: 1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: gray(0%);
}

.inline {
    display: inline-block;
}

/* clear fix */
.isotope:after {
    content: '';
    display: block;
    clear: both;
}

#leftProjectContent {
    width: 840px;
    z-index: 1;
    position: relative;
    background-color: white;
}

#hyperLegendContent {
    position: fixed;
    top: 100px;
    right: 19%;
    width: 680px;
    height: 750px;
}

.hyperLegendImage {
    cursor: pointer;
    position: absolute;
}

#rightProjectContent {
    position: fixed;
    width: 300px;
    font-weight: 300;
    font-size: 18px;
    top: 100px;
    right: 40px;
    background-color: #ffffff;
    padding: 5px;
    line-height: 15pt;
    z-index: 2;
}

#rightProjectContent a {
    color: #000000;
    font-weight: bold;
}

#rightProjectContent a:hover {
    color: #FF6666;
}


.projectName {
    font-weight: bold;
    margin-bottom: 20px;
}

.projectDescription {
    margin-bottom: 10px;
}

.projectTechnique {
    margin-top: 10px;
    color: darkgray;
}

.contactSectionWrapper {
    z-index: 1;
    position: relative;
}

.contactSection {
    margin-bottom: 20px;
    font-size: 16px;
    width: 500px;
}

.contactSection a {
    color: #000000;
    font-weight: bold;
}

.contactSection a:hover {
    color: #FF6666;
}

.sectionTitle {
    font-weight: bold;
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 15px;
}

.contactCredit {
    font-weight: 300;
}

.copyright {
    font-size: 14px;
}

#hyperLegendContact {
    position: fixed;
    top: 100px;
    left: 20px;
    width: 700px;
    height: 750px;
}

.aboutSectionWrapper {
    z-index: 1;
    position: relative;
}
