/* Custom CSS goes here */
/* v0.10a */

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 20px;
}

img.profile {
    border-radius: 15%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
p.profiletext {
    padding-top: 15px;
    padding-left: 15px;

}
p.lead.text-center {
    font-size: 32px;
}

table {
    font-size: 16px;
}

small, .small {
    font-size: 80%;
}

.navbar-nav>li>a {
    padding-bottom: 25px;
}

.navbar-brand {
    font-size: 36px;
    margin-bottom: 25px;
}

.navbar {
    font-size: 18px;
    padding-top: 5px;
}

.navbar .dropdown-menu>li>a, .navbar .dropdown-menu>li>a:focus {
    font-size: 16px;
}

.navbar .fa {
    padding-right: 2px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-right {
    float: right !important;
    margin-right: -15px;
    margin-top: 10px;
}

.fa {
    padding-right: 5px;
}



.alert {
    font-size: 16px;
}

.ads {
  padding-top: 20px;
}

img[src$='#center']
{
    display: block;
    margin: 0.7rem auto; /* you can replace the vertical '0.7rem' by
                            whatever floats your boat, but keep the
                            horizontal 'auto' for this to work */
    /* whatever else styles you fancy here */
    margin-top: 30px;
    margin-bottom: 30px;
}

img[src$='#floatleft']
{
    float:left;
    margin: 0 2.0rem 0 0;      /* this margin is totally up to you */
    padding: 5px;
/* whatever else styles you fancy here */
}

img[src$='#floatright']
{
    float:right;
    margin: 0 0 0 2.0rem;      /* this margin is totally up to you */
    border-radius: 4px;
    padding: 5px;

}

img[src$='#profile']
{
    float:right;
    margin: 0 0 0 2.0rem;      /* this margin is totally up to you */
    border-radius: 4px;
    padding: 5px;

}
figure.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 75%;
}

figure.floatright {
    float:right;
    margin: 0 0 0 2.0rem;      /* this margin is totally up to you */
    border-radius: 4px;
    padding: 5px;

}

figure.floatleft {
    float:left;
    margin: 0 0 0 2.0rem;      /* this margin is totally up to you */
    border-radius: 4px;
    padding: 5px;

}

blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 16px;
    border-left: 5px solid #e6e6e6;
}

/* TOC */

#TableOfContents {
	list-style: none;
	margin-bottom: 20px;
}
#TableOfContents li {
	overflow: hidden;
	padding-bottom: 2px;
}
#TableOfContents a,
#TableOfContents span {
	display: inline-block;
	background: #fff;
	position: relative;
	bottom: -4px;
}
#TableOfContents a {
	padding: 0 0 3px 2px;
}
#TableOfContents span {
	float: left;
	padding: 0 2px 3px 0;
}

/* Container holding the image and the text */
.lostcontainer {
    position: relative;
    text-align: center;
    color: #000;
}

.lostcontainer a{
  color: #fff;
  text-decoration: none;
  margin-left: 15px;
}

.lostcontainer h1{
  color: #fff;
  text-decoration: none;
  text-align: left;
  margin-left: 15px;
}

div.tranbox {
    background-color: #fff;
    opacity: 0.7;
    /*filter: alpha(opacity=60); /* For IE8 and earlier */
    width: 100%;
    margin: 0;
}

/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 0px;
    left: 0px;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #F0F0F0;
    margin: -5px;
}

/* Sharingbox */
.fa-google-plus, .fa-facebook-official, .fa-reddit, .fa-linkedin, .fa-envelope, .fa-twitter { color: #858080; font-size:22px; margin-top: 5px; margin-bottom: 10px; }


div.metas {
    font-size: 20px;
}


.searchbox {
    padding-top: 150px;
}

/* Custom color for bash highlight */

code.language-bash.hljs {
    color: #fff;
    background-color: #000111;
}

.label-primary {
    background-color: #edf4f7;
}

.label {
    color: #222222;
}  

figure.headshot-left {
    float: left;
    padding: 15px;
}

figure.headshot-right {
    float: right;
    padding: 15px;
}

/* hover states */

i.fa.fa-twitter:hover {
    color: #000;
}
i.fa.fa-facebook-official:hover {
    color: #000;
}
i.fa-linkedin:hover {
    color: #000;
}
i.fa.fa-reddit:hover {
    color: #000;
}
i.fa-envelope:hover {
    color: #000;
}
i.fa-google-plus:hover {
    color: #000;
}

.LastUpdated {
    font-size: small;
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
}

a.anchor {
    font-size: x-large;
}

