@charset "UTF-8";
/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Quattrocento:400,700);
@import url(//fonts.googleapis.com/css?family=Quattrocento+Sans:400,700,400italic,700italic);

html {
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  background: #000;
  color: #3e3e3e;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*a {
  color: #b9b9b9;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
a:hover {
  color: #333333;
}
a img,
a:hover img {
  border: none;
}
h2 {
  margin-bottom: 15px;
  color: #000000;
  font-family: 'Quattrocento', serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}
p,
div.paragraph {
  margin-bottom: 10px;
  line-height: 1.5em;

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #777777;
}*/



.container {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
/* Fixed nav */
body.affix .cento-header .nav-wrap {
  position: fixed;
  top: 0;
  z-index: 15;
  border-bottom: 0px solid #f7f7f7;
}
/* Editor Overrides :: DO NOT REMOVE */
.banner-wrap {
  width: 100%;
}

/* Header */
.cento-header {
  position: relative;
  z-index: 9;
  width: 100%;
  background: #000000;
  padding: 0px 0 0;
  box-sizing: border-box;
}

.logo {
	background-image: url( ../img/BE-UI-Design.png);
}
/*.cento-header .logo {
  overflow: hidden;
  margin-bottom: 0px;
}*/
.cento-header .logo img {

  display: block;
  overflow: hidden;
  max-width: 378px;
  float: left;
}

.cento-header .nav-wrap {
  overflow: hidden;
  width: 100%;
  padding: 1px 0;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Nav */
.nav {
  text-align: center;

}
.nav ul {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
}
.nav ul li {
  position: relative;
  display: inline-block;
  padding: 0 5px;
}
.nav ul li a {
  text-decoration: none;
  display: block;
  padding: 5px 15px;
  color: #7f7061;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.nav ul li#active > a.wsite-menu-item,
.nav ul li > a.wsite-menu-item:hover {
  color: #b2d234;
  background: rgba(0,0,0,0.8);
}

#hero {
  background-image: url( ../img/brian-smoke.jpg);
  background-position: center center;
  background-repeat: no-repeat;
/*  background-attachment: fixed;*/
  background-size: cover;
  background-image-width: 100%;
  height: 40%;
  margin: 0;
  z-index:1;
}

.bar {
  background-color: #cccccc;
  height: 20px;
}

.content {
  float: left;
  width: calc(100% - 490px);
  height: auto;
  margin: 50px;
  background-color: #cccccc;
  padding: 20px;
}

.social {
  float: left;
  width: 200px;
  height: 50px;
  margin: 50px 50px 50px 0;
  background-color: #cccccc;
  z-index: 500;
  padding: 50px;
}

.github {
  width: 50px;
  height: 50px;
  margin: 0 0 0 20px;

  display: inline-block;
}

.stack {
  width: 50px;
  height: 50px;
  margin: 0 0 0 20px;

  display: inline-block;
}

.linkedin {
  width: 50px;
  height: 50px;
  margin: 0 0 0 20px;

  display: inline-block;
}

.contact-form {
  float: left;
  width: calc(100% - 650px);
  height: 40%;
  margin: 50px;
  background-color: #cccccc;
  padding: 100px;
}

.gallery-preview {
  width: 350px;
  height: 350px;
  margin: 50px 0 0 50px;
  background-color: #cccccc;
  float: left;
  overflow: hidden;
}

#f .n{
  background: #fff url(../img/mobile.png) no-repeat;
  background-size:25px;
  background-position:5px 5px;
  padding: 10px 0px 10px 40px;
  border: 1px solid;
  width: 300px;
}

#f .n:focus {
  border: 2px solid;
}

#f .e{
  background: #fff url(../img/email.png) no-repeat;
  background-size:25px;
  background-position:5px 5px;
  padding: 10px 0px 10px 40px;
  border: 1px solid;
  width: 300px;
}

#f .e:focus {
  border: 2px solid;
}

#f fieldset {
  width: 500px;
  border: solid 1px;
}

#f fieldset legend {
  font-family: 'muli', sans-serif;
  font-size:25px;
  
}

#f fieldset h2 {
  font-size:18px;
  
}

#f textarea {
  width: 900px;
  height: 600px;
  resize:none;
  padding: 10px;
  background-color:rgba(0,0,0,.1);
  font-size:15px;
  font-family: 'muli', sans-serif;
  color: rgba(34,52,72,1.00);
  border: solid 1px;
}

#f input[type=submit], #f input[type=reset] {
  font-family: 'Mulli', sans-serif;
  font-size: 15px;
  border:none;
  cursor: pointer;
  padding: 10px 30px 10px 10px;
  margin: 0px 40px 0px 5px;
  border-radius: 0px 18px 18px 0px;
  color: rgba(72,70,70,1.00);
  width: 130px;
  transition: width .5s, background-color 1s;

}


#f input[type=submit], #f input[type=reset] + right {
  
}


#f right {

    background-color:blue;
}

#f input[type=submit]:hover, #f input[type=reset]:hover {
  border:solid 1.5px;
  width: 140px;
  background-color: #000000;
  color: white;
}


@media screen and (max-width: 800px) {

.contact-form {
  float: left;
  width: calc(100% - 150px);
  height: 40%;
  margin: 50px;
  background-color: #cccccc;
  padding: 25px;
}

.content {
  float: left;
  width: calc(100% - 150px);
  height: auto;
  margin: 50px;
  background-color: #cccccc;
  padding: 25px;
}

.social {
  float: left;
  width: 200px;
  height: 50px;
  margin: 0 calc(50% - 150px);
  background-color: #cccccc;
  z-index: 500;
  padding: 50px;
}


/* Nav */
.nav {
  text-align: center;

}
.nav ul {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
}
.nav ul li {
  position: relative;
  display: inline-block;
  padding: 0 5px;
}
.nav ul li a {
  text-decoration: none;
  display: block;
  padding: 5px 0px;
  color: #7f7061;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.nav ul li#active > a.wsite-menu-item,
.nav ul li > a.wsite-menu-item:hover {
  color: #b2d234;
  background: rgba(0,0,0,0.8);
}













  }