html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
abbr, address, cite, code, 
del, dfn, em, img, ins, kbd, q, samp, 
small, strong, sub, sup, var, 
b, i, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, 
time, mark, audio, video { 
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0; 
  font-size: 100%; 
  vertical-align: baseline; 
  background: transparent; 
} 

body { 
  line-height: 1; 
} 

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block; 
}

nav ul { 
  list-style: none; 
}

blockquote, q { 
  quotes: none; 
} 

blockquote:before, blockquote:after, 
q:before, q:after { 
  content: ''; 
  content: none; 
}

a {
  margin: 0; 
  padding: 0; 
  font-size: 100%; 
  vertical-align: baseline; 
  background: transparent; 
}

ins { 
  background-color: #ff9; 
  color: #000; 
  text-decoration: none; 
} 

mark { 
  background-color: #ff9; 
  color: #000; 
  font-style: italic; 
  font-weight: bold; 
}

del {
  text-decoration: line-through; 
}

abbr[title], dfn[title] { 
  border-bottom: lpx dotted; 
  cursor: help; 
}

table { 
  border-collapse: collapse; 
  border-spacing: 0; 
} 

hr { 
  display: block; 
  height: lpx; 
  border: 0; 
  border-top: lpx solid #cccccc;
  margin: lem 0; 
  padding: 0; 
}

input, select { 
  vertical-align: middle; 
}

* { 
  text-decoration: none; 
}

header {
  background-color: #fff;
  width: 100%;
  height: 100px;
}

header .header-brand {
  font-family: Catamaran;
  font-size: 24px;
  font-weight: 900;
  color: #111;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

header nav ul {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

header nav ul li {
  display: inline-block;
  float: left;
  list-style: none;
  padding: 0 16px;
}

header nav ul li a {
  font-family: Catamaran;
  font-size: 16px;
  color: #111;
  text-transform: uppercase;
}

header .header-tutorials {
  display: none;
}

@media only screen and (min-width: 1000px) {
  header .header-brand {
    margin: 31px 0;
    text-align: left;
    line-height: 38px;
    padding: 0 20px 0 40px;
    border-right: 3px solid #111;
    float: left;
  }

  header nav ul {
    margin: 20px 0px 0px 20px;
    float: left;
  }

  header nav ul li a {
    line-height: 60px;
  }

  header .header-tutorials {
    display: block;
    font-family: Catamaran;
    font-size: 16px;
    color: #111;
    text-transform: uppercase;
    line-height: 38px;
    border: 1px solid #111;
    float: right;
    margin-right: 40px;
    margin-top: 30px;
    padding: 0 20px;
  }
}

footer {
  width: calc(100% - 80px);
  padding: 40px;
  margin-top: 20px;
  background-color: #111;
  overflow: hidden;
}

footer ul {
  width: fit-content;
  float: left;
  padding-left: 20px;
}

footer ul li {
  display: block;
  list-style: none;
}

footer ul li a {
  font-family: Catamaran;
  font-size: 24px;
  color: #fff;
  line-height: 40px;
}

.footer-links-cases {
  display: none;
}

.footer-sm {
  width: 50px;
  float: right;
}

.footer-sm img {
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1000px) {
  .footer-links-cases {
    display: block;
  }

  footer ul {
    padding-right: 30px;
  }

  footer ul li p {
    font-family: Catamaran;
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
  }
}

h4 {
  font-family: Catamaran;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #2C2C2C;
  text-align: center;
}

.index-banner {
  width: 100%;
  height: calc(100vh - 100px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
}

.vertical-center {
  display: table-cell;
  vertical-align: middle;
}

.index-banner h2 {
  font-family: Catamaran;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.index-banner h1 {
  font-family: Cormorant Garamond;
  font-size: 28px;
  font-weight: 100;
  font-style: italic;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.index-links div {
  margin: 16px 16px 0;
  width: calc(100% - 32px);
  height: 100px;
  background-color: #474747;
}

.index-links div h3 {
  font-family: Catamaran;
  font-size: 28px;
  font-weight: 600;
  line-height: 100px;
  color: #DDDDDD;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 1000px) {
  .wrapper {
    width: 1000px;
    margin: 0 auto;
  }

  .index-banner {
    height: 450px;
  }

  .index-banner h1 {
    display: block;
    width: 560px;
    margin: 0 auto;
  }

  .index-links {
    overflow: hidden;
  }

  .index-links div {
    margin: 20px 10px 0;
    height: 230px;
    background-color: #474747;
    float: left;
  }

  .index-boxlink-square {
    width: calc(25% - 20px) !important;
  }

  .index-boxlink-rectangle {
    width: calc(50% - 20px) !important;
  }

  .index-links div h3 {
    line-height: 230px;
  }
}

.about-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.content img {
  width: 150px;
}

.details {
  width: calc(100% - 150px);
}

@media only screen and (max-width: 480px) {
  .content {
    flex-direction: column;
  }
  .details {
    width: 100%;
  }
}

.index-tutorial-links h3,
.index-archive h4 {
  font-family: Catamaran;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
  text-align: center;
}

.index-archive h5 {
  font-family: Catamaran;
  font-size: 25px;
  font-weight: 400;
  font-style: italic;
  line-height: 20px;
  color: #000000;
  text-align: left;
}

.index-archive {
  overflow: hidden;
}

.index-archive div {
  margin: 20px 0px 0;
  height: 800px;
  float: left;
}

.index-archive div h3 {
  line-height: 150px;
}

.index-tutorial-links {
  overflow: hidden;
}

.index-tutorial-links div {
  margin: 20px 0px 0;
  height: 150px;
  float: left;
}

.index-tutorial-links div h3 {
  line-height: 150px;
}

h3 {
  font-family: Catamaran;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  color: #2C2C2C;
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  .wrapper {
    width: 1000px;
    margin: 0 auto;
  }

  .index-banner {
    height: 450px;
  }

  .index-banner h1 {
    display: block;
    width: 560px;
    margin: 0 auto;
  }

  .index-links {
    overflow: hidden;
  }

  .index-links div {
    margin: 20px 5px 0;
    height: 230px;
    background-color: #474747;
    float: left;
  }

  .iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
  }

  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .thumbnail-container {
    position: relative;
    width: 100%;
    padding-bottom: 5%;
    height: 281;
  }

  .thumbnail-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .thumbnail-container-iso {
    position: relative;
    width: 100%;
    padding-bottom: 55%;
    height: 0;
  }

	.thumbnails-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin: 0 -10px; /* Adjust the negative margin to control the spacing */
        }
        
        .thumbnail {
            width: 10%; /* Adjust the width to control the size of each thumbnail */
            margin: 10px; /* Adjust the margin to control the spacing between thumbnails */
        }
        
        .thumbnail img {
            width: 100%;
            height: auto;
        }	
	
  .index-links-2 div {
    margin: 20px 5px 0;
    height: 50px;
    background-color: #FFFFFF;
    float: left;
  }

  .arsenal-container {
    position: relative;
    width: 100%;
    padding-bottom: 40%;
    height: 0;
  }

  .arsenal-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .arsenal-container-iso {
    position: relative;
    width: 100%;
    padding-bottom: 55%;
    height: 0;
  }

  .arsenal-container-iso iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .index-boxlink-arsenal {
    width: 100px !important;
  }
}

.index-picture-1-1 { 
overflow: hidden; 
}
.index-picture-1-1 div { 
margin: 20px 170px 0; 
height: 680px; 
background-color:  #fff; 
float: center; 
}

.index-picture-2-3-landscape { 
overflow: hidden; 
}
.index-picture-2-3-landscape div { 
margin: 20px 10px 0; 
height: 675px; 
background-color:  #fff; 
float: left; 
}

.index-picture-2-3-portrait { 
overflow: hidden; 
}
.index-picture-2-3-portrait div { 
margin: 20px 250px 0; 
height: 740px; 
background-color:  #fff; 
float: center; 
}

.index-picture-4-5-landscape { 
overflow: hidden; 
}
.index-picture-4-5-landscape div { 
margin: 20px 10px 0; 
height: 900px; 
background-color:  #fff; 
float: left; 
}

.index-picture-4-5-portrait { 
overflow: hidden; 
}
.index-picture-4-5-portrait div { 
margin: 20px 250px 0; 
height: 680px; 
background-color:  #fff; 
float: center; 
}

.index-picture-16-9-landscape { 
overflow: hidden; 
}
.index-picture-16-9-landscape div { 
margin: 20px 10px 0; 
height: 600px; 
background-color:  #fff; 
float: left; 
}

.index-picture-16-9-portrait { 
overflow: hidden; 
}
.index-picture-16-9-portrait div { 
margin: 20px 250px 0; 
height: 940px; 
background-color:  #fff; 
float: center; 
}

.index-picture-21-9-landscape { 
overflow: hidden; 
}
.index-picture-21-9-landscape div { 
margin: 20px 10px 0; 
height: 500px; 
background-color:  #fff; 
float: left; 
}

.index-picture-panoramic { 
overflow: hidden; 
}
.index-picture-panoramic div { 
margin: 20px 10px 0; 
height: 365px; 
background-color:  #fff; 
float: left; 
}

.index-picture-pano-wide { 
overflow: hidden; 
}
.index-picture-pano-wide div { 
margin: 20px 10px 0; 
height: 225px; 
background-color:  #fff; 
float: left; 
}

.index-boxlink-picture-1-1 { 
width: calc(70% - 20px) !important;
}
.index-boxlink-picture-2-3-landscape { 
width: calc(100% - 20px) !important; 
}
.index-boxlink-picture-2-3-portrait { 
width: calc(50% - 20px) !important;
}
.index-boxlink-picture-4-5-landscape { 
width: calc(100% - 20px) !important; 
}
.index-boxlink-picture-4-5-portrait { 
width: calc(50% - 20px) !important;
}
.index-boxlink-picture-16-9-landscape { 
width: calc(100% - 20px) !important; 
}
.index-boxlink-picture-16-9-portrait { 
width: calc(50% - 20px) !important;
}
.index-boxlink-picture-21-9-landscape { 
width: calc(100% - 20px) !important; 
}
.index-boxlink-picture-panoramic { 
width: calc(100% - 20px) !important; 
}
.index-boxlink-picture-pano-wide { 
width: calc(100% - 20px) !important; 
}

.index-links div h3 {
line-height: 230px; 
} 
.index-boxlink-arsenal { 
width: 100px !important;
height: 100px !important;
}