/* Global */

body {
background-color: #ffffff !important;
}

i {
font-family: fontawesome !important;
font-style: normal !important;
outline: none !important;
}

* {
    outline: none !important;
}

i {
   color: #000000 !important;
   font-size: .95em;
}

.fa {
    font-size: inherit !important;
}

.fa-etsy::before {
  font-size: .8em;
}

.backgroundimg {
  display: grid;
  height: 100%;
  padding-top: 30px;
  background-color: #ffffff !important;
}

.center-fit {
  max-width: 90%;
  max-height: 75vh;
  margin: auto;
}

a.navbar-brand {
    padding-left: 35px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;  /* Navbar size */
    padding-top: 20px;
    color: #000000 !important;
    background-color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    padding-right: 50px;
    padding-top: 20px;
    font-weight: 600;
    color: #000000 !important;
  	font-size: 15px;  /* Navigation size */
    background-color: #ffffff !important;
}
.header_image img {
    max-width: 100%;
    position: relative; 
    left: 35px;
}

.bg-light {
  background-color: #ffffff !important;
}

.footer {
  display: inline-flex;
  position: absolute !important;
  bottom: 0;
  height: 40px;
  background-color: #ffffff !important;
  width: 100%;
  color: black;
  padding-left: 65px;
}
footer#footer {
  background-color: #ffffff !important;  
}
.footer a {
  padding-left: 30px;
}
.footer {
  width: 100%;
  text-align: center;
  background-color: #ffffff !important;
}
.footerwrap {
  display: inline-block;
  padding: 3px;
  background-color: #ffffff !important;
}
#firstsocial {
  padding-left: 0px;
}
#legal {
 display: inline;
 padding-left: 45px;
 color: #000000;
}

/* Media Queries */
@media only screen and (max-width: 800px) {
.navbar-brand {
    padding-left: 25px;
}
}
@media only screen and (max-width: 800px) {
.navbar-brand {
    padding-left: 0px;
}
.navbar-light .navbar-toggler {
    color: black;
    border-color: white;
    border-bottom: 0px solid #ffffff !important;
}
.navbar-light .navbar-toggler-icon {
    background-image: none !important;
}
.navbar-toggler-icon:hover {
    text-decoration: none !important;
    border: 0px !important;
}
.navbar-light .navbar-nav .nav-link {
    padding-left: 15px;
}
i:focus {
  outline: 0 !important;
}
.footer {
  display: block;
  position: relative;
  padding-left: 0px;
  margin: 0 auto;
  text-align: center;
  height: 30px;
}
.header_image img {
    max-width: 100%;
    position: relative; 
    left: 10px;
}
}

/* Start navbar icon set  */
.navbar .header_image {
    max-width: 100%;
    width: 175px;
}
.navbar {
    padding: 15px 30px;
}

@media(max-width:767px){
	.navbar .header_image { width: 140px }
	.navbar { padding: 15px }
}
/* End nav bar css */


