/* ======================================================== 
    Default Theme
------------------------------------------------------------
    Fonts: Ralway % Open Sans
------------------------------------------------------------
Colors: 
    Moon Yellow:       #f4c613
    Grey:              #212226
    White Smoke:       #f4f4f4
    Black:             #000
===========================================================*/

/* proposed color scheme change. 

        #2C3531;
        #116466
        #D9B08C
        #FFCB9A
        #D1E8E2


/* ========================================================
                        HTML, Body
===========================================================*/

html,
body {
    height: 100%;
}

body {
    color: #fff;
}

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

p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

section {
    background: #fff;
    overflow: hidden;

}


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

#preloader {
    background-color: white;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

#status {
    background-image: url("/img/preloader/preloader.gif");
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -100px;

}

/* ========================================================
                        Home
===========================================================*/
#home {
    background: none;
    height: 100%;
}

#home-bg-video {
    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: url("../video/home.jpg") no-repeat;
    background-size: cover;


}

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

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

}

#home-content-inner {
    padding-top: 30vh;
    padding-bottom: 80vh;
    display: table-cell;
/*    vertical-align: middle; */
}

#home-heading h1 {

    color: #fff;
    font-size: 65px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;

}

#home-heading h1 span {
    color: #FFCB9A;
    font-weight: 500;
}

#home-text p {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    margin: 8px 0 30 0;

}

/* =========================================
                Navbar
============================================ */


.custom-toggler.navbar-toggler {
    border-color: #fff);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='5' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
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: #FFCB9A;
}

/* white navigation */ 

.white-nav-top {
    background: rgba(17, 21, 19,.8);
}


/* =========================================
                Animation
============================================ */

#home-heading-1,
#home-heading-2,
#home-text,
#home-btn,
#arrow-down i {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

#home-heading-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#home-heading-2 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

#home-text {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

#home-btn {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

#arrow-down i {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

/* scroll spy active state */

.white-nav-top ul.navbar-nav > li.active > a {
    color: #FFCB9A;
    font-weight: 500;
    
}

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


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

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

}

.btn-home:hover,
.btn-home:focus {
    color: #212226;
    background-color: #FFCB9A;

}

/* ========================================================
                        Arrow Down
===========================================================*/

#arrow-down {
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #fff;
    font-size: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: -16px;
    z-index: 1;
}

#arrow-down:hover,
#arrow-down:focus {
    color: #FFCB9A;
}

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

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

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

/* ========================================================
                        Vertical Headings
==================================.=========================*/

.vertical-heading h5 {
    color: #f4c613;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    word-spacing: 9px;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    top: 60px;
    left: -53px;


}

.vertical-heading h2 {
    margin: 0 0 0 35px;
    font-size: 42px;
    font-weight: 100;
    line-height: 45px;
}

/* ========================================================
                        About #1
===========================================================*/

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

}

#about-bottom {
    margin-top: 60px
}

#about-bottom img {
    margin: 0 auto;
}

/* ========================================================
                        About #2
===========================================================*/

#about-02 {
    background-color: #f4f4f4
}


.about-item {
    background-color: #fff;
    padding: 80px 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.about-item i {
    font-size: 32px;
    margin: 0;
}

.about-item h3 {
    font-size: 24px;
    margin-bottom: 10px;

}

.about-item hr {
    width: 45px;
    height: 3px;
    background-color: #f4c613;
    margin: 0 auto;
    border: none;
}

.about-item p {
    margin-top: 20px;
}

/* Hover state */

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

.about-item:hover i,
.about-item:hover h3,
.about-item:hover p {
    color: #fff
}

.about-item:hover hr {
    background-color: #fff
}

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

/* Smooth Transition */

.about-item,
.about-item i,
.about-item hr {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

/* ========================================================
                        Team
===========================================================*/

#team-left .vertical-heading {
    min-height: 160px;
}

.team-member {
    margin: 8px;
    position: relative;
}

.team-member-overlay {
    background-color: rgba(33, 34, 38, .9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.team-member-info {
    width: 100%;
    height: 100%;
    padding: 80px 0;

}

.team-member-info h6 {
    color: #f4c613;
    font-size: 16px;
    margin: 0;
}

.team-member-info p {
    color: #fff;
    width: 100%;
    height: 100%;

}

.team-member:hover .team-member-overlay {
    opacity: 1;
}

/* ========================================================
                        Social Icons
===========================================================*/

ul.social-list {
    padding: 0;
    margin-top: 20px
}

ul.social-list li {
    display: inline-block;
    padding: 0;

}

ul.social-list li a {
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all 400ms linnear;
    transition: all 400ms linnear;
}

ul.social-list li:nth-child(1) a:hover {
    background: #3b4998;
    border-color: transparent;

}

ul.social-list li:nth-child(2) a:hover {
    background: #00aced;
    border-color: transparent;

}

ul.social-list li:nth-child(3) a:hover {
    background: #dd4b39;
    border-color: transparent;

}

/* ========================================================
                        Slider Buttons
===========================================================*/

.owl-theme .owl-nav [class*=owl-] {
    color: #212226;
    background: none;
    font-size: 40px;
    margin: 0;

}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #212226;
}

/* ========================================================
                        Skills
===========================================================*/
.skill {
    margin-bottom: 20px;
}

.skill h4 {
    line-height: 62px;
    margin: 0;
    font-weight: normal;
}

.progress {
    height: 25px;
    border-radius: 0;
    background: #efefef;
    overflow: visible;

}

.progress-bar {
    background: #f4c613
}

.progress-bar span {
    font-size: 11px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    background: #212226;
    padding: 2.5px;
    position: absolute;
    left: 94%;
    top: -47;
}

/* ========================================================
    Progress Bars, Could not get this to work properly
===========================================================*/
/* ========================================================
                    Statement
===========================================================*/

#statement {
    background: url("../img/tech/tech-quote.jpg") no-repeat fixed center;
    background-size: cover;
}

#statement .content-box-lg {
    background: rgba(0, 0, 0, 0.3);
    /* makes the background dim */
}

#tech-statement h3 {
    color: #fff;
    font-size: 28px;
    line-height: 45px;
    line-height: 45px
}

#tech-statement p {
    font-size: 14px;
    color: #f4c613;
    font-family: "Raleway", sans-serif;
    margin-top: 8px
}