@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500);
body,
html {
  margin: 0;
  height: 100%;
         background:gray;
         
}

input {
  border: none;
}

button:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}

::-webkit-input-placeholder .input-line:focus +::input-placeholder {
  color: #fff;
}

.highlight {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  cursor: pointer;
  transition: color .2s ease;
}

.highlight:hover {
  color: #fff;
  transition: color .2s ease;
}

.spacing {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 120px;
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.65)
}

.input-line:focus {
  outline: none;
  border-color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.ghost-roundyes {
  cursor: pointer;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 25px;
  color: yellow;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 19px;
  font-size: 1.2rem;
  font-family: roboto;
  font-weight: 600;
  line-height: 2.5em;
  margin-top: auto;
  margin-bottom: 25px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.ghost-roundyes:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.ghost-round {
  cursor: pointer;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 25px;
  color: rgba(255, 255, 255, 0.65);
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 19px;
  font-size: 1.2rem;
  font-family: roboto;
  font-weight: 300;
  line-height: 2.5em;
  margin-top: auto;
  margin-bottom: 25px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.ghost-round:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.ghost-round2 {
  cursor: pointer;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 25px;
  color: rgba(255, 255, 255, 0.65);
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 19px;
  font-size: 1.2rem;
  font-family: roboto;
  font-weight: 300;
  line-height: 2.5em;
  margin-top: auto;
  margin-bottom: 25px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  text-align: right;
}

.ghost-round2:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.input-line {
  background: none;
  margin-bottom: 10px;
  line-height: 2.4em;
  color: #fff;
  font-family: roboto;
  font-weight: 300;
  letter-spacing: 0px;
  letter-spacing: 0.02rem;
  font-size: 19px;
  font-size: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.full-width {
  width: 100%;
}

.input-fields {
  margin-top: 25px;
}

.container2 {
display: flex;
justify-content: center;
margin: 0 auto;
}



.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #eee;
  height: 100%;
  
}

.content {
  padding-left: 25px;
  padding-right: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  z-index: 5;
  
}

.content2 {

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;


}

.welcome {
  font-weight: 200;
  margin-top: 15px;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0px;
  letter-spacing: 0.05rem;
}

.list {
  font-weight: 100;
  margin-top: 15px;
  text-align: left;
  font-size: 20px;
  font-size: 1.5rem;
  letter-spacing: 0px;
  letter-spacing: 0.05rem;
}


.subtitle {
  text-align: center;
  line-height: 2em;
  font-weight: 100;
  letter-spacing: 0px;
  letter-spacing: 0.02rem;
}

.menu {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 50px;
}

.window {
  z-index: 100;
  color: #fff;
  font-family: roboto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  box-shadow: 0px 15px 50px 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  height: 100%;
  width: 360px;
  background: #fff;
  background: url('https://pexels.imgix.net/photos/27718/pexels-photo-27718.jpg?fit=crop&w=1280&h=823') top left no-repeat;
}

.overlay {
//  background: -webkit-linear-gradient(#8CA6DB, #B993D6);
//  background: linear-gradient(#8CA6DB, #B993D6);
  background: -webkit-linear-gradient(black, gray);
  background: linear-gradient(black, gray);
  opacity: 0.85;
  filter: alpha(opacity=85);
  height: 100%;
  position: absolute;
  width: 360px;
  z-index: 1;
}

.overlay2 {
//  background: -webkit-linear-gradient(#8CA6DB, #B993D6);
//  background: linear-gradient(#8CA6DB, #B993D6);
  background: -webkit-linear-gradient(black, gray);
  background: linear-gradient(black, gray);
  opacity: 0.85;
  filter: alpha(opacity=85);
  height: 175px;
  position: absolute;
  width: 360px;
  z-index: 1;
}

.bold-line {
  background: #e7e7e7;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 100%;
  height: 360px;
  z-index: 1;
  opacity:0.1;
    background: url('https://pexels.imgix.net/photos/27718/pexels-photo-27718.jpg?fit=crop&w=1280&h=823') left no-repeat;
  background-size:cover;
}

@media (max-width: 500px) {
  .window {
    width: 100%;
    height: 100%;
  }
  .overlay {
    width: 100%;
    height: 100%;
  }
  .overlay2 {
    width: 100%;
    height: 175px;
  }
}

.btncircle {
  height: 80px;
  line-height: 80px;  
  width: 80px;  
  font-size: 2em;
  font-weight: bold;
  border-radius: 50%;
  background-color: #4CAF50;
  color: white;
  text-align: center;
  cursor: pointer;
}

.navburger {
    position:fixed;
    //top:30px;
    right:15px;
  float: right;
z-index: 800;
}

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 100px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 20px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
  font-weight: 400;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    color: white;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.profilepic
    {
      position: absolute;
      top: 175px;
      left: 10px;
      width: 75px; 
      max-width: 100%;
      
    }
    
.profilename
    {
    font-family: roboto;
      position: absolute;
      top: 250px;
      left: 20px;
      word-wrap: break-word;
      color: white;
  margin-top: 15px;
  letter-spacing: 0px;
  letter-spacing: 0.05rem;
}

.profilenameedit
    {
    font-family: roboto;
      position: absolute;
      top: 100px;
      left: 20px;
      word-wrap: break-word;
      color: white;
  margin-top: 15px;
  letter-spacing: 0px;
  letter-spacing: 0.05rem;
}

.editbutton
    {
      position: absolute;
      top: 100px;
      right: 18px;
      word-wrap: break-word;
      background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  /*input has OS specific font-family*/
  color: yellow;
  text-decoration: none;
  cursor: pointer;  
  font-size: 18px;
    }
    
.contactback
{
    width: 100%;
    height: 1000px;
background: lightgray;
}

.fieldback
{
    width: 100%;
  font-size: 24px;
}

.blackbox{
    position:fixed;
    width: 100%;
    height: 50px;
      top: 0px;
background: white;
z-index: 50;

}

.headerbox{
    position:fixed;
    width: 100%;
    height: 135px;
      top: 50px;
background: white;
z-index: 1;

}

.thumbnailcover {
  position: absolute;
    width: 100%;
    height: 135px;
  overflow: hidden;
      top: 50px;
z-index: 1;
text-align: center;
}
.thumbnailcover img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
          
}
.thumbnailcover img.portrait {
  width: 100%;
  height: auto;
}


.profilebox{
    position:absolute;
    width: 100px;
    height: 100px;
      top: 125px;
      left:10px;
background: black;
  z-index: 20;
}


    .circular--portrait {
  //position: relative;
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 50%;
      position: absolute;
      top: 50px;
      left: 30px;
      width: 75px; 
      max-width: 100%;
}

.circular--portrait img {
  width: 100%;
  height: auto;
}

#hidemenu {
  display: none;
}

.thumbnailupload {
  position: absolute;
  width: 125px;
  height: 125px;
  overflow: hidden;
  border-radius: 50%;
      top: 200px;
      left:20px;
  z-index: 20;
}
.thumbnailupload img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnailupload img.portrait {
  width: 100%;
  height: auto;
}

.thumbnailupload img.landscape {
  width: auto;
  height: 100%;
}

.thumbnail {
  position: absolute;
  width: 125px;
  height: 125px;
  overflow: hidden;
  border-radius: 50%;
      top: 125px;
      left:20px;
  z-index: 20;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}

.thumbnail2 {
  position: absolute;
  width: 125px;
  height: 125px;
  overflow: hidden;
  border-radius: 50%;
      top: 125px;
      left:10px;
  transform: rotate(-90deg);
}
.thumbnail2 img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail2 img.portrait {
  width: 100%;
  height: auto;
}

.thumbnail img.landscape {
  width: auto;
  height: 100%;
}

.whitecircle {
  position: absolute;
  overflow: hidden;
      top: 120px;
      left:15px;
  z-index: 20;
}

.showtype {
  position: absolute;
  overflow: hidden;
      top: 60px;
      left:14px;
      color: white;
      font-size: 30px;
    font-family: roboto;
    text-shadow: 1px 1px 5px black;
    font-weight: 100;
  z-index: 20;    
}

.navfix
    {
      position: absolute;
      top: 5px;
      right: 18px;

    }

.orderfix
    {
      position: absolute;

      top: 10px;
      right: 0px;
      text-align: right;
z-index: 90;
    }
    
.notifyfix
    {
      position: absolute;

      top: 10px;
      right: 65px;
      text-align: right;
z-index: 90;
    }

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 0px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
    width: 80%;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 25px;
vertical-align: text-top;
}

.buttonshow {
  background-color: #07b3ec; /* Green */
//    background-image: linear-gradient(to right, purple , #07b3ec);
  border: none;
  color: white;
  padding: 0px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin: 4px 2px;
  width: 80%;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 10px;

}

.button1 {
  background-color: #4CAF50; 
  color: black; 
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: gray;
  color: white;
}

.button2 {
  background-color: #07b3ec; 
  color: black; 
  border: 2px solid lightgray;
}

.button2:hover {
  background-color: gray;
  color: white;
}

.savetophone {
  background-color: #07b3ec; /* Green */
  background-image: linear-gradient(to right, purple , #07b3ec);
  border: none;
  color: white;
  padding: 0px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin: 4px 2px;
  width: 80%;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 25px;
        position: absolute;
      top: 100px;
      right: 18px;
        cursor: pointer;  
  font-size: 18px;

}

.center {
  display: block;

  width: 50%;

}

.standardcard{
  position: absolute;
  overflow: hidden;
    width: 300px;
    height: 175px;
      top: 270px;
      right:20px;
background: white;
z-index: 1;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}

.standardcardname{
  position: absolute;
  overflow: hidden;
color: black;
      top: 280px;
      right:25px;
text-align: right;
z-index: 200;
font-size: 14px;
  font-family: Tahoma, sans-serif;
}

.standardqr{
  position: absolute;
  overflow: hidden;
      top: 280px;
      right:240px;

z-index: 200;

}

.standardlogo{
  position: absolute;
  overflow: hidden;
      top: 400px;
      right:25px;

z-index: 200;

}

.standardlogohiwi{
  position: absolute;
  overflow: hidden;
      top: 320px;
      right:25px;

z-index: 200;


}

.standardlogowihi{
  position: absolute;
  overflow: hidden;
      top: 380px;
      right:25px;

z-index: 200;


}

.containertall { 


  background-position: center center;
  background-repeat: no-repeat;
}

.containerwide { 


  background-position: center center;
  background-repeat: no-repeat;
}



.greencircle {
     position: fixed;
           top: 300px;
  height: 175px;
  width: 175px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;    
    opacity: 0.5;
        -moz-animation: cssAnimation 0s ease-in 2s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 2s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 2s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 2s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


.contactadded {
 position: fixed;
 font-family: roboto;
  font-weight: 500;
      top: 340px;
text-align: center;
font-size: 26px;
z-index: 800;    
color: white;
//background-color: green;
  opacity: 0.5;
 
    -moz-animation: cssAnimation 0s ease-in 2s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 2s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 2s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 2s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes contactfade {
  50% {
    opacity: 0;
  }
}

@keyframes cssAnimation {
    to {
        
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}

.contactnames {
    color: black;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: roboto;
  font-weight: 400;    
  text-align: left;
}

.deletecontact {
    color: black;
  font-size: 18px;


  margin-right: 20px;
  font-family: roboto;
  font-weight: 400;    
  text-align: right;
}

.contactback {

background-color: white;
overflow-x: hidden;
        overflow-y: auto;

}

.contactcard {
      margin-top: -15px;
  margin-right: 10px;

background: linear-gradient(to bottom right, #D2D2D2, white);
  border-radius: 15px;
  border-style: solid;
  border-color: white;
box-shadow: 4px 3px 8px 1px #969696;
  	-webkit-box-shadow: 4px 3px 8px 1px #969696;
}

.welcomehead {
    color: black;
  font-size: 36px;
margin-top: 50px;
  font-family: roboto;
  font-weight: 300;    
  text-align: center;
}
.bottomwarning {
  margin-bottom: 20px;    
}

