@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");

body {
  background-color: #000000;
}

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  float: left;
}

.flex-start { 
  -webkit-align-items: flex-start;
  align-items: flex-start; 
}

.flex-end { 
  -webkit-align-items: flex-end; 
  align-items: flex-end; 
}
.flex-end li {
  background: gold;
}

h6{
  font-size: .5rem;
}

ul{
  padding-inline-start: 0px;
}

.dropdown-menu{
  min-width: 20rem;
}

div.titleText{
  color: white;
}

div.titleDate{
  font-size:0.5rem;
  color: grey;
}

.navbar-brand{
  border-right: 2px solid rgba(255,255,255,0.1);
  padding-right: 28px;
  padding-left: 10px;
}

.top-buffer{ 
	margin-top: 55px;
	margin-bottom: 75px;
}

.top2{ 
  margin-top: 100px;
  margin-bottom: 75px;
}

.top3{ 
  margin-top: 75px;
  margin-bottom: 75px;
}

.col-sm-3 {
  position: relative;
}

.logo{
  width: 30%;
}

.partPicker{
  list-style: none;
}

.img-responsive {
  margin-left: auto;
  margin-right: auto;
}

.sponser{
    display:flex;
    margin:auto;
    flex-direction: column;
    justify-content: center;
}

.jumbotron {
    padding: 2rem 2rem;
}

.btn-align {
    padding: 6px 12px;
    line-height: 1.42857143;
    vertical-align: middle;
}

.carousel-item {
  height: 700px;
  min-height: 350px;
  max-height:500px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.05em;
  stroke-width: 1;
}

.services-icon {
  margin-bottom: 20px;
  font-size: 30px;
}

.bgc2, .vLine, .hLine {
    background-color: #0F52BA;
}

.quote-icon {
  font-size: 40px;
  margin-bottom: 20px;
}
.services-icon {
    font-size: 60px;
    margin-left: 2rem;
}

a.blackLink{
  color: white;
}

.socialmediaLinks{
  font-size: 2rem;
}

/* The title link */
div#auction-nudge-items .an-title a {
  color: white;

}
div#auction-nudge-items .an-title {
  border-bottom-color: grey;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
/* The price */
div#auction-nudge-items .an-price {
  color: red;
}
/* Time left label */
div#auction-nudge-items .an-ends .an-label {
  color: grey;
}
/* Time left */
div#auction-nudge-items .an-ends .an-time {
  color: grey;
}
/* View item link */
div#auction-nudge-items .an-view a {
  color: white;
  display:none;
}
div#auction-nudge-items ul#an-page-bot {
  background: black;
  color: white;
  font-size: 1rem;
} 
div#auction-nudge-items ul#an-page-top {
  background: black;
  color: white;
  font-size: 1rem;
} 
div#auction-nudge-items ul.an-page-wrap li {
  background: #343a40!important;
  padding: 5px;
  border-radius: 10px;
}
#auction-nudge-items .image-container img {
  /* Change this number to match the specified the 'image size' value */
  padding: 2px;
  border-radius: 50% !important;
  border-color: white;
  border-style: solid;
  height: 100px;
  width: 100px;
}
