
* {
 box-sizing: border-box;
}
*:before,
*:after {
 box-sizing: border-box;
}


html,
body {
 height: 100%;
 position: relative;
}

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #f8f9fa;
}

/** for the footer */
.main-container {
 min-height: 100vh; /* will cover the 100% of viewport */
 overflow: hidden;
 display: block;
 position: relative;
 padding-bottom: 270px; /* height of your footer */
}

#content {
  margin-right: auto;
  margin-left: auto;
  max-width: 880px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}


#content .intro {
  font-size: 110%;
  margin-bottom: 20px;
}

#content a{
  color: #c4353c;
  font-weight: bold;
  /*text-decoration: none;*/
}

#top-bar {
  margin-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
}

#top-nav {
  font-size: 130%;
}

#top-nav a{
  color: #484848;
  font-weight: bold;
}

.attention-box {
  background-color: #f0f2f4; 
  clear: both; 
  padding: 10px; 
  background-color:#f5dbdb; 
  text-align: center
}

.grey-box {
  background-color: #f0f2f4;
  margin-top: 25px;
  margin-bottom: 25px;
}


.profile-pic {
  float: left; 
  margin: 7px; 
  margin-right: 10px; 
  text-align: center;
}

/** Footer */
footer {
  background-color: #c4353c;
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#footer {
  margin-right: auto;
  margin-left: auto;
  max-width: 880px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
}

#footer a{
  color: white;
  font-weight: bold;
  text-decoration: underline;
}


h1, h2, h3, h4 {
  font-weight: 700;
  margin-top: 10px;
  clear: both;
}


h1 {
  text-align: center;
  padding: 10px;
}

.home{
  text-align: left;
  padding-left: 0px;
  font-size: 130%;
  font-weight: bold;
}
/*

.navbar-footer a:link{
  color: white;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  font-weight: 700;
}

h2 {
  margin-top: 10px;
}
#content-wrapper {
  margin: 0px;
}



#header-wrapper {
  margin-left: calc((100% - 850px) / 2);
  width: 850px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #f8f9fa;
}

#header-wrapper h1 {
  color: #c4353c;
}

#header-wrapper #top-nav{
  font-size: 120%;
}

#header-wrapper #top-nav a:link, #header-wrapper #top-nav a:visited{
  color: #484848;
  font-weight: bold;
}

#home-link a:link, #home-link a:visited, #home-link a:hover{
  font-weight: normal;
  color: #c4353c;
}



#content h2 {
  clear: both;
}

#content a:link, #content a:visited{
  color: #c4353c;
  font-weight: bold;
}

*/
