/* Add a background color and some padding around the form */
body {
  /* background-color: rgb(222, 222, 222); */
  overflow-x:hidden;
  /* overflow: hidden; */
  height:100%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color:#231F20;
  color: #FFFFFF;
  /* background-image: url('thumbs/bg-squares.jpg'); */
  background-repeat: repeat-x;
}

div {
  color: #FFFFFF;
}

 .contact {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

h1 {
  color: #FFFFFF;
}

#navigation {
  display: block;
  position: fixed;
  z-index: 10000;
}

#sub-nav {
    display: block;
    position: absolute;
    width: 300px;
    height: 100vh;
    min-height: 450px;
    left: -300px;
    top: 0px;
    padding: 40px;
    margin: 0px;
    z-index: 100;
    color: #FFFFFF;
    background-color:#0c0c0c;
    background-image: url('thumbs/swirly_bg_repeat_grey.png');
}

.home {
  background-color:#f8f8f8;
  background-image: url('thumbs/swirly_bg_repeat.png');
}

.shopify-buy__carousel {
  min-height: 0px !important;
}

.big-product {
  background-color: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom:20px;
}

hr {
  border-color: #FFFFFF;
  width: 100%;
  border: 0;
  height: 3px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

#logo {
  margin-top: 50px;
  margin-bottom: 20px;
  cursor: pointer;
}

.thumbs {
  /* margin-top: 40px; */
  margin-top: 20px;
  border: #f2dede 3px solid;
}

.mini_title {
  display: block;
  position: relative;
  font-size: 26px;
  color: rgb(255, 2555, 255);
  /* background-color: rgba(255,255,255,0.6); */
  /* top: 40%; */
}

.thumb {
  border: #ffffff solid 1px;
}

.thumb-overlay {
  position:absolute; /*it can be fixed too*/
  display: inl;
  text-align: center;
  left:0; right:0;
  top:0; bottom:0;
  margin:auto;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  border: #ffbd66 solid 2px;
  opacity: 0;
  /*this to solve "the content will not be cut when the window is smaller than the content": */
  max-width:100%;
  max-height:100%;
  overflow:auto;
}

.thumb-overlay:hover {
  opacity: 1;
}

.cat {
  padding: 5px;
  cursor: pointer;
}

#logo-alt {
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}

.nav-footer {
  position: absolute;
  left: 70px;
  bottom: 20px;
}

#nav-button {
  display: block;
  position: absolute; 
  top: 20px;
  background: #FFFFFF;
}

footer {
    margin-top: 20px;
    margin-bottom: 100px;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#main {
  visibility: hidden;
  /* padding-top: 40px; */
}

.mynav {
  position: relative;
  display: block;
  z-index: 10;
  height: 100px;
  top: 0px; 
  left: 0px;
}

#page-wrapper {
  width: 640px;
  background: #FFFFFF;
  padding: 1em;
  margin: 1em auto;
  border-top: 5px solid #69c773;
  box-shadow: 0 2px 10px rgba(0,0,0,0.8);
}

h1 {
  margin-top: 0;
}

.intro {
  margin-left: 0 !important;

}

.field {
  margin: 1em 0;
}

label {
  display: block;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: #999999;
}

.text {
  margin-top: 30px;
}

input {
  width: 100%;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}

textarea {
  width: 100%;
  height: 200px;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}
  
.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
          border-radius: 4px;
}

.navbar-toggler-icon{
  background: #FFFFFF;
  z-index: inherit;
}

#nav-close {
  position: absolute; 
  top: 14px;
  left: 30px;
}

.close {
  color: white;
  font-size: 50px;
}


button:focus {outline:0;}
  
#video-container {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%,0);
}

.email-link {
  color: white;
  text-decoration: none;
}

.email-link:hover {
  color: white;
  text-decoration: none;
}

.no-select {
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
  font-size: calc(16px + 2.5vw);
}

.carousel-indicators {
  bottom: -50px;
}

.logo-top{
  margin-bottom: 10px;
  margin-top: -30px;
  position: relative;
  display: block;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 100%;
  background-color: #ffbd66;
}

.carousel-indicators li.active {
  background-color: #ff3e3e;
}

.hideme {
  color: rgb(222, 222, 222, 0.0);
  font-size: calc(16px + 1vw);
}

.break
{
    height: 30px;
}

.nav-item {
  color: black;
  font-size: 20px;
  text-decoration: none;
}
.nav-item:hover{
  text-decoration: none;
  color: #ffbd66;
}

.ab-icon{
  margin-bottom: 10px;
  max-width: 50px;
  max-height: 50px;
}

.project-cell-vimeo
{ 
	position: relative; 
	padding-bottom: 56.25%; /* 56.25% relates to aspect ration */
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
}

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