@import url('https://fonts.googleapis.com/css2?family=MonteCarlo&display=swap');
/*   GENERAL PAGE STYLE  */

html, body {
    /*margin: 0;*/
    /*padding: 0;*/
    /*height: 100%;*/
    /*background-color: #fff;*/
    color: #000;


    font-family: verdana, arial, sans-serif;
    font-size: 13px;
}

small {
    font-size: 11px;
}

a:link {
    color: #446a23; /*446a23*/
    /* GOOD WITH LARGER TEXT color: #C9BE62;*/
    text-decoration: none;
}

a:visited {
    color: #557766;
    text-decoration: none;
}

a:hover {
    color: #003300;
    text-decoration: none;
}

form {
    margin: 0px 0px 0px 0px;
/ / PREVENT RANDOM LINE BREAKS
}

/*  TEXT SIZES AND STYLES CLASSES   */

.text-small {
    font-size: 11px;
}

.text-larger {
    font-size: 15px;
}

.text-title {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 2px;
}


.row { /*To keep things from wrapping when needed*/
    white-space: nowrap;
}


.flLeft {
    float: left;
}

.flRight {
    float: right;
}

.txLeft {
    text-align: left;
}

.txCenter {
    text-align: center;
}

.txRight {
    text-align: right;
}

.indent {
    margin-left: 13px;
}

.text-red {
    color: #ee0000;
}


/* PAGE LAYOUT - HEADER, FOOTER CONTENT */
html{
	height: 100%;
	overflow: auto;
	background: #ffffff;
}
body{
	border-left: solid 1px #5d7625;
	border-right: solid 1px #5d7625;
	width: 1024px;
	min-height: 1200px;
	margin: 0 auto;
	background-color: #ffffe0;

}
#container {
    max-width: 1024px;
    min-width: 800px;
    margin: 0 auto;
    bottom: 0 !important;
    /*border-left: solid 1px #5d7625;*/
    /*border-right: solid 1px #5d7625;*/
    /*background-color: #ffffe0;*/
    /*padding-bottom: 100px;*/
}


#header {
    color: #cccccc;
    padding-top: 0px;
    height: 80px;
    background-image: url(../grafix/headerbg.jpg);
    background-repeat: no-repeat;
    background-color: #333333;
}

#content {

    padding: 12px;
    padding-bottom: 34px; /* 34px = 2 lines, Height of the footer */
}

#footer {
    position: fixed;
    bottom: 0;
    /*left: 0;*/
    height: 31px; /* height with border and padding equals content bottom padding */
    /*width: 100%;*/
    background-color: #eeecb7; /* nice tan ffecb7 */
    text-align: center;
    font-size: 11px;
    border: solid 1px #5d7625;
    padding-top: 2px;
    width: 1024px;
    margin: 0 auto 0 auto;
}

#linkBar {
    text-align: right;
    font-weight: bold;
    background-color: #eeecb7;
    border-top: solid 1px #5d7625;
    border-bottom: solid 1px #5d7625;
    white-space: nowrap;
    background-image: url(../grafix/linkbar_bg.jpg);
}

.navLink {
    display: inline-block;
    padding: 4px 16px 4px 16px;
    zoom: 1; /* ie hack */
    *display: inline; /* ie hack */

    /* border-right: solid 1px #34482a; */
    border-left: solid 1px #5d7625;
}

#picBlock {
    float: right;
    margin-left: 12px;
    margin-bottom: 10px;
}

.mvcPic {
    border: solid 1px #666666;
    margin: 1px 1px 0px 0px;
}

.mvcPic:hover {
    border: solid 1px #000000;
    cursor: pointer;
}

#info {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#bigPicFrame {
    /* height: 512px; */
    position: fixed;
    width: 602px;
    /* top:88px; */
    top: 50%;
    margin-top: -270px;
    left: 50%;
    margin-left: -315px;
    padding: 14px 14px 8px 14px;
    background-color: #fffffa;
    border: double 3px #000;
    visibility: hidden;
    z-index: 2;
    text-align: center;
}

#picBg {
    background-color: #111;
}

#bigPic {
    margin: 0px;
    border: solid 1px #555;

    max-width: 600px;
    -ms-interpolation-mode: bicubic;
}

#bigPicTitle {
    padding: 4px;
}

#shadowMask {
    position: absolute;
    top: 80px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    filter: alpha(opacity=80);
    opacity: .80;
    background: #ffffe0;
    visibility: hidden;
    z-index: 1;
}

#portfolioTextBox {
    float: left;
    text-align: justify;
    font-size: 11px;
    width: 190px;
    background-color: #eeecb7;
    padding: 12px;
    border: solid 1px #5d7625;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#galleryTitleBox {
    text-align: left;
    font-size: 11px;
    margin-left: 236px;
    background-color: #171717;
    padding: 12px;
}

.portfolioTitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.portThumb {
    padding: 12px;
    display: inline-block;
    vertical-align: middle;
    zoom: 1; /* IE HACK TO CAUSE INLINE-BLOCK */
    *display: inline; /* IE HACK TO CAUSE INLINE-BLOCK */
}

.imgBorder {
    border: solid 1px #444444;
    padding: 16px;
}

.imgBorder:hover {
    border-color: #666666;
    background-color: #222222;
    cursor: pointer;
}
.clearAll {
    height: 0;
    padding: 0;
    margin: 0;
    clear: both;
}
.buyBook h4 {
    color: #75075F;
    font-size: 24px;
    font-weight: bold;
}
.buyBook .col-1 {
    width: 40%;
    float: left;
    padding-left: 4%;
}
.buyBook .col-1 img {
    width: 80%;
    margin: 0 auto !important;
    text-align: center;
}

.buyBook .col-2 {
    width: 56%;
    float: left;
}

.buyBook .col-2 p {
    color: #75075F;
    font-size: 12px;
    font-weight: bold;
    padding: 20px 40px 10px 40px;
    margin: 0;
}

.buyBook .col-2 .sing {
    font-size: 26px;
    text-align: right;
    padding: 5px 100px 5px 5px;
    font-family: "MonteCarlo", serif;
    margin: 0;
}

.buyBook .col-2 .buy {
    padding: 10px 40px 10px 40px;
    margin: 0;
}

.buyBook .col-2 .buy a {
    color: #587620;
    font-size: 26px;
    text-align: center;
    padding: 5px 20px;
    font-family: "MonteCarlo", serif;
}

