/*****************************************
FONTS
*****************************************/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Montserrat:400,700);

/*****************************************
GENERAL
*****************************************/

/* 
Color Scheme 1: Green & Orange
    Green: #16a085;
    Orange: #ffc44f;

Color Scheme 2: Green & Lime Green
    Green: #16a085;
    Lime Green: #c5ff26;

To Change color scheme use:
    (1) FIND>REPLACE in Sublime Text
    (2) Change Colors for 'navbar-default' in LESS Files using CRUNCH
    (3) Change Logo in index.php to preferred color
*/

body {
    overflow-x: hidden;
}

.modal-backdrop {
  z-index: -1 !important;
}

p {
    font-size: 20px;
    font-family: 'Lato', serif;
}

p.small {
    font-size: 16px;
} 

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color:#202020;
}

button a,
button a:hover {
    color:#0e6d5a;
    text-decoration: none;
}

.img-centered {
    margin: 0 auto;
}

.btn {
    border-radius:0px !important;
    font-family:'Montserrat', sans-serif;
}

.btn:hover {
    box-shadow:none;
}

.white {
    color:#fff !important;
}

.black {
    color:#202020 !important;
}

/*****************************************
HEADER
*****************************************/

header {
    text-align: center;
    color: #fff;
    background: url('../img/brooklynbridge.jpg') no-repeat fixed center;
    background-size:cover;
}

header .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
    width:500px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 44px;
    line-height:1.1;
    font-weight: 700;
    color:rgba(255,97,97,1);
}

header .intro-text .skills {
    font-size: 1.5em;
    font-weight: 300;
    color:#fff;
    font-family:'Lato', serif;
}

@media(min-width:768px) {
    header .container {
        padding-bottom: 100px;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(max-width:480px) {
    header .intro-text .name {
        font-size: 3em;
        line-height:1.2;
    }
}

/**************************/

@media(min-width:768px) {
    #intro-header, 
    #about-header, 
    #training-header, 
    #job-desc-header {
        padding-top:40px;
    }
}

#intro-header {
    background: url('../img/brooklynbridge.jpg')  no-repeat fixed center; 
    background-size:cover; 
}

#about-header {
    background: url('../img/skyscrapper.jpg')  no-repeat fixed center; 
    background-size:cover; 
}

#training-header {
    background: url('../img/walk.jpg')  no-repeat fixed center; 
    background-size:cover; 
}

#job-desc-header {
    background: url('../img/window.jpg')  no-repeat fixed center; 
    background-size:cover; 
}


/*****************************************
NAVBAR
*****************************************/

.navbar  {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
.navbar-default .navbar-nav > li > a:focus {
	color: rgba(255,97,97,1);
}
.navbar-default .navbar-nav > .open > a {
	
	color: rgba(255,97,97,1);
	
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	
	color: rgba(255,97,97,1);
}
.navbar-default .navbar-nav > li > a:hover{
	color: rgba(255,97,97,1);
}
.navbar  a:focus, a:hover {
    outline: 0;
	color: rgba(255,97,97,1);
}

.navbar .navbar-nav {
    letter-spacing: 0.5px;
}

.navbar .navbar-nav ul li {
    text-transform: capitalize;
}
.navbar .navbar-nav ul li ,a:hover {
		color: rgba(255,97,97,1);
	
} 
.navbar .navbar-nav li a:focus {
    outline: 0;
	color: rgba(255,97,97,1);
}

.navbar .dropdown-menu a:hover {
    background:#eee;
	color: rgba(255,97,97,1);
}

.navbar-default,
.navbar-inverse {
    border: 0;
    background:#202020;
}

.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-brand>img {
    display: block;
    margin-top: -40px;
    width: 150px;
}

.navbar-default {
    position:relative;
    margin:0;
    padding:10px 0;
    border-radius:0;
}

/* Dropdown on hover */

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
	color: rgba(255,97,97,1);
}

.dropdown:hover .dropdown-menu {
    display: block;
	color: rgba(255,97,97,1);
}

/* ./end of Dropdown on hover */

@media(min-width:768px) {
    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
    }
}


@media(max-width:1200px) {
    .navbar-nav {
        font-size:11.6px;
    } 
}

@media(min-width:599px) {
    #logo .img-responsive, #logo .thumbnail>img, #logo .thumbnail a>img, #logo .carousel-inner>.item>img, #logo .carousel-inner>.item>a>img {
        max-width:50%;
        min-width:411px;
    }
}


/*****************************************
SECTION
*****************************************/

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
    margin-bottom:30px;
}

section h2 small {
    text-transform: capitalize;
    font-size:0.5em;
    color:#aaa;
}

section p {
    letter-spacing: 0.3px;
	line-height:1.5;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }
    section.first {
        padding-top: 75px;
    }
}

/*****************************************
WEBSITE IMAGES
*****************************************/

.web-img {
    margin-top:60px;
}

.web-img img {
    width:320px;
    box-shadow: 0 0 15px #777;
}

.web-img p {
    margin-top:10px;
    font-size:1em;
    color:#aaa;
    font-weight:normal;
}

.web-img a, .web-img a:hover {
    text-decoration: none;
}

@media(max-width:1200px) {
    .web-img img {
        width:300px;
    }
    p {
        font-size: 18px;
        font-family: 'Lato', serif;
    }
}

@media(max-width:767px) {
    .web-img {
        margin-top:20px;
    }
    .web-img img {
        margin-top:30px;
    }
}

/*****************************************
SECTION ABOUT
*****************************************/

section.green-section {
    background: url('../img/brooklynbridge.jpg') no-repeat fixed center;
    background-size:cover;
}

section.green-section h2 {
    color:rgba(255,97,97,1);
}

section.green-section p,
.btn-warning a,
.btn-warning a:hover {
    color:#fff;
    text-decoration: none;
}

/********************/

@media(min-width:600px) {
    .table-row {
        width:45%; 
        margin:0 auto;
    }
}

@media(max-width:600px) {
    .table-row {
        padding:20px;
    }
}

/*****************************************
GALLERY
*****************************************/

#gallery .row {
    margin-top:25px;
}

#gallery .row img {
    border:solid 5px #fff;
    box-shadow:0 0 5px #777;
    margin:15px 0;
}

/*****************************************
CONTACT FORM
*****************************************/

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

/********************************************
CONTACT
********************************************/

#contact ul li {
    font-size:14px;
    color:red;
}

/********************************************
FOOTER
********************************************/

footer {
    text-align: center;
    overflow:hidden;
    background-color: #202020;
    padding: 20px 0 20px;
    font-family: 'Lato', serif;
}

footer h1,
footer h2,
footer h3,
footer h4 {
    color:#fff;
}

footer p {
    margin-bottom:40px;
}


footer .main-footer .line {
    border: 0;
    border-top: solid 1px #444;
    border-top-color: rgba(0,0,0,0.35);
    box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.1);
    height: 1px;
}

footer a {
    color:#aaa;
}

footer li {
    list-style: none;
}

footer section {
    padding:70px 0;
}

/**********************/

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
    color: #999;
}

/**********************/

ul.social-buttons {
    margin-bottom: 0;
}

/**********************/

ul.social-buttons .facebook a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #3B5998;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons .facebook a:hover {
    background-color: #314c82;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

/**********************/

ul.social-buttons .twitter a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #5EA9DD;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons .twitter a:hover {
    background-color: #5497c4;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

/**********************/

ul.social-buttons .linkedin a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #2188B3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons .linkedin a:hover {
    background-color: #1a6f91;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

/**********************/

ul.social-buttons .google-plus a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #CB311E;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons .google-plus a:hover {
    background-color: #af2718;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

/**********************/

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    opacity: 1.5;
}

a:hover, a:focus {
	color: rgba(255,97,97,1)
}

