
/* Start of my code 

* {
  box-sizing: border-box;
} */

/* .row::after {
  content: "";
  clear: both;
  display: table;
} */  

/* html {
  font-family: "Lucida Sans", sans-serif;
} */

body{
  padding: 1%;
  margin: 1%;
  font-size: 12px;
}

.feedback{
	width: 75%;
	padding: 5%;
	margin: 2%;
	font-size: 1.0em;
	border: 2px solid blue;
	text-align: center;
}

/* Style the header */
header {
  width: 100%;
/*  height: 10%; */
  background: linear-gradient(#801515 0%, #FFACAA 100%);
  color: #ffffff;
  padding: 1%;
  text-align: center;
  font-size: 1.0rem;
/*  color: white;  */
}
/* styling links */
.navigation ul { 
   list-style-type: none; 
   display: inline-block;
   background-color: #4AC2C2;
   width: 65%;
/*   height: 50px;   */
   font-family: Arial;
   font-size: 1em;
   padding: 0px;
   margin-bottom: 5px;
} 

 .navigation li{
    display: inline-block;
    
}

.navigation a {
    display: inline-block;
    color: #0006cc;
    background-color: #ffffff;
   margin: 0%;
    padding: 0%;
    font-size: .75em;
/*    border: 1px solid #000000;
    border-radius: 15px; */
    text-decoration: none;
}

.navigation a:hover {
    color: #000000;
    border-radius: 0;
        
}

/*Drop down menu of Favorites */
.dropBtn {
  display: inline-block;
  color: white;
  text-align: center;
/*  padding: 5px 6px;  */
  text-decoration: none;
} 

li a:hover, .dropdown:hover .dropBtn {
  background-color: red;
}

li.dropdown {
  display: inline-block;
}

.dropdownContent {
  display: none;
  line-height: .5em;
  position:absolute;
  background-color: #f9f9f9;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdownContent a {
  color: #000000;
  padding: 5px 6px;
  display: block;
  text-decoration: none;
  
}

.dropdownContent a:hover {
	background-color: #f1f1f1;
}

.dropdown:hover .dropdownContent {
  display: block;
}

/* styling bourbon buttons */
/* article ul a[href*=".html"]{
    display: inline-block;
    width: 15%;
    height: 45px;
    background: #00ffff;
    opacity: .6;
    color: #0000ff;
    text-decoration: none;
    text-align: center;
    vertical-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 20%;
    margin-bottom: 0%;
    padding-top:10px;
}

ul a[href*=".html"]:hover{
	background: #ff0000;
	opacity: 1.0;
} */

button {
	display: inline;
	padding: 1%;
	margin: 3% auto;
	font-size: .75rem;
}

button:hover {
	background-color: red;
	opacity: 1.0;
}

#sub {
	position: relative;
 	top: 0%; 
  	left: 10%;
  	display: flex;
  	flex-wrap: wrap; 
	align-content: center; 
	font-size: 0.95rem;
	text-align: center;
  	color: blue;
/*	font-weight: bold; */
	width: 70%;
/*	transform: translate(0%,20%);
 	 -ms-transform: translate(0%,0%); */
}
#button-like {
	display:  inline;
	color: blue;
	text-align: left;
	font-size: 1.0em
}

#button-dislike {
	display: inline;
	color: blue;
	text-align: left;
	font-size: 1.0em
}

 
/* h2{
   font-size: 150%;
   text-align: center;
} */

.myDiv {
  border: 8px solid Tomato;
  width: 100%;
  height: 300px; 
  background: #00FFFF;
  padding: 20px;
  
}
.secondDiv {
  display: inline-block;
  float: left;
  border: 8px solid #55276f; /* dark purple */
  width: 50%;
  height: 500px;
  background: #FFE4C4;
  padding: 10px;
}

.thirdDiv {
  border: 2% solid Tomato;
  padding: 2%;
  font-size: 1.25em;
/* width: 50%;
   float:left;  */
  background-color: linen; /* #ff51ff; */
/*  background-image: url("../allimages/IMG_1497.jpg")
  background-size: 25% 25%; */
  height: 500px;
  overflow: visible auto;
}

img {
   display: inline-block;
/*   float: left; */
   margin: 1px;
   width: 60%;
   height: 75%;
}
#image{
   background-repeat: no-repeat;
   margin:0 auto;
}

.highlight {
   display: block;
   width:65%;
   height:65%;
    margin: 0 auto;
   
}

/*img:hover {
   width: 100%;
   height: 100%;
}*/

/* Clear floats after the columns /* 
section::after {
  content: "";
  display: table;
  clear: both;
} 

/* Create two columns/boxes that float next to each other 
div {
  float: right;
  display: inline-block;
  border:8px solid violet;
  width: 50%;
  height: 500px;
  background-color: linen;
  padding: 30px;
} */

#plaintext {
    font-size: 1.25em;
}

article {
  
  display: inline-block;
  border: 8px solid violet;
  padding: 2%;
  font-size: 1.25em;
  width: 100%;
  background-color: linen; /*#ff51ff;*/
  height: 500px;
}


aside {
	float: right;
	width: 15%;
	height: 500px;
}

footer {
  display: inline-block;
  width:100%;
  line-height: 30px;
  background-color: #9933cc;
/*  padding: 30px;   */
  text-align: center;
  color: white;
  clear: both;
}
footer.navigation {
	font-size: 2em;
}

.shot {
	display: inline-block;
	width: 50%;
	background-color: linen;
	color: black;
	border: 2px solid black;
	padding: 10%;
	margin: 10%;
}

#bottom {
	color: white;
	}

/* Clear floats after the columns */
section::after {
  content: "";
  display: table;
  clear: both;
}


/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
@media (max-width: 600px) {
  div, article {
    width: 100%;
    height: auto;
}

/* Clear floats after the columns */
section::after {
  content: "";
  display: table;
  clear: both;
} 

}