main {
	padding: 1rem 2rem;
	/*aka padding: 1em 2em 1em 2em;
	 top, right, bottom, left */
}

video{
	width: 100%;
  height: auto;
}

header {
	background-image: url("../images/header-image.jpg"), linear-gradient(to left, grey, rgb(25, 60, 93));
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
}

header nav {
	font-weight: bolder;
	font-family: 'Open Sans', "Ariel";
	text-align: center;
	color: rgb(25, 60, 93);
	background-color: rgb(236, 236, 236);
}

nav a {
	font-family: 'Open Sans', "Ariel";
	text-align: center;
	color: rgb(25, 60, 93);
	padding: 3rem;
	margin: 0rem;
	display: inline;
}

header nav a{
	font-size: 1.5rem;
	display:block;
}

footer {
	height: auto;
	width: 100%;
	background-color: rgb(61, 61, 61);
	color: white;
	text-align: center;
	margin: auto;
	padding:0 2rem;
}

footer nav a {
	color: white;
	padding:2rem;
}

header img {
	padding-top: 1rem;
	padding-left: 4rem;
	max-width: 50%;
}

footer img {
	padding-top: 5rem;
	max-width: 50%;
}

img {
	width: 100%;
}

a {
	color: rgb(81, 156, 183);
	padding: 1rem;
	margin: 1rem;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline
}

aside{
	padding-right:3rem;
	padding-left: .5rem;
}

a>i {
	margin: auto;
	padding: .5rem;
}

h1 {
	font-family: 'Barlow', sans-serif;
	font-style: italic;
	color: rgb(140, 180, 82);
	margin-top: 0;
	margin-left: 1.5rem;
	padding-bottom: 1rem;
}

h2 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: x-large;
	color: rgb(25, 60, 93);
	padding: .25rem;
}

h3 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: large;
	display: block;
	color: rgb(25, 60, 93);
	padding: .5rem;
}

h4 {
	font-family: 'Barlow', sans-serif;
	padding: .5rem;
	font-weight: bold;
	font-size: medium;
	display: inline;
	color: black;
}

p {
	font-family: 'Barlow', sans-serif;
	font-size: medium;
	font-weight: lighter;
	display: inline-block;
	padding: .5rem;
}

button {
	background-color: rgb(140, 180, 82);
	border-style: none;
	font-weight: bold;
	display: block;
	text-align: center;
	color: white;
	margin: 0 auto .5rem;
	width: 90%;
}

a[role=button],
input[type='submit'] {
	background-color: rgb(140, 180, 82);
	border-style: none;
	font-weight: bold;
	display: block;
	text-align: center;
	color: white;

}
a[role=button]{
	margin: auto;
	width: 100%;
}

label,
textarea {
	font-family: inherit;
	font-family: 'Barlow', sans-serif;
	font-size: larger;
	box-sizing: border-box;
	width: auto;
	margin: 0;
	border-radius: 0px;
	color: rgb(25, 60, 93);
}

.info {
	border: 1.5px solid rgb(220, 220, 220);
	padding: 0;
	margin-left: 0;
	margin-bottom: 1rem;
}

.modal-content{
	color:black;
}

.modal-body > p > a{
	color:blue;
}

.modal-header, .modal-footer{
	width:100%;
	padding:0;
	text-align: center;
	margin:auto;
}

.modal-title{
	height:auto;
	text-align: center;
	width:auto;
	margin:auto;
}

.modal-header>button{
	text-align: right;
	display: inline;
	width:auto;
	padding:.25rem;
}

.modal-footer>button{
	width: 90%;
	padding:.5rem;
	margin:.5rem;
}

.radio {
	font-family: 'Barlow', sans-serif;
	font-size: small;
	font-weight: 100;
	color: black;
	display: inline-block;
	padding: .5rem;
}

input:not([type='submit']) {
	font-family: inherit;
	box-sizing: border-box;
	margin-bottom: 1rem;
	border-radius: 0px;
	color: rgb(25, 60, 93);
}

/*Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	.mobhide {
    display: none;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 769px) {
	header nav a{
		font-size: 2.5rem;
		display:inline;
	}
}

/*print needs more work*/
@media print {
	header,
	nav,
	footer,
	.preview {
		display: none;
	}
	.collg4 {
		width: 33%;
	}
}

@media screen and (max-width: 1366px) and (orientation: landscape),
(max-width: 736px) and (orientation: portrait) {
	.preview p
	/*, .preview img*/
	/*images too? or just paragraph preview?*/
	{
		display: none;
	}
}

.col-sm-offset-4 nav {
	text-align: center;
	padding: 1rem;
	color: rgb(25, 60, 93);
	margin: 0;
	background-color: rgb(220, 220, 220);
}

.checkout {
	padding-top: 2rem;
	padding-right: 3rem;
	float: right;
	text-align: right;
	color: white;
}

.sr-only {
	position: absolute;
	left: -100000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden
}

.dog {
	width: 30%;
	min-width: 20rem;
}

.c1 img {
	width: 90%;
	height:auto;
	max-width: 40rem;
	padding-bottom: 1rem;
}

.c1{
		text-align: center;
}

.demonstration {
	transform: scale(0.8);
}

.added-cart {
	background-color: rgb(67, 67, 67);
}

.blog,
#maincontent {
	display: flex;
	align-items: flex-start;
	flex-flow: row wrap;
	justify-content: space-around;
}
