
/*-----------------------------------------------
|   user Styles
-----------------------------------------------*/

:root,
[data-bs-theme=light] {
  --hideaway-body-bg: 	  #fff;	   /*     #BDB76B; */
  --hideaway-body-font-family: "Roboto", serif;
}   

body {
  margin: 0;
  font-family: var(--hideaway-body-font-family);
  font-size: var(--hideaway-body-font-size);
  font-weight: var(--hideaway-body-font-weight);
  line-height: var(--hideaway-body-line-height);
  color: 		var(--hideaway-body-color);
  text-align: var(--hideaway-body-text-align);
  background-color: #DDB668;     
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navbar-brand {
  font-family: "Tangerine", cursive;
  padding-right: 1rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-size: 2.48832rem;
  font-weight: 700;
  font-style: normal;
}

.text-link {
 
  color: #17539C !important;
  font-weight: 700;
}

.text-info-emphasis {
 
  --hideaway-text-opacity: 1;
  color: rgba(var(--hideaway-primary-rgb), var(--hideaway-text-opacity)) !important;
}


/* // <weight>: Use a value from 100 to 900 */
/* // <uniquifier>: Use a unique and descriptive class name */

.roboto-van {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
} 

.tangerine-regular {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
}

.tangerine-bold {
  font-family: "Tangerine", cursive;
  font-weight: 700;
  font-style: normal;
}
 
.img-0 {
	position: absolute;
	top: 10px;
	left: 10px;
	transform: translate(-50% -50%);
	max-width: 250px;
	height: auto;
	/* object-fit: cover; */
}

.img-1 {  
	border-radius: 50%;
	background-position:top;
  }
.img-2 {
	border-radius: 10px;
}	

.cadre	{
  border-color: #3B2E28;
  border-style:  double  ;			/* ridge 	inset		outset			*/
  border-width: 7px 7px 7px 7px;
  /* padding: 7px;	 */
}

hr {
  margin: 1rem 0;
  /* color: var(--hideaway-border-color); */
  border: 200px;
  border-top: var(--hideaway-border-width) solid;
  opacity: var(--hideaway-hr-opacity);
  color: #000;	
  display:block;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 200px; */
  /* border: 3px solid green;  */
}


.jojo {
        width: 100%;
        font-size: 100px;
        margin: 125px auto;
        text-align: center;
        color: #fff;
        text-shadow: 0px 1px 1px #ddd,
                     0px 2px 1px #d6d6d6,
                     0px 3px 1px #ccc,
                     0px 4px 1px #c5c5c5,
                     0px 5px 1px #c1c1c1,
                     0px 6px 1px #bbb,
                     0px 7px 1px #777,
                     0px 8px 3px rgba(100, 100, 100, 0.4),
                     0px 9px 5px rgba(100, 100, 100, 0.1),
                     0px 10px 7px rgba(100, 100, 100, 0.15),
                     0px 11px 9px rgba(100, 100, 100, 0.2),
                     0px 12px 11px rgba(100, 100, 100, 0.25),
                     0px 13px 15px rgba(100, 100, 100, 0.3);
     transition:all .8s ease-in-out;  
      -o-transition:all .8s ease-in-out;  
      -moz-transition:all .8s ease-in-out;  
      -webkit-transition:all .8s ease-in-out;
	  
}
/* Profile image header */
#profile-upper {
  position: relative;
}

#profile-d {
  position: absolute;
  left: 59px;
  bottom: 0px;
  right: 0px;
  height: 180px;
  z-index: 2;
}

#profile-banner-image {
  height: 360px;
  overflow: hidden;
  z-index: 1;
}

#profile-banner-image img {
  width: 100%;
  height: 100%;
    
}

#profile-pic {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  solid: 7px;
  /* border-style:  double  ;	 */
  /* color: #3B2E28; */
  /* border-width: 7px 7px 7px 7px;   */
  margin-top: 28px;
  overflow: hidden;
  box-shadow: 0 0 0 5px #fff;
  background-position: bottom;  
 
}

#profile-pic img {
  width: 100%;
  background-position: top:-100, right:-200; 
  
}

#u-name {
  position: absolute;
  top: 120px;
  left: 60px;
  color: #fff;
  font-family: "Tangerine", cursive;
  font-size: 46px;
  font-weight: 700;
}