@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Brawler');

.navbar {
    background-color: #F4F4F4;
}

a.navbar-brand {
    white-space: normal;
    word-break: break-all;
}

.navbar.center .nav-item{
    
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.navbar-nav {
    padding-top:5px;
}

main.pb-3 {
    padding-bottom: 0px!important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  background-color:#CCCCCC;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: Raleway, Helvetica, Arial, sans-serif;
}
.footer {
	margin-top:2em;
    width: 100%;
    white-space: nowrap;
	height:60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #838383;
    color: #F0EEF0!important;
}

.footer a {
    color:white;
    text-decoration:underline;
}

.sidebar {
    font-size: 1.1em;
    font-family: 'Brawler', serif;
    font-style: italic;
    color: #ADADAD;
}

h1 {
    font-size: 3.5em;
    font-weight: normal;
    font-family: 'Brawler', serif;
	color:#215028;
}

h2 {
    font-weight: normal;
    font-family: 'Brawler', serif;
    color: #444444;
    font-size:1.7em;
}

.homecontent h1 {
    width:80%;
    margin:30px auto 30px auto;
    text-align:center;
}

.homecontent h2 {
	text-align:center;
    margin-top:0.5em;
}

.homecontent p {
	font-family: 'Brawler', serif;
	text-align:center;
	font-size:1.5em;
}

    .homecontent p.speechright {
        float: right;
        width: 75%;
        padding-right:10%;
        padding-bottom:30px;
    }

.homecontent .monstercontainer {
    padding-top:75px;
}

h1 {

}

h2 {

}

p {

}

@media only screen and (max-width:525px) {
    .navbar-brand {
        margin:0 auto 15px auto;
    }

        .navbar-brand img {
            width: 100%;
        }

    .navbar-toggler {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}

@media only screen and (min-width:526px) {
    .navbar-brand {
    }

        .navbar-brand img {
            
        }
}