﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.btn-round {
  border-radius: 50%;
}

.etsy {
  color:#eb6d20;
}

.twitch {
  color:#6441a5;
}

.twitter {
  color:#00AceE;
}

.behance{
color:#053eFF;
}

.profile-img {
  height:200px;
  width:200px;
  border-radius: 50%;
  border-width: 10px;
  border-color: pink;
  object-fit:cover;
  border-style: solid;
}

.footer-container a {
  margin-left: 1em;
  margin-right: 1em;
  font-size:1.75em;
}

.navbar-light {
  background-color: #ffd5d5 !important;
  

}

.logo {
  height:40px;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  color: white !important;
  text-shadow: 1px 1px #9b8d8d;  
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.anime-preview {
  max-width: 380px;
}
.anime-preview img {
  max-width: 100px;
}


.border-pink {
  border-color:#e26e6e !important;
}
.border-top {
  border-color:#e26e6e !important;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.main img {
  max-width: 100%;
}
.nav-link {
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: 'Fredoka One', cursive;
  color:#e26e6e !important;
  font-weight: 400 !important;
} 

.nav-link-font {
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: 'Fredoka One', cursive;
  color:#e26e6e !important;
  font-weight: 400 !important;
} 
.nav-link.active {
  color:#86a0ff !important;
} 

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25em .75em rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1em;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
.welcome .avatar {
  height:300px;

}

body {
  /* Margin bottom by footer height */
  font-family: 'Baloo 2', cursive !important;
  margin-bottom: 60px;
  color:#e26e6e !important;
  
}

p {
  margin-bottom: 0.5em;
}
.text-tos {
    font-family: 'Baloo 2', cursive !important;
}

.text-tos > h2 {
text-align: center;
}
.text-tos > h1, .text-tos > h2, .text-tos > h3, .text-tos > h4 {
  margin-top: 2em;
    font-family: 'Baloo 2', cursive !important;
    font-weight: 600 !important;
}
 .text-tos > h3, .text-tos > h4 {
  margin-top: 1em;
    font-family: 'Baloo 2', cursive !important;
    font-weight: 600 !important;
}

h1 {
  text-transform: uppercase;
  font-size: 2em;
  font-family: 'Fredoka One', cursive;
  color:#e26e6e !important;
}
h2 {
  text-transform: uppercase;
  font-size: 1.65em;
  font-family: 'Fredoka One', cursive;
  color:#e26e6e !important;
}
h3 {
  text-transform: uppercase;
  font-size: 1.35em;
  font-family: 'Fredoka One', cursive;
  color:#e26e6e !important;
}
h4 {
  text-transform: uppercase;
  font-size: 1.15em;
  font-family: 'Fredoka One', cursive;
  color:#e26e6e !important;
}


.text-success.commission-open {
  color:rgb(122, 253, 82) !important;
}
body a {
  color:#e26e6e !important;
  font-weight: 700;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

@media (min-width: 540px) {
.anime-preview {
  max-width: 310px !important;
}
.anime-preview img {
  max-width: 90px !important;
}
.welcome .avatar {
  height:300px !important

}

}

@media (min-width: 768px) {
.anime-preview {
  max-width: 310px !important;
}
.anime-preview img {
  max-width: 90px !important;
}
.welcome .avatar {
  height:300px !important

}
.nav-link {
  font-size:1.2em !important;
}
html {
  font-size:20px !important;
}

}

@media (min-width: 992px) {
.welcome .avatar {
  height:400px ;
 
}
.anime-preview {
  max-width: 490px !important;
}
.anime-preview img {
  max-width: 140px !important;
}

.welcome .avatar {
  height:400px !important;
 
}
.welcome {
  font-size:1.2em !important;
}
html {
  font-size:14px !important;
}

}


@media (min-width: 1200px) {
.welcome .avatar {
  height:400px ;
 
}
html {
  font-size:20px !important;
}

.anime-preview {
  max-width: 640px !important;
}
.anime-preview img {
  max-width: 160px !important;
}

.welcome .avatar {
  height:400px !important;
 
}
.welcome {
  font-size:1.3em !important;
}



}
