/*!
 * Start Bootstrap - One Page Wonder (https://startbootstrap.com/template-overviews/one-page-wonder)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

header.masthead {
  /* background: url('https://unsplash.it/1900/1080?image=304') no-repeat center center scroll; */
  background: url('../images/banner.svg') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

header.masthead>.overlay {
  padding: 5rem 0;
  text-align: center;
  /*background: rgba(0, 0, 0, 0.6);*/
}

@media (min-width: 992px) {
  header.masthead>.overlay {
    padding: 8rem 0;
  }
}

 img.rightfloat {
    display: inline-block
    float: right;
  }
  img.storelink {
    min-width: 100px;
    height: auto;
  }
 ol {
     counter-reset: li;
     margin-left: 0px;
     padding-left: 0px;
 }

 ol > li {
     position: relative;
     margin: .5em 0 6px 2em;
     padding: 4px 4px;
     list-style: none;
     border: 0px solid #666;
     text-align: left;
 }

 ol > li {
 	position: relative;
 	margin: .5em 0 6px 2em;
 	padding: 4px 4px;
 	list-style: none;
 	border: 0px solid #666;
 	text-align: left;
 }
 ol > li::before {
 	content: counter(li);
 	counter-increment: li;
 	position: absolute;
 	top: 0px;
 	left: -2em;
 	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
 	width: 2em;
 	margin-right: 0px;
 	padding: 4px;
 	border: 1px solid #666;
 	color: #000;
 	text-align: center;
 }
img.brdimg {
     margin: 8px 0px 0px 0px;
     background-color: #0092d1;
     padding: 10px;
 }
div.cta-1 {
  width: 100%;
  padding: 1rem;
  text-align: center;
}
.soc-div {
  float:right;
}
