* {margin:0; padding:0; box-sizing: border-box; }

html, body {
  width:100%;
  height:100%;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  background:#536B9E;
  text-align: center;
}

#container {
  width:100%;
  height:auto;
  padding:30px 0px;
  text-align: center;
  padding-bottom:100px;
}

.namecard {
  width:300px;
  height:400px;
  display:inline-block;
  margin:10px 15px;
  /*padding:25px;*/
  background:white;
  border-radius:5px;
  text-align:center;
  position:relative;
  overflow:hidden;
  box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.50);

}
.dot {
  width: 20px;
  height: 20px;
  background: #4F6B9E;
  box-shadow: inset 2px 5px 0px 2px rgba(0,0,0,0.12), inset 1px 1px 3px 1px rgba(255,255,255,0.56);
  border-radius: 50%;
  position: absolute;
  z-index: 99;
  top: 15px;
  right: 15px;
}

.bgImg {
  width:100%;
  height:250px;
  position:absolute;
  z-index:0;
  left:0;
  top:0;
  background-repeat: no-repeat;
  background-position:center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}





.content {
  width:100%;
  height:100%;
  position:absolute;
  left:0;top:0px;
  box-sizing:border-box;
  color:white;
}

.profilePic {
  width:80px;
  height:80px;
  border-radius:50%;
  background:skyblue;
  display:inline-block;
  display:none;
}

.profilePic img {
  width:100%;
  height:100%;
  border-radius:50%;
  border:3px solid white;
}

.name {
  margin-top: 200px;
  width: 100%;
  height: 50px;
  font-size: 25px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: left;
  font-family: monospace;
  opacity: 1;
  line-height: 65px;
  text-transform: capitalize;
}

.about {
  width:100%;
  height:100px;
  font-size: 13px;
  color:#262626;
  padding:10px 15px;
  box-sizing: border-box;
  text-align: left;
  background:#F6F6F6;
  border-bottom:1px solid rgba(0,0,0,.3);

}

.socail {
  width: 100%;
  height: 50px;
  background: #F6F6F6;
  box-sizing: border-box;
}

ul {
  width: 100%;
  height: 100%;
  text-align:center;
  margin:0;
  padding:5px 0;
  list-style-type: none;
}
li {
  width: 30px;
  height: 30px;
  margin: 5px 10px;
  display: inline-block;
  text-align: center;
  opacity:0.7;
  transition: all 0.5s;
}

li:hover {
  opacity: 1;
}

a {
  color:white;
}

.fa {
  width:30px;
  height:30px;
  border-radius: 50%;
  background:lightgreen;
  line-height: 30px;
}

.fa-at {
  background: #32506d;
}

.fa-twitter {
  background: #00aced;
}

.fa-facebook {
  background: #3b5998;
}

.fa-instagram {
  background: #517fa4;
}

#madewith {
  color:white;
  position:fixed;
  bottom:10px;
  width:200px;
  font-size:11px;
  left:50%;
  margin-left:-100px;
}

#inputContainer {
  width: 100%;
  height:300px;
  position: fixed;
  bottom: -300px;
  left:0;
  background: #032429;
  padding:30px;
  box-sizing: border-box;
  font-weight: 300;
  z-index: 999;
}
#inputContainer > span {
  content: '';
  width:200px;
  height:30px;
  background: #032429;
  border-radius: 3px 3px 0 0;
  position:absolute;
  top:-30px;
  left:0;
  color:white;
  line-height: 30px;
  cursor:pointer;
}
#preview {
  width:80px;
  height:80px;
  border-radius:50%;
  border:3px solid white;
}

#imgupload {
  width:20%;
  height:100%;
  float:left;
  text-align:center;
}

#nameupload {
  width:30%;
  height:100%;
  float:left;
}

#detailsupload {
  width:30%;
  height:100%;
  float:left;
}


.row {
  background: #032429;
  z-index: 1;
  text-align: center;
}
.row:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -5000px;
  height: 100%;
  width: 15000px;
  z-index: -1;
  background: inherit;
}

.row span {
  position: relative;
  display: inline-block;
  margin: 10px 10px;
}

.balloon {
  display: inline-block;
  width: 215px;
  padding: 10px 0 10px 15px;
  font-family: "Open Sans", sans;
  font-weight: 400;
  color: #377D6A;
  background: #efefef;
  border: 0;
  border-radius: 3px;
  outline: 0;
  text-indent: 60px;
  transition: all .3s ease-in-out;
  font-weight: 300;
  font-size:12px;
}
.balloon::-webkit-input-placeholder {
  color: #efefef;
  text-indent: 0;
  font-weight: 300;
}
.balloon + label {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 8px;
  padding: 5px 15px;
  color: #032429;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(19, 74, 70, 0);
  transition: all .3s ease-in-out;
  border-radius: 3px;
  background: rgba(122, 184, 147, 0);
}
.balloon + label:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin-left: -3px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid rgba(122, 184, 147, 0);
  transition: all .3s ease-in-out;
}

.balloon:focus,
.balloon:active {
  color: #377D6A;
  text-indent: 0;
  background: #fff;
}
.balloon:focus::-webkit-input-placeholder,
.balloon:active::-webkit-input-placeholder {
  color: #aaa;
}
.balloon:focus + label,
.balloon:active + label {
  color: #fff;
  text-shadow: 0 1px 0 rgba(19, 74, 70, 0.4);
  background: #7ab893;
  transform: translateY(-40px);
}
.balloon:focus + label:after,
.balloon:active + label:after {
  border-top: 4px solid #7ab893;
}

button {
border: none;
background: #1abc9c;
cursor: pointer;
border-radius: 3px;
padding: 6px;
width: 200px;
color: white;
margin-left: 25px;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
button:hover {
-webkit-transform: translateY(-3px);
      transform: translateY(-3px);
box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
}
