/* DIMENSIONS */ @total-columns : 12; @column-width : 60px; @column-margin : 10px; @siteWidth : 960px; @mobile-max : 639px; @mobile-small : 504px; @tablet-min : @mobile-max + 1px; @tablet-max : 959px; @desktop-min : @tablet-max + 1px; @mobile-min : 320px; @basic-margin : 15px; /* COLORS */ @orange-red : #e04421; /* Titles, Links, Lines and Decorations */ @dark-orange-red : #c83615; /* Lines and Decorations */ @darker-orange-red : #AA1800; /* Exposed Filter Buttons */ @dark-brown : #271d18; /* Lines and Decorations */ @medium-brown : #332823; /* Text and Decorations */ @light-brown : #3e312b; /* Lines and Decorations */ @calendar-brown : #974e2c; @dark-tan-brown : #83675a; @tan-brown : #bfad9e; /* Menu Text, Lines and Decorations */ @tan : #e7cfc2; /* Background */ @almost-black : #555; @dark-grey : #b3b3b3; /* Join Today - Table Lines */ @grey : #e5e1d8; /* Join Today - Table Lines */ @light-grey : #c2c2c2; /* Join Today - Table Gradient */ @white-grey : #f9f9f9; /* Join Today - Table Gradient */ @gold : #cca237; /* Lines and Decorations */ @silver : #bdccd4; /* Lines and Decorations */ @system-silver : #cccccc; /* Default Tables and Decorations */ @green : #05B912; /* Lines and Decorations */ @plus : #D54D61; /* Lines and Decorations */ @basic : #61456B; /* Lines and Decorations */ @bronze : #a36a3b; /* Lines and Decorations */ @blue : #00aeef; /* Lines and Decorations */ @dreamer : @blue; @green : #55b949; @dark-green : #27911a; @dark-blue : #367da5; @white : #ffffff; /* Lines and Decorations */ @black : #000000; /* Lines and Decorations */ @transparent : rgba(232,223,208,0.7); .transparenttan() { background: rgba(119, 86, 44, 0.25); //background: url("../images/loginblockbg.png") repeat scroll center center; } /* FONTS */ @font-copy : helvetica, arial, sans-serif; @font-primary : "proxima-nova", sans-serif; @font-secondary : "museo-slab", sans-serif; .page-resume-finder #page-content { .content #resume { font-size: 16px; .section-top { h1 { margin-bottom: 0px; } } .section-content { h3 { margin-bottom: 0px; } .contact-wrapper { padding-left: 15px; } ul { margin-top: 0px; padding: 0px 0px 0px 30px; } } .update-date p { font-size: 16px; margin: 0px; } .profile-badges { margin-top: 10px; } .aditional-info { h3 { margin-bottom: 1px; } p { margin: 0px; } } .gallery { margin-top: 10px; margin-bottom: 10px; } .contact-information, .season-preference { p { margin-left: 14px; margin-top: -8px; } } .work-history { table { .word-cut { word-break: break-all; } } } } }