@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600&display=swap');
html, body {
  font-size: 16px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 300;
}
body{
  background-color: rgb(244, 245, 242);
}
img{
  padding-bottom:5vh;
  padding-top:5vh;
}
canvas {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index:-1;
}
#about{
  font-size: .8em;
}
.box-wrapper{
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 320px;
}
.box {
    padding: 20px;
    display: flex;
    flex-grow: 1;
    font-size: .8em;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, 0.35);
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
    /*opacity: 0;*/

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.box:hover, .box:active, .box:focus {
  -webkit-transition: background .2s ease-out;
  -moz-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  transition: background .2s ease-out;
    /*opacity: 1;*/
  background: rgba(0, 0, 0, 0.85);
}

a {
  text-align: center;
  color: #fff;
  font-size: 2.3em;
  text-decoration: none;
}

.item{
  width:100px;
}
.reverse {
    unicode-bidi: bidi-override;
    direction: rtl;
  }
  .newcontainer {
    text-align:left;
  display: flex;
  flex-wrap: wrap;
  margin:30px;
}
.clienttitle{
  font-size:28px;
width:100%;
font-weight:600;
}
.flexchild {
  display: flex;
  padding-top: 10px;
}

.flexleft {
 width: 70%;
 padding-right:80px;
}
ul {
  list-style: none;
  font-size: 14px;
  margin:0;
  padding-left:0;
}

ul li::before {
  content: "+";
  color: blue;
  padding-right:20px;
}
li {
	padding-top: 18px;
}

p {
	font-family: "Montserrat", sans-serif;
	font-size:1.2em;
	line-height: 1.8em;
	font-weight: 200;
  color:#635b4d;
}
p a{
	font-family: "Montserrat", sans-serif;
	font-size:1em;
	line-height: 1.5em;
	font-weight: 200;
  color:#fff;
  text-decoration: none;
}
h1{
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 3em;
  margin-bottom:0px;
  line-height: 1em;
}
h2{
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-size: 2.4em;
  padding-bottom:20px;
}
h3{
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 900;
  font-size: 1em;
  color:#fff;
  padding: 20px;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: .3em;
}
.foottitle{
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 900;
  font-size: 1em;
  color:#fff;
  line-height: 0px;
  text-transform: uppercase;
  letter-spacing: .3em;
}
.footer {
  color:#fff;
  padding: 100px 0;
  text-align: center;
  width:100%;
  background-color: #111;
}
.fnt, .logo{
  font-family: "Montserrat", Arial, sans-serif;
  font-size: .8em;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 8px;
  /*padding: 20px*/
}
.logo{
  font-weight:600;
}
.fnt:hover{
  color:#ff0000;
}
.w3-bar{
  padding: 20px;
}
#burger{
  font-size: 1.1em;
  font-weight: 600;
  color: #000;
}
* {
  box-sizing: border-box;
}
/* Container for flexboxes */
.row {
  display: flex;
  flex-wrap: wrap;
}
.column {
  flex: 33%;
  padding: 0px;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 20px;
  z-index: 100;
  background-color: rgba(244, 245, 242, 0.90);
}
.about-sticky{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 20px;
  z-index: 100;
}
#desc{
  width:600px;
  height:70vh;
  margin: auto;
}
.qt{
	width:50vw;
  margin: auto;
  padding-top:10vh;
  padding-bottom:10vh;
	line-height: 2.4em;
}
.quote{
	color: #888;
	font-style: italic;
	font-size: 1.1em;
}
.entry{
  max-width: 100vw;
  padding-left:10vw;
  padding-right: 10vw;
}
.img50{max-width:50%;}
.img33{max-width:33%;}
/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	img { max-width: 100%; }
}*/
@media only screen and (max-width: 700px) {
  body, html{
    font-size: 14px;
  }
.img50{max-width:100%;}
.img33{max-width:100%;}
  h1{
    font-size: 2.6em;
    line-height: 1em;
    padding-bottom: 0px;
  }
  h3{
      padding-top: 10px;
}
.flexleft {
 width: 100%;
 padding-right:20px;
}
  .rolls{
    font-size: 1em;
    padding-bottom: 18px;
    color:#fff;
  }
  .entry{
    padding:4vw;
  }
  img{
    padding-bottom:3vh;
  }
  .column{
    flex: 100%;
  }
  .row {
    flex:100%;
    flex-direction: column;
  }
  .qt{
    width:80vw;
  }
  .flex-container img{
    width:90%;
    padding:10px !important;
  }
  video{
    padding: 10px !important;
  }
  .flex-container{
    padding:10px !important;
  }
}
/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .column {
    flex: 50%;
  }
}

.rolls{
  font-size: 1em;
  padding-bottom: 1px;
  color: #acacac;
}
.hero {
  background-color: #000;
  height: 80vh;
	top:0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-white {
  margin: auto;
  padding-top: 20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom: 80px;
  max-width: 900px;
  text-align: left;
}
.hero-cov{
	width:100%;
	height:100%;
	background-color: #000;
	opacity: .65;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.cred{
	font-weight: 600;
	font-size: .7em;
}
.flex-container {
  margin:10px 0px;
  background:#fff;
   display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.flex-item {
  padding:10px;
}
.flex-container p {
  width:100%;
  padding:0px;
  color:#000;

}
.flex-container img{
  padding:0px;
  display: flex;
}
