html, body {
    font-family: 'Righteous', cursive;
    height: 100%;
    background-color:rgb(40, 42, 44);
    max-width: 1200px;
    margin: auto;
    color:white;
}

a p {
    display: inline-block;
}

p {
    font-size: 1.3rem;
}

.navbar img{
    width: 20%;
}

.navbar-nav li {
    padding-right: 30px;
}

nav .navbar-nav li a{
    color:red !important;
}

nav .navbar-nav li a:hover{
    color:white !important;
}

.nav-link {
    font-size: 1.5rem;
}

.red{
    color:red;
    font-size:45px;
}

.invite{
    color:red;
    font-size:45px;
}

.carousel-inner img {
    width: 100%;
    margin: auto;
    background: white;
    opacity: 0.5;
}

.carousel-caption {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
}

.float {
    text-align: left;
    padding: auto;
}

.carousel-caption h1 {
    text-shadow: 3px 3px 10px black;
    color:rgb(255, 255, 255);
}

.jumbotron {
    text-align: center;
    background-color:rgb(49, 50, 51);    
    font-size: 1.3rem;
}

.padding {
    padding-bottom: 2rem;
}

.welcome {
    width: 75%;
    margin: 0 auto;
    padding-top: 2rem;
}

.welcome hr {
    border-top: 1px solid red;
    width: 100%;
    margin-bottom: 1rem;
}


figcaption {
	margin-top: 15px;
    text-align: center;
    font-size: 1.3rem;
}

#gpg p {
    font-size: 1.6rem;
}

#about p {
    font-size: 1.6rem;
}

figure img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

figcaption {
    margin-top: 30px;
    font-size: 1.4rem;
}

.content {
    padding-top:40px;
}

.content p{
    font-size: 1.8rem;
}

.picture {
    width: 100%;
    border-radius: 10%;
}

.fas {
    color: red;
    font-size: 5rem;
    padding-bottom: 1rem;
}

.ico{
    margin-bottom: 20px;
}

#adress{
    margin-bottom: 0px;
}
.end {
    display: flex;
    margin-left: 50px;
}

.end img{
    height: 170px;
}

.footer-info{
    margin-left: 20px;
}



/*---Media Queries --*/
@media (max-width: 980px) {
    .end {
        margin-left: 0;
    }

    .content {
        padding-top:30px;
    }
    
    .content p{
        font-size: 1.4rem;
    }
    
}
@media (max-width: 768px) {
    .content {
        padding-top:30px;
        text-align: center;
    }
}
@media (max-width: 576px) {
    #slides {
        margin-top: 50px;
    }
    p {
        font-size: 1rem;
    }
    .jumbotron {  
        font-size: 1rem;
    }
    .carousel-caption h1 {
        font-size: 1.2rem;
    }
    .carousel-caption {
        top: 45%;
    }
    #gpg p {
        font-size: 1.2rem;
    }
    .content p{
        font-size: 1rem;
    }
    .red{
        font-size:30px;
    }
}



.carousel-item {
  background: white;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}