/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: : 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: -apple-system, BlinkMacSystemFont,'SanFranciscoDisplay','Roboto', sans-serif;
  font-weight: 500;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* 2nd level bullets */
ul>li>a {
  font-size:100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1;
   width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* TYPOGRAPHY */


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts//MaterialIcons-Regular.woff) format('woff'),
    url(../fonts//MaterialIcons-Regular.ttf) format('truetype');
}


/* SAN FRANCISCO DISPLAY FONT */
@font-face {
  font-family: 'SanFranciscoDisplay';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/SanFranciscoDisplay-Thin.otf');
  src: local('SanFranciscoDisplay-Thin.otf'), local('SanFranciscoDisplay-Thin.otf'),
         url('../fonts/SanFranciscoDisplay-Thin.otf') format('opentype');
}

@font-face {
  font-family: 'SanFranciscoDisplay';
  font-style: normal;
  font-weight: 400;
  src: url('SanFranciscoDisplay-Regular.otf');
  src: local('SanFranciscoDisplay-Regular.otf'), local('SanFranciscoDisplay-Regular.otf'),
         url('../fonts/SanFranciscoDisplay-Regular.otf') format('opentype');
}


@font-face {
  font-family: 'SanFranciscoDisplay';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/SanFranciscoDisplay-Medium.otf');
  src: local('SanFranciscoDisplay-Medium.otf'), local('SanFranciscoDisplay-Medium.otf'),
         url('../fonts/SanFranciscoDisplay-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'SanFranciscoDisplay';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/SanFranciscoText-Heavy.otf');
  src: local('SanFranciscoText-Heavy.otf'), local('SanFranciscoText-Heavy.otf'),
         url('../fonts/SanFranciscoText-Heavy.otf') format('opentype');
}

/* SAN FRANCISCO DISPLAY FONT */


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  src: url('Roboto-Light.ttf');
  src: local('Roboto-Light.ttf'), local('Roboto-Light.ttf'),
         url('../fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: oblique;
  font-weight: 200;
  src: url('Roboto-LightItalic.ttf');
  src: local('Roboto-LightItalic.ttf'), local('Roboto-LightItalic.ttf'),
         url('../fonts/Roboto-LightItalic.ttf') format('truetype');
}

@font-face {
   font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('Roboto-Regular.ttf');
  src: local('Roboto-Regular.ttf'), local('Roboto-Regular.ttf'),
         url('../fonts/Roboto-Regular.ttf') format('truetype');
}


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('Roboto-Medium.ttf');
  src: local('Roboto-Medium.ttf'), local('Roboto-Medium.ttf'),
         url('../fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('Roboto-Bold.ttf');
  src: local('Roboto-Bold.ttf'), local('Roboto-Bold.ttf'),
         url('../fonts/Roboto-Bold.ttf') format('truetype');
}





.material-icons {
     vertical-align: middle;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

html {
    font-family: -apple-system, BlinkMacSystemFont,'SanFranciscoDisplay','Roboto-Regular', sans-serif;
    font-weight: 400;
    font-size: .9em;
    line-height: 1em;

}

body { 
    background: #fff;
    font-size: inherit;
    letter-spacing: .08rem;
    line-height: inherit;
    color: #4c4c4c;
}

p, dd {
  font-size:70%;
  font-family: -apple-system, BlinkMacSystemFont,'SanFranciscoDisplay','Roboto-Regular', sans-serif;
  font-weight: 400;
  letter-spacing: .04em;

}

a:focus, a:hover {
  text-decoration: none;
  color:initial;
}

a {      
  line-height: 150%;
}



mark {
      background: none; 
    border: 1px solid #bbff76;
}
 
hr {
      border-top: 1px solid #efefef;
      margin:0;
      padding: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, .nav>li>a {
    color: inherit;
}

h2, h3 {
  font-family: -apple-system, BlinkMacSystemFont,'SanFranciscoDisplay','Roboto', sans-serif;
    letter-spacing: .06em;
    font-weight: 900;
    line-height: inherit;
    font-size: 70%;
}

h4 {
font-family: -apple-system, BlinkMacSystemFont,'SanFranciscoDisplay','Roboto-Bold', sans-serif;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: inherit;
    font-size: 70%;
  }



.caption h2, .caption h3 {
   /* color: #a5a5a5; */
}

.caption-black h2, .caption-black h3 {
    color: inherit;
}

.caption-center {
text-align: center;
}

.title-overlay-center {
  width: 100%;
  text-align: center;
  position:   absolute;
  z-index: 9999;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  z-index:  0;
}



@media only screen and (min-width:1200px) {
.top-right-caption-white  {
    margin-top:.65em;
    color: white;
    position: absolute;
    top: 0;
    right: 30px;
    text-align: right;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
}

.caption-right {
text-align: right;
}


}

.text-white, .top-right-caption-white.caption h2, .top-right-caption-white.caption h3, .top-right-caption-white-flat.caption h2, .top-right-caption-white-flat.caption h3, .bottom-right-caption-white-flat h2, .bottom-right-caption-white-flat h3, .bottom-left-caption-white-flat h2, .bottom-right-caption-white-flat h3 {
  color: white;
}

.top-right-caption-white-flat {
    
    color: white;
    position: absolute;
    top: 0;
    right: 30px;
    text-align: right;
}

.bottom-left-caption-white-flat {
    
    color: white;
    position: absolute;
    bottom: 15px;
    left: 30px;
    text-align: left;
    padding-right:50%;
}

@media only screen and (max-width: 1200px) {
  .bottom-left-caption-white-flat {
    
    color: white;
    position: absolute;
    bottom: 15px;
    left: 30px;
    text-align: left;
    padding-right:0%;
}


  }

.bottom-left-caption-black-flat {
    
    color: initial;
    position: absolute;
    bottom: 15px;
    left: 30px;
    text-align: left;
}

.top-left-caption-white-flat {
    
    color: white;
    position: absolute;
    top: 0;
    left: 30px;
    text-align: left;
}



.top-left-caption-black-flat {
    
    color: initial;
    position: absolute;
    top: 1em;
    left: 1em;
    text-align: left;
}

.bottom-right-caption-white-flat {
    
    color: white;
    position: absolute;
    bottom: 15px;
    right: 30px;
    text-align: right;
}

.bottom-left-caption-black {
    margin-top:.65em;
    position: absolute;
    bottom: 30px;
    left: 30px;
    text-align: left;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 1);
}

}




/* h1 {
     font-family: 'RobotoCondensed-Bold', sans-serif;
    text-transform: uppercase;
} 
 */
h1 a, h1, .nav>li>a {

letter-spacing: .05em;
    line-height: 130%;
    border-bottom: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    font-family: -apple-system, BlinkMacSystemFont,'SanFranciscoDisplay','Roboto', sans-serif;
    font-weight: 600;
}

.btn {

  font-size: inherit;
  letter-spacing: .01em;
  padding: 1.3rem 2rem;
  border-radius:0px;
    line-height: 150%;
      -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
  font-family: -apple-system, BlinkMacSystemFont,'SanFranciscoDisplay','Roboto', sans-serif;
  font-weight: 600;
}



em {

  font-family: -apple-system, BlinkMacSystemFont,'SanFranciscoDisplay','Roboto', sans-serif;
  font-weight: 500;
}

.uppercase {
     letter-spacing: .12em;
    font-size: 70%;
    text-transform: uppercase;
    font-weight: 900;
}


/* TYPOGRAPHY */


.block {
  display: block;
}

.space-below {
margin-bottom:1.3em;
}

.space-below-2x {
margin-bottom:2.6em;
}

.space-below-extra{
margin-bottom:3.6em;
}

.space-below-extra-extra {
margin-bottom:4.9em;
}

.space-below-extra-extra-extra {
margin-bottom:6.2em;
}

.space-below-extra-extra-extra-extra {
margin-bottom:7.5em;
}


.space-below-super-max {
margin-bottom:57.2em;
}



.space-below-super {
margin-bottom:31.2em;
}

@media (min-width: 768px){
  .space-below-super {
margin-bottom:57.2em;
}
}

.space-above {
padding-top:1.3em;
}

.space-above {
padding-top:1.3em;
}

.space-below-more {
  margin-bottom:1.95em;
}

.space-above-more {
  margin-top:1.95em;
}

.space-above-extra {
padding-top:2.6em;
}

.space-above-extra-extra {
padding-top:3.9em;
}

.space-above-extra-extra-extra {
padding-top:7.8em;
}




.space-above-header {
padding-top:20em;
}

.space-above-header-extra {
padding-top:23.9em;
}

.space-above-menu {

padding-top:10em;
}

.space-super {
padding-top:39em;
}

.space-super-max {
padding-top:42em;
}

.space-below-small {
  margin-bottom:.65em;
}

.space-below-extra-extra {
  margin-bottom:3.9em;
}

.space-below-extra-extra-extra {
  margin-bottom:7.8em;
}

.space-below-tiny {
  margin-bottom:.325em;
}

.space-above-tiny {
  margin-top:.325em;
}

.space-above-small {
  margin-top:.65em;
}




.kern {
 text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
}

.link {
    border: 1px solid #57605c;
}




.img-white {
    border: .1em solid #efefef;
}

.img-fluid {

max-width: 100%; height: auto;

}



.rounded {

border-radius: .5rem;}



.border-bottom {

}





.horizontal-divider{

 margin-top:5px;

 margin-bottom:5px;

 height:1px;

 width:100%;

 border-top:1px solid gray;

}



.space-below-extra {

margin-bottom:3.2em;

}







dd, dt {

line-height:initial;

}



}

dt {

    font-weight: 600;

	}



.relative {
    position: relative;
}


/* NAVIGATION */

/* RESUME */

.bullet-list, .list-unstyled {

font-family: -apple-system, BlinkMacSystemFont,'SanFranciscoDisplay','Roboto', sans-serif;
    letter-spacing: .04em;
    list-style-type: disc;
    font-size: 70%;
}

.list-unstyled {
    list-style: none;
  }



/* RESUME */




/* NO GUTTERS */



.row.no-gutters.outside-row {

  margin-right: 0;

  margin-left: 0;

}

.row.no-gutters.outside-row > [class^="col-"],

.row.no-gutters.outside-row > [class*=" col-"] {

  padding-right: 0;

  padding-left: 0;

}

.row.no-gutters {

  margin-right: 0;

  margin-left: 0;

}

.row.no-gutters > [class^="col-"],

.row.no-gutters > [class*=" col-"] {

  padding-right: 0;

  padding-left: 0;

}



.absolute-upper-left {

    top: 0;

    left: 0;

    position: absolute;

}

.absolute-upper {

    top: 0;

    position: absolute;

}



.absolute-upper-right {

    top: 0;

    right: 0;

    position: absolute;

}



.absolute-lower-right {

    bottom: 0;

    right: 0;

    position: absolute; 

}



.absolute-lower-left {
    float: left;
    bottom: -1PX;
    left: -1px;
    position: absolute;

}



.relative {

position:relative;}



.fixed-lower-right {

	position: fixed;

    bottom: 0;

    right: 0;}

	

	.fixed-lower-left {

	position: fixed;

    bottom: 0;

    left: 0;}

.fixed-top {
  position:fixed;
  z-index: 9999;
  width: 100%;
}

.label {
  display: none;
   /* background-color: #57605c; */
line-height: .7rem;
font-size: .6rem;
    /* font-size: 55%; */
    text-transform: uppercase;
    font-family: 'TacticSansExd-Reg', sans-serif;
    z-index: 400;
    border-radius: 0;
    letter-spacing: .2em;

}

.label-display {
  display:inline; 
}

.label a {
  text-decoration: none;
  border-bottom:0;
  display: block;
}

.label-white {
      padding: .5em 1.5em .5em .5em;
    background-color: #ffffff;
    color: #57605c;
    top: -.1em;
}


.label-info {

        z-index: 400;

        padding: .5em 1.5em 0em 0em;

    background-color: #ffffff;

    color: #57605c;

}  


.button-zoom, .button-zoom-inverse {
     border-radius: 0px;
      padding: 1rem 2.3rem;
    line-height: 3.4rem;
    Font-size: 1.5rem;
    z-index: 400;
    background:none;
    color: #fff;
    font-weight: 100;
    border: .01rem solid rgb(255, 255, 255);
    border: .01rem solid rgba(255, 255, 255, .1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;

}  



.button-zoom-inverse {
  bottom:0;
  color: #000000;
   border: .01rem solid rgb(0, 0, 0);
    border: .01rem solid rgba(0, 0, 0, .1);

}

.btn .btn-secondary .active {
  border: 1px solid #efefef;
}

.btn-secondary {
      color: initial;
    background-color: #fff;
    border: none;


    font-weight: 900;
    letter-spacing: -.05em;
    padding: 0;
    padding-right: .1em;
    color: initial;
    background-color: #fff;
    border: none;
    color: #4c4c4c;
    line-height: 85%;
    border-radius: 4px;
    padding: .3em .4em;
    border: 1px solid #fff;
  }

.btn-group button:nth-child(2) {
    opacity:.8;
  }

.btn-group button:nth-child(3) {
    opacity:.6;
  }

  .btn-group button:nth-child(3) {
    opacity:.4;
  }

  .btn-group button:nth-child(4) {
    opacity:.2;
  }

.level-six-hundred {
  z-index: 600;
}


.btn-outline-zoom, .btn-outline-zoom-inverse {
  border-radius: 0;
    padding: .1rem 1.3rem;
    line-height: 3.4rem;
    Font-size: 1.5rem;
    z-index: 400;
    background:none;
    color: #fff;
    font-weight: 100;
    border: .01rem solid rgb(255, 255, 255);
    border: .01rem solid rgba(255, 255, 255, .1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.btn-outline-zoom-inverse {
      bottom: 0;
  border: .01rem solid rgb(0, 0, 0);
    border: .01rem solid rgba(0, 0, 0, .1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  color:#000;
}

.btn-outline-zoom-inverse a, .btn-outline-zoom a {
  border-bottom: 0px;

}

.btn-projects {
      color: inherit;
    background-color: #f8f8f8;
}

.btn-projects nth(1) {
      color: red;
    background-color: #f8f8f8;
}

.btn-projects:hover {
      color: inherit;
    background-color: #fff;
}


.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: inset none;
    border: 1px solid #efefef;
    border-radius:3px;
}


/* NAVIGATION */







.dropshadow {

webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.21);

    -moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.21);

    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.21);

	}


a {

    text-decoration: none;

    color: inherit;

}

a.no-underline {
  border-bottom: none;
    text-decoration: none;
    color: inherit;
  }



.danger-underline {

    border-bottom: 3px solid;

    border-color: #d9534f;

}



.success-underline {

    border-bottom: 3px solid;

    border-color: #5cb85c;

}





.header {
    border-top: .1em solid #efefef;
}

.jumbotron {
    border-radius: 0px;
    text-align: center;
}

@media screen and (min-width: 768px)
.jumbotron .h1, .jumbotron h1 {
    font-size: inherit;
    font-size:110%
}

.title-header {
    border: .1em solid #efefef;
    padding-bottom: 1.3em;
    padding-top: 1.3em;
}

.header-max {
      color: #e8e8e8;
    font-size: 400%;
    font-weight: 900;
}

.header-style1 {
  color:#ffffff;
}


/* ----------------------------IMAGE HOVER ZOOM (blurry images a problem)--------------------------- 
.img-hover img {
    -webkit-transition: all .3s ease; 
    -moz-transition: all .3s ease; 
    -o-transition: all .3s ease; 
    -ms-transition: all .3s ease; 
    transition: all .3s ease;
}

.img-hover a {
    overflow: hidden;
}

.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1); 
    -moz-transform:scale(1; 
    -ms-transform:scale(1); 
    -o-transform:translatZ(0) scale(1); 
    transform:translatZ(0) scale(1);
}
  
  
.grayscale {
  -webkit-filter: brightness(1.10) grayscale(100%) contrast(90%);
  -moz-filter: brightness(1.10) grayscale(100%) contrast(90%);
  filter: brightness(1.10) grayscale(100%); 
}
 ----------------------------IMAGE HOVER ZOOM (blurry images a problem)--------------------------- */

.svg {
  width: 100% \9;  
}

.iframe-300x250 {
  padding-bottom: 300px;
}

.embed-responsive-4by3 {
  padding-bottom: 75%
}

.embed-responsive-5by4 {
  padding-bottom: 100%
}



/*  =============================================== MODAL =================================================== */

.modal-dialog {
  width: 95%;
}


.jumbotron.jumbotron-cover {

    position: relative;
    background:url("../img/cell-phone-render-FINAL-SHARP-PORTFOLIO.jpg") center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}

.navbar-brand>img {
     height: 100%;
    padding: 0 0 0 0;
    width: auto;
}


.breadcrumb {
  background:none;
    font-size: 80%;
    display: inline-block;
    padding: 0;
    margin-bottom: 20px;
    list-style: none;nav>li>a:hover
    border-radius: 0;
}

/* -------------------------- COLUMN XL made for 4k ----------------------------------------- */

a.photography:focus, a.photography:hover {
text-decoration: none;
    color: white;
      background: #02ff00;

}

a.branding:focus, a.branding:hover {
text-decoration: none;
    color: white;
    background: #ff0e23;
}

a.art-and-design:focus, a.art-and-design:hover, a.branding:focus, a.branding:hover {
text-decoration: none;
    color: white;
    background: #19deff;
    background-position: 0 0;
}

/* -------------------------- My own NAVBAR buttons ----------------------------------------- */

.nav-tabs>li {
    float: left;
    margin-bottom: -2px;
}

.nav-tabs {
    border-bottom: none;
}

.nav>li>a.art-and-design {
       background-image: linear-gradient(to right, #19deff, #19deff 50%, transparent 50%, transparent);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .2s ease-in;
}


.nav>li>a.photography {
    background-image: linear-gradient(to right,
                                      #CCFF33,
                                      #CCFF33 50%,
                                      transparent 50%,
                                      transparent);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .2s ease-in;
}


.nav>li>a.art-and-design, .nav>li>a.photography {
  margin-right:2em;
    background-image: none;
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .2s ease-in;
}

.nav>li>a.branding {
  margin-right:0;
      background-image: none;
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .2s ease-in;
}

.nav>li>a.branding:hover {
  color:white;
    background-image: linear-gradient(to right,
                                      #4c4c4c,
                                      #4c4c4c 50%,
                                      transparent 50%,
                                      transparent);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .2s ease-in;
}

.nav>li>a.art-and-design:hover {
  color:white;
    background-image: linear-gradient(to right,
                                      #4c4c4c,
                                      #4c4c4c 50%,
                                      transparent 50%,
                                      transparent);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .2s ease-in;
}

.nav>li>a.photography:hover {
  color:white;
    background-image: linear-gradient(to right,
                                      #4c4c4c,
                                      #4c4c4c 50%,
                                      transparent 50%,
                                      transparent);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .2s ease-in;
}

.nav>li>a {
    background: none;
    background-image: none;
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .2s ease-in;
    border: none;
    /* border-bottom: .5em solid #d9534f; */
    padding: .0em .1em .0em .1em;
    position: relative;
    display: block;
}

.nav.nav-tabs li:nth-child(1) a {
/* border-bottom:.3em solid #fff; */
}

.nav.nav-tabs li:nth-child(2) a {
border-bottom:.3em solid #dddddd;
}

.nav.nav-tabs li:nth-child(3) a {
border-bottom:.3em solid #efefef;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
border:0;
}



.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #d9534f;
    padding-right: 2.5em;
    color: white;
}



.nav-tabs>li>a {

border-radius:0;

}



.nav-tabs>li  {

margin-bottom:0;

}



.nav-tabs>li>a {

margin-right:0;

}

.navbar-default .navbar-nav>li>a {
    padding-top: 0;
    color: white;
    line-height:  initial;
}

.navbar-nav>li>a {
     line-height: inherit;
         margin: .0em 0em .8em 0em;
}

.navbar-inverse {
    z-index: 9999;
    border-radius: 0;
    padding-top: 1.3em;
    border: none;
    background: none;
    /* -webkit-box-shadow: 0px 3px 9px -6px rgba(0,0,0,0.5); */
   /* -moz-box-shadow: 0px 3px 9px -6px rgba(0,0,0,0.5); */
    /* box-shadow: 0px 3px 9px -6px rgba(0,0,0,0); */
    border-color: #080808;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {

}

.navbar-inverse .navbar-nav>li>a {
    padding-top: 0;
    color: #4c4c4c;
}

.navbar-default .navbar-nav>li>a {
     background: white;
    padding-top: 0;
    color: #4c4c4c;
    letter-spacing: .01em;
    font-weight: 900;
    line-height: 150%;
}

@media (min-width: 768px) {
.navbar-nav>li {
    padding-top: 0em;
}
}

@media (max-width: 768px) {
  .navbar-inverse .navbar-nav>li>a {
    padding-left: 0;
    padding-top: 0;
    color: white;
}

.navbar-default .navbar-nav>li>a {
  padding-left: 0;
  padding-top: 0;
}
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
   /* border: .2em solid; */
   border:none;
     border-left-width: 0;
    border-top-width: 0;
    border-right-width: 0;
    background: #4c4c4c;
    color: white;
}

.navbar-inverse .navbar-nav>.active>a.photography:hover {
    background-position: 0 0;
    color: black;
    background-color:white;
}

 .navbar-inverse .navbar-nav>.active>a.photography {
    background-position: 0 0;
    color: black;
    background-color:white;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background-position: 0 0;
}

h1 a.arrow-link:after {
      line-height: 1em;
    font-size: 80%;
    content: ' \279D';
}

.second-level-header:after {

    content: ' \25BE';
}

.navbar-default .navbar-nav>.active>.photography {
  border-color:#19deff;
}

.navbar-default .navbar-nav>.active {
  border-color:#19deff;
}

.navbar-default .navbar-nav>.active>.art-and-design {
  border-color:#19deff;
}

.navbar-default .navbar-nav>.active>.branding {
  border-color:#ff0e23;
}

.navbar-default {

       padding-top: 1.3em;
    border: none;
    background: none;
    /*-webkit-box-shadow: 0px 3px 9px -6px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 9px -6px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 9px -6px rgba(0,0,0,0.5);
    border-color: #080808; */
    border-radius:0;
}

.navbar-default, .navbar-collapse, .navbar-default, .navbar-form {
  border-top: none;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: none;
        border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1); */
    /* box-shadow: inset 0 1px 0 rgba(255,255,255,.1); */
}

mark.mark-inverse {
   line-height: inherit;
    color: #fff;
    background: #d9534f;
    padding: 0rem .2rem 0rem .2rem;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
padding: .4em;
    background: white;
    margin-top: 0;
    color: black;
  }


.navbar-toggle {
  padding: 0;
 margin-right: 0;
    /* margin-top: 0; */
    /* position: relative; */
    float: right;
    /* padding: 1.3rem 2rem; */
    /* margin-top: 8px; */
    margin-bottom: 8px;
    /* background-color: white; */
    background-image: none;
    border: none;
    border-radius: 0;
}

.navbar-default .navbar-toggle {
  padding: .4em;
    background: white;
    margin-top: 0;
    color: black;
}

.navbar-floating {

}




@media (min-width:2940px) { .outside-container {
  width: 2940px;
  margin-left:auto;
  margin-right: auto;
}
}

@media (min-width:992px) { .outside-container {
  padding-left:30px;
 padding-right: 30px;
}
}



@media (min-width:2940px) { .outside-container-title {

  margin-left:auto;
  margin-right: auto;
}
}

.outside-container-title {
  padding-left:0px;
 padding-right: 0px;
}


@media (max-width:992px) { .outside-container-title {
  padding-left:30px;
 padding-right: 30px;
}
}



@media (max-width:1200px) { .outside-container-wrap {
  margin-left:0px;
  margin-right:0px;
}
}

@media (min-width:1200px) { .outside-container-wrap {
  margin-left:0px;
  margin-right:0px;
}
}


.outside-row {
  margin-left:-30px;
  margin-right:-30px;
}

.outside-row-always {
  margin-left:-30px;
  margin-right:-30px;
}

@media (min-width:992px) {
  .outside-row {
  margin-left:0px;
  margin-right:0px;
}
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
     margin-right: 0px; 
     margin-left: 0px; 
}

.container-fluid.extra-padding {
  padding-right: 30px;
  padding-left: 30px;
}


@media (min-width: 1921px) {

.container-1920 {
  display: table;
    content: " ";
  width:1980px;
  padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
}



@media (min-width: 2941px) {

.container-4k {
  display: table;
    content: " ";
  width:2940px;


    margin-right: auto;
    margin-left: auto;
}

}


@media (min-width: 1200px) {

.container-4k.index {


  padding-right: 60px;
    padding-left: 60px;

}
}

@media (max-width: 768px) {

.container-4k.index {

  padding-right: 30px;
    padding-left: 30px;
 
}

.container-4k.projects {

  padding-right: 30px;
    padding-left: 30px;
 
}

}

@media (min-width: 2941px) {

.container-4k.index {

  padding-right: 60px;
    padding-left: 60px;
 
}

.container-4k.projects {

  padding-right: 30px;
    padding-left: 30px;
 
}
}



.prev-next {
  display: table;
    content: " ";
  width:100%;
  padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}


.navbar {
  margin-bottom:0;
}
.jeffrey-turford {

  font-family: -apple-system, BlinkMacSystemFont,'SanFranciscoDisplay','Roboto', sans-serif;
  letter-spacing: .01em;
    float: left;
    padding-bottom: 1.25em;
    font-weight: 900;
}

.jeffrey-turford a h1 {
    background: white;
    padding-bottom: 0;
    line-height: 150%;
    letter-spacing: .01em;
    font-weight: 900;
}

.jeffrey-turford h2 {
    background: white;
    font-weight: 500;
}


.jeffrey-turford img {
      float: left;
    height: 50px;
    padding: 0 0 0 0;
}

section.jeffreyturford {
  padding-right: 2rem;
    padding-top: 3rem;
    /* height: 50px; */
    float: left;
    padding-bottom: 1rem;
}



/*-- PROJECT CARDS --*/

.project-card {

    -webkit-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.0);
-moz-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.0);
box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.0);
-webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;

}

.project-card:hover {

  -webkit-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.2);
box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.2);
 -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;

}

.project-card img {
 -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
        }





.photography {
  border-color:#43ff60;

}


.outside-container .floating-nav-4k {
width:auto;
}

@media (min-width:2940px) {

.floating-nav-4k  {
  width:  auto;

}

}


/* -------------------------- My carousel ----------------------------------------- */


.carousel-control.right, .carousel-control.left {
  top:40px;
      opacity: 1;
    /* right: 2rem; */
    background-image: none;
    right: 0;
    left: auto;
    background: 0;
}

a.carousel-control.right, a.carousel-control.left {
    border-bottom: 0;
}

.carousel-control.left {
right: auto;
left: 0;

}

.carousel-indicators .active {
      height: initial;
    width: initial;
    background-color: #57605c;

}


@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: initial;
    height: initial;
    margin-top: 0;
    font-size: initial;
}
}



.carousel-indicators li {
  border:none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}

ol {
      -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

.carousel-indicators li img {
  max-width: 60px;
    display: block;
    opacity: 0.5;
}

.carousel-indicators li.active img {
    opacity: 1;
}

.carousel-indicators li:hover img {
    opacity: 0.75;
}

.carousel-outer {
    position: relative;
}

.carousel-indicators {
  line-height: 0;
  min-height: 40px;
   margin: 0;
    overflow: auto;
    overflow-y: hidden;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}



.back-button-fixed {
  border: none;
  background: white;
  padding: 0;

}

@media only screen and (max-width:1920px) {
  .visible-1920 {
    display:none;
  }
}

.btn.btn-projects.prev {
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  background-color: white;
}

.btn.btn-projects.prev.solo {
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  background-color: white;
}



.btn.btn-projects.prev.exit {
  padding: .5em .7em;
  font-size:  300%;
}

.btn-group.exit {
font-size: 80%;
    position: fixed;
    top: 0;
    right: 0;
}

.btn.btn-projects.next {
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
   border-right: 1px solid #efefef;
}

@media only screen and (min-width:768px) {
.left-image-caption {
  margin-right:15px;
}

.right-image-caption {
  margin-left:15px;
}

}



@media only screen and (min-width:1200px) {

  .right-image-caption-no-padding {
  margin-left:-30px;
}

.footer-index {
  margin-left: 30px;
  margin-right: 30px;
}

}

/* -- PAGINATION -- */

.pagination>li {
    border-color: initial;
    display: inline;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #ffffff;
    cursor: not-allowed;
    background-color: #efefef;
    border-color: #efefef;
}

.pagination>li>a, .pagination>li>span {
    width: 4em;
    padding: 0;
    font-weight: 900;
    border-radius: 50%;
    position: relative;
    float: left;
    padding: 0em 0em;
    margin-left: .6em;
    line-height: 3.5em;
    color: #57605c;
    text-decoration: none;
    background-color: #fff;
    border: .2em solid #efefef;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    border-color: #02ff00;
    z-index: 3;
    color: #57605c;
    cursor: default;
  background-color: white;
    /* border-color: #337ab7; */
}

.pagination>li>a, .pagination>li>span {
    width: 4em;
    padding: 0;
    font-weight: 900;
    border-radius: 50%;
    position: relative;
    float: left;
    padding: 0em 0em;
    margin-left: .6em;
    line-height: 3.5em;
    color: #57605c;
    text-decoration: none;
    background-color: #fff;
    border: .2em solid #efefef;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.pagination>li>a.photography-pagination {
     background-color: #fff;
    border: .2em solid #02ff00;
}

.pagination>li>a.index-pagination {
   background-color: #fff;
    border: .2em solid #57605c;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  color:inherit;
}

/* SITEMAP */

.sitemap > div > section {
      min-height: 100px;
}

/* DL and DT */

@media (min-width: 768px) {

  .dl-horizontal dt {
  font-family: -apple-system, BlinkMacSystemFont,'SanFranciscoDisplay','Roboto-Light', sans-serif;
    letter-spacing: .06em;
    font-weight: 600;
    line-height: inherit;
    font-size: 70%;
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}
}

@media (max-width: 768px) {
  .dl-horizontal dt {
  font-family: -apple-system, BlinkMacSystemFont,'SanFranciscoDisplay','Roboto-Light', sans-serif;
    letter-spacing: .06em;
    font-weight: 600;
    line-height: inherit;
    font-size: 70%;
    float: left;
    width: 100%;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
}

@media (max-width: 768px) {
.dl-horizontal dd {
    margin-left: 0px;
}
}

@media (max-width: 576px) {
.dl-horizontal dd {
    margin-left: 0px;
}
}

/* COVER PHOTOS */
.honda-indy-cover {

   /* The image used */
    /* background-image: url("img_girl.jpg"); */
  background-image: url("/img/2017-honda-indy/HONDA-INDY-SAT-823-MAX.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 30px;
}

.beautiful-nail-cover {
    background-image: url("/img/beautiful-nail/EMOJI-NAILS-COVER.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 30px;
}


.yellowpages-cover {

   /* The image used */
    /* background-image: url("img_girl.jpg"); */
  background-image: url("/img/yellowpages/YELLOWPAGES-JUANITA-1552.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10em;
    z-index: -1;
    width: 100%;
    max-width: 2910px;
    top: 0;
    position: absolute;
    height: 55em;
     padding-left: 30px;
    padding-right: 30px;
}

.rouge-headshots-cover {

   /* The image used */
    /* background-image: url("img_girl.jpg"); */
    padding-top:5em;
    z-index: 2;
    width: 100%;
    max-width: 2910px;
    top: 0;

     padding-left: 30px;
    padding-right: 30px;
}

.full-screen-cover {

    z-index: 2;
    width: 100%;
    max-width: 2910px;
    top: 0;

     padding-left: 30px;
    padding-right: 30px;
}

.full-screen {
        position: absolute;
  width: 100vw;
      margin-left: -50vw;
      height: 100px;
      left: 50%;
}

.fixed-bottom-right {
position: fixed;
bottom:0;
right: 0;
}

.fixed-bottom-left {
position: fixed;
bottom:0;
left: 0;
}


.making-things-happen-cover {

   /* The image used */
    /* background-image: url("img_girl.jpg"); */
  background-image: url("/img/HOUSE-OFFICE-7699-MAX.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10em;
    z-index: -1;
    width: 100%;
    max-width: 2940px;
    top: 0;
    position: absolute;
    height: 55em;
     padding-left: 30px;
    padding-right: 30px;
}

.press-cover {

   /* The image used */
    /* background-image: url("img_girl.jpg"); */
  background-image: url("/img/press/comp31-MAX-SIZE.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 30px;
    padding-right: 30px;
}

.cf-cover {

  background-image: url("/img/photo_90.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10em;
    z-index: -1;
    width: 100%;
    max-width: 2910px;
    top: 0;
    position: absolute;
    height: 55em;
    padding-left: 30px;
    padding-right: 30px;

}

.house-profile-cover {

  background-image: url("/img/IMG_7141-EDITED-WEB.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10em;
    z-index: -1;
    width: 100%;
    max-width: 2910px;
    top: 0;
    position: absolute;
    height: 55em;
    padding-left: 30px;
    padding-right: 30px;

}

.double-cup-cover {

  background-image: url("/img/nescafe-double-cup-header.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10em;
    z-index: -1;
    width: 100%;
    max-width: 2910px;
    top: 0;
    position: absolute;
    height: 42em;
    padding-left: 30px;
    padding-right: 30px;

}

.life-in-photos-coverpage {

   /* The image used */
    /* background-image: url("img_girl.jpg"); */
  background-image: url("/img/BETTY-JEAN-2018-2-19.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10em;
    z-index: -1;
    width: 100%;
    max-width: 2910px;
    top: 0;
    position: absolute;
    height: 55em;

}

.cornered {
    border-radius: 10px;
}



.white-header-text {
  color: inherit;
    background: #ffffff;
}

.white-header-text-inverse {
  color: #ffffff;
    background: #4c4c4c;
}

.black-header-text {
  color: inherit;
    background: white;
        line-height: 85%;
    font-weight: 600;
    letter-spacing: .01em;
    font-size: 100%;

}



.blue-header-text {
  color: white;
    background: #125bc8;
}


.red-header-text {
  color: white;
    background: #fe2b33;
}

.black-brown-header-text {
  color: white;
  background: #1a1613;
}

.editorial-use-header-text {
      line-height: 85%;
    font-weight: 900;
    letter-spacing: .01em;
    font-size:100%;
}


.white-text-cover {
  color:#fff;
}

/* Navbar */

.top-left-caption-black-flat-fixed {
  color: initial;
    position: absolute;
    top: 0;
    left: 0px;
    text-align: left;
    z-index:9999;
}

.hover-image-effect img {
  transition-property: all;
  transition-property: transform;
   -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);  transition: all .5s ease-in-out;
  z-index:  9999;
}

.hover-image-effect img:hover {
  transition-property: all;
  transition-property: transform;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all .5s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
filter: alpha(opacity=25);
-moz-opacity: 0.25;
-khtml-opacity: 0.25;
opacity: 0.25;
z-index: 1;
}

.scale-up.hover-image-effect > img:hover {
  transition-property: all;
  transition-property: transform;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all .5s ease-in-out;
}

.title-overlay-effect a {
  transition-property: all;
  transition-property: transform;
   -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);  transition: all .5s ease-in-out;
}

.title-overlay-effect a:hover {
  position: absolute;
  background: green;
  transition-property: all;
  transition-property: transform;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all .5s ease-in-out;
}

.hover-image-container {
    position: relative;
  overflow: hidden;

}




.image-headline {
      font-size: 200%;

}
/* SHAPES */

.circle {
  border-radius: 50%;
}


.clearfix {
    display: block;
    content: "";
    clear: both;
}

.photo-numbers, .photo-numbers-outline {
     font-style: normal;
    z-index: 9999;
    position: absolute;
    display: block;
    padding: .4em .5em;
    color: black;
    background: #ffffff;
    bottom: 0px;
    right: 0px;
    font-size: 175%;
  }

.photo-numbers-outline {
  border-left:1px solid #efefef;
  border-top:1px solid #efefef;
}

  .row > .caption > .photo-numbers {
    right: 14.5px;
  }

@media (max-width: 1200px) {
  .outside-container-title > .photo-numbers, .outside-container-title > .photo-numbers-outline {
    right: 30px;
  }
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.no-left-margin {
  margin-left:0;
}

.no-left-padding {
  padding-left:0;
}

video {
    width: 100%;
    height: auto;
}

article {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;

}

@media (max-width:600px) {
article {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;

}
}

.version-number {
    float: right;
  }

.resolution  {
    float: left;
    padding-right: 1em;
  }

 #date
{
    padding-left: 9em;
    /* top: 3em; */
    position: absolute;
    /* line-height: 1.6em; */
}

#time
{
  line-height: 130%;
    float: left;
    padding: 0em 1.8em;
    border-radius: 2px;
    border: 1px solid #a9a9a9;
} 

.watch {
  border: 1px solid #c4c4c4;
  position: relative;
       line-height: 1.35;
    padding-right: .3em;
 
}

.watch-month {

}

.watch-day {

}

.watch-time {

}

.watch-date {

}

.watch-icon {
      position: absolute;
    top: 15px;
    left: 15px;

}

.thumbnail-bottom-right {
    z-index: 9999;
    position: absolute;
    display: block;
    background: #ffffff;
    bottom: 0px;
    right: 0px;
    max-width: 50%;
}



.responsive-image-4k {
width: 3950px;
max-width: 100%;
}

.footer-text {
  background: white;
}

.outside-container-gallery {
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1200px) {
  .outside-container-gallery {
margin-right: -15px;
margin-left: -15px;
}
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}


/* -- SUPERS -- */

.supers {
    font-size:200%;
    line-height: normal;
}

.supers-container {
    background-color: #f0f0f0;
    text-align: center;
}

