/* my defs */
h2.small {
	font-size: 23px;
}

ul {
    display: block;
    list-style-type: disc;
    margin-top: 20px;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
}

.logotext {
	font-size: 300%;
	font-style: italic;
	#font-weight: bold;
	color:  #f4f6f7;
	/*margin: 50px 0;*/
	margin: 15px 0;
}

.logobackground {
	background-color:SteelBlue;
	height: 150px;
}

.logo {
    /*margin-bottom: 80px;*/
}

.lightgreybackground {
	#background-color:LightSteelBlue;
}

.featurette-enum {
	font-size: 120%;
}

.overview-enum {
	font-size: 120%;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f8f8f8;
}

/* Featurettes
------------------------- */
.featurette-background {
	background-color: #f8f8f8;
}

.featurette-margin {
	margin-top: 40px;
	margin-bottom: 40px;
}

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

/* WCAG - conformity */
a {
  color: #3176b0;
  text-decoration: none;
}

.text-muted {
  color: #6f6f6f;
}