@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,400;1,600&display=swap');

body {

    background-color: white;
    font-size:1.3rem;
    font-family: 'Open Sans', sans-serif;
}


h1 {
  font-weight:800 !important;
  margin-top:3rem;
}

h1 span {
  font-size:1.8rem
}

h2 {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: #4d4d4d;
  padding:1rem;
  margin-left: 3rem;
  margin-top: 2rem;
}

h3 {
color: white;
font-weight: 600;
}

p {
    margin: 1.5rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}

a:hover {
  background-color: grey !important;
  opacity: 0.3;
  border-radius: 7px;
}

a {
  text-decoration: none !important;
}

.container {
  justify-content: space-around;
  padding:1rem;
  padding-top:2rem;
  margin-top: 3rem;
}

.desc {
  margin-top: 0rem !important;
}

/*image description artist*/
.description p {
  margin:1.9rem;
  padding-top:1rem;
  text-align:justify;
}

/*images description*/
dl {
    margin-top: 2rem;
}

.titel {
  font-size: 1.8rem !important;
}

.col-sm-3 .titel {
  font-size:1.8rem;
}

/*navbar*/
.turn_around {
   height: 10rem;
   width:30rem;
   padding:auto;
   color: #FF2C06;
   font-size: 2.5rem;
   text-align: center;
   font-family: 'Roboto', serif;
   position: absolute;
   top: 23rem;
   left: 10rem;
}

.navbar-light .navbar-toggler {
    color:  #FF2C06;
    border-color: rgba(0,0,0,.1);
}

.navbar-toggler {
    border-radius: .75rem !important;
    transition: box-shadow .1s ease-in-out;
}

.logo {
  width:10rem;
  cursor:pointer;
}

.drop_two {
  padding-inline-start: 4.5rem !important;
  list-style-type: disc;
}
 .mr-auto {
  padding-inline-start: 5.5rem !important
 }

/*banner*/
.jumbotron {
  background-color: darkgrey;
  color: white;
  padding-top: .5rem;
  padding-right: 2.5rem;
  margin-bottom: 1rem;
}

.jumbotron .artist {
  padding-top: 12.5rem;
}

/*artist profil*/
.profil-image {
  text-align:right;
  top:-1rem;
  position:relative;
}

.artist_image {
  border-radius:50%;
  width:5rem;
  background:white;
  top: -11rem;
  right:1rem;
  position:absolute;
}

/*contact-items*/
.contact {
  display:flex;
  padding:1rem;
  margin-top: -3rem;
}

.contact_item_one {
  margin-right: 2rem;
  margin-left:4rem;
}

.contact_item_two {
    margin-right: 2rem;
}

/*footer*/
.footer {
  background-color: #f8f9fa!important;
  align-items: center;
  justify-content: space-between;
  flex-flow: row-reverse;
  height: 100px;
  padding: 0px 2rem 0px 0px;
  color: rgb(255,250,250,0.3);
  font-size:1rem;
  border-top: 1px solid #dee2e6!important;
  box-shadow: 0 0 7px rgba(0,0,0,0.2);
  text-align: left;
  margin-top: 2rem;
}

.footer-copyright {
  color: #FF2C06;
  opacity: 0.75;
}

.footer-copyright p {
  margin-top:2.2rem !important;
  padding-left:1rem;
}
