/*
 * Globals
 */
 
p {
	font-family: 'Merriweather', san-serif !important;
}

.lead{
	font-size: 13pt;
}

h1 {
	font-family: 'Lato', sans-serif !important;
	color:#555;
	font-weight:200;
}

h2 {
	font-family: 'Lato', sans-serif !important;
	color:#555;
	font-weight:200;
	font-size: 20pt;
}

/* Links */
a{
	color:#66f;
	text-decoration:none;
}
a:focus,
a:hover {
	color:#99f;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #fff;
}

body {
  color: #555;
       overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  background-image: url("../images/file1.png"), url("../images/file3.png");
  background-position: left top, right top;
  	background-repeat: no-repeat;
  background-size:198px auto, 187px auto;
}

.site-wrapper-inner {
  display: inline;
  background-color: #fff;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

/* Padding for spacing */
.inner {
  padding: 20px;
  background-color: #fff;
}

.img-rounded {  
  border-radius: 8px;  
}

.vcenter {
   display: inline-block;
   vertical-align: top;
   float: none;
 }

/*
 * Header
 */
 
 
.masthead{
	margin-top:20px;
	margin-bottom:0;
	display:inline-block;
}

.myname{
	margin-top:10px;
	margin-bottom:20px;
	font-size:40pt;	
	text-shadow:0px 1px 3px rgba(0,0,0,.3);
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 9px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  text-transform:uppercase;
	padding-bottom:2px;
	letter-spacing:2px;
	font-weight:500;
  font-size: 16px;
	color:#555; /* IE8 proofing */
  border-bottom: 2px solid transparent;
  text-shadow:0 1px 1px rgba(0,0,0,.25);
}


.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #99f;
	text-decoration:none;
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #99f;
}

@media (min-width: 768px) {
  .myname {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

/*
 * Cover
 */

.cover {
  padding: 0 10px;
  background-color: #fff;
}

.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

.cover-heading {
  font-weight: 200;
}


.hanging {
    padding-left: 22px ;
    text-indent: -22px ;
}

/*
 * Footer
 */

.mastfoot {
    color: #333; /* IE8 proofing */
  	padding:10px 0 10px 20px;
	border-top:1px solid #ccc;
	position: static;
    bottom: 0;
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: static;
    top: 0;
  }
  .mastfoot {
    position: static;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: top;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 800px;
  }
}