html {
	scroll-behavior: smooth;
  }
body{
	max-width: 100%;
    overflow-x: hidden;
    background-color: black;
    -webkit-user-select: none;
     -moz-user-select: -moz-none;
      -ms-user-select: none;
		  user-select: none;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.header{
    width: 100%;
    /*display: none;*/
    padding: 0;
    top: 0;
    z-index: 99;
    height: auto;position: fixed;
	background-color: #0a0c18;
}
.header_name {
    font: 400 45px/1.3 'Arizonia', Helvetica, sans-serif;
    color: #eb8140;
    text-shadow: 4px 4px 0px rgba(0,0,0,0.1); 
  }
.logo_div{
    padding: 5px;
    margin: 0;
}
.logo{
	height: 50px;
	width: 50px;
}
.navbar{
    background-color: #01030c;
}
*{padding:0;margin:0;}


.label-container{
	position:fixed;
	bottom:48px;
	right:105px;
	display:table;
	visibility: hidden;
}

.label-text{
	color:#FFF;
	background:rgba(51,51,51,0.5);
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	border-radius:3px;
}

.label-arrow{
	display:table-cell;
	vertical-align:middle;
	color:#333;
	opacity:0.5;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:rgb(204, 99, 0);
	color:#FFF;
	border-radius:50px;
	outline: none;
	border: none;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	font-size:24px;
	margin-top:18px;
}

a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover + div.label-container{
  visibility: visible;
  opacity: 1;
}
.nav-item{
	padding: 10px;
}
.modal-backdrop {
	background-color: rgb(29, 17, 10);
 }
 .modal-content{
	background-color : black;
 }
 .form-title{
	 color :  #eb8140;
 }
 .close{
	 color : red;
 }
 .send-btn{
	 color : white;
	 background-color:  #eb8140;
 }
 .skill_nav:hover{
	cursor : pointer;
}
.footer{
	width: 100%;
	text-align: center;
	color: rgb(231, 160, 66);
}
#about{
	font-family: Pacifico;
	word-spacing: 5px;
}
.content-main{
	min-height: 400px;
}
#services{
	background-color: black;
}
.picon{
	font-size: 50px;
}
.panel-heading{
	font-size: 20px;
}
.list-group-item{
	background-color: transparent; color : rgb(223, 212, 154);
}
.panel-body{ margin-top : 5%}
.panel-heading{color: rgb(255, 153, 0);text-align: center;}
