@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i');
@import url('https://fonts.googleapis.com/css?family=Merriweather');

@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LatoBold';
  src: url('fonts/Lato/Lato-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: bold;
}
@font-face {
  font-family: 'LatoItalic';
  src: url('fonts/Lato/Lato-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Lato-LightItalic';
  src: url('fonts/Lato/Lato-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato-Light';
  src: url('fonts/Lato/Lato-Light.ttf') format('truetype');
}

body {
  font-family: Lato;
  font-size: 100%;
  letter-spacing: .2rem;
}
a {
  text-decoration: none;
  color: black;
}
a:visited {
  text-decoration: none;
  color: black;
}

.landing-body{
  width: 100%;
  height: 947px;
  background: url(img/stock_photos/strada-gloss.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  image-rendering: -moz-crisp-edges;
  image-rendering:   -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  box-shadow: 5px 5px 5px rgb(170, 170, 170);
}
.nav-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  overflow: hidden;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 120px;
  background-color: #FFF;
  opacity: 0.75;
}
.ssk-logo{
  width: 16.5%;
  min-width: 195px;
  height: 80%;;
  background-image: url(img/SSK_Logo/logossk.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu-items:not(:last-child) {
  padding-bottom: 5px;
  border-bottom: 1.2px solid #EE8022;
}
.landing {
  width: auto;
  height: 90%;
  display: flex;
  align-items: flex-end;
  justify-content: center
}
.landing-header {
  display: flex;
  height: 100px;
  width: 380px;
  margin-right: 580px;
  background-color: #646262;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
  color: white;
}
.landing-header h2 {
  text-align: center;
  letter-spacing: .2rem;
  line-height: 1.3rem;
}

/* FIRST BANNER SECTION */
.banner{
  width:100%;
  display:flex;
  flex-direction: column;
  height: 500px;
  background: #EEEEEE;
  position: relative;
  align-items: center;
  text-align: center;
  justify-content: center;
  /* box-shadow: 5px 5px 5px rgb(170, 170, 170); */
}
.pre-header{
  font-family: Lato-Light;
  color: #8F8A8A;
}
.banner-header{
  font-family: 'Merriweather';
  color: #605F5F;
  font-size: 25px;
  padding: 20px;
}
.banner-text{
  width: 50%;
  font-family: 'Noto Sans';
  font-size: 15px;
  line-height: 30px;
  letter-spacing: .06rem;
  color: #646262
}
.banner-text-italic{
  width: 50%;
  font-family: 'Noto Sans';
  font-style: italic;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: .06rem;
  color: #646262
}
.banner-button{
  padding: 15px;
  background-color: #636363;
  margin-top: 25px;
  color: #FFF;
  font-family: 'Noto Sans';
  font-size: 12px;
}
.banner-button:hover{
  background-color: #8F8A8A;
  color: #636363;
}
/* SHORT DESCRIPTION SECTION  */
.desc-container {
  width: 100%;
  height: 800px;
  background-image: url(img/stock_photos/dark_breakfastbar.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.desc-textbox {
  display: flex;
  background-color: #646262;
  opacity: 0.8;
  width: 30%;
  height: 250px;
  padding: 20px;
  text-align: center;
  font-family: Lato-Light;
  color: #E1E1E1;
  line-height: 30px;
  letter-spacing: .06rem;
}
.desc-textbox h2 {
  font-size: 19px;
  letter-spacing: .15rem;
  margin: auto;
  width: 35%;
  height: auto;
  padding: 20px 40px 20px 20px;
  border-right: 1px solid #E1E1E1;
}
.desc-textbox p {
  /* font-family: Lato-Light; */
  margin: auto;
  font-size: 14px;
  height: auto;
  width: 35%;
  padding: 20px;
  line-height: 20px;
}

/* QUOTES SLIDESHOW */
.slideshow-container {
  position: relative;
  min-height: 360px;
  height: auto;
  background: #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-header {
  font-family: 'Merriweather';
  color: #605F5F;
  font-size: 25px;
  padding: 10px;
}
.people {
  margin: 10px;
  padding: 10px;
}
.slideshow-text{
  font-family: 'Noto Sans';
  font-style: italic;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: .06rem;
  color: #646262
}
.slides {
  display: none;
  text-align: center;
  width: 60%;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.prev {
  left: 0;
}
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}
.dot-container {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 20px;
  margin-bottom: 15px;
  background: #EBEBEB;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}

/* GALLERY GRID */
.gallery-container {
  display: block;
  height: auto;
  width: 100%;
}
.gallery-box {
  display: flex;
  flex-direction: row;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery-content {
  width: 25%;
  height: auto;
  /* min-height: 400px; */
  padding: 50px;
  background-color: #EBEBEB;
  text-align: left;
  font-family: 'Lato';
  font-size: 115%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display:flex;
  flex-direction: column;
}
.gallery-sub {
  color: #8F8A8A;
  font-size: 100%;
  font-family: 'Lato-Light';
  padding: 5px 0;
}
.gallery-header {
  font-family: 'LatoBold';
  color: #605F5F;
  font-size: 120%;
  margin-top: 8px;

}
.content-line {
  border-bottom: 2px solid rgb(163, 162, 162);
  width: 50px; 
  height:1px;
  padding: 5px;
  margin: 15px 0 15px 0;
  align-self: flex-start;
}
.gallery-text {
  color: #727272;
  font-size: 85%;
  letter-spacing: 2px;
  line-height: 25px;
}
.right-align {
  text-align: right;
  align-self: flex-end; 
}

.media-half {
  width: 25%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.technica_gloss {background-image: url(img/stock_photos/technica_gloss.jpg)}
.vogue_sand {background-image: url(img/stock_photos/vogue-sand-oak.jpg)}
.pure_white {background-image: url(img/stock_photos/pure_white.jpg)}
.solo_gloss {background-image: url(img/stock_photos/solo_gloss_grey.jpg)}


/* FOOTER */ 
.footer {
  height: 200px;
  max-width: 1903px;
  background-color: #929394;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px 0 40px;
}
.footer-invisible {
  height: 140px;
  width: 300px;
  border: 1px solid black;
  visibility: hidden;
}
.mini-logo-container {
  height: 140px;
  width: 300px;
  display: flex;
  flex-direction : column;
  justify-content: center;
}
.mini-logo {
  height: 85px;
  width: 98%;
  display: flex;
  align-self: flex-start;
  background-image: url(img/SSK_Logo/logossk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 95%;
  align-self: center;
  margin-bottom: -4px;
}
.footer-icons {
  width: 70%;
  height: 40%;
  align-self: center;
  display:flex;
  justify-content: space-between;
}
.sm-icon {
  height: 90%;
  width: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
}
.icon-fb {
  background-image: url(img/sm-icons/facebook_darkgrey.svg);
}
.icon-ig {
  background-image: url(img/sm-icons/instagram_darkgrey.svg);
}
.icon-tw {
  background-image: url(img/sm-icons/twitter_darkgrey.svg);
}
.footer-container{
  display: flex;
  justify-self: center;
}
.footer-info {
  height: 120px;
  color: white;
}
.footer-info-text p {
  margin-bottom: 3px;
  text-decoration: none;
  color: white;
}
.footer-info-title{
  margin: 15px 0 12px 0;
  font-family: 'LatoBold';
  font-size: 108%;
}
.footer-info-left {
  margin-left: 20px;
  margin-right: 40px;
}
.footer-info-right {
  margin-left: 40px;
}
.footer-overlap {
  height: 20px;
  max-width: 1903px;
  background-color: #929394;
  margin-top: -28px;
  color: white;
  display: flex;
  justify-content: center;
}
.footer-overlap p {
  display:inline-block;
  font-size: 70%;
}












/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* ----------- Galaxy S6 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) {

}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .landing-body{
      width: 100%;
      height: 600px;
      background: url(img/stock_photos/chippendale-vogue-driftwood.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      image-rendering: -moz-crisp-edges;
      image-rendering:   -o-crisp-edges;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: crisp-edges;
      -ms-interpolation-mode: nearest-neighbor;
    }
    .landing-header {
      margin-right: 270px;
      margin-bottom: 100px;
      background-color: transparent;
      color: white;
      font-size: 105%;
      letter-spacing: .35rem;
      line-height: 1.9rem;
    }
    .landing-header h2 {
      letter-spacing: .3rem;
      line-height: 1.4rem;
    }
}

/*----------- Laptops ----------- */
/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 

}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
}