/* COLORS: */
:root {
    --color-background: #D9D9D9;
    --color-background-text: #39393A;
    --color-whitish: #FAFFFD;
    --color-header: #39393A;
    --color-highlight: #5299D3;
    --color-supplimental: #F08A4B;

    font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
  }
  
  @media only screen and (min-width: 992px) {
    .separator{
        width:90%;
        margin: 32px 0 32px 5%;
        height: 1px;
        background: #d0d0d0;
    }

    .social-menu{
        text-align: center;
    }

    .fixed-header{
  
        height: 96px;
    
        }

        
    #bar-logo{
        height:96px;
        width: auto;
        opacity: 0;
        position: fixed;
        left: -36px;
        top: -64px;
        visibility: hidden;


    }

    .pinned #bar-logo{
        animation: fade-white-logo 1s;
        animation-fill-mode: forwards;  
    }
    .pin-top #bar-logo{
        animation: fade-opaque-logo 0.5s;
        animation-fill-mode: forwards;   
    }

    #wrapper{
        height:  96px;
    }


}
@media only screen and (max-width: 992px) {

   #wrapper{
       visibility: collapse;
       height:0px !important;
   }

   #mobile-wrapper{
       /* opacity: 0.7; */
       z-index: 1000 !important;
       height:64px !important;
   }

   .parallax-img{
        height:300px;
        object-fit: contain;
   }


   .parallax-container{
        height:200px;
   }

   .mobile-header{
       top: 288px;
    height:600px;
    width:100%;
    object-fit: cover;
    z-index:-99 !important;
   }

 


   #mobile-navbar{
       text-align: right !important;
   }

   .fixed-header{
  
    height: 64px;

    }

    
    #bar-logo{
        height:64px;
        width: auto;
        opacity: 0;
        position: fixed;
        left: -36px;
        top: -64px;
        /* visibility: hidden; */

    }

    .pinned #bar-logo{
        animation: fade-white-logo 1s;
        animation-fill-mode: forwards;  
    }
    .pin-top #bar-logo{
        animation: fade-opaque-logo 0.5s;
        animation-fill-mode: forwards;   
    }

}

body{
    width:100% !important;
    z-index: 1;
    margin: 0;
}


#nav_bar{
    background: var(--color-highlight);
  }

  
  

r{
    color: var(--color-supplimental);
}

.tpm-link{
    color: grey;
    width: 100%;
    text-align: center;
}
.tpm-holder{
    margin: 132px 0 16px;
}

.scrolling-header{
    background: #5299D3;
    margin: 0;
    text-align: center;
    padding-bottom: 8px;
    z-index: 99;
}

.fixed-header{
    background: white;
    opacity: 0;
    /* background: #507799; */
    margin: 0;
    z-index: 1002;
}



.pin-top{
    animation: fade-opaque 1s;
    animation-fill-mode: forwards;  
}
.pinned{
    animation: fade-white 1s;
    animation-fill-mode: forwards;  
    
}
#wrapper, #mobile-wrapper {
    background: transparent;
}

#header-logo{
    height: 128px;
    margin-top: 8px;
    filter: drop-shadow(0 0 0.25rem #00000070);

}

.header-text-bold{
    color: #e0e0e0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 3.5em;
    font-weight: 600       ;
    line-height: 1em;
    position: relative;
    top: -14px;
    text-shadow: 2px 2px 4px #00000070;


   
}

.header-text{
    color: #e0e0e0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 3.1em;
    font-weight: 500       ;
    line-height: 1em;
    position: relative;
    top: -14px;
    text-shadow: 2px 2px 4px #00000070;

}


.header-subtext{
    color: #5f5f5f;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.1em;
    font-weight: 500;           ;
    line-height: 1.2em;
    position: relative;
    top: -16px;

}


.header-menu{
    text-align: center;
    height:32px;
}

.social-menu{
    padding-top: 16px;
}
.social-icon{
    margin: 0 8px 0 8px;
    height: 24px;
    width: 24px;
}

.header-link{
    color: #39393A;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1em;
    margin: 0 16px 0 16px;
    cursor: pointer;
   
}

.parallax-container{
    width:100%;
    height: 800px;
}


  .parallax{
    position:static;
  }

  .parallax-img{
      width:100%;
  }
  .nav-shadow{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
      width:100% !important;
      height: 5px !important;
      position: absolute;
      bottom:-5px;
      z-index: 1002;
    }


.sidenav-trigger{
    background: transparent !important;
}
  #our-story{
      margin-top: 100px;
  }

  .image-cropper {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

#slide-out{
    z-index: 1003 !important;
}

.circle {
    vertical-align: middle;
    
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#projects{
    padding-top: 64px;
    padding-bottom: 64px;
    text-align: center;
    background: #f1f1f1;
}

.projects-title{
    color:black;
    text-align: left !important;
    font-size: 1.8rem;
    font-weight: 500;

}

.header{
    font-weight: 300 !important;
}

.card-action{
    border-top: 0px solid black !
}

#menu-button{
    color:gray;
    font-size: 32px; 
    cursor:pointer;
    position: absolute;
    right: 16px;
}

#back-button{
    margin-left: 18px;
}

.sidenav{
    z-index: 1001;
    background: #5299D3;
    color:#e0e0e0;
}

.menu-item{
    text-align: right;
}

.menu-text{
    font-size: 32px !important;
    font-weight: 300 !important;
    color:#e0e0e0 !important;
}

.social-menu-nav{
    position: fixed;
    bottom: 80px;
    text-align: center;
    width: 100%;
}
@keyframes fade-white {
    0% {
    opacity: 0.7;
    }
    100% {
        opacity: 1.0;
        z-index: 1000;
    }
}
@keyframes fade-opaque {
    0% {
    opacity: 1.0;
    }
    100% {
        opacity: 0.7;
    }
}


.box {
    background-color: white;
    border: 2px solid #b0b0b0;
    margin-top: 40px;
    position: absolute;
    padding: 1%; 
    max-width: 400px;
}

  


/* The Modal (background) */
.image-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0 !important;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(50, 54, 57); /* Fallback color */
  }
  
  /* The Modal (background) */
  .pdf-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0 !important;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(50, 54, 57); /* Fallback color */
  }
  
  /* Modal Content (Image) */
  .image-modal-content {
    margin: auto;
    display: block;
    max-height: 90%;
    padding-top:5%;
  }
  

  
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  #caption {
    display: block;
    width: 60%;
    margin-left: 20%;
    margin-top: 16px;
    text-align: center;
    color: #ccc;
    height: 5%;
  }
  
  /* Add Animation - Zoom in the Modal */
  .image-modal-content, #caption, #modal_image{ 
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .image-modal-content {
      width: 100%;
    }
  }

  .admin-menu{
      background: white;
  }

  #menu_user{
    position:absolute;
    top:2px;
    width:100%
  }
  
  .separator-line{
    background: #d0d0d0;
    height:1px;
    width:80%;
    margin-left: 10%;
  
  }

  .menu-line{
      text-align: left;
      color: black;
      font-size: 24px !important;
      font-weight: 300;
  }

  .menu-text-holder{
      padding:0 !important;
      margin-top: 16px;
  }



  .menu-logo{
      height:100%;
      width: 100%;
      padding-right: 0;
  }

  #add_button{
      background: var(--color-supplimental);
  }


.attHolder{
    margin: 8px 0 0 0 !important;
    padding: 0px !important;
}

.thumbnail{
    margin: 0 !important;
    position: relative;
    overflow: hidden;
    padding:0;
    
}

#modal_image{
    padding-bottom: 32px !important;
}


  .thumbnail img {
    padding:0;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
  .thumbnail img.portrait {
    width: 100%;
    height: auto;
  }



  #pictures{
      padding:0 !important;
      margin:0 !important;
  }
  
  .thumb100{
    object-fit: cover;
  }
  .thumb100:hover{
    opacity:0.7;
    cursor: pointer;
  }
  
  .image-modal{
      z-index: 10001;
  }

  .dz-image{
    border-radius: 0 !important;
  }

  

#loading-overlay{
  top:0;
  background: black;
  opacity: 0.5;
  height:100%;
  width:100%;
  position: fixed;
  z-index: 1000;
}

#update-spinner{
  position:fixed !important;
  width:10%;
  height:10%;
  left:45% !important;
  top:45% !important;
  z-index: 1001 !important;
}


#login-header{
    font-size: 24px;
    color: dimgray;
}


.login-logo{
    width:35%;
    margin-top: 16px;
}
 
#login-title{
    color: var(--color-highlight);
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 32px; 
}

#go-button{
    background: var(--color-highlight);
}

#forgot-password{
    color: var(--color-highlight) !important;
}

#go-button{
    width:100%;
}

.row .input {
    padding-left: 16px;
    padding-right: 16px;
}

.setting-text{
    color: black;
    font-size: 24px;
    font-family: "Roboto",   serif;
    
}

.setting-card{
    background: white;
    padding: 16px;
    cursor: pointer;
    border: 1px solid #d0d0d0;
}
  
.setting-header{

    color:grey;
    font-size: 16px;
    font-family: "Roboto",   serif;
    font-weight: 600;
}

.setting-icon{
    height: 32px !important;
    width: 32px !important;
}

.card-content{
    height: 120px !important;
}


#contact-buy, #contact-sell, #contact-invest, #more-projects, #submit-button{
    background: #5299D3;
    width:100%;
    height:64px;
    padding-top: 16px;
    color: #ffffff;
    font-weight: 400;
}

#submit-button{
    width: 40%;
}


.contact-input{
    background: #00000005 !important;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    padding-left: 12px !important;
    font-size: 18px !important;
    font-weight: 400;
    
}




.contact-holder{
    height:600px;
    margin-top: 32px;
}
.contact-btn{
    margin-top: 16px;
    background: #507799;    

}





@keyframes fade-white-logo {
    0% {
        opacity: 0.7;
        top:-64px;
    }
    100% {
        opacity: 1.0;
        top:0px;
    }
}
@keyframes fade-opaque-logo {
    0% {
        opacity: 1.0;
        top:0;
    }
    100% {
        opacity: 0;
        top:-64px;

    }
}
