
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body{
  font-family: 'Open Sans', sans-serif;
background-color: #fff;

}

#mainnav{
 float:right;
  margin: 0;
}

#content{
  position: fixed;
  margin: 100px auto;
  width: 50%;
  padding: 40px;
  padding-top: 0px;
  float: left;
  height: 100%;
  overflow: auto;
}

h1{
  font-weight: 100;
  font-size: 2.2em;
  padding-top: 0px;
margin-top: 0px;
}

h1:hover{
  color: rgba(0,0,0,1);
}
h2{
  font-weight: 100;
font-size: 1.5em;
}
.alignright {float: right;
margin-left: 10px;}

.alignleft {float: left;
margin-right: 10px;}


a{
  color: inherit;
  text-decoration:none;
}


#right{
  float:right;
  -webkit-box-shadow: inset 2em 0 3em rgba(50, 50, 50, .5);
-moz-box-shadow: inset 2em 0 3em rgba(50, 50, 50, .5);
  box-shadow:  inset 2em 0 3em rgba(50, 50, 50, .5);
  border-left: .1em solid rgba(255,255,255,.8);
 margin-top: -10px;
  background-color: #EE6E4C;
  width: 50%;
  height: 100%;
  overflow: auto;
position: fixed;
bottom: 0;
right: 0;
}

#welcometomycode:hover{
  color: #ddbeb1;
}

.images{
border: .3em solid rgba(255,255,255,1);
  margin: 12px 44px;
   float:left;
  border-radius: .3em;
  float:left;
  -webkit-transition: -webkit-transform .3s;
   -moz-transition: -moz-transform .3s;
   -o-transition: -o-transform .3s;
    transition: transform .3s;
}

 .images:hover{

  border: .3em solid rgba(255,255,255,1);
   -moz-transform: rotate(359deg), scale(1.5);
   -webkit-transform: rotate(359deg), scale(1.5);
   -o-transform: rotate(359deg), scale(1.5);
   transform: rotate(359deg), scale(1.5);

}

#gallery{
  padding: 40px;
  width: 100%;
}
#area {margin: auto;
overflow: auto;
padding-right: 5%;
padding-left: 5%;
padding-top: 40px;
padding-bottom: 150px;}
#area p{

  font-weight: 100;
  font-size: 18px;
}
form {font-weight: 100;}
#area_two {margin: 100px auto;
overflow: auto;
padding-top: 70px;
width: 450px;}

/* Form CSS */
input[type="text"], input[type="email"], #inbound-form-wrapper input[type=text], #inbound-form-wrapper input[type=url], #inbound-form-wrapper input[type=email], #inbound-form-wrapper input[type=tel], #inbound-form-wrapper input[type=number], #inbound-form-wrapper input[type=password] {
width: 96%;
float: left;
padding: 8px 5px;
font-size: 12px;
background: #1F2124;
background: -moz-linear-gradient(#1F2124, #27292C);
background: -ms-linear-gradient(#1F2124, #27292C);
background: -o-linear-gradient(#1F2124, #27292C);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#1F2124), to(#27292C));
background: -webkit-linear-gradient(#1F2124, #27292C);
background: linear-gradient(#1F2124, #27292C);
border: 1px solid black;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
border-radius: 3px;
font-family: 'Ubuntu', 'Lato', sans-serif;
color: white;
}
label {
width: 100%;
float: left;
display: block;
padding-top: 9px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
text-shadow: 0 1px 0 black;
font-weight: 700;
cursor: pointer;
}

input[type="submit"], button[type="submit"] {
width: 91%;
padding: 8px 5px;

border: 1px solid #0273DD;
border: 1px solid rgba(0, 0, 0, 0.4);
border-radius: 3px;
background: #38A6F0;
cursor: pointer;
font-family: 'Ubuntu', 'Lato', sans-serif;
color: white;
margin-top: 15px;
font-weight: 700;
font-size: 15px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
float: left;
margin-left: 2%;
}
.lp-span {
  display: block;
  margin-bottom: 10px;
}
.lp-input-label .lp-span {
  display: inline;
  color:red;
}
.lp-paragraph {
  display: block;
}
.lp-paragraph .lp-span {
  display: inline;}
form ul li {
  list-style: none;}
