/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
}

#main{
  margin-top: 8rem;
}

.loading {
width: 19rem;
height: 19rem;;
}


.carousel img{
  object-fit: cover;
  opacity: 0.9;
}


.form-control:focus,.form-check-input:focus {
  border-color: #f542a77d;
  box-shadow: 0 0 0 .25rem #f542a742;
}

.form-check-input:checked {
  background-color: #f542a742;
  border-color: #ffffff;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.rounded-circle{
  width: 150px;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}



.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

/* NAVBAR
---------------------------------------------------*/
header {
  overflow: hidden;
  padding: 2rem 1rem;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 99;
}

#logo{
  margin-right: 7rem;
}

.nav-link{
  color: #42aaad !important;
  font-weight: bolder;
  font-size: 1rem;
  margin: 0 0.8rem;
}


.btn-outsy {
  background: transparent;
  border-color: #f542a8;
  margin: 0 0.4rem;
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  text-shadow: 1px 1px 3px #ffffff;
  -webkit-box-shadow: 0px 1px 3px #cec9d1;
  -moz-box-shadow: 0px 1px 3px #cec9d1;
  box-shadow: 0px 1px 3px #cec9d1;
  color: #f542a8;
  font-size: 13px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  font-weight: bolder;
}

.btn-outsy:hover {
  background: #5ce1e6;
  text-decoration: none;
  border: none;
  color: white;
}

.btn-search {
  background: transparent;
  border-color: #f542a8;
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  color: #f542a8;
  font-size: 13px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  font-weight: bolder;
}

.btn-search:hover {
  background: #5ce1e6;
  text-decoration: none;
  border: none;
  color: white;
}


/* FOOTER 
--------------------------------------------------*/
.link-dark {
  color: black;
}

h5, #copy {
  color:#42aaad;
}

.svg-inline--fa {
  font-size: 2rem;
  margin: 0 1rem;
}



/* ABOUT US */
.aboutus{
  background-image: url("/assets/fonabaut.b750b7c1.png");
  background-size: cover;
}

#about-text{
  color:white;
  font-family: "Roboto", sans-serif;
}


.card {
  border-radius: .7rem;
}

/* END ABOUT US*/

/* FORM */

.background-radial-gradient {
  background-image: url("/assets/fondoa.8162c093.png");
  background-repeat: no-repeat;
}

#radius-shape-1 {
  height: 220px;
  width: 220px;
  top: -60px;
  left: -130px;
  background: radial-gradient(#44006b, #ad1fff);
  overflow: hidden;
}

#radius-shape-2 {
  border-radius: 38% 62% 63% 37% / 70% 33% 67% 30%;
  bottom: -60px;
  right: -110px;
  width: 300px;
  height: 300px;
  background: radial-gradient(#44006b, #ad1fff);
  overflow: hidden;
}

.bg-glass {
  background-color: hsla(0, 0%, 100%, 0.9) !important;
  backdrop-filter: saturate(200%) blur(25px);
}

.emailImg {
  width: 100%;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  font-family: "Roboto", sans-serif;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */



/* TESTIMONIAL CARROUSEL 
------------------------- */

.gradient-custom {
  background: radial-gradient(50% 123.47% at 50% 50%, #00ff94 0%, #720059 100%),
    linear-gradient(121.28deg, #669600 0%, #ff0000 100%),
    linear-gradient(360deg, #0029ff 0%, #8fff00 100%),
    radial-gradient(100% 164.72% at 100% 100%, #6100ff 0%, #00ff57 100%),
    radial-gradient(100% 148.07% at 0% 0%, #fff500 0%, #51d500 100%);
  background-blend-mode: screen, color-dodge, overlay, difference, normal;
}
.carousel-indicators {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}


.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/* Forms SignIn & Sign Up  
------------------------- */


#signInView, #signUpView, .aboutus{
  margin-top: 8rem;
}


#ourPictures{
  margin-left: 8rem;
}


/* FEED 
------------------------- */
/* NAVBAR */

.navbar-toggler {
  color: #fff;
  opacity: 1;
  border-color: transparent;
}

#navbar-feed {
  background-color: black;
  color: white;
  padding: 0%;
}

.card-feed {
  border: none;
  margin-bottom: 3.3rem;

}

.ellipsis {
  color: #a09c9c;
}

hr {
  color: #a09c9c;
  margin-top: 4px;
  margin-bottom: 8px
}


.ellipsis i {
  margin-top: 3px;
  cursor: pointer;
}

.btn-icon {
  font-size: 25px;
  border: none;
  background-color: transparent;
}

.location {
  color: #5ce1e6;
}

.fa-grin-stars, .fa-comment {
  color:#50cacead
}

#likes {
  margin: 0 0 0.3rem -0.3rem;
}

.fa-pen{
  color: #ef64b3af
}

.fa-trash{
  color: #a09c9c;
}

.name {
  font-weight: 600;
}

.comment-text {
  font-size: 12px;
  margin: 0.3rem 1rem;
}

.status small {
  color: #5ce1e6;
  margin: 0.3rem 0 0 18rem;
}

.form-control {
  border-radius: 26px;
}

.comment-input {
  position: relative
}



.fonts { 
  position: absolute;
  right: 13px;
  top:8px;
  color: #a09c9c;
  top: 0px;
}

.comInput:focus {
  color: #495057;
  background-color: #fff;
  border-color: #8bbafe;
  outline: 0;
  box-shadow: none;
} 


/* CREATE POST 
------------------------- */
.navbar {
  padding-bottom: 0px;
}

.border-bottom {
  margin: 3rem 0 0 11rem;
}

#addPostForm{
  background-image: url("/assets/fondoa.d28ee064.png");
  background-size: cover;
  margin: 0%;
}

#addPostButton {
  background-color: #82C173;
  border: #82C173;
  color: white;
}

.bg-glass-post {
  background-color: hsla(0, 0%, 100%, 0.9) !important;
  backdrop-filter: saturate(200%) blur(0.3rem);
}


div.container:nth-child(1) {
  margin: 0rem !important;
}


.card-post {
  padding: 2rem 6rem;
  margin-left: 1rem;
}


#box {
  margin-left: 10rem;
}


/* RESPONSIVE 
------------------------- */

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }

  .navbar {
    padding: 0
  }
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}


@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media only screen and (max-width: 576px) {
  .navbar-toggler {
    position: relative;
    left: 8rem;
    bottom: 1.5rem;
  }
}