
* {
  border:0;
  margin:0;
  padding:0;
}

body {
  background-color: black;
}

.line {
  background-color: black;
  width: 80%;
  height: 20%;
  /* align-content: center; */
  margin: auto;
    }

.line-holder {
  height: 0.4%;
  padding: 2%;
  padding-top: 3%;
  padding-bottom: 3%;
}

#choices {
  flex-direction: column;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;}

#bottom {
  display: flex;
  flex-grow: 1;
  align-items: center;
  /* width: 100%; */
  overflow-y: auto;
  flex-direction: column;
}

#create-header {
  /*text-transform: uppercase;*/
  font-family: Nunito;
}

#switch {
  background-color: #00ff16;
  width: 10%;
  float: right;
  padding: 2px;
}

#options2-text {
  font-size: 11px;
}

p {
  text-align: justify;
  font-family: 'Roboto Slab', serif;
  font-size: 9.5px;
}

#info-info {
  text-indent: 10px;
  width: 90%;
  padding-bottom: 2%;
}

#top {
  padding: 2%;
  /*background-color: lightyellow;*/
  display: flex;
  justify-content: space-around;
}

#top-left {
  width: 45%;
}

.hyper-word {
  word-wrap: break-word;
}

#profile-options-container {
  /*background-color: black;
  color: white; */
  /* height: 80%; */
  display: flex;
  align-items: flex-end;
  text-align: justify;
  width: 40%;
  flex-direction: column;
  word-wrap: break-word;

  /* justify-content: space-around; */
}

#profile-options-text {
  width: 100%;
  word-wrap: break-word;
}

#profile-options-links-container {

}





#signin-container {
  display: flex;
  padding-top: 2%;
  align-items: center;
  flex-direction: column;
  background-color: lightgray;
}

.inner-choice {
  height: 30px;
  padding: 6px;
  width: 100%;
}

.inner-create {
  height: inherit;
  display: flex;
  align-items: center;
  padding: 2px;
}

.choice-image {
  height: 100%;
  vertical-align: middle;
}

.link span {
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.link-options2 {

}

.link {
  text-decoration: none;
  color: white;
  height: 100%;
}

#create-facebook {
  background-color: #3b579d;
}

#create-google {
  background-color: #e3141a;
}

#info {
  font-family: 'Nunito', serif;
  padding: 1%;
  background-color: azure;
  width: 70%;
}

#signin-view {
  display: flex;
  align-items: center;
  padding: 2%;
  height: 95%;
  flex-direction: column;
}

#logout-button-text {
  text-decoration: none;
  color: black;
  font-family: monospace;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.options-button-text {
  color: #808080;
  text-decoration: none;
  font-family: monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

#loggedin-email {
  font-size: 8px;
}

#loggedin-name {
  font-size: 11px;
}

#profile-view {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.info-sub {
  font-variant: small-caps;
}

#logout-button {
  align-self: flex-end;
  display: block;
}

#logout-button-google, #logout-button-facebook {
  background-color: black;
    display: table;
    border: 1px solid black;
    -webkit-box-shadow: -2px 4px 5px #666666;
    -moz-box-shadow: -2px 4px 5px #666666;
    box-shadow: -2px 4px 5px #666666;
}

#profile-image {
  padding-right: 1%;
}

#profile-info {
  display: flex;
}

#loggedin-text {
  font-size: 20px;
  font-family: monospace;
}

#profile-container {
  display: flex;
  align-self: flex-start;
  flex-direction: column;
  border: 1px black solid;
  padding: 2%;
  width: 100%;
  background: rgba(255,255,41,1);
  background: -moz-linear-gradient(left, rgba(255,255,41,1) 0%, rgba(255,188,133,1) 65%, rgba(255,147,46,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,41,1)), color-stop(65%, rgba(255,188,133,1)), color-stop(100%, rgba(255,147,46,1)));
  background: -webkit-linear-gradient(left, rgba(255,255,41,1) 0%, rgba(255,188,133,1) 65%, rgba(255,147,46,1) 100%);
  background: -o-linear-gradient(left, rgba(255,255,41,1) 0%, rgba(255,188,133,1) 65%, rgba(255,147,46,1) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,41,1) 0%, rgba(255,188,133,1) 65%, rgba(255,147,46,1) 100%);
  background: linear-gradient(to right, rgba(255,255,41,1) 0%, rgba(255,188,133,1) 65%, rgba(255,147,46,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff29', endColorstr='#ff932e', GradientType=1 );
}

#header {
  background-color: #60e2cb;
  height: 5%;
  text-indent: 5%;
  width: 100%;
  font-family: "Fira Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
}

#main {
  height: 95%;
}

input[type="text"] {
  margin: 0;
  width: 50%;
  font-family: sans-serif;
  font-size: 18px;
  appearance: none;
  padding: 10px;
  border: solid 1px #fff;
  box-shadow: inset 1px 1px 2px 0 #707070;
  transition: box-shadow 0.3s;
}

input[type="text"]:focus,
input[type="text"].focus
{
  box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}

#wrapper {
  height: 100vh;
  width: 100vw;
  max-width: 400px;
  margin: auto;
  background-color: gray;
}

.flex-outer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

label {
  padding: 8px;
  font-weight: 300;
  letter-spacing: .09em;
  text-transform: uppercase;
}

button {
  /*margin-left: 20px;*/
  padding: 8px 16px;
  border: none;
  background: #333;
  color: #f2f2f2;
  text-transform: uppercase;
  letter-spacing: .09em;
  border-radius: 2px;
}


.btn {
  background: #34c0d9;
  display: table;
  background-image: -webkit-linear-gradient(top, #34c0d9, #2980b9);
  background-image: -moz-linear-gradient(top, #34c0d9, #2980b9);
  background-image: -ms-linear-gradient(top, #34c0d9, #2980b9);
  background-image: -o-linear-gradient(top, #34c0d9, #2980b9);
  background-image: linear-gradient(to bottom, #34c0d9, #2980b9);
  -webkit-border-radius: 11;
  -moz-border-radius: 11;
  border-radius: 11px;
  -webkit-box-shadow: -2px 4px 5px #666666;
  -moz-box-shadow: -2px 4px 5px #666666;
  box-shadow: -2px 4px 5px #666666;
  font-family: Courier New;
  color: #ffffff;
  font-size: 20px;
  padding: 2px 2px 2px 2px;
  border: solid #598c1f 1px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
