* {
  box-sizing: border-box;
}
#tagline	{
				font-weight:700;
				color:#211D70;
				text-shadow: 1px 1px #c0c0c0;
			}
/*  */
.parent {
			padding-top:2em;
			width:99%;
			display: flex;
			align-items: stretch;
		}
		


/* Position the image container (needed to position the left and right arrows) */
.container2 {
			  position: relative;
			  float:left;
			  width:65%;
			  margin-bottom:4em;
			}

/* Hide the images by default*/
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "previous button" to the left */
.prev {
  left: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numberText {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 33.33%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

#topPic	{
			background-repeat: no-repeat;
			background-size:100%;
			background-position:center right;
			height:10vw;
			margin-top:1vw;
			}	
			
#tagline	{
	font-size:4vw;
	padding-top: 2vw;
	font-weight:700;
	color:#c0c0c0;
	text-shadow: 2px 2px #211D70;
	margin: auto;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

#productInfo	{
					position: relative;
					float:left;
					width:30%;
					margin-left: 1em;
					padding-left:1em;
					padding-right:1em;
					padding-top:0;
					text-align:left;
					background-color: #eeeeff;
					border-top-right-radius:3em;
					border-bottom-left-radius:3em;
					margin-bottom:4em;
				}
.parent2 {
			position: relative;
			float:left;
			width:45%;
			display: flex;
			align-items: stretch;
			flex-direction: column;
			justify-content: space-between;
			padding-left:1em;
		}
		
#right	{
				position: relative;
				float:right;
				width:53%;
			}
			
#small	{
			width:50%;
		}
		
#text	{
			padding: 1em 1em 0em 1em;
			width:99%;
			background-color: #eeeeff;
			border-top-left-radius:3em;
			border-bottom-right-radius:3em;
			flex-grow: 4;
			margin:0.5em 1em 1em 0em
		}
		
#right_pic	{
				width:99%;
			}
			
#small_pic	{
				width:99%;
			}

@media screen and (min-width: 1200px)
{

	#back	{
			margin: 1rem;
			float:left;
			}
	#back2	{
			text-decoration: none;
			display: inline-block;
			padding: 0.8rem 1.6rem;
			font-size:0.8rem;
			}
	#topPic	{
			background-repeat: no-repeat;
			background-size:100%;
			background-position:center;
			height:10rem;
			margin-top:1rem;
			}
		
	#tagline	{
				font-size:3rem;
				}
}	
@media screen and (max-width: 600px)
{
			
	.previous 	{
					font-size:1vw;
				}
	.parent  	{
					flex-wrap: wrap;
				}
	.parent2	{
					width:100%;
				}
	.container2 {
					position: relative;
					float:left;
					width:100%;
					margin-bottom:4em;
				}
#productInfo	{
					position: relative;
					float:left;
					width:100%;
					margin-left: 1em;
					padding-left:1em;
					padding-right:1em;
					padding-top:0;
					text-align:left;
					background-color: #eeeeff;
					border-top-right-radius:3em;
					border-bottom-left-radius:3em;
					margin-bottom:4em;
				}
#right	{
			position: relative;
			float:right;
			width:100%;
		}
			
#small	{
			width:100%;
		}
		
#text	{
			padding: 1em 1em 0em 1em;
			width:100%;
			background-color: #eeeeff;
			border-top-left-radius:3em;
			border-bottom-right-radius:3em;
			flex-grow: 4;
			margin:0.5em 1em 1em 0em
		}
}


@media screen and (max-width: 1199px)
{

	
	#back	{
			margin: 1vw;
			float:left;
			}
	#back2	{
			text-decoration: none;
			display: inline-block;
			padding: 0.8rem 1.6rem;
			font-size:0.8rem;
			}
}