.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}


/*
body {
    font-family: 'Source Sans Pro', sans-serif; 
    font-weight: 200; 
    color: #000;
    font-size: 13px;
    margin:0px;
}


#container {
    background-color: #f00;
    width: 96%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.guide {
    width: 300px;
    height: 225px;

    background-color: #00f;
    margin: 5px;
    padding: 20px;

    
    position: relative;
    display: inline-block;
    
    
}


.overlay {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
}

.overlay_title {
    font-size:1.25em;
    background:rgba(0,0,0,0.7);
    padding:7px;
}

.overlay_description {
    font-size:1.1em;
    background:rgba(0,0,0,0.7);
    margin-top:0px;
    padding:4px;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.45);
}
.overlay_summary {
    font-size:0.95em;
    background:rgba(0,0,0,0.7);
    display: none;
    margin-top:8px;
    padding:0px;
    width: 100%;
}


.guide a:hover .overlay_summary {
    display:inline-block;
}
.overlay .overlay_summary li {
    padding:2px;
}
*/

/*

#platforms {
	margin-top:10px;
	margin-bottom:20px;
}
.platform {
	border: 1px solid #aaa;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 24px;
	padding-right: 24px;
	margin: 2px;
	display:inline-block;
}




/*
.header {
    background-color:#eee;
    padding:0px;
    margin:0px;
}

ul, li {
    font-size:1.4em;
}

nav ul, footer ul {
    font-size:1.3em;
    padding: 0px;
    list-style: none;
    font-weight: bold;
}
nav ul li, footer ul li {
    display: inline;
    margin-right: 20px;
}



a {
   //ackground-color:#333;
    padding-left:1px;
    padding-right:1px;
    text-decoration: none;
	border-bottom: 0.5px dashed #888;
    color:#000;
	font-weight:400;
   //font-weight: bold;              
}
a:hover {
    background-color:#1abc9c;
    color:#fff;
}
.center {
    text-align: center;
}
.section {
    font-size:30px;
    background-color:#eee;
    padding:10px;
}
h1 {
    font-size: 3em;
   //font-family:'Helvetica', 'Arial', 'Sans-Serif';
}
h2 {
    font-size: 2.2em;
   //font-family:'Helvetica', 'Arial', 'Sans-Serif';
}
h3 {
    font-size: 1.6em;
  //font-family:'Helvetica', 'Arial', 'Sans-Serif';
}
h5 {
    font-size:26px;
    //font-family: 'Source Sans Pro', sans-serif; font-weight: 200; color: #000;
}
p {
    font-size: 1.5em;
    line-height: 1.35em;
    color: #333;
}
li {
    font-size: 1.0em;
    line-height:1.35em;
}

footer {
    border-top: 1px solid #d5d5d5;
    font-size: .8em;
    width: 66%;
    margin:auto;
}

