body {
  margin: 0;
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
}
main {
  position: relative;
  height: 100vh;
}
main .helper {
  background: rgba(0, 0, 0, 0.2);
  color: #ffea92;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 1.2em 2em;
  text-align: center;
  border-radius: 20px;
  font-size: 2em;
  font-weight: bold;
}
main .helper span {
  color: rgba(0, 0, 0, 0.2);
  font-size: 0.4em;
  display: block;
}
.menu {
  background: #013365;
  height: 100vh;
  width: 240px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  outline: none;
}
.menu .avatar {
  background: rgba(0, 0, 0, 0.1);
  padding: 2em 0.5em;
  text-align: center;
}
.menu .avatar img {
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #cf6834;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}
.noava {
	background: rgba(0, 0, 0, 0.1);
    padding: 2em 0.5em;
    text-align: center;
	border:none;
	padding-top: 0px;
    padding-bottom: 5px;
}
.menu .avatar h2 {
  font-weight: normal;
  margin-bottom: 0;
}
.menu ul {
  list-style: none;
  padding: 0.5em 0;
  margin: 0;
}
.menu ul li {
  padding: 0.5em 1em 0.5em 3em;
  font-size: 0.95em;
  font-weight: regular;
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: auto 20px;
  transition: all 0.15s linear;
  cursor: pointer;
}
.menu ul li.icon-info {
  background-image: url("http://www.entypo.com/images//info.svg");
}
.menu ul li.icon-tools {
  background-image: url("http://www.entypo.com/images//tools.svg");
}
.menu ul li.icon-images {
  background-image: url("http://www.entypo.com/images//images.svg");
}
.menu ul li.icon-mail {
  background-image: url("http://www.entypo.com/images//mail.svg");
}
.menu ul li.icon-instagram {
  background-image: url("http://www.entypo.com/images//instagram.svg");
}
.menu ul li.icon-linkedin {
  background-image: url("http://www.entypo.com/images//linkedin.svg");
}
.menu ul li.icon-twitter {
  background-image: url("http://www.entypo.com/images//twitter.svg");
}
.menu ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.menu ul li:focus {
  outline: none;
}
  .menu {
    width: 90px;
  }
  .menu .avatar {
    padding: 0.5em;
    position: relative;
  }
  .menu .avatar img {
    width: 60px;
  }
  .menu .avatar h2 {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 100px;
    margin: 0;
    min-width: 200px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.4);
    transform: translate3d(-20px, -50%, 0);
    transition: all 0.15s ease-in-out;
  }
  .menu .avatar:hover h2 {
    opacity: 1;
    transform: translate3d(0px, -50%, 0);
  }
  .menu ul li {
    height: 60px;
    background-position: center center;
    background-size: 30px auto;
    position: relative;
  }
  .menu ul li span {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.2em 0.5em;
    border-radius: 4px;
    top: 50%;
    left: 80px;
    transform: translate3d(-15px, -50%, 0);
    transition: all 0.15s ease-in-out;
  }
  .menu ul li span:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgba(0, 0, 0, 0.5);
    transform: translateY(-50%);
  }
  .menu ul li:hover span {
    opacity: 1;
    transform: translate3d(0px, -50%, 0);
  }
}
@media screen and (max-width: 400px) {
  body {
    padding-left: 0;
  }
  .menu {
    width: 230px;
    box-shadow: 0 0 0 100em rgba(0, 0, 0, 0);
    transform: translate3d(-230px, 0, 0);
    transition: all 0.3s ease-in-out;
  }
  .menu .smartphone-menu-trigger {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 100%;
    background: #013365;
  }
  .menu .smartphone-menu-trigger:before,
  .menu .smartphone-menu-trigger:after {
    content: '';
    width: 50%;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .menu .smartphone-menu-trigger:after {
    top: 55%;
    transform: translate3d(-50%, -50%, 0);
  }
  .menu ul li {
    padding: 1em 1em 1em 3em;
    font-size: 1.2em;
  }
  .menu:focus {
    transform: translate3d(0, 0, 0);
    box-shadow: 0 0 0 100em rgba(0, 0, 0, 0.6);
  }
  .menu:focus .smartphone-menu-trigger {
    pointer-events: none;
  }
}

.grid {
	padding: 20px 20px 100px 20px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid-li {
	display: inline-block;
	width: 440px;
	margin: 0;
	padding: 20px;
	text-align: left;
	position: relative;
}

.grid figure {
	margin: 0;
	position: relative;
}
.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #003364;
	color: #cf6834;
}
.grid figcaption h3 {
	margin:0;
	padding: 0;
	color: #fff;
}

 .grid figcaption span:before {

}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #cf6834;
	color:#fff;
}
.button  
{
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #cf6834;
	color:#fff;
-moz-transition-duration: 0.4s;
-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.button:hover  
{
  text-align: center;
  border-radius: 2px;
  display: inline-block;
  background-color: #0a297a;
  color: #5ebe4a;
}
@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 100px 10px;
	}
	.grid li {
		width: 100%;
		min-width: 300px;
	}
}

.cs-style-4 li {
	perspective: 1700px;
	perspective-origin: 0 50%;
}

.cs-style-4 figure {
	transform-style: preserve-3d;
}
.cs-style-4 figure > div {
	overflow: hidden;
}

.cs-style-4 figure img {
	transition: transform 0.4s;
}

.no-touch .cs-style-4 figure:hover img,
.cs-style-4 figure.cs-hover img {
	transform: translateX(25%);
}

.cs-style-4 figcaption {
	height: 100%;
	width: 50%;
	opacity: 0;
	backface-visibility: hidden;
	transform-origin: 0 0;
	transform: rotateY(-90deg);
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-4 figure:hover figcaption,
.cs-style-4 figure.cs-hover figcaption {
	opacity: 1;
	transform: rotateY(0deg);
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-4 figcaption a {
	position: absolute;
	bottom:20px;
	right: 20px;
}

.contained {  position: relative; 
}

.contained:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    background: url("pattern.jpg") no-repeat center center fixed;
  background-size: cover;
   opacity: 0.2;
   pointer-events: none ;
}

.content {
    position: relative; 
    z-index: 2;
}​

.span:hover {
    background-color: blue;
    }

    .projects {
      margin: 25px;
      width: 300px;
      height: 200px;
      background: linear-gradient(to bottom left, #5ebe4a , #0a297a);
    }
    .projects:hover {
color: #333;
  border-color: #888;
  outline: 0; 
      z-index: 3;
    position: relative;
    }

    .messages ol{
       margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
      }

      .messages input {
    display: block;
    margin: 0.3em 0 0 0;
    padding: 0.5em 1em 0.5em 0.7em;
    width: calc(100% - 2em);
    border: none;
    background: transparent;
    color: rgba(0,0,0,0.8);
    font-size: 1em;
    line-height: 1;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    height: 50px;
    padding: 6px 10px;
    background-color: rgba(255, 255, 255, 0.67);
      }

      .messages li {
            z-index: 100;
    position: relative;
    -webkit-transition: visibility 0s 0.4s, height 0s 0.4s;
    transition: visibility 0s 0.4s, height 0s 0.4s;
        list-style: none;
      }

.messages input[type="submit"]:hover {
  background-color: #ffffff4d;
}

.messages input[type="submit"] {
  width: 100px;
  color: #fff;
}

      .dtform {
            margin: 0 auto;
    padding: 0;
    max-width: 860px;
    width: 100%;
    text-align: left;
    font-size: 1.5em;
      }

      section {
    background: linear-gradient(to bottom left, #5ebe4ad4 , #0a297a), url(../images/pattern.jpg);
    text-align: center;
    color: white;
    background-size: cover;
  }
    .thome {
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 95% 0;
    position: fixed;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    -webkit-transition: .05s background-position ease-in-out,.05s opacity ease-in-out;
    transition: .05s background-position ease-in-out,.05s opacity ease-in-out;
}
.two {
    background-image: linear-gradient(to top left, transparent, #0a0b0fcf, #0a0b0ff2, #0a0b0f), url(../images/pattern.jpg);
  width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 95% 0;
    color:white;
    z-index: 10;
    margin: 0!important;
}
@media screen and (max-width: 740px) {
.two {
    background: linear-gradient(to bottom, #0a0b0f, #0a0b0f, #0a0b0ff2, 
#0a0b0fcf, transparent), url(../images/pattern.jpg), cover;
    min-height: 845px;
}
}
.uno{
  height: 100%!important;
  overflow: hidden!important;
  position: relative;
}
.testing {
      background-repeat: no-repeat;
    background-size: 110%;
    background-position: center center;
    background-position-y: 0;
        height: 100vh;
    width: 100%;
}
.ac_feature
{
  height: 79vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0;
  background-image: url(../images/nerds_feat_1.jpg);
}
h2.dtproject{
  font-size: 32px;
  font-weight: 500;
  color: black;
}
h4.dtproject{
font-size: 12px;
font-family: ;
}
p.dtproject{
  font-weight: lighter;
  font-size:17px;
}
.dtprojectrow{
  padding:5%;
}
.us_feature
{
  height: 79vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0;
  background-image: url(../images/ustarhousedt.jpg);
}
.us_designs{
  background: linear-gradient(to bottom right , #53b1e3, #53b1e375,#ffffff00);
 padding: 2% 0 2% 0;
}
@media screen and (max-width: 925px) {
.us_feature{
    height: 30vh;
}
}
.us_webstuff{
  background: url(../images/starbackground.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.bmw_feature
{
  height: 79vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0;
  background-image: url(../images/bmw_feat.png);
}
@media screen and (max-width: 925px) {
.bmw_feature{
    height: 30vh;
}
}
.assc_feature
{
  height: 50vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0;
  background-image: url(../images/11-Austin-SSC-Website-Header.jpg);
}
@media screen and (max-width: 925px) {
.assc_feature{
    height: 30vh;
}
}
.studio_feature
{
  height: 79vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  background-image: url(../images/PH1.JPG);
}
@media screen and (max-width: 925px) {
.ac_feature{
    height: 30vh;
}
h2.dtproject{
    float: none!important;
    margin: 0;
}
h4.dtproject{
      margin: 0 0 2% 0;
      font-size: 1.5rem;
}
}
.zoom{
  transition: transform .2s;
}
.zoom:hover {
  transform: scale(1.25);
}
.us_feature_nxt{
      height: 50vh;
    /* max-height: 500px; */
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center 0; */
    background-image: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0)),url(../images/ustarhousedt.jpg);
  }
  .nxt{
    display: flex;
    justify-content: center;
    top:50%;
    align-items: center;
    color: #f3f3f5;
    font-size: 50px;
    font-weight: 300;
    top: 50%;
    position: relative;
    padding-bottom:2%;
    font-family: 'Lilita One', cursive;
  }
  .nxt:hover{
     opacity: .5;
     text-decoration: none;
     font-family: 'Lilita One', cursive;
  }
 a.nxt:hover{
     opacity: .5;
     text-decoration: none!important;
  }
  h2.nxt:hover{
    color: black;
    text-decoration: none;
    font-family: 'Lilita One', cursive;
  }
  a.nxt2:hover{
    color: #00973b;
    text-decoration: none;
    font-family: 'Lilita One', cursive;
  }
  .bmw_feature_nxt{
      height: 50vh;
    /* max-height: 500px; */
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center 0; */
    background-image: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0)),url(../images/bmw_feat.png);
  }
  .assc_feature_nxt{
      height: 50vh;
    /* max-height: 500px; */
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center 0; */
    background-image: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0)),url(../images/11-Austin-SSC-Website-Header.jpg);
  }
   .studio_feature_nxt{
      height: 50vh;
    /* max-height: 500px; */
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center 0; */
    background-image: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0)),url(../images/PH1.JPG);
  }
   .ac_feature_nxt{
      height: 50vh;
    /* max-height: 500px; */
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center 0; */
    background-image: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0)),url(../images/nerds_feat_1.jpg);
  }
  .stuff{
    color: white;
  }
  a.stuff{
    color:white;
  }
  a.stuff:hover{
    color: #00973b;
    text-decoration: none;
  }
  a.stuff2{
    color:white;
  }
  a.stuff2:hover{
    color: #00973b;
    text-decoration: none;
  }
  .bg-darker{
    background-color: black!important;
  }
  #dtBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #00973b; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 10px; /* Rounded corners */
    font-size: 35px; /* Increase font size */
    font-weight: 500;
}

#dtBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
.acn_branding {
      background: #1b96e3;
}
h1.acn_font{
  color: white;
    font-size: 4em;
}
.ub{
  font-family: 'Ubuntu', sans-serif;
}
h1.ub{
  font-size: 8em;
}
h3.ub{
  font-size: 4em;
  color: white;
}
p.ub{
  font-size: 2em;
  color: white;
}
.rale{
  font-family: 'Raleway', sans-serif;
}
h1.rale{
  font-size: 8em;
}
h3.rale{
  font-size: 4em;
  color: white;
}
p.rale{
  font-size: 2em;
  color: white;
}
.nerds_ad{
  background-image: url(../images/backgroundNerds.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  min-height: 1198px
}