/**************************************************************************************************/
/* index.css                                                                                      */
/* Holds definitions for the Cascading Style Sheets used in this web site.                        */
/* Please note that the original developer of this web site created "NYC_Model.css". We will      */
/* eventually migrate content out of that and into this file, eliminating all unnecessary content */
/* in the process.                                                                                */
/**************************************************************************************************/

ul { margin:0 0 15px 35px; padding:0 0 0.7em 1.3em; }
li { margin:0px; padding:3px 0.7em 3px 3px; text-align:justify; font-size:1.3em; line-height:1.35em; color:#808080; }

/**************************************************************************************************/
/* Spacers.                                                                                       */
/**************************************************************************************************/
div.clr      { clear:both; display:block; }

/**************************************************************************************************/
/* Images                                                                                         */
/**************************************************************************************************/
img.bdr { border:1px black solid; }
img.shw { box-shadow:2px 2px 6px black; }
img.rnd { border-radius:5px; }

/**************************************************************************************************/
/* Image Blocks                                                                                   */
/**************************************************************************************************/
div.img_l { float:left;  display:block; width:50%; margin:7px; }
div.img_c { clear:both;                            margin:0 0.7em 1.5em 0.7em; }
div.img_r { float:right; display:block; width:50%; margin:7px; }

/**************************************************************************************************/
/* Image Block Features                                                                           */
/**************************************************************************************************/
div.img_clickable           { margin:0; padding:0; border:0; box-sizing:border-box; padding:3px; }
div.img_clickable img:hover { box-shadow:0 0 2px 1px rgba(186, 140, 0, 0.5); }
div.img_clickable a         { color:white; }
div.img_clickable a:hover   { color:gray; }
div.img_note                { padding-bottom:3px; border-radius:5px; text-align:center; background-color:transparent; }
div.img_note img            { margin-bottom:1px; }

/**************************************************************************************************/
/* Image-Text Block                                                                               */
/**************************************************************************************************/
div.textphoto { display:block; overflow:auto; width:100%; }

/**************************************************************************************************/
/* Section blocks.                                                                                */
/**************************************************************************************************/
.sec-full { -ms-flex:100%; flex:100%; width:100%; }
.large_link         { text-align:center; font-size:3em; margin-bottom:0; }
.large_link a       { color:white; }
.large_link a:hover { color:orange; }

/*************************************************************************************************/

