﻿/*main body appearence*/
body {
	padding-left: 1em;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	color: 	black;
    background-color: #bbddff;
}

h3 {
	text-align:left;font-family:Arial, Helvetica, sans-serif;color:blue;
}

/*set picture dimensions and make picture dynamic*/
img {
	max-width: 80%;
	height: auto;
	}

/*picture*/
.img-display {
	display: block;
	/*margin-left: auto;*/
	margin-left: 10px;
	margin-right: auto;
	margin-bottom:50px;
}

.div-buttons {
	margin:5px;
	float:left;
	margin-bottom:70px;
	}

/*menu button appearence*/
.menu-button-style {
	font-size: large;
	font-weight: bold;
	background-color: #b3b3b3;
	border-style: solid;
	border-color: #b3b3b3;
	border-width: 30px 30px 30px 30px;
	border-radius: 10px;
}

/*removes line under each menu item*/
a {
	text-decoration: none;
}

/*picture information table*/
#pictinfo {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#pictinfo td, #pictinfo th {
    border: 1px solid #ddd;
    padding: 8px;
}

#pictinfo tr:nth-child(even){background-color: #cce6ff;}
#pictinfo tr:nth-child(odd){background-color: #b3d9ff;}
#pictinfo td:nth-child(odd){width:10%;}

#pictinfo th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}


