@charset "UTF-8";

#profile_main_photo,#favorite_food_container,#profile_about_me .heading,#tags_container,#username_container,#cam_score_container,#gender_container,#sexual_preference_container,#smoke_container,#drink_container,#drugs_container,#pets_container,#about_me_label {
  display:none;
}

#about_me_container {
  width:100%;
}

.twitter div {
  border-radius:5px;
  height:60px;
  min-width:140px;
  margin:0 0 10px 5px;
  border:1px black solid;
  background:#bdbdbd;
  text-align:center;
}

/* Create two equal columns that floats next to each other */
.column {
  float:left;
  width:15%;
  padding:10px;
}

.column2 {
  float:left;
  width:5%;
  padding:10px;
  text-align:right;
}

/* Clear floats after the columns */
.row:after {
  content:"";
  display:table;
  clear:both;
}

.twitter {
  float:right;
}

button {
  border-radius:0;
  height:30px;
  min-width:140px;
  margin:0 0 10px 5px;
}

.twitter-button {
  height:25px;
  min-width:450px;
  border:black 1px solid;
  border-radius:0;
}

.fa {
  padding:5px;
  color:purple;
/* padding: 20px;
  font-size: 48px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%; */
}

.fa:hover {
  opacity:.7;
}

.fa-facebook {
  background:#3B5998;
  color:white;
}

.center {
  text-align:center;
}

.center h1 {
  font-size:4em;
  margin:0;
}

.center p {
  margin:0;
}

html {
  background:url(https://drive.google.com/uc?export=view&id=0B2kimO6YaRJoU2dxTnpycldCMU0) no-repeat center center fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

#profile_section_content,#about_me_container {
  display:flex;
}

#about_me_value {
  width:100%;
}