@import url(https://weloveiconfonts.com/api/?family=entypo);

/* Fonts -- entypo / PT Sans */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
  font-size: 2em;
}


body { font-family: 'Nunito', sans-serif; margin: 2em auto; width: 100%; 
                  padding: 0.8em; background: white; color: #0B79BD;
                  font-weight: 300;}



h1 {
  font-size: 2.5em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 3.5;
  padding-top: 55px;
  margin-bottom: 55px;
  width: 950px;
  max-width: 90%; 
}

h1.underline {
  background: url(../img/underline.png) bottom center no-repeat;
}

h2 {
  margin-bottom: 65px;
}

ul {
  width: 550px;
  max-width: 80%;
  font-size: 1.2em;
  text-align: left;
}

p {
  width: 550px;
  text-align: justify;
  max-width: 80%;
  font-size: 1.2em;
}

.ico {
  margin-left: 15px;
  margin-right: 15px;
}

/*The Python Quants Colors*/

.dblue {
  color: #273077;
}

.lblue {
  color: #25A8E0;
}

/*The Python Quants Backgrounds*/

.white { background: white;
            text-align: center;}

.white a {
  cursor: pointer;
  color: #FE2E2E;
  text-decoration: none;
  list-style: none;
}

.footer { background: white;
            text-align: center;}

.footer a {
  padding:10px;
  cursor: pointer;
  color: #FE2E2E;
  text-decoration: none;
  list-style: none;
}

.blue {
      text-align: center; 
      background: #497CB1;
      color: white;
}

/*Visuals & Images*/

.visual {
    max-width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}