/* YOUR CUSTOM STYLES */
header.masthead{position:relative;width:100%;height:100%;background:url(../images/bg-pattern.png),linear-gradient(to left,#2E2E2E,#2E2E2E)}

body {
	font-family:century gothic;
	font-size:16px;
	color:rgba(255, 215, 12, 0.92);
	background-color:#2E2E2E;

}


.top-nav-collapse {
    background-color: #2E2E2E !important; 
}
.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}
@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #2E2E2E !important;
    } 
}

.pb-3 {
	padding-top:1px;
}
a {
	color:rgb(235, 199, 15);
}
a:hover{
	color:white;
}

p {
	color:white;
}

.md-form .prefix~input, .md-form .prefix~textarea {
	color:white;
}

#fixedbutton {
    position: fixed;
    bottom: 35px;
    right: 0px; 
}

/* Scrollbar */

::-webkit-scrollbar {
    width: 11px;
}
/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(235, 199, 15);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
   background: rgb(235, 199, 15);
}
                
#return-to-top {
    position: fixed;
    bottom: 15px;
    right: 10px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 5px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #b8860b;
    margin: 0;
    position: relative;
    left: 16px;
    top: 10px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #b8860b;
    top: 5px;
}





/*
.social .link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px dashed #3B5998;
  background-clip: content-box;
  padding: 10px;
  transition: .5s;
  color: #D7D0BE;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 50px;
}

.social .link span {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social .link:hover {
  padding: 20px;
  color: white;
  margin-left: -5px;
  transform: translateX(10px) rotate(360deg);
}

.social .link.facebook {
  background-color: #3B5998;
  color: white;
}

*/
























