/*@font-face {
  font-family:"Envy Code R Bold";
  src: url("../fonts/Envy Code R Bold.ttf");
}
*/
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 500px) {
  body{
    font-size: 12px;
  }
}
table {
    table-layout: fixed;
    word-wrap: break-word;
}
th, td {
	padding-bottom: 2px;
}
ul{
	list-style: none;
}
img{
	border:0;
}
header {
	background: #007034;
}
nav {
  background: #000000;
}


.table-header-col-1{
  width: 30%;
}
.sub-heading {
  margin: 0px 10px 0px 10px;
}
.title {
  /*font-family: 'Montserrat', sans-serif;*/
  /*font-family: 'Envy Code R Bold', sans-serif;  */
  /*font-family: 'Source Code Pro', monospace;*/
  /*font-family: 'Ubuntu', sans-serif;*/
  /*font-family: 'Source Sans Pro', sans-serif;*/
  /*font-family: 'Proza Libre', sans-serif;*/
  font-family: 'Ubuntu', sans-serif;
  /*font-size: 850%;*/
  font-weight: 500;
  color: #FFCA00;
  line-height: 1em;
  /*letter-spacing: 5pt;*/
  padding: 0;
  margin: 10px 0 0 0;
}



h1, h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 350%;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0px 0px 48px 0px;
  padding: 20px 0px 20px 0px;
}

.hover-color:hover {
  color: #D31818;
  text-decoration: none;
}

.background-black {
  background: #000000;
}

h3, h4, h5, span.heading2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 150%;
	font-weight: 400;
	color: #8C8535;
	padding: 0px;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

h4, h5 {
	font-size: 150%;
}

p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 120%;
	font-weight: 100;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 1em;
	/*line-height: 1.5em;*/
}

a {
	cursor: pointer;
	color: #3b5998;
}

a:hover {
	text-decoration: underline;
}

.vertical-center {
  min-height: 100%;  /* Fallback for vh unit */
  min-height: 30vh; /* You might also want to use
                        'height' property instead.

                        Note that for percentage values of
                        'height' or 'min-height' properties,
                        the 'height' of the parent element
                        should be specified explicitly.

                        In this case the parent of '.vertical-center'
                        is the <body> element */

  /* Make it a flex container */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  /* Align the bootstrap's container vertically */
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;

  /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
  width: 100%;

  /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.

     Therefore, we should use the following declarations to get it centered again */
         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}

.small {
	font-size: 90%;
}

.thinborder {
	border-left-color: #000;
	border-bottom-color: #000;
	border-right-color: #000;
	border-top-color: #000;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: dotted !important;
	border-top-width: 1px;
}

.bss-slides {
	margin: 0 auto;
	width: 285px;
	height: 400px;
	text-align: center;
}

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

.image-padding-top{
	padding-top: 100px;
}

.twitter-widget {
	margin: 50px 30px 50px 30px;
}

@media only screen and (max-width: 500px) {
  h2 {
    font-size: 120%;
  }
  p {
    font-size: 150%;
  }
}