/*
Theme Name: Sean O'Connor Lighting 2022
Author: 64North
*/

@import 'reset.css';
@import 'webfontkit/stylesheet-rockwelllight.css';
@import 'MyFontsWebfontsKit/MyFontsWebfontsKit.css';

p {
    margin-bottom: 1em;;
}

.indexContainer {
    padding: 80px 40px;
}


.headerContainer {
    position: fixed;
    height: 100px;
    width: 100%;
    z-index: 9999;
}


.home-logo {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 116px;
    height: 53px;
}    

.menuicon {
    position: fixed;
    width: 30px;
    height: 22px;
    right: 40px;
    top: 40px;
}

.expandicon {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 40px;
    bottom: 40px;
}

.careticon {
    position: absolute;
    width: 31px;
    height: 22px;
    right: 40px;
    bottom: 40px;
}



#full-width-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.rsSlide {
  background-color: #ffffff !important;
}

.rsContent {
    position: relative;
}







/* PROJECT PAGE */
.project {
  
}

.project-intermediate-logo {
  position: fixed;
  top: 40px;
  left: 40px;
  width: 116px;
  height: 53px;
}

.last-slide-content-outer {
  display: table;
  height: 100%;
  padding-left: 50%;  
}

.last-slide-content-inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;  
  padding: 40px;
}

.last-slide-content-inner .label {
    font-family: 'rockwell_lightregular';
    font-weight: 300;
    font-size: 18px;
    color: #949599;
    line-height: 1.2em;
  
}

.last-slide-content-inner .content {
    font-family: 'baskerville-urw';
    font-style: italic;
    font-size: 20px;
    color: #949599;
    line-height: 1.2em;
    margin-bottom: 1em;
     
}

.last-slide-content-inner .project-link {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 40px;
  padding-top: 30px;
  border-top: 1px solid #cccccc;
  
}

.last-slide-content-inner .project-link a {
  text-decoration: none;
  font-family: 'baskerville-urw';
  font-size: 20px;  
  color: #949599;
}


/* INFO PAGE */
.info-content {
    position: absolute;
    width: calc(50% - 320px);
    right: 0px; 
    top: 0px;
    padding: 190px 320px 40px 0px;
}

.info-content-title {
    font-family: 'baskerville-urw';
    font-size: 36px;
    color: #949599
}

.info-content-subtitle {
    font-family: 'baskerville-urw';
    font-style: italic;
    font-size: 22px;
    color: #949599
}

.info-content-body {
    font-family: 'rockwell';
    font-weight: 300;
    font-size: 29px;
    color: #949599;
    line-height: 34px;
    margin-top: 90px;
}