/************************
 * Color Background *****
************************/
html.sm-user-ui  {
    background-size: 100%;
}

@media screen and (max-width: 768px) {
    html.sm-user-ui  {
        background-size: auto;
    }
}
.sm-tile-info .sm-tile-title { font-size: 30px; }
.sm-tile-caption .sm-tile-title { font-size: 30px; }
.sm-gallery-description {font-size: 30px;}
.sm-page-widget-profile-biotext { font-size: 20px;}
.sm-page-widget-profile-biotext { font-size: 20px;}
.sm-page-widget-profile-biotext { font-size: 20px; font-family:europa; font-family: europa, sans-serif;
font-style: normal; font-weight: 400; }
.sm-breadcrumb-item, .sm-breadcrumb-item h1 { Font-size: 20px; }
.sm-page-widget .sm-page-widget-pagetitle-xs { font-size: 20px;	}

body,
.sm-user-ui body {
    font-size: 16px; 
    }

.sm-page-powered-by A:first-child
{
   display: none;
}

/* ===Making SmugMug Standard Contact form white - tutorial from https://www.portal.photom.me=== */
 
/* Background mask - color change */
.sm-user-ui .yui3-widget-mask,
.sm-user-ui .sm-overlay-container .yui3-widget-mask {
    background-color: #f7f7f7;
}
 
/* Changing the title color */
.sm-user-ui .sm-panel.sm-panel-contact h1 {
    color: #000;
}
 
/* Changing contact form background color */
.sm-user-ui .sm-panel-contact .sm-procontact-overlay {
    background-color: #fff;
}
 
.sm-user-ui .sm-panel-contact .sm-panel-content {
    background-color: #ffffff;
}
 
/* Changing form fields */
.sm-user-ui .sm-panel-contact .sm-form-field-text-input, 
.sm-user-ui .sm-panel-contact .sm-form-field-textarea {
    color: #000000;
    background-color: #ffffff;
    border-color: #34363a;
}
 
.sm-user-ui .sm-panel-contact .sm-form-field:focus, 
.sm-user-ui .sm-panel-contact .sm-form-field-textarea:focus {
    background-color: #eaeaea;
    border-color: #000000;
}
 
/* Modifying buttons */
.sm-user-ui .sm-panel-contact .sm-button-skin-default, 
.sm-user-ui .sm-panel-contact .sm-button-skin-submit {
    color: #1b1b1b;
    border-color: #34363a;
    background-color: #ffffff;
}
 
.sm-user-ui .sm-panel-contact .sm-button-skin-default:hover, 
.sm-user-ui .sm-panel-contact .sm-button-skin-submit:hover {
    color: #3a3a3a;
    border-color: #34363a;
    background-color: #eaeaea;
}


/* Set the The Question text to your own wording */
.sm-contact-pro-form:before {
   content: "Your message";
   position: absolute;
   top: 215px;
   left: 200px;
}

/* Hack to hide the The Question */
.sm-contact-pro-form .sm-form-contents .sm-form-field-overhead:nth-child(4) label {
    visibility: hidden;
}

/* Turn the standard chain link icon into an envelope */
.sm-fonticon-Link:before {
  content: '\E308' !important;
}

/* Turn the circular chain link icon into an envelope */
.sm-fonticon-LinkCircle:before {
  content: '\E264' !important;
}

/* Turn the square chain link icon into an envelope */
.sm-fonticon-LinkCircle:before {
  content: '\E263' !important;
}

/*Adding Phone number to the standard SmugMug contact form*/
.sm-contact-pro-form:before {
    content: "Your message" !important; /*This is where your text and phone number goes*/
    margin-left: 0px; /*This is a left margin to align the text with the rest of the form*/
    font-weight: bold;  /*This code will make the phone number text bold*/
    color: #000000;  /*This will change the phone number text white */
}

/*Change the size and color of the gallery title that appears over the gallery thumbnail*/
.sm-user-ui .sm-tile-info .sm-tile-title {
    font-size: 21px; font-family: open sans; font-weight: 400; /*This code will change the font size of the title*/
    justify-content: center; 
}

/*Adding Phone number to the standard SmugMug contact form*/
.sm-contact-pro-form:after {
    content: " I only respond to photography-related inquiries. NO MARKETING ROUNDUP PLEASE!" !important; /*This is where your text and phone number goes*/
    margin-left: 20px; /*This is a left margin to align the text with the rest of the form*/
    font-weight: bold;  /*This code will make the phone number text bold*/
    color: #000000;  /*This will change the phone number text white */
}

a:link {
    font-weight:bold;
}

a {
    color: blue;
}

/* unvisited link */
a:link {
    color: blue;
}

/* visited link */
a:visited {
    color: blue;
}

/* mouse over link */
a:hover {
    color: blue;
}

/* selected link */
a:active {
    color: blue;
}

/* Hide the "Buy Photos" text */
.sm-gallery-cover-buy-button span:nth-of-type(1) {
    display: none;
}

/* Change the "Buy Photo" button text */
.sm-gallery-cover-buy-button:after {
    content: ' Digital download';
    font-family: Roboto Condensed,Roboto, Helvetica, Arial, sans-serif;
}

<!-- Go to www.addthis.com/dashboard to customize your tools --> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-501797306b06b63f"></script>