@font-face{
  font-family: Font;
  src: url("Montserrat-Thin.ttf");
  font-weight: 100;
} 
@font-face{
  font-family: Font;
  src: url("Montserrat-ExtraLight.ttf");
  font-weight: 200;
} 
@font-face{
  font-family: Font;
  src:url("Montserrat-Light.ttf");
  font-weight: 300;
} 
@font-face{
  font-family: Font;
  src:url("Montserrat-Regular.ttf");
  font-weight: 400;
} 
@font-face{
  font-family: Font;
  src:url("Montserrat-Medium.ttf");
  font-weight: 500;
} 
@font-face{
  font-family: Font;
  src:url("Montserrat-SemiBold.ttf");
  font-weight: 600;
} 
@font-face{
  font-family: Font;
  src:url("Montserrat-Bold.ttf");
  font-weight: 700;
} 
@font-face{
  font-family: Font;
  src:url("Montserrat-ExtraBold.ttf");
  font-weight: 800;
} 
@font-face{
  font-family: Font;
  src:url("Montserrat-Black.ttf");
  font-weight: 900;
} 


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* line-height: 1.2; */
}

button{
  cursor: pointer;
  font-family: Font;
}

pre{
    font-family: Font;
}

body {
  font-family: Font;
  font-weight: 400;
  background-color: white;
  /* background-color:#8BC6EC;
  background-image: linear-gradient(130deg, #8BC6EC 0%, #9599E2 100%);
  background-repeat: no-repeat;
  background-attachment: fixed; */
}

.content {
min-height: 100%;
margin: 0 auto -50px;
}

/* Filter */

.filter {
  width: 100%;
  background-color: rgb(65, 64, 63);
  display: flex;
  justify-content: center;
  align-items: center;
}
.filter button{
  background-color: #222222;
  color: whitesmoke;
  border: none;
  padding: 0.5rem;
  width: 15vw;
  margin: 0.5rem auto;
  text-align: center;
  display: inline-block;
  max-height: 2rem;
}

.filter button:hover {
  background-color: rgb(0, 0, 0);
}

/* Login Box */

.box{
  background-color:  rgba(255, 255, 255, 0.781);
  margin: 2rem auto;
  overflow: auto;
  padding: 1.5rem 1rem;
  width: 90%;
  max-width: 30rem;
  display: block;
  text-align: center;
  align-items: center;
  flex-direction: column;
  border: black solid 2px;
}

.box input {
  width: 90%;
  padding: 0.1rem;
}

.box input, .box select, .box textarea {
  line-height: 2;
  width: 90%;
  padding: 0.1rem;
  background-color: #F0F2F5;
  color: rgb(0, 0, 0);
  border: none;
}

.box label {
  text-align: center;
  display: block;
  line-height: 2;
}

.box button {
  background-color: #222222;
  color: whitesmoke;
  border: none;
  padding: 0.5rem;
  width: 90%;
  margin: 0.5rem auto;
  text-align: center;
  display: block;
}

.box button:hover {
  background-color: rgb(0, 0, 0);
}

.image {
  max-width: 95%;
  height: auto;
}

select {
  height: 2rem;
}

/* .box .active {
  background-color: rgb(43, 0, 7);
  color: white;
} */

/* Login Buttons */

#btnLogInWithGoogle {
  border: none;
  background-color: #EC412C;
}

#btnLogInWithFacebook {
  border: none;
  background-color: #4B74CE;
}

#btnLogInWithTwitter {
  border: none;
  background-color: #15AAFC;
}

#btnResetPassword {
  background-color: white !important;
  color:rgb(0, 76, 207);
  cursor: pointer;
  border-bottom:#ccc 1px solid;
}


/* Header */

@media (min-width: 700px ){

  header #branding{
  text-align: Left;
  position: relative;
  width: 500px;
  top: 5px;
  left: 69px;
  font-size: 22px;
}

header nav{
  margin-top: 0;
  float: right;
  position: relative;
  font-size: 20px;
  top: -33px;
  right: 90px;
 }
}

@media (max-width: 700px ){
  header nav{
  margin: 0;
  font-size: 20px;
  text-align: center;
  position: relative;
  top: -10px;
 }

header #branding{
  text-align: center;
  font-size: 25px;
  position: relative;
  top: -5px;
}
}

header{  
  background-color: black;
  color:rgb(209, 209, 209);
  padding-top:5px;
  min-height: 80px;
}

header a{
  color: white;
  text-decoration: none;
  font-size: 16px;
}

header li{
  display:inline;
  padding:0 0.4rem 0 0.4rem;
  margin: 0;
  font-weight: 300;
}

.highlight{
    font-weight: 300;
}

header #branding h1{
  margin: 0 2vw;
}

header a:hover{
  color: black;
}

/* footer */

.footer {
  height: 5rem;
  background-color: rgb(58, 58, 58);
  bottom: 0;
  width: 100%;
}

html, body {
  height: 100%;
  margin: 0;
}

.footer,
.push {
  height: 50px;
  text-align: center;
  color: #ffff;
  padding: 1rem;
}

/* Main */

@media (min-width: 700px) {
.left{
  text-align: start;
}
  #map {
 width: 35vw; 
 height: 100%;
 float: right;
 position: absolute;
 right:0;
 top:80px;
} 

#boxes{
  width: 65vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 80px;
  display: inline-block;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow-y: scroll;
}

::-webkit-scrollbar {
  display: none;
}

.fullw {
  background-color: rgba(255, 255, 255);
  padding: 0.4rem 10px  0 10px;
  /* width: calc(100% -100px); */
  display: flex;
  flex-direction: column;
  /* margin: 0 10px; */
  position: relative;
  height: 260px;
  border-bottom: 2px #f1f1f1 solid; 
  font-size: 14px;
}

.mainofferimage{
  position: absolute;
  top:0.5rem;
  left:10px;
  z-index: 100;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
  border-radius: 12px;
}
.maininfocontainer{
  margin-left: 320px;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
}

.loadingscreen{
  background-color: black;
  height: 100%;
  width: 100%;
  color: white;
  font-family: Font;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  font-size: 5rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.loadingitem {
  top: 40%;
  font-family: Font;
  letter-spacing: 1rem;
  position: fixed;
  left: 31%;
}

.mainrating{
  text-align: left;
}
.description {
  font-size: 1.5em;
  line-height: 0.9;
  font-family: Font;
}

}

@media (max-width: 700px) {
#map {
  width: 100%; 
  height: 200px;
}
.ratingwrapper{
  margin: 20px 0 5px 0;
  display: flex;
  justify-content: center;
}
.mainofferimage{
  max-width: 50%;
  border-radius: 4px;
}
.maininfocontainer{
  text-align: center;
  align-items: center;
}

#boxes{
  position: relative;
    justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.fullw {
  background-color: rgba(255, 255, 255, 0.781);
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 2px;
  text-align: center;
  border-bottom: 2px #f1f1f1 solid; 
}
.centered{
  width: 100%;
}
.loadingscreen{
  background-color: black;
  height: 100%;
  width: 100%;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  font-size: 2rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.loadingitem {
  top: 40%;
  /* letter-spacing: 0.rem; */
  position: fixed;
  left: 31%;
}
.mainofferimage{
  border-radius: 12px;
}
.description {
  font-size: 1.2em;
  line-height: 0.9;
  font-family: Font;
}

}

.mainheader{
  padding: 50px 0;
  text-align: left;
  margin-left: 16.4px;
  font-weight: 100;
}

.p-rating {
    /* Center the content */
    align-items: center;
    display: flex;
    justify-content: center;

    flex-direction: row-reverse;
    font-size: 24px;
}
.p-rating .p-rating-star:hover,
.p-rating .p-rating-star:hover ~ .p-rating-star {
    color: transparent;
    
}
/*Make all previous stars selected when hover on a star
Note that we use `flex-direction: row-reverse` on the container*/
.p-rating .p-rating-star:hover:before,
.p-rating .p-rating-star:hover ~ .p-rating-star:before {
    color: #D56E0C;
    content: '\2605';
    left: 0;
    position: absolute;
}
.p-rating-star {
    /* Reset styles for button */
    font-size: 40px;
    background-color: transparent;
    border: transparent;
    margin: 0 2px;
    padding: 0;
    color:#D56E0C;

    /* Used to position the hover state */
    position: relative;
}
.rating{
  text-align: center;
  margin-top: 40px;
  padding: 0;
  line-height: 0;
}

a {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.hover:hover{
  background-color: rgba(242, 242, 242);
}

/* Classes for Filter Function */

.filterDiv{
    display: none; 
}

.show {
  display: block;
}


/* Dashboard */
.dashcolumn2{ 
  flex: 2;
  align-self: start;
}
.dashprice{
  font-weight: 700;
  font-size: 18px;
  align-self: center;
}

@media (min-width: 700px) {
.dashboard{
      display: flex;
  }

.dashcolumn1 {
  flex: 2;
  align-self: flex-start;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 100px;
  order: 1;
}
.dashcolumn2 {
  order: 2;
  flex: 3;
  margin-right: 5vw;
}
#myoffers{
  display: flex;
  padding: 1rem 4rem;
}
.dashoffer{
  width: 44%;
  min-width: 450px;
  margin: 1rem auto;
  border: 2px black solid;
}
.location {
  padding-left: 1rem;
  font-size: 18px;
  font-weight: 300;
}
#myoffersheader{
  padding: 2rem;
  margin-top: 1rem;
  background: transparent;
}
.inline{
  padding: 0.5rem 0;
  display: flex;
}
.inline2{
  display: flex;
  padding: 0.3rem 0 0.5rem 0;
}
.dashuserimg2{
  display: none;
}
.dashuserimg {
  height: 200px;
  width: 200px;
  object-fit: cover;
  border-radius: 50%;
}
}

@media (max-width: 700px) {
  .dashboard{
    text-align: center;
  }

.dashuserimg{
  display: none;
}

.dashuserimg2{
  height: 200px;
  width: 200px;
  object-fit: cover;
  border-radius: 50%;
}

.dashcolumn1{
      text-align: center;
      display: block;
      align-self: center;
      margin: auto;
      max-width: 400px;
  }
  .dashcolumn2{
    text-align: center;
    display: block;
    align-self: center;
    /* width: 400px; */
    margin: auto;
}
.dashoffer{
  min-width: 230px;
  margin: 5px auto;
  max-width: 400px;
  border: 2px black solid;
}
.inline{
  padding: 0.1rem 0;
  /* display: flex; */
}
.inline2{
  display: flex;
  padding: 0.3rem 0 0.5rem 0;
  justify-content: center;
}
}

.dashboard{
  padding-top: 3%;
  padding-bottom: 1rem;
  margin: 0;
  width: 100%;
  /* background-color: white; */
  align-items: center;
  justify-content: space-around;
  background: transparent;
}

#instacontainer{
    background: transparent;
    border-bottom: 1px #3A3A3A solid;
}

#dashmap {
 width: 30%;
 min-width: 300px;
 height: 300px;
 position: fixed;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 border: black 3px solid;
 z-index: 600;
} 

#confirmlocation {
  position: fixed;
  top: 75%;
  left: 35%;
  width: 30%;
  margin: 0;
  background-color: #222222;
  color: whitesmoke;
  border: none;
  padding: 0.5rem;
  width: 30%;
  text-align: center;
  display: block;
  z-index: 600;
}

.dashusername{
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 30px;
}
.dashbio{
  font-weight: 400;
  font-size: 25px;
}

.dashcontact{
  font-weight: 300;
  font-size: 22px;
}



.dashinsta {
  overflow: auto;
  padding: 1.5rem 1rem;
  width: 100%;
  background: transparent;
}

.dashoffer {
  background-color:  rgba(255, 255, 255, 0.781);
  /* overflow: auto; */
  padding: 1rem 1rem;

  display: flex;
  flex-direction: column;
  /* text-align: center; */
  /* align-items: flex-start;  */
  /* border: #ccc 1px solid; */
  /* justify-content: flex-end; */
}

#myoffers{
  flex-wrap: wrap;
  justify-content: space-around;
}

#myoffersheader{
  text-align: center;
  background: transparent;
}

#createbtn{
  background-color: #222222;
  color: whitesmoke;
  border: none;
  padding: 0.5rem;
  width: 33.3%;
  min-width: 200px;
  margin: 0.5rem auto;
}

.deletebtn{
  background-color: #222222;
  color: whitesmoke;
  border: none;
  padding: 0.5rem 0;
  width: 100%;
  margin: 0.5rem auto;
  /* justify-self: end; */
}

.phone{
  padding-top: 40px;
}
.icon{
  width: 40px;
  margin-right: 10px;
  margin-top: 0.5rem;
}

.dashboard label {
  display: block;
  line-height: 2;
}

.dashboard button {
  background-color: #222222;
  color: whitesmoke;
  border: none;
  padding: 0.5rem;
  width: 90%;
  margin-top: 0.5rem;
}

#editprofile {
  width: 200px;
}
#btnlogout {
  width: 200px;
}


#form, #userform{
  background-color: white;
  padding: 1rem 1rem;
  width: 90%;
  max-width: 30rem;
  display: block;
  text-align: center;
  align-items: center;
  z-index: 500;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: black solid 1px;
  visibility: hidden;
}

#form input, #form select, #form textarea , #userform input, #userform select, #userform textarea{
  line-height: 2;
  width: 90%;
  padding: 0.1rem;
  background-color: #E4E6E9;
  color: rgb(0, 0, 0);
  border: none;
}

#form label,  #userform label{
  text-align: center;
  display: block;
  line-height: 1.5;
}

#form button ,  #userform button{
  background-color: #222222;
  color: whitesmoke;
  border: none;
  padding: 0.5rem;
  width: 90%;
  margin: 0.5rem auto;
  text-align: center;
  display: block;
}

#form button:hover ,  #userform button:hover{
  background-color: rgb(0, 0, 0);
}

/* Offer */

.offeruserimg {
  height: 200px;
  width: 200px;
  object-fit: cover;
  border-radius: 50%;
}

@media (min-width: 700px) {
  #offermap{
 width: 100%;
 height: 300px;
} 

#usercolumn{
  flex: 1;
  /* display: flex; */
  text-align: center;
  background: transparent;
  padding: 1rem 1rem;
}

#userinfo{
  flex: 2;
  text-align: center;
}

#userimage {
  flex: 1;
  padding-right: 20px;
}

#offercolumn{
 padding-top: 1rem;
 padding-left: 1rem;
 flex: 1;
 background: transparent;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 max-width: 80%;
 margin: auto;
 text-align: center;
 align-items: center;
}

#offerinsta {
  background: transparent;
  overflow: auto;
  padding: 1.5rem 1rem;
  width: 100%;
}

.content2 {
  min-height: 100%;
  margin: 0 auto -50px;
}
.price{
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  font-weight: 700;
  font-size: 18px;
}
}

@media (max-width: 700px) {

  #offermap{
 width: 100%;
 height: 200px;
 z-index: 1000;
} 

#info{
  /* border-bottom: darkgray 1px solid; */
}

#usercolumn{
  background: transparent;
  padding: 1rem 1rem;
  align-content: center;
  text-align: center;
  margin: auto;
}

#userinfo{
  text-align: center;
}

#userimage {
  margin: auto;
}

#offercolumn{
 padding-top: 1rem;
 padding-left: 1rem;
 flex: 1;
 background-color: transparent;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 align-items: center;
 text-align: center;
 /* border-left: #ccc solid 1px; */
}

#offerinsta {
  background-color: transparent;
  overflow: auto;
  padding: 1.5rem 1rem;
  width: 100%;
}

.content2 {
  min-height: 100%;
  margin: 0 auto -50px;
}
.price{
  font-weight: 700;
}
}

.Tanning {
  font-size: medium;
  text-align: center;
  border: black solid 1px;
  border-radius: 4px;
}

.Makeup {
  font-size: medium;
  text-align: center;
  border: black solid 1px;
  border-radius: 4px;
}

.Manicure {
  font-size: medium;
  text-align: center;
  border: black solid 1px;
  border-radius: 4px;
}

.Pedicure {
  font-size: medium;
  text-align: center;
  border: black solid 1px;
  border-radius: 4px;
}

.Hair {
  font-size: medium;
  text-align: center;
  border: black solid 1px;
  border-radius: 4px;
}

.price{
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  align-self: center;
}

.type{
  display: inline-block;
  font-size: medium;
  text-align: center;
  border: black solid 1px;
  border-radius: 4px;
}

.offerimage{
  max-width: 100%;
  height: auto;
  align-self: center !important;
  padding: 1rem 0;
  object-fit: cover;
}

.flexfill{
  flex-grow: 1;
}

.mainofferimage{
  align-self: center;
  padding: 0.4rem;
  flex-grow: 1;
}
.ratingwrapper{
  margin-top: 10px;
}

.mainrating{
  font-size: 30px;
  color:rgb(247, 12, 139);
  background-color: transparent;
  border: transparent;
  padding: 0;
  line-height: 0;
}

.ratingspan{
  color: black;
  font-size: 17px;
  line-height: 0;
}

.mapimage{
  max-width: 90%;
  padding: 1rem 0 0 0;
  flex-grow: 1;
}

.mapboxgl-popup-content{
  text-align: center  ;
  font-family: Garamond;
  min-width: 130%;
}

.centered {
  justify-content: center;
  justify-self: center;
  text-align: center;
  align-items: center;
  align-self: center;
}




