	@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
	
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .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;
      }
	  
	  .esk-logo IMG
	  {
		width:100px;
	  }
	  
	  .esk-h1
	  {
		padding-left:50px;		
	  }
	  
	  .esk-h1-container
	  {
		background-image:url('../img/Separator_vertical.png');
		background-repeat: no-repeat;
		background-position:left top;
		font-family: 'Fjalla One', sans-serif;
	  }
	  
	  .esk-h2
	  {
		font-family: 'Fjalla One', sans-serif;
		color:#f4b223;
	  }
	  
	  
	  .esk-h3
	  {
		font-family: 'Fjalla One', sans-serif;
		color:#000000;
	  }
	  
	  body
	  {
		background-image:url('../img/bckg_top.png');
		margin: 0;
		padding: 0;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		margin-top: -1px;
	  }
	  
	  .esk-label
	  {
		font-weight:bold;
		font-family: 'Fjalla One', sans-serif;
	  }
	  
	  .esk-value
	  {		
		font-family: 'Fjalla One', sans-serif;
		font-size:16px;
	  }
	  
	  .esk-badge-container IMG
	  {
		width:100%;
	  }
	  
	  .esk-left-panel .esk-label
	  {
		background-image:url('../img/bullet.png');
		background-repeat: no-repeat;
		background-position:center left;
		padding-left:30px;
		line-height:30px;
	  }
	  
	  .esk-right-panel
	  {
		background-image:url('../img/Separator.png');
		background-repeat: no-repeat;
		background-position:right bottom;		
	  }
	  
	  .esk-skills
	  {
	  
		display:flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: space-around;
		justify-content: space-between;
	  
	  }
	  

	  .esk-skillbutton
	  {
		--bs-btn-border-radius:2rem;
		font-family: 'Fjalla One', sans-serif;
		color:black;
		border-color:#f4b223;
		font-size:1em;
		margin-bottom: 25px;
	  }