/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/bootstrap-one-page-template-with-parallax-effect/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */

/* general styles */
html, body {
  height: 100%;
  width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #333433;
    background-color: #f1f3f4;
    
    /*background-color: #333433;*/
}

body {
overflow-x: hidden;
}

/*
h1 { 
font-family: 'Oswald', sans-serif;
    font-size: 12vw;
    font-weight: 700;
    text-transform: uppercase;
    color: inherit;
    align-self: center;
    line-height: 11vw;
    
} */

h2 { 
font-family: 'Oswald', sans-serif;
    font-size: 2em;
    font-weight: 300;
    text-transform: uppercase;
    color: #f1f3f4;
    font-style: italic;
    text-align: center;
}

h3 { 
font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    text-transform: uppercase; 
    padding: 0pt;
    padding-bottom: 1em;
    margin: 0pt;
    color: inherit;
    text-align: left;
}

h4 { 
font-family: 'Oswald', sans-serif;
    font-size: 1.25em;
    font-weight: 300;
    text-transform: uppercase;
 opacity: 100%;   
    padding: 0pt;
    margin: 0pt;
    color: #f1f3f4;
    
    line-height: 6rem;
  margin-bottom: 0rem;
}

h5 { 
font-family: 'Oswald', sans-serif;
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase;
 opacity: 100%;   
    padding: 0pt;
    margin: 0pt;
    color: #f1f3f4;
}

h6 { 
font-family: 'Oswald', sans-serif;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
 opacity: 100%;   
    padding: 0pt;
    margin: 0pt;
    color: inherit;
}

h1 { 
font-family: 'Open Sans', sans-serif;
    font-size: .7em;
    font-weight: 400;
    /*font-style: italic;*/
    text-transform: none;
 opacity: 100%;   
    padding: 0pt;
    margin: 0pt;
    color: #f1f3f4;
    text-align: center;
    line-height: 1.7em;
}

.navtext {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
 opacity: 100%;   
    padding: 0pt;
    margin: 0pt;
    color: inherit;   
}


p {
    font-size: 1em;
    text-align: left;
    padding-bottom: 15px;
    
    }

li {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: .7em;
    font-weight: 300;
    line-height: 1.7em;
    padding: 0;
 
}

ul {
    text-align: left;
}

.bold-info {
   font-weight: 700; 
}

.portfolio-link {
    outline:none !important;   
}




.hide-nav {
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: .1;
   
}

.hide-nav:hover {
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 1;
   
}

.menu-li {
    font-size: .8em;
}




/*thumbnail hover */

.portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 27px);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
    background: rgba(186, 126, 76, 0.8);
    
}

.portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

.portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    font-size: 1.2em;
    position: absolute;
    top: calc(50% - 15px);
    width: 100%;
    text-align: center;
}










    
    
/* padded section */
.pad-section {
  padding: 50px 0;
}
.pad-section img {
  width: 100%;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  /* font-size: 4.5em; */
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* additional sections */
#graphicDesign {
  background: url(../images/GDbg-01.jpg) no-repeat center center fixed; 
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#illustration {
  background: url(../images/GDbg-02.jpg) no-repeat center center fixed; 
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#about {
  background: url(../images/GDbg-04.jpg) no-repeat center right fixed; 
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*
#about {
}

#services {
  background-color: #306d9f;
  color: #ffffff;
}
#services .glyphicon {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

#information {
  background: url(../images/estate.jpg) no-repeat center center fixed; 
  display: table;
  height: 800px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#information .panel {
  opacity: 0.85;
}

#google_map {
  height: 500px;
} 

*/

footer {
  /* padding-top: 1px; */
    background-color: #f1f3f4;
    color: #9b9ea1;
    font-size: .5em;
    padding-bottom: 1em;
    padding-top: 2em;
    line-height: .5em;
}


/*
footer p {
    margin-bottom: 15px;
}

footer .glyphicon {
  color: #333333;
  font-size: 60px;
    
}
footer .glyphicon:hover {
  color: #306d9f;
} */





/* .................extra css................... */

.navbar-brand {

 opacity: 100%;   
}
/*
nav {
    margin-top: 2.5%; 
} */

nav, #navbar-collapse-main, .navbar-header .navbar, .navbar-nav, .navbar-default, .navbar-fixed-top, .navbar-right {
    opacity: 100%;
    /* background-color: #333433; */
    background-color: #f1f3f4;
    outline: none;
    border: none;
    padding-left: 1em;
    padding-right: 2em;
    padding-top: 1em;
    position: relative;
}

a {
    color: inherit;
}

a>h1:hover {
    color: #333433;
    text-decoration: underline;
    
}

a:hover {    
    color: #c27e4c;
    text-decoration: none;
}

a>h3:hover {
    color: #c27e4c;
}



.navbar-default .navbar-nav>li>a {
  /*  color: #f1f3f4; */
}

.navbar-default .navbar-brand {
    /* color: #f1f3f4;*/
}

.navbar-default .navbar-nav>li>a {
   /* color: #f1f3f4; */
}

/* hover nav */

.navbar-default .navbar-brand>a:hover {
    color: #c27e4c;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #c27e4c;
}

.navbar-default .navbar-brand {
   
    color: #f1f3f4;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #c27e4c;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 0px;
    
}



.navbar-default .navbar-toggle {
    border-radius: 0px;
    border-color: #f1f3f4;
    border-width: .15em;
    color: #f1f3f4;
    background-color: #333433;
}


.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    
    color: #c27e4c;
    background-color: #333433;
    border-color: #c27e4c;
}

.navbar-toggle {
    padding: 6px 7px;
}

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



img {
    width:100%;
}

.active-page {
    color: #c27e4c;
}

.section-brk {
    height: 3em;
    
}

.img-pad {
    padding-bottom: 27px;
}





















/* SOURCE MODAL CSS. this stuff is important. leave */

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px; }
  #portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: none;
    margin: 0 auto;
    cursor: pointer; }
    #portfolio .portfolio-item .portfolio-link .portfolio-hover {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      transition: all ease 0.5s;
      opacity: 0;
      background: rgba(0, 174, 239, 0.9); }
      #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
        opacity: 1; }
      #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
        font-size: 20px;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 20px;
        margin-top: -12px;
        text-align: center;
        color: darkgray; }
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
          margin-top: -12px; }
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
          margin: 0; }
  #portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    background-color: darkgray; }
    #portfolio .portfolio-item .portfolio-caption h4 {
      margin: 0;
      text-transform: none; }
    #portfolio .portfolio-item .portfolio-caption p {
      font-size: 16px;
      font-style: italic;
      margin: 0;
      font-family: 'Ubuntu', sans-serif; }

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px; } }

/*
.modal {
    overflow-y:scroll;
    position: fixed;

}
*/

.portfolio-modal .modal-dialog {
  max-width: none;
    width: 100%;
  height: 100%;
  margin: 0;
    padding: 0;
    border: none;
}

.portfolio-modal .modal-content {
/*  position: absolute;*/
    min-height: 100%;
    min-width: 100%;
/*    display: none;*/
/*    width: calc(100% - 200px);*/
  padding: 100px 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none; }


  .portfolio-modal .modal-content h2 {
    font-size: 3em;
    margin-bottom: 15px; }
  .portfolio-modal .modal-content p {
    margin-bottom: 0px; }
  .portfolio-modal .modal-content p.item-intro {
    font-size: 16px;
    font-style: italic;
    margin: 20px 0 30px;
    font-family: 'Ubuntu', sans-serif; }
  .portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px; }
  .portfolio-modal .modal-content img {
    margin-bottom: 30px; 
    /*  margin-top: 30px; */ }
  .portfolio-modal .modal-content button {
    cursor: pointer; }

.portfolio-modal .close-modal {
  position: absolute;
  top: 40px;
  right: 70px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: transparent; }


  .portfolio-modal .close-modal:hover {
    opacity: 1; 
}

.portfolio-modal .close-modal:hover>.lr {
   background-color: #c27e4c;  
}

.portfolio-modal .close-modal:hover>.lr>.rl {
   background-color: #c27e4c;  
}


  .portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 4px;
    height: 40px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #212529; }
    .portfolio-modal .close-modal .lr .rl {
      /* Safari and Chrome */
      z-index: 1052;
      width: 4px;
      height: 40px;
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      background-color: #212529; }

.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0; }

.bg-light{
    padding: 0px;
}

/*navbar toggler right */

.goright {
    float: right;    
}




/* my modal css */

.portfolio-modal .modal-content {
    min-height: 100%;
    background-color: #f1f3f4; !important;
    
}


.modal-dialog {
    padding: 0px;
}



/*

.modal{
overflow-y: auto;
}


.modal-open{
overflow:auto;
overflow-x:hidden;
}


*/


/* Show scroll for modal only when modal is opened */
.modal {
  overflow-y: hidden; 
}
.modal-open .modal {
  overflow-y: scroll;      
}

/* Fix page shift when body scroll is killed */
.modal-open .modal-shiftfix,
.modal-open .modal-shiftfix .navbar-fixed-top,
.modal-open .modal-shiftfix .navbar-fixed-bottom {
  overflow-y: scroll;      
}




.btn-primary {
    border-radius: 0px;
    border-color: none;
    border-width: 0;
    color: #f1f3f4;
    background-color: #333433;
    font-size: .8em;
    
        font-family: 'Open Sans', sans-serif;
    font-weight: 200;
}

.bottom-margin-30 {
    margin-bottom: 30px;
}

.hyperlink {
   color:#3997b8; 
}

/*
a:visited {
  color:#3997b8; 
    text-decoration: none;
} */


.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

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


.color-block {
    
    padding-top: 3rem;
    padding-bottom: 3rem;
    
    background-color: #333433;
     background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
    overflow-x: hidden;
    
}

.masthead-heading {
  font-size: 6vw;
  font-weight: 700;
  line-height: 5vw;
  margin-bottom: 1vw;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  hyphens: auto;
  
    text-transform: uppercase;
    color: #f1f3f4;
     text-align: center; 
}

header.masthead {
    
    padding-top: 17rem;
    padding-bottom: 12.5rem;
    
  color: rgb(255, 255, 255);
  background-image: url("../assets/img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
    overflow-x: hidden;
}

.textcenter {
    text-align: center !important;   
}

.btn {
    text-align: center; 
}

.fas {
    opacity: 100%;
    
}

.text-primary:hover {
  color: #c27e4c;
}
.text-primary {
  color: #c27e4c;
}

.hover-block {
    
    padding-top: 3rem;
    padding-bottom: 3rem;
    
    background-color: #3a5171;
     background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
    overflow-x: hidden;
    
}

.hover-block:hover {
    
    padding-top: 3rem;
    padding-bottom: 3rem;
    
    background-color: #c29e4c;
     background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
    overflow-x: hidden;
    
}

