/* ==================================================
Default Theme:
-----------------------------------------------------
Fonts: Raleway & Open Sans
-----------------------------------------------------
Colour Scheme: 
    Black:              #000000
    Moon yellow:        #c49a45
    White Smoke:        #2c2c2c
    White:              #fff
    Deep Sky Blue:      #3aafb9
    Mauve Tope:            #995d81
====================================================*/

/* ==================================================
Html, Body
====================================================*/

.small-text {display: none;}

html {
}
body {
    width: 100%;
    overflow-x: hidden;
    /*make website fullscreen*/
}

body {
    color: #f8f9fa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

p {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

section {
    background: #1a1a1a;
    /* overflow: hidden; */ /* Removing this as it breaks position: sticky */
}

#work-portfolio {
    overflow: visible !important;
}


/* ==================================================
Preloader:
====================================================*/

#preloader {
    background-color: #1a1a1a;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
#status {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
    border: 4px solid rgba(196, 154, 69, 0.1);
    border-top: 4px solid #c49a45;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Floating Social Icons */
.float-social {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 25px;
    color: #FFF;
    border-radius: 50%;
    font-size: 28px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.float-social:hover { color: #fff; transform: scale(1.1); box-shadow: 2px 2px 15px rgba(0,0,0,0.8); }
.float-wa { right: 25px; background-color: #25d366; }
.float-ig { right: 90px; background-color: #E1306C; }



/* ==================================================
Home:
====================================================*/

#homepage {
    background: none;
    height: 100vh
}

#home-content {
    width: 100%;
    height: 100%;
    display: table;
}

#home-content-inner {
    display: table-cell;
    vertical-align: middle;
}

#home-heading h1 {
    color: #fff;
    font-size: 65px;
    font-weight: 100;
    margin: 0;
    display: inline-block;
}

#home-heading h1 span {
    font-weight: 400;
}

#home-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 8px 0px 30px 0px
}

#home-bg {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    background-size: cover;
}

#home-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}


/* ==================================================
Buttons:
====================================================*/

.btn-general {
    font-family: 'Raleway', sans-serif;
    border-collapse: separate;
    border-radius: 28px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 6px;
    padding: 12px 30px 12px 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-home {
    color: #fff;
    border: 1px solid #fff;
}

.btn-home:hover,
btn-home:focus {
    color: #fff;
    background-color: #c49a45;
    border: 1px solid #c49a45;
}

/* ==================================================
Downward Arrow:
====================================================*/
#home-arrow {
    position: absolute;
    /*anchored to home scrn*/
    left: 50%;
    bottom: 20px;
    color: #fff;
    font-size: 32px;
    height: 32px;
    width: 32px;
    text-align: center;
    margin-left: -16px;
    z-index: 1;
}

#home-arrow:hover,
home-arrow:focus {
    color: #c49a45;
}

/* ==================================================
Content Boxes
====================================================*/

.content-box-lg {
    padding: 100px 0;
}

.content-box-md {
    padding: 100px 0;
}


/* ==================================================
About Part 1,2
====================================================*/

#about-left,
h1 {
    font-size: 42px;
    font-weight: 300;
}

#about-left strong {
    color: #000;
}

#about-right p:first-child {
    margin-bottom: 30px
}

#about-image {
    margin-top: 60px;
}

#about-image img {
    margin: 0 auto;
    /*makes sure img is centered*/
}

#about-part-2 i {
    font-size: 20px;
    color: #fff;
    text-shadow: 0px 0px 4px rgb(0, 0, 0, 0.8);
    margin: 0;
}

#about-part-2 {
    background-color: #2c2c2c
}

#about-part-2 p{
    color: #fff;
    text-shadow: 0px 0px 4px rgb(0, 0, 0, 0.3);
    margin-bottom: 10px;
}

#about-part-2 h3{
    color: #fff;
    text-shadow: 0px 0px 4px rgb(0, 0, 0, 0.3);
    margin-bottom: 10px;
}

#about-right p {
    color: #f8f9fa;
    text-shadow: none;
}



.about-item {
    background-color: #000000;
    padding: 80px 30px;
    -webkit-box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.1)
}

.about-item hr {
    width: 50px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 20px;

}

.about-item:hover {
    background-color: #b08a3e;
}


.about-item:hover i {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

/* smooth transition */
.about-item {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}


/* ==================================================
Statement:
====================================================*/

#statement {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("../img/generated/statement_bg.png");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    background-attachment: fixed;
   
}

#quote p {
    color: #fff;
    text-shadow: 0px 0px 5px rgb(0, 0, 0, 0.9);
}

#quote h3 {
    color: #fff;
    text-shadow: 0px 0px 10px rgb(0, 0, 0, 0.9);
}


/* ==================================================
Services:
====================================================*/


#services-heading h2 {
    color: #f8f9fa;
    margin-bottom: 42px;
    font-size: 42px;
    font-weight: 300;
}


.service h4 {
    margin: 15px 0;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 0px 10px rgb(0, 0, 0, 0.9);
}


#service-attributes p {
    color: #fff;
    text-shadow: none;
    margin-bottom: 10px;
}

#services-part-1 img {
    margin: 15px 0;
    box-shadow: 0 0 40px rgb(0, 0, 0, 0.2);
}


.service {
    background-color: #000000;
    padding: 10px 10px;
    -webkit-box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
    margin-bottom: 20px;
    
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    
}


#service-box img {
    margin-top: 0;
    padding:0px 0px;
}

#service-box h4{
    font-size: 24px;
}


#service-box {
    background: #2c2c2c;
}

#item1, #item2, #item3 {
    background-color:#000000;
}

#item1:hover, #item2:hover, #item3:hover {
    background-color: #b08a3e
}



/* ==================================================
Work portfolio:
====================================================*/

.work-portfolio h2 {
    margin-top: 0px;
}

#portfolio-container {
    margin-top: 0px;
}

#portfolio-header h2 {
    font-size: 42px;
    padding-left:7px;
     font-weight:300
}


#portfolio-header {
    margin-bottom: 30px;
}


/*removing padding for bootstrap row class*/
.row.no-gutters [class*=col-] {
    padding:0;
}

.portfolio-item {
    overflow: hidden;
    position:relative;
}

/* filter button styling*/
#isotope-filters {
    margin-bottom: 10px;
    padding: 20px 25px 20px 0; 
}

#isotope-filters button {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background:transparent;
    -webkit-box-shadow: none; box-shadow: none;
    padding-right: 35px;
}

#isotope-filters button span {
    display: block;
    padding-bottom: 5px; 
}

/* zoom effect */
.portfolio-item img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.5s ease; transition: -webkit-transform 0.5s ease; transition: transform 0.5s ease; transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.portfolio-item:hover img {
    -webkit-transform:scale(1.1); transform:scale(1.1);
}

/*overlay*/

.portfolio-item-overlay {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: rgba(14, 14, 17, 0.8);
    cursor: zoom-in;
    opacity:0;
    transition: all 0.7s ease;
}

.portfolio-item-details {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-item-details h3 {
    color: darkgrey;
    text-transform:uppercase;
    font-size: 30px;
    margin:0;
    padding:0;
    -webkit-transform: translateY(-20%); transform: translateY(-20%);
    -webkit-transform:translateY(-20%);   transform:translateY(-20%);
    -webkit-transition: all 0.8s;transition: all 0.8s;
}

.portfolio-item-details span {
    display: inline-block;
    color:ghostwhite;
    border-top: 3px solid #fff;
    height: 6px;
    width: 60px;
    margin: 11px auto 5px auto;
}

.portfolio-item-details p {
    color: #fff;
    -webkit-transform:translateY(20%);   transform:translateY(20%);
    -webkit-transition: all 0.8s;transition: all 0.8s;
}

/*showing overlay on hover*/
.portfolio-item:hover .portfolio-item-details h3 {
    -webkit-transform: translateY(0);   transform: translateY(0);
}

.portfolio-item:hover .portfolio-item-details p {
    -webkit-transform: translateY(0);   transform: translateY(0);
}

.portfolio-item:hover .portfolio-item-overlay{
    opacity:0.8;
}

/* ==================================================
Team Section:
====================================================*/

#team-header {
    font-size: 42px;
    font-weight: 300;
}

.team-member {
    background: #1a1a1a;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(196, 154, 69, 0.2);
    transition: all 0.3s ease;
    margin: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.team-member:hover {
    border-color: #c49a45;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    transform: translateY(-5px);
}

.team-member img {
    border-radius: 10px;
    height: auto !important;
    width: 100% !important;
    max-height: 500px;
    object-fit: contain !important;
    margin-top: 15px;
    border: 2px solid rgba(196, 154, 69, 0.1);
    background: #000;
}

.team-member .team-h3 {
    margin-top: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.team-member h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.9;
}

#team {
    padding: 80px 0;
    background-color: #2c2c2c;
}

#team h2 {
    padding-top: 0;
}

/* ==================================================
Statistics:
====================================================*/

#stats-heading h2{
    font-size: 42px;
    font-weight:300;
}

#stats {
    background: url("../img/adobestock2.png");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    background-attachment: fixed;
  
}

#stats .content-box-md {
    background: rgba(0,0,0,0.1);
}

#stats h2, p, i{
    color: #fff;
    font-family: "Raleway";
    text-shadow: 0px 0px 4px rgb(0, 0, 0, 0.8);
}

#stats i {
    font-size:30px;
}


.counter {
    color: #fff;
    font-size: 40px;
}

/* ==================================================
Contact:
====================================================*/

#contact h2 {
    font-size: 42px;
    font-weight: 300;
}

#blurb {
    color: #f8f9fa;
    text-shadow: none;
    font-family: "Raleway";
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#address {
    color: #f8f9fa;
    text-shadow: none;
    font-family: "Raleway";
    font-size: 15px;
    font-weight: 700;
}

.contact-more {
    color: #f8f9fa;
    text-shadow: none;
    font-size: 15px; 
    font-family: "Raleway"
}

#blurb2{
    color:#212226;
    text-shadow:none;
}

#contact-right h4 {
    font-weight: 700;
}


#send-btn a {
    color: #fff;
    background-color: #c49a45;
    border: 1px solid #c49a45;
    font-weight: 700;
}

#contact-right form textarea.form-control {
    min-height: 164px;
}

/* ==================================================
Footer:
====================================================*/

footer {
    background: #2c2c2c;
    padding: 30px;
}

footer p {
    color: #f8f9fa;
    text-shadow: none;
    line-height:20px;
}

/* ==================================================
Naviation Bar
====================================================*/

.navbar {
    padding: 35px 0px 20px 0px;
}

.site-nav-wrapper {
    padding: 0 85px;   
}

.navbar-brand {
    padding: 13px 15px;
}

ul.navbar-nav > li > a {
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;    
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
    background: none;
    color: #c49a45;
    font-weight: 500;
}

/*white nav bar*/

.white-nav-top {
    background: #000;
    padding:10px 0px;
    -webkit-box-shadow: 0 8px 6px -9px #999;
    box-shadow: 0 8px 6px -9px #999;
    z-index: 2;
}

.white-nav-top ul.navbar-nav > li > a {
    color: #fff;
}

.white-nav-top ul.navbar-nav > li > a:hover,
.white-nav-top ul.navbar-nav > li > a:focus {
    color: #c49a45;
    font-weight: 500;
}

/* ==================================================
Animations:
====================================================*/

#home-heading1 {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

#home-heading2 {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#home-paragraph, #home-button {
    -webkit-animation-duration: 1.5;
    animation-duration: 1.5;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

/* Portfolio Filters - JS Sticky (position:fixed when active) */
.sticky-filters {
    background-color: #1a1a1a;
    padding: 20px 0;
    text-align: center;
    border-bottom: 2px solid #c49a45;
    width: 100%;
    z-index: 1020;
}
.filters-fixed {
    position: fixed !important;
    left: 0;
    z-index: 1020 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.6);
}
@media(max-width:767px) {
    .sticky-filters {
        padding: 8px 0;
        white-space: nowrap;
        overflow-x: auto;
    }
    .sticky-filters .btn {
        padding: 5px 15px !important;
        font-size: 10px !important;
        margin: 0 !important;
    }
}
