@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');

.main-content
{
	max-width: 800px !important;
}
.top-banner
{
	width: 100%;
	height: 130 px;
}
.top-logo
{	
	width: 130 px;
	height: 130 px;
	display: inline-block;
}
.top-title
{
	height: 130 px;
	display: inline-block;
	width: -webkit-calc(100% - 130px);
    width:    -moz-calc(100% - 130px);
    width:         calc(100% - 130px);
}

h1
{
	font-family: 'Comic Neue', cursive;
	font-weight: bold;
	font-style: italic;
	font-size: 2em;
}
h2
{
	font-family: 'Comic Neue', cursive;
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
}
h3
{
	font-family: 'Comic Neue', cursive;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
}
p
{
	font-family: 'Itim', cursive;
}
hr
{
	height: 1px;
	background-color: #000000;
	border: none;
}
.footer
{
	background-color: #eada52;
	min-height: 120px;
}
a.footer-links
{
	color: #000000;
	text-decoration: underline;
	text-decoration-color: red;
}
a.footer-links:hover
{
	color: #000000;
	text-decoration: none;
}
a.footer-links:visited
{
	color: #000000;
	text-decoration: underline;
	text-decoration-color: red;
}
.footer-logo
{
	background-image: url("../images/bttm-logo.png");
	background-repeat: no-repeat;
	background-position: center left;
	min-height: 100px;
	padding-left: 180px;
	margin-top: 15px;
}
.center
{
	text-align: center;
}
.pic-desc
{
	background-color: #f8fdac;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Menu Buttons */
.menu-button {
	border-radius: 20px;
	background: linear-gradient(to bottom, #c60000 0%, #700000 100%);
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Comic Neue', cursive;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 5px;
	width: 150px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
  }

  .menu-button:hover {
	background: linear-gradient(to bottom, #1f6600 0%, #4fc600 100%);
  }
  
  .menu-button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
  }
  
  .menu-button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
  }
  
  .menu-button:hover span {
	padding-right: 25px;
  }
  
  .menu-button:hover span:after {
	opacity: 1;
	right: 0;
  }

  /* Social Button */
  .soc-button {
	border-radius: 20px;
	background-color: #ffffff;
	border: #000000 2px solid;
	color: #000000;
	text-align: center;
	font-family: 'Comic Neue', cursive;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 3px;
	width: 190px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
  }

  .soc-button:hover {
	background-color: #000000;
	color: #ffffff;
  }
  
  .soc-button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
  }
  
  .soc-button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
  }

  .tt-button
  {
	background-image: url('../images/soc-tt.png');
	background-position: left center;
	background-repeat: no-repeat;
  }
  .tt-button:hover{
	  background-image: url('../images/soc-tt-w.png');
  }

  .ig-button
  {
	background-image: url('../images/soc-ig.png');
	background-position: left center;
	background-repeat: no-repeat;
  }
  .ig-button:hover{
	  background-image: url('../images/soc-ig-w.png');
  }

  .tw-button
  {
	background-image: url('../images/soc-tw.png');
	background-position: left center;
	background-repeat: no-repeat;
  }
  .tw-button:hover{
	  background-image: url('../images/soc-tw-w.png');
  }

  .fb-button
  {
	background-image: url('../images/soc-fb.png');
	background-position: left center;
	background-repeat: no-repeat;
  }
  .fb-button:hover{
	  background-image: url('../images/soc-fb-w.png');
  }
  
  @media screen and (max-width: 500px) {
  .col-sm-3, .row {
    width: 410px;
  }
}