/* Style Settings */
@import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap');

html, body {
  height: 100%;
  margin: 0;
}
.content {
  min-height: 100%;
}
.content-inside {
  padding: 20px;
  padding-bottom: 50px;
}
.footer {
  height: 50px;
  margin-top: -50px;
  background-color: #ffffff4f;
  cursor: pointer;
}
footer {
  line-height: 50px;
  padding: 0 20px;
}
.footer-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
}

.tc {
    background-color: var(--bgColor);
    padding-top: 5px;
    padding-bottom: 5px;
}

.thumb {
margin-top: -12px;
/*    padding-bottom: -12px;*/
    border-radius: 50%;
}

.shadow, .app-shadow {
    box-shadow: 0 5px 5px var(--shadowColor);
}
.rounded, .app-rounded {
    border-radius: 50px;
}

#userPhoto{
    width: 110px;
    height: 110px;
    display: block;
    margin: 35px auto 20px;
    border-radius: 50%;
}

#userName{
    color: var(--text-color);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#name{
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#follow{
    color: var(--text-color);
    font-size: 0.75rem;
    font-weight: 200;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#bio {
    color: var(--text-color);
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#links{
    max-width: 675px;
    width: auto;
    display: block;
    margin: 27px auto;
}
.link{
    display: block;
    background-color: var(--accentColor);
    color: var(--bgColor);
    font-family: var(--font);
    text-align: center;
    margin-bottom: 20px;
    padding: 17px;
    text-decoration: none;
    font-size: 1rem;
    transition: all .25s cubic-bezier(.08,.59,.29,.99);
    border: solid var(--accentColor) 2px;
}

.link:hover{
    background-color: var(--bgColor);
    color: var(--accentColor);
}
