/*========================================================
                            DEFAULT VALUES
==========================================================*/
/* General CSS */
html,
body {
    height: 100%;
}

body {
    font-family: "Roboto Condensed", sans-serif;
    /* font-family: "Roboto", sans-serif;*/
}

p {
    color: #64707b;
    font-size: 16px;
    font-weight: 300;
}

h3 {
    color: #41464b;
    text-transform: uppercase;
}

h1 {
    font-family: "Roboto", sans-serif;
}

h6 {
    color: #41464b;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}


/*========================================================
                            NAVIGATION
==========================================================*/


.CM-top-nav {
    background: rgba(0, 0, 0, 0.7);
    padding-right: 50px;
    color: #fff;

}

.nav-toggler {
    color: #fff;
    padding-right: 50px;
}

.navbar-nav {
    float: right;
}

/* align items to the left and solid white*/
.nav-item {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: left;
}

.nav-item > a:hover {
    background: maroon;
    color: #fff;
    padding: 10px 10px 10px 10px;
}

/* incorrect (is it even possible) */
.navbar-brand:hover {
    background: maroon;
    color: #fff;
    padding: 10px 10px 10px 10px;
}

/*========================================================
                            HOME ***FIX MOBILE HOME PAGE
==========================================================*/
#home {
    height: 100%;
}

#home-cover {
    height: 100%;
    width: 100%;
    background-image: url("../Images/webcover.jpeg");
    background-position: center;
    position: absolute;

}

#home-cover:after {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 50px 10px rgba(0, 0, 0, 0.8);
}

#home-heading {
    color: white;
    vertical-align: middle;
    text-align: center;
    padding-top: 0;
    margin-top: 40%;
}

#home-content-box {
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}


/*.text-center {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0 600px 100px 0;
}*/

#home-heading h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    margin: 20px 0 20px 0;
    text-transform: uppercase;
}

#home-sub h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5em;
}

#home-btn {
    padding-top: 25px;
    margin-bottom: 50px;

}

/*#home-heading h1 {
    display: grid;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    align-items: center;
    text-align: center;
    grid-gap: 20px;
    width: 100%;
}

#home-heading h1:before,
#home-heading h1:after {
    content: '';
    border-top: 5px solid;
}*/

/*========================================================
                            ABOUT
==========================================================*/
#about {
    clear: both;
    padding: 0px;
    margin: 0px;
}

#about-bg-diagonal {
    display: none;
    width: 50%;
    height: 600px;
    float: right;
    background-image: url(../Images/about.jpeg);
    background-position: left;
    border-left: 100px solid #fff;
    border-top: 600px solid transparent;
}

.about-content-title h3 {
    text-align: center;
    padding-top: 20px;
}

.content-title-underline {
    margin: 0 0 30px 0;
}


#about-content-box {
    height: auto;
    width: auto;
}

#about-content-box-outer {
    display: none;
    display: table;
}

#about-content-box-inner {
    display: block;
    vertical-align: middle;
}


#about-desc p {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}



.about-social-list li {
    list-style-type: none;
    padding-left: 25%;

}

.about-social-list i {
    color: maroon;
    float: left;
    padding-bottom: 100px;
    margin: 0;
    width: 50px;
    height: 50px;
}

/*========================================================
                            SKILLS
==========================================================*/
#skills {
    clear: both;
    padding: 0px;
    margin: 0px;
}



.service-item {
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
    cursor: pointer;
}

.service-item-icon i {
    color: maroon;
    float: left;
    padding: 15px;
    margin-right: 15px;
    width: 75px;
    height: 75px;
}

.service-item:hover .service-item-icon i {
    color: #fff;
    background-color: maroon;
}

.service-item-title h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 0 0;
}

.service-item-desc p {
    margin: 0;
    padding-left: 80px;
}

.col-md-4 {
    margin: 0;
}

/*========================================================
                            PHOTOGRAPHY
==========================================================*/

#photography {
    height: auto;
    width: 100%;
    display: inline-block;
}

.photo-content {
    margin: 50px 0 50px 0;
}

.img-fluid {
    height: 100%;
    width: 100%;

}

.grid {

    filter: url(filters.svg#grayscale);
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1.5);
    /* Google Chrome & Safari 6+ */

}

.grid:hover {
    filter: none;
    -webkit-filter: none;
}

/*========================================================
                          BLOG
==========================================================*/
/*.blog-cover {
    background-color: maroon;
    margin: 50px;
}*/



.blog h6 {

    padding: 50px 0 100px 0;
}



/*========================================================
        PARALLAX (Generic) not linked to html properly
========================================================*/
.parallax {
    background-attachment: fixed;
    background-position: initial;
    background-repeat: no-repeat;
    background-size: cover;

}


/*========================================================
                            BUTTONS (Generic)
==========================================================*/


.btn-general {
    border: 2px solid;
    border-width: 2px;
    border-radius: 0;
    padding: 12px 26px 12px 26px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-white {
    border-color: #fff;
    color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    background-color: #fff;
    color: #41464b;
}

.btn-maroon {
    border-color: maroon;
    color: maroon;
}

.btn-maroon:hover,
.btn-maroon:focus {
    background-color: maroon;
    color: #fff;
}



/*========================================================
                            ANIMATE
==========================================================*/
#home-cover,
#home-heading,
#home-btn {
    text-align: center;
    padding: 0;
    animation-delay: 1s;
    animation-duration: .5s;
}

/*========================================================
                            CONTENT (Generic)
==========================================================*/
.content-box {
    padding: 60px 0 60px 0;
}

.content-title h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0px;
}

.content-title-underline {
    width: 45px;
    height: 3px;
    background-color: maroon;
    margin: 0 auto 30px auto;
}

/*========================================================
                            FUN FACTS
==========================================================*/
#ff {
    /* background-color: #41464b;*/
}




/*========================================================
                            CONTACT
==========================================================*/
footer {
    background-color: #41464b;
    padding-top: 30px;
    border-top: 5px solid rgba(0, 0, 0, 0.1);
}


#contact-left h3,
#contact-right h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding-top: 25px;
    text-align: center;
}

#contact-left {
    padding-top: 15px;
}

#contact-right {
    padding-top: 15px;
}

#contact-right p,
#contact-left p {
    color: #fff;
    font-size: 18px;
    padding-top: 0px;
    margin: 0;
    text-align: center;
}


.contact-social-list li {
    list-style-type: none;
}

.contact-social-list li {
    color: #fff;
    float: left;
    padding: 10px 50px 0px 0px;
    width: 75px;
    height: 75px;
    margin-top: 25px;
}

.contact-social-list i {
    color: #fff;
}

#contact-info {
    background-image: url();
    background-repeat: no-repeat;
    background-size: contain;
}

address {
    color: #fff;
}

address strong,
#phone-email strong {
    letter-spacing: 1px;
}

form .form-control {
    background: transparent;
    border-radius: 0;
    border-color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding: 8px 16px;
    margin-bottom: 20px;
    color: #fff;
}

/* add to social section
.icon-white i {
    color: #fff;
}
*/
/*========================================================
                            FOOTER
==========================================================*/
#footer-bottom {
    background-color: rgb(0, 0, 0, 0.1);
    padding: 30px 0;
    margin-top: 60px;
}

#footer-copyrights p {
    margin: 0;
    color: #fff;
}

#foot-menu {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

#footer-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#footer-menu ul li {
    display: inline-block;
}

#footer-menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 10px;
    text-decoration: none;
}

#footer-menu a:hover {
    color: maroon;
}

/*========================================================
                    SOCIAL LIST
==========================================================*/

.table {
    margin: auto auto;
    text-align: center;
}

.social-list {
    text-align: center;
    padding: 0;
    margin: 0;
}

.social-list ul {

    list-style-type: none;
    padding: 0;
    margin: 0;
}

.social-list li {
    display: inline;
    padding: 0px;
    margin: 10px;

}

.social-list i {
    color: #fff;
    padding: 0px 0px 0px 0px;
    margin-top: 30px;
    width: 60px;
    height: 60px;
}
