/* Monokai Color Scheme
@ghost-white:           #F8F8F0;    248, 248, 240
@light-ghost-white:     #F8F8F2;    248, 248, 242
@light-gray:            #CCC;       204, 204, 204
@gray:                  #888;       136, 136, 136
@brown-gray:            #49483E;    73, 72, 62
@dark-gray:             #282828;    40, 40, 40

@yellow:                #E6DB74;    230, 219, 116
@blue:                  #66D9EF;    102, 217, 239
@pink:                  #F92672;    249, 38, 114
@purple:                #AE81FF;    174, 129, 255
@brown:                 #75715E;    117, 113, 94
@orange:                #FD971F;    253, 151, 31
@light-orange:          #FFD569;    255, 213, 105
@green:                 #A6E22E;    166, 226, 46
@sea-green:             #529B2F;    82, 155, 47
*/

@font-face {
    font-family: Bunya;
    src: url(/rsc/fonts/Bunya-Regular_PERSONAL.ttf);
}

@font-face {
    font-family: Bunya;
    src: url(/rsc/fonts/Bunya-Bold_PERSONAL.ttf);
    font-weight: bold;
}

@font-face {
    font-family: TrashHand;
    src: url(/rsc/fonts/TrashHand.TTF);
}

body, html {
    height: 100%;
}

pre {
    padding: 0 !important;
}

.page-wrap {
	min-height: 100%;
    margin-bottom: -200px;
}
.page-wrap:after {
    content: "";
    display: block;
    height: 200px;
}

.site-title-font {
    font-family: Bunya;
}

.selfie {
	width: 200px;
	height: 200px;
}

.text-wrap {
    float: left;
    margin-right: 15px;
}

.main-nav {
    margin-bottom: 30px !important;
}

.breadcrumb {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.footer {
    margin-top: 30px;
    text-align: center;
}

body.with-nav {
    padding-top: 71px;
}
.t-lopez-nav {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
}
.footer-image {
	width: 100%;
	height: 200px;
	background-image: url("http://www.t-lopez.com/rsc/img/bamboo.png");
	background-position: top;
	background-size: cover;
	z-index: -1;
}

.burger-button {
	height: 34px;
	width: 34px;
	padding: 0 !important;
	border: none !important;
}
.burger-button:hover, .burger-button:focus {
    background-color: transparent !important;
}
.burger-button img {
    width: 100%;
    height: 100%;
}

.my-signature {
    font-size: 24px;
    font-family: TrashHand, Georgia, serif;
}