/* Three columns side by side */
.column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
}
a:link {
	color: rgba(0,0,0,1);
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgba(0,0,0,1);
}
a:hover {
	text-decoration: underline;
	color: rgba(162,75,8,1);
}
a:active {
	text-decoration: none;
	color: rgba(0,0,0,1);
}
.columns {
}
/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}
}
#main {
	background-color:rgba(140,140,140,1.00);
	height:250em;
	float:right;
	
	width:60%;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"
	color:#483054
	font-size:14em;
	line-height: 22em;
	padding:25em;
	margin:10em 50em 20em 0em;
}
#sidebar {
	background-color:rgba(162,75,8,1.00);
	height:250em;
	float:left;
	width:20%;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"
	color:#483054;
	font-size:14px;
	line-height:22px;
	text-align:center;
	padding:25px;
	margin:10px 0px 20px 50px;
	
}
.box-set {
  overflow: auto;
}


/* Add some shadows to create a card effect */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Some left and right padding inside the container */
.container {
    padding: 0 16px;
}

/* Clear floats */
.container::after, .row::after {
    content: "";
    clear: both;
    display: table;
}

.title {
    color: orangered;
}

.button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.button:hover {
    background-color: #555;
} 
