h1 {
	margin-top: 30px;
	margin-bottom: 20px;
}

h2 {
	margin-top: 40px;
	margin-bottom: 10px;
}

p{
	text-align: justify;
}

body {
}

header img{
	width: 100%;
}

header .headerimg-desktop {
	display: block;
} 

header .headerimg-mobile {
	display: none;
}

#content{
	font-size: 1.2em;
	padding-bottom: 70px;
	min-height: 500px;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.noborder {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.img-float-left {
	max-width: 400px;
	max-height: 300px;
	margin: 5px 10px 5px 0px;
	float: left;
}

.img-float-right {
	max-width: 400px;
	max-height: 300px;
	margin: 5px 0px 5px 10px;
	float: right;
}

.img-full {
	max-width: 98%;
	margin:1%;
	float: left;
}

.img-table {
	max-width: 150px;
}

footer{
	background-color: #222;
	color: #9d9d9d;
	padding-top: 20px;
	padding-bottom: 20px;
}

ul{
	padding-left: 0;
	list-style: none;
	list-style-position: inside;
}

.ul_styled{
	list-style: circle;
	list-style-position: inside;
}

.btn-maxwidth {
	width: 100%;
}

.btn-amazon {
	background-color: #F90;/*#727473;*/
	color: #fff;
}

.btn-amazon:hover {
	background-color: #D70;/*#525453*/;
	color: #fff;
}

.btn-dji {
	color: #fff;
	background-color: #F90;/*#727473;*/
}

.btn-dji:hover {
	background-color: #D70;/*#525453*/;
	color: #fff;
}

/*.embed-container {
  position: relative; 
  padding-bottom: 56.25%;  ratio 16x9 
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  max-width: 100%; 
  max-height: 100%; 
}*/

@media (max-width: 768px) {
	
	header .headerimg-desktop {
		display: none;
	} 
	header .headerimg-mobile {
		display: block;
	}
	
	.img-float-left, .img-float-right, .img-full {
		width: 100%;
		margin: 10px 0px 10px 0px;
		float: none;
	}
}