/* mayra barrera, 2019 */

/* general styles many divs */
html, body {
  height: 100%;
  margin: 0;
  background-color:#f9f8eb;
  color:#333333;
}

h3#blue{
  color:#05004e;
}

h4#blue{
  color:#05004e;
}

ul#noPoints {
  list-style: none;
}

li {
   margin: 0 0 3px 0;
}

/* buttons */
.iconColors{
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #76b39d;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
  transition: all .3s ease-in-out;
  border: 2px solid #76b39d;
  border-radius: 100%;  
}

.iconColors:hover{
  color: #f9f8eb;
  background: #76b39d;
}

/* publications */
a.pubA{
  text-decoration: none;
  color:#333333;
}

.publication a:hover{
  color:#f9f8eb; 
}

.publication :hover .pubOver{
  opacity: 1;
}

.publication:hover {
  background-color: #76b39d;
}

.pubOver{
  opacity: 0;
}

#pubImg{
  height:71px;
  float: right;
}

#pubText{
  height:71px;
  padding-left: 5px;
  overflow: hidden
}


/* special links */
a.typeselection{
  color:#333333;
  text-decoration: none;
}

a.typeselection:hover, a.typeselection:active, a.typeselection:focus {
  color:#f3670a;
}

/* work w3 buttons */

.w3-content,.w3-auto{margin-left:auto;margin-right:auto}.w3-content{max-width:980px}.w3-auto{max-width:1140px}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
.w3-btn,.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#ccc;color:#000}
w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
.w3-bar .w3-button{white-space:normal}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important}

/* work images */
.containerWork {
  position: relative;
  text-align:center;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #f3670a;
}

.containerWork :hover .overlay {
  opacity: 0.8;
}

/* work modal */
.overlayWork {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #76b39d;
}

/*work modal content */
.overlayWork-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.overlayWork-containerTitle{
  position: relative;
}

.overlayWork-imageTitle{
  height:65px;
  width: 100%;
}

.overlayWork-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95%;
  width: 100%;
}

.overlayWork-textTitle{
  color: #f9f8eb;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlayWork-text{
  color:#05004e;
  font-size: 15px;
  text-align: justify;
  text-justify: inter-word;
  padding: 20px 40px 0px 40px;
}

.overlayWork a {
  text-decoration: none;
  text-align: justify;
  font-size: 36px;
  color: #f9f8eb;
  display: block;
  transition: 0.3s;
}

.overlayWork a:hover, .overlayWork a:focus {
  color: #05004e;
}

.overlayWork .closebtn {
  position: absolute;
  font-size: 60px;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: right;
}

/* work modal

/* page size */
.container {
  max-width: 800px;
  overflow: auto;
  padding-bottom: 50px;
 }

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.containerTitles{
  text-align:center;
  color:#202c5e;
}

.value-img {
  display: block;
  text-align: center;
  margin: 2.5rem auto 0; }

/* Footer */
div#content{
  min-height: 100%;
}

div#footer{

  position: relative;
  margin-top: -50px;
  /* negative value of footer height */
  height: 50px;

  color:#cecccd;
  background-color: #333333;
  text-align:right
}

div#footer p {
    padding:1em;
    margin:0;
  }


/*navbar*/

/*hidden elements when big */
.navbar .icon {
  display: none;
}

/*navbar link colors */
.navbar-link {
   text-transform: uppercase;
   font-size: 11px;
   font-weight: 600;
   letter-spacing: .2rem;
   margin-right: 35px;
   text-decoration: none;
   line-height: 6.5rem;
   color: #333333; 
}

.navbar-link.active {
   color: #fd5f00; 
}

.navbar-list {
    list-style: none;
    margin-bottom: 0;
  }

/* Smaller than tablet */
@media screen and (max-width: 750px){

  .pictureIcon{display: none;}
  
  .navbar-list li {display: none;}
  
  .navbar-list li.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .navbar-list.responsive {position: relative;}
  .navbar-list.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar-list.responsive li {
    float: none;
    display: block;
    text-align: left;
  }
  .navbar-item {
    position: relative;
    float: right;
    margin-bottom: 0; } 
}

/* Larger than tablet */
@media (min-width: 750px) {
  /* Navbar */
  .navbar + .docs-section {
    border-top-width: 0; }
  .navbar{
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #f9f8eb;
    z-index: 99;
  }
  .navbar > .container {
    width: 100%; }
  .navbar-item {
    position: relative;
    float: right;
    margin-bottom: 0; } 
  .has-docked-nav .navbar {
    position: fixed;
    top: 0;
    left: 0; }
  .has-docked-nav .navbar-spacer {
    display: block; }
  /* Re-overiding the width 100% declaration to match size of % based container */
  .has-docked-nav .navbar > .container {
    width: 80%; }
}