.text-md {font-size:1.4em;}
body {
background-color:white;
padding-left: 2.5%;
padding-right: 2.5%;
font-family: "Lato", serif;
}
input, label{
  display: inline;
  background-color: #ccc;
  border:1px #ccc solid;}
.center {text-align: center;
}
footer {
width:100%;
float:left;
text-align:center;
}
h1 {
background-color: white;
margin:0;
padding: 14px 16px;
text-align: center;
font-family: 'Sorts Mill Goudy', serif;
}
h2 {
background-color: white;
margin:0;
padding: 1em 0px 0 0;
font-size:1.6em;
}
h3 {
margin: 0.5em 0;
padding: 1em 0px 0 0;
background-color: White;
}
ul {
margin: 0;
padding-top: 0;
}
#navbar {
margin: 0;
padding: 0 25%;
list-style-type: none;
overflow: hidden;
text-align: center;
Background-color: black;
width: 50%;
}
.navbar-list {
float: left;
text-align: center;
width: 25%;
min-width: 100px;
}
#listing {
display: inline;
color: black;
padding: 0;
text-decoration: none;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
color: white;
}
ul#social-links > li > a, .blue {color:blue!important;text-align: left;}
img {
width: 50%;
margin: 2em 10px 10px 0;
float: left;
padding-right: 0px;
pointer-events: none;
clear: none;
}
#list-r {
width: 200px;
height: 200px;
float: right;
padding-left: 20px;
}
p {
padding-top: 5px;
border-bottom-color: black;
font-size: 1.15em;
}
div {
padding: 0;
float: left;
clear: both;
width: 100%
}
@media only screen and (max-width: 720px) {
p {
font-size: 1em;
}
img {
width: 100%;
margin: 2em 0;
float: left;
padding-right: 0px;
}
}

.active{font-weight: bold;
text-decoration: underline;
}
a{text-decoration: none;
}
a:hover{text-decoration: underline;
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px 0 0;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 32%;
  padding: 0 8px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
  #navbar {
    padding: 0 0;
    width: 100%;
  }
  .navbar-list {
    width: 25%;
    min-width: 25%;
    font-size: 0.8em;
  }
}


  /* Add a black background color to the top navigation */
 .topnav {
  background-color: #000;
 overflow: hidden;
}
/* Style the links inside the navigation bar */
.topnav a{
 float: left;
 display: block;
 color: #f2f2f2;
 text-align: center;
 padding: 10px 12px;
 text-decoration: none;
font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
background-color: #ddd;
 color: black;
}
/* Add an active class to highlight the current page */
.topnav a.active {
 background-color: #000;
 color: white;
}
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
 display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link
that contains should open and close the topnav (.icon) */
@media screen and (max-width: 6000px) {
 .topnav a {display: none;}
 .topnav a.icon {
 float: right;
 z-index: 1;
 display: block;
}
}
/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes
the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 6000px) {
 .topnav.responsive {position: relative;}
 .topnav.responsive a.icon {
 position: absolute;
 z-index: 100;
 right: 0;
 top: 0;
}
 .topnav.responsive a {
 float: none;
 display: block;
 text-align: left;
}
}






/* STYLE BUTTONS */
#factBtn {
  background: green;
  border-style: none;
  border-radius: 10px;

  padding: 10px;
  margin-top: 20px;
  margin-bottom: 15px;

  color: #ffffff;
  font-size: 1em;
}

#scriptBtn {
  background: green;
  border-style: none;
  border-radius: 10px;

  padding: 10px;
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: 35%;
  margin-right: 35%;

  color: #ffffff;
  font-size: 1em;
}

/* STYLE GENERATE A FACT KEY FEATURE */
.genFact {
  background: black;
  border-radius: 10px;
  border-style: none;

  padding: 15px;

  margin-top: 30px;
  margin-left: 35%;
  margin-right: 35%;

  font-family: "Roboto Mono", sans-serif;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.2em;
  color: white;
}

#fact {
  border-style: none;

  padding: 15px;

  margin-top: 30px;
  margin-left: 15%;
  margin-right: 15%;

  font-family: "Roboto Mono", sans-serif;
  font-size: 2em;
  text-align: center;
  line-height: 1.2em;
  color: green;

}
















}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .example {background: red;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .example {background: green;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .example {background: blue;}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .example {background: orange;}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .example {background: pink;}
}
