/**********************************
GENERAL
***********************************/
* {
  color: #3A95E3;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  box-sizing: border-box;
}
  
html {
  height: 100%;
}

body {
  color: black;
  /*background-image: url("../img/black_linen_v2.png");
  background-color: #222;*/
  background-color: #222;
  height: 100%;
  padding-top: 4em;

}
p {
  font-weight: 400;
}
.clearfix {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
   
/**********************************
ADD TO BOOTSTRAP
***********************************/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}



a {
  text-decoration: none;
}

a img:focus,
a:focus {
    outline:0;
    text-decoration: none;
}

a:hover,
.grid--paintings a img:hover {
  opacity: .7;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ol {
  padding: 0 .5rem 0 1rem;
}

ul {
  padding: 0 0 0 1rem;
}

ul li {
/*  list-style: none;*/
}

li {
  font-weight:normal;
  color: #aaa;
  padding: .5em 0;

}

h1 {
  font-size: 2em;
  text-align: center;
  font-weight:200;
  margin: 0;
}

h2 {
  margin-top: 2.5rem;
  text-transform: uppercase;
  font-size: 1.5em;
}

h3,
.caption {
  margin: 0;
  /* background-color: rgba(255,255,255,.05); */
  display: inline-block;
  color: #3A95E3;
  text-transform: uppercase;
  padding-top: 2.5rem;

}

p {

  font-weight: normal;
  color: #aaa;
  margin: 0;
/*  padding-top: .5rem;
  padding-bottom: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;*/
}

.button {
  display: inline-block;
  font-size: 1em;
  border: 2px solid #3788CE;
  padding: 1em 2em;
  border-radius: 1em;
  margin-top: 1em;
  text-transform: uppercase;
  font-weight: normal;
}

.extra-padding {
  padding: 1em;
}
.bg-semi-transparent {
  background-color: #F3F3F3;
  padding: 2em ;
}

.bg-semi-transparent p,
.bg-semi-transparent li {
  color: #222;
}

.bg-opaque {
  background-color: rgba(255,255,255,1);
  padding: 2rem 3rem;
  color: #252525;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24);
  margin-bottom: 2px;
  border-radius: 2px;
}

.bg-item {
  background-color: rgba(255,255,255,1);
  padding: 2rem;

  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24);
  margin-bottom: 2px;
  border-radius: 2px;
}

.bg-item p {
  color: #222;
}

.img-round {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24);
  margin-bottom: 2px;
  border-radius: 2px;
}

.bg-opaque h2 {
  color: #3788CE;
}

.bg-opaque p {
  color: #252525;
}

.bg-black {
  background-color: rgba(0, 0, 0, .8);
}

.section {
  padding: 50px 10px;
} 

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

.ta-left {
  text-align: left;
}

.container-narrow {
  max-width: 800px;
  margin:auto;
  padding: 0 2em;
}
.mg-btm {
  margin-bottom: 10px;
}
.mg-top {
  margin-top: 10px;
}

.mg-btm-lg {
  margin-bottom: 10px;
}
.mg-top-lg {
margin-top: 10px;
}

.row {
  overflow: hidden;
  margin-left: -6px;
  margin-right: -6px;
}

[class*="col-"] {
  padding-left:6px;
  padding-right:6px;
}

.mg-top-children > div,
.mg-top-children > img {
  margin-top: 10px;
}



.btn-nv {
  color: #000;
  background-color:#3a95e3;
  padding: .5rem 2rem;
  font-size: 1.25em;
  display:inline-block;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24);
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 20px;
}



.btn-bg-mg {
  margin-top: 50px;
} 

.img-hidden {
  display:none;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.fancybox-default-skin {
    background: rgba(249, 249, 249, .8);
}

/**********************************
Hover ET Icons
***********************************/
.more-pictures,
.zoom {
  position: relative;
  font-size: 5em;
  text-align: center;
  font-family: 'et-line';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;

}

.zoom:hover,
.more-pictures:hover {
  opacity: 1;
}

.zoom:hover img,
.more-pictures:hover img {
  opacity: .3;
  transition: opacity .3s ease-in-out;

}

.zoom::before, .more-pictures::before {
  position: absolute;
  color: #3a95e3;
  opacity: 0;
  z-index: 10;
  transition: opacity .3s ease-in-out;
  vertical-align: middle;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}



 .shadow {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24);
    border-radius: 2px;
  }



.zoom::before {
  content: "\e037";
}

.more-pictures::before { 
  content: "\e010";
}

.zoom:hover::before,
.zoom:focus::before,
.more-pictures:hover::before,
.more-pictures:focus::before {
  opacity: 1;
}

.fancybox-default .zoom:hover::before,
.fancybox-default .zoom:focus::before,
.fancybox-default .more-pictures:hover::before,
.fancybox-default .more-pictures:focus::before {
  opacity: 0;
}

.zoom-png:hover {
  background:rgba(255,255,255,.3);
   transition: opacity .3s ease-in-out;
}

/**********************************
HEADER
***********************************/

.header-navigation {
  background: #3a95e3;

}

.navbar-default .navbar-brand {
  padding: .5em;
  height: auto;
  color: #000;
}



#logo {
  width: 36px;
  display: inline-block;

}

.nicolevest {
    display: inline-block;
    font-weight: 200;
    color: #000;
    vertical-align: top;
    font-size: 1.75em;
    padding: 12px 7px;
}

.navbar-brand, .navbar-nav>li>a {
  text-shadow:none;
}
.navbar-default {
  border: none ;
}

.navbar-default .navbar-toggle {
  border: none;
  margin-top: 1em;
}
 
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
  opacity: .7;
}

.navbar-nav {
  margin: 0;
}

.navbar-default .navbar-nav>li>a {
  color: #000;
  font-size: .95em;
  text-transform: uppercase;
  font-weight:normal;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #000;
}

/**********************************
Project pages
***********************************/
.portfolio-ex > * {
  margin-bottom: 20px;
  
}

.portfolio-ex > img {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
}

.portfolio-ex > .btn-nv {
  margin-top: 0;
}

/**********************************
FOOTER
***********************************/

footer {
  font-size: 0.85em;
  text-align: center;
  clear: both;
  padding-top: 3em;
  padding-bottom: 1em;
  position: relative;
}
.social-icon {
  width: 3em;
  opacity: .9;
  margin: 1%;
  max-width: 15%;
}

/**********************************
MASONRY
***********************************/
.grid {
  margin: auto;
  text-align:center;

}

.grid-item {
  display: inline-block;
  padding: 6px;

}

.js .grid-item,
.grid-sizer {
  float: left;
  width:100%;
}

.scroll-up {
  display: block;
  margin: 3em auto;
  width: 10em;
  cursor: pointer;
}

.scroll-up:hover {
  opacity: .7;
}



.grid-item_text {
  padding: 1em 2em 2em 2em;
/*  background-color: #2D363E;*/
  text-align: left;
}

.gridimg {
  width: 100%;
  display:block;
}

.js .grid-item,
.js .scroll-up {
  opacity: 0;
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 2s; /* Firefox < 16 */
      -ms-animation: fadein 2s; /* Internet Explorer */
          animation: fadein 2s;
}

.grid--show .grid-item,
.grid--show .scroll-up {
  opacity: 1;
  
}

.grid--show  .grid-item a:hover {
  opacity: .7;
}
.grid--show .grid-item--text:hover {
  opacity: 1;
}


.grid--show.grid--paintings .grid-item {
  -webkit-transition: top 2s ease-in,left 2s ease-in,opacity 2s ease-in,-webkit-transform 2s ease-in;
    -moz-transition: top 2s ease-in,left 2s ease-in,opacity 2s ease-in,-webkit-transform 2s ease-in;
      -o-transition: top 2s ease-in,left 2s ease-in,opacity 2s ease-in,-webkit-transform 2s ease-in;
        transition: top 2s ease-in,left 2s ease-in,opacity 2s ease-in,-webkit-transform 2s ease-in;
}


/**********************************
PAGE: HOME
***********************************/
#home_section {
  background-image: url("../img/graphic-design/easel2.jpg");
  background-position:center 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
/*  height: 30%;*/
}



.homepage {
  font-size: 2rem;
}

/**********************************
PAGE: ABOUT
***********************************/


/*.section {
  padding: 5%;
  max-width: 2000px;
  margin: auto;
}*/

.section--home {
  padding: 5% 0 0 0;
  height: 100%;
  width: 100%;
}

.section--narrow {
  max-width: 75em;
}

.section--narrow--descriptions {
  padding-bottom: 3em;
}

.web-feature--border-bottom {
  border-bottom: 1px solid #3788CE;
  padding-bottom: 2em;
  margin-bottom: 4em;
}

.pg-logos img {
  max-height: 50px;
}


/**********************************
PAGE: brand story
***********************************/
.color-sample {
  height: 50px;
}


/**********************************
PAGE: NYS-QUIZ
***********************************/
.ff-quiz img {
  max-height: 500px;
  margin-left: 3px;
  margin-right: 3px;
}















/* Controls width of the widget */
.badge-container {
  width:275px; 
  margin: 0 auto;
  padding-top: 4em;
}
 
/* Makes Badges display inline */
#badges li { 
  display: inline;
  transition: .5s;
}
 
/* Controls badges size and alignment */
#badges li img {
  width: 60px; 
  margin:-17px 2px 0px 0px;
}
 
/* Controls badges row offset */
#badges li:nth-child(6n+4) {margin-left:30px;}
 
/* Controls Header Formatting */
.badge-container h3 {
  text-align:center; 
  padding-bottom: 1em;
  /*font-family: 'Helvetica Neue', helvetica, sans-serif; 
  font-weight: bold; 
  -webkit-font-smoothing: antialiased;*/
}
 
/* Controls badges on-hover opacity */
#badges li img:hover {opacity:.7;}







/**********************************
ACCORDION
***********************************/


/*----- Accordion -----*/


 
/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    padding:.3em;
    display:block;
   
}

.accordion-section-title img {
  display:block;
  margin: auto;
  width: 100%;
}
 
.accordion-section.active .accordion-section-content {
    display:inline-block;
}

/*----- Section Content -----*/
.accordion-section-content {
    width: 100%;
    display:none;

   
}


.accordion-section.active {
  -webkit-animation: fadein-accordion 3s; /* Safari, Chrome and Opera > 15.1 */
     -moz-animation: fadein-accordion 3s; /* Firefox < 16 */
      -ms-animation: fadein-accordion 3s; /* Internet Explorer */
       -o-animation: fadein-accordion 3s; /* Opera < 15.1 */
          animation: fadein-accordion 3s;
}

@keyframes fadein-accordion {
    from { opacity: 0; }
    to   { opacity: 1; }
}

 Firefox < 16 
@-moz-keyframes fadein-accordion {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein-accordion {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein-accordion {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein-accordion {
    from { opacity: 0; }
    to   { opacity: 1; }
}





/**********************************
LOADING ANIMATION
***********************************/


.loading-logo {
  width: 5em;
  margin:auto;
  display:none;
}

.accordion-section-content .loading-logo {
  padding-top: 3em;
}

@keyframes sofa-pic {
  0%   {padding-top: 0px;}
  100% {padding-top: 38px;}
}

.loading-logo--image {
  width: 82%;
  display: block;
  margin: auto;
  padding-top: 0px;
  animation-name: sofa-pic;
  animation-duration: .75s;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes sofa-pic_shadow {
  0%   {
    padding-top: 30px;
    padding-bottom: 33px;
    width: 100%; 
    height: 23px; 
    -webkit-filter:blur(15px);
  }
  100% {
    padding-top: 10px;
    padding-bottom: 0px;
    width: 82%; 
    height: 9px; 
    -webkit-filter:blur(5px);
  }
}

.loading-logo--shadow {
  display: block;
  margin: auto;
  opacity: 0.195122;
  width: 227px;
  height: 18px;
  border-radius: 50%;
  -webkit-filter: blur(6px);
  background-color: rgb(0, 0, 0);
  display: block;
  margin: auto;
  animation-name: sofa-pic_shadow;
  animation-duration: .75s;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}


.js .loading-logo {
  display:block;
}

.js .loading-logo--hide {
  display:none;
}

