@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);

* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

body {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #E4E4E4;
}

mark {
    color: #FFFFFF;
    background-color: #C52127;
}

.textbigger {
    font-size: 1.4em;
    line-height: 1.7;
}

.textbigger2 {
    font-size: 1.2em;
    line-height: 1.7;
}

.main {
    padding: 20px 20px 20px 20px;
}

.tinylogo {
    display: none;
}

.button1 {
    background-color: #C52127;
    border: none;
    color: white;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

.button1:hover {
    background-color: #E24040;
    color: #FFFFFF;
}

.projectimage {
    width: 670px;
    height: 500px;
}

.weatherapp, .photoalbum, .guestbook, .launchpad, .techroster, .friendlydivas {
    margin-bottom: 400px;
}

::selection {
    color: #fff;
    background: #C52127;
}

::-moz-selection {
    color: #fff;
    background: #C52127;
}

p {
    color: #858585;
}

.white{
	background:#fff;
}

.btn, .form-control {
    border-radius: 5px !important;
}

.form-control:focus {
    border-color: #C52127;
    outline: 0;
}

a {
    color: #CC4646;
    text-decoration: none;
    text-shadow: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover {
    color: #DF3927;
    text-decoration: none;
}

.btn {
    border: 0px;
    border-radius: 0px;
}

.btn:hover {
    background: #E24040;
}

.btn-primary {
    background: #C52127;
}

.form-control {
    border-radius: 0px;
}

.copyright {
    color: #6D6D6D;
    background: #E9E9E9;
    padding: 20px 0;
}

#top {
    position: relative;
}

.topHome {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5;
    padding: 0 3px 2px 3px;
	background: #C52127;
}
.topHome .fa-2x {
    font-size: 20px;
    color:#fff;
    margin: 4px;
}

/* Header 
----------------------------------------------*/
.header {
    position: fixed;
    width: 100%;
    padding: 10px 0 10px 0;
    background: #C52127;
    z-index: 50;
    border-radius: 0;
    top: 0px;
}

.navbar {
    min-height: 60px;
}

.navbar-inverse .navbar-toggle {
    border-color: #CC4646;
    background-color: #CC4646;
}
.header .navbar {
    margin: 0;
    background: transparent !important;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: #CC4646;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #CC4646;
}

.navbar-inverse .navbar-toggle:hover .icon-bar {
    background: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a {
	color: #FFB8B8;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFFFFF;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #FFFFFF;
    background: none;
}

.circle {
    background: #CC4646;
    height: 60px;
    width: 60px;
    border-radius: 35px;
    color: #fff;
    line-height: 60px !important;
}

/*----Nav ----*/
.header .navbar-brand {
    float: left;
    padding: 16px 15px;
    line-height: 18px;
    height: 100px;
}

.navbar-brand b {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
}

.logo {
    margin: 8px 0 0 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
}

.header .navbar {
    margin: 0;
    background: #FFFFFF;
    border: 0;
}

.navbar-header {
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
    line-height: 50px;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 1.2em;
    line-height: normal;
    margin: 17px;
    padding: 6px 10px !important;
    border-radius: 5px;
}

.navbar-nav > li:hover > a {
    color: #FFFFFF;
}

.header .navbar-nav > li > a {
    padding: 25px 18px;
    text-transform: uppercase;
}

.page-section {
    width: 100%;
    height: auto;
    padding: 30px 0;
}

.page-section h1 {
    font-size: 3.5em;
    margin: 90px 0 30px;
    line-height: 1.2em;
}

.page-section h1 span {
    font-weight: 200;
}

.page-section h2 {
    color: #ffffff;
}

.page-section p {
    font-size: 1.1em;
    line-height: 1.6em;
}

.fa {
    color: #CC4646;
}

/*--- Banner ----*/
.banner-container {
    width: 100%;
    position: relative;
    padding: 0px;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
    background-size: 100% 100%;
    background-size: cover;
    margin-top: 60px;
    position: relative;
}

.banner-container > img {
    width: 100%;
}

.banner-content {
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    right: 0px;
}

.banner-content h2 {
    color: #fff;
    font-size: 3.5em;
    margin: 2% 0 30px;
    line-height: 1.2em;
}

.banner-content p {
    font-size: 1.6em;
    font-weight: normal;
    font-style: normal;
    color: #fff;
}

.da-slider {
    margin: 0 auto !important;
}

.heading { 
    padding: 3px 10px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    display: block;
}

.heading p {
    font-size: 1.2em;
}

.da-dots span {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 8px;
    background: #C52127;
    margin: 3px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.6) inset, 1px 1px 1px rgba(255,255,255,0.1);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.secPad{
	padding: 60px 0;
}

/*Intro Content*/
#aboutMe1 {
    padding:50px 0;
    background:#fff;
}

#aboutMe .txtHead{
    background:#fff;
    padding:20px 10px;
}

#aboutMe .txtHead .fa {
    font-size: 58px;
    color: #C52127;
}

.tileBox p{
    background-color: #f0f0f0;
    font-size: 18px;
    color: #777777;
    padding: 20px;
    margin: 0px;
}

/*parlex*/
.bg-parlex {
    padding-top: 0px;
    background-image: url('../images/hero2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.parlex-back {
    padding: 30px 0;
    background-color: rgba(0, 0, 0, 0.37);
    color: #FDFDFD !important;
}

/*Skills*/
.skilltitle {
    text-align: right;
    font-weight: 600;
    padding-right: 0px;
}

.progress {
    border-radius: 0px;
    height: 20px;
    background-color: #D6D6D6;
}

.progress .progress-bar {
    background-color: #C52127;
}

/* portfolio */
.isotopeWrapper article {
    margin-bottom: 30px;
}

#portfolio {
    background:rgb(24, 24, 24);
}

#portfolio img {
    width: 100%;
}

#portfolio article p {
    margin-bottom: 1.45em;
}

.current {
    background: #CC4646;
    color: #fff;
}

.portfolio-items article img {
    width: 100%;
}

.portfolio-item {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.portfolio-item img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: rgba(220, 220, 220);
}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.64);
}

.portfolio-item:hover .portfolio-desc {
    height: 100%;
    transition: all 200ms ease-in-out 0s;
    opacity: 1;
    background: rgba(61, 61, 61, 0.67);
}

.portfolio-item .portfolio-desc a {
    color: #fff;
    text-align: center;
    display: block;
}

.portfolio-item .portfolio-desc a:hover {
    text-decoration: none;
}

.portfolio-item .portfolio-desc .folio-info {
    top: -20px;
    padding: 40px;
    height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info {
    height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
    top: 5px;
}

.portfolio-item .portfolio-desc .folio-info h5 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 1.8em;
}

.portfolio-item .portfolio-desc .folio-info h4 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: lighter;
    font-size: 1.2em;
}

.portfolio-item .portfolio-desc .folio-info p {
    color: #ffffff;
    font-size: 12px;
}

#formcolor {
    color: #333;
}
/* portfolio */


/* contact */

.formstyle {
    width: 60%;
    margin: 0 auto;
}

.page-section.intro {
    min-height: 600px;
}

.btn {
    font-weight: 200;
}

.btn-dark {
    background: #444;
    color: #fff;
}

.btn-dark:hover {
    background: #000;
    color: #fff;
}

.back-to-top {
    display: inline-block;
    clear: both;
    background: #fff;
    color: #333;
    padding: 0 10px 5px;
    margin: 20px 0 0;
    text-shadow: none;
}

.back-to-top:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}

hr {
    border-color: #ddd;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

#navigation {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    background: #ffffff;
    box-shadow: 0 10px 10px -10px #000000;
}

#navigation > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation > li > a {
    margin: 1px;
    color: #000000;
    background: #cccccc;
    display: block;
    padding: 5px;
    text-decoration: none;
    transition: all 400ms;
}

#navigation > li > a.current,
#navigation > li:hover > a {
    background: #999999;
}

.pageSection {
    min-height: 600px;
    padding: 20px;
    background: #dddddd;
}

.pageSection:nth-child(odd) {
    background: #eeeeee;
}

.socialIcons li {
    list-style: none;
    display: inline;
    margin-right: 6px;
}

footer {
    border-top: 1px solid #e5e5e5;
    padding: 45px 0;
    background: #fff;
}

.social a:hover {
    color: #c0392b;
}

.social a {
    font-size: 32px;
    margin: 0 10px;
    color: #c7c7c7;
}

.contact ul li {
    margin-bottom: 10px;
}

.contact ul li i {
    margin-right: 15px;
}

@media (max-width: 991px) {
    .skilltitle {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }

    .navbar-nav {
        float: right;
    }

    .navbar-inverse .navbar-nav > li > a {  
        padding: 5px 12px !important;
        border-radius: 5px;
        margin: 19px 0px;
    }
}

@media (max-width: 768px) {

    .logo {
        margin: 0 0 0 5px;
        height: 40px;
        height: 40px;
        line-height: 40px;
    }

    .navbar-header {
        padding-top: 0;
        padding-bottom: 0;
        height: 60px;
        line-height: 60px;
    }

    .banner-container {
        background-size: contain;
    }

    .team-member .member-img img {
        max-width: 100%;
    }

    .da-slider {
        height: 380px;
        width: 100%;
        min-width: initial;
        margin: 0px !important;
    }

    .da-slide h2 {
        /* font-size: 40px; */
        font-size: calc(33px + 6 * ((100vw - 320px) / 680));
        text-align: center;
        width: initial;
        top: 15%;
    }

    .da-slide p {
        font-size: calc(18px + 6 * ((100vw - 320px) / 680));
        width: 65%;
        top: 40%;
        height: 120px;
    }
    .header .navbar-nav > li > a {
        padding: 25px 12px;
    }

    .portfolio-item:hover .folio-info {
        top: 0px;
    }

    .portfolio-item .portfolio-desc .folio-info {
        padding: 40px;
    }

    .portfolio-item .portfolio-desc .folio-info h5 {
        font-size: 1.8em;
    }

    .navbar-inverse .navbar-nav > li > a { 
        font-size: 1em;
        padding: 5px 7px !important;
        border-radius: 5px;
        margin: 19px 0px;
    }

	.skilltitle {
 	text-align: left;
    }
    
}

@media (max-width:760px) {
    .header .navbar-nav > li > a {
        padding: 7px 12px;
        font-size: 14px;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #A8A8A8;
    }
}

@media (max-width: 480px) {
    .banner-container {
        background-size: contain;
        margin-top: 88px;
    }

    .navbar-inverse .navbar-nav > li > a {
        font-size: 0.9em;
        padding: 5px 7px !important;
        margin: 2px 0px;
    }

    .navbar-toggle {
        margin: 17px;
    }

    .da-slide h2 {
        /* font-size: 30px; */
        font-size: calc(36px + 6 * ((100vw - 320px) / 680));
        text-align: center;
        width: initial;
        top: 15%;
    }

    .da-slide p {
        /* width: 65%;
        top: 65px;
        height: 50px; */
        display: none;
    }

    .page-section h1 {
        font-size: 3em;
    }

    .page-section h2 {
        font-size: 2em;
    }

    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }

    .portfolio-item .portfolio-desc .folio-info h5 {
        font-size: 1.8em;
    }
}

@media (max-width: 415px) {
    .da-slide h2 {
        font-size: 29px;
        text-align: center;
        width: initial;
        top: 15%;
    }
}

@media (max-width: 320px) {
    .banner-container {
        background-size: contain;
    }

    .da-slider {
        height: 300px;
    }

    .da-slider {
        width: 100%;
        min-width: initial;
        position: relative;
        margin: 0 auto;
    }

    .da-slide h2 {
        font-size: 24px;
        text-align: center;
        width: initial;
        top: 15%;
    }

    .da-dots {
        bottom: 2px;
    }

    .grid .text-content {
        padding-left: 29%;
        padding-right: 2%;
    }

    .portfolio-item:hover .folio-info {
        top: 0px;
    }

    .portfolio-item .portfolio-desc .folio-info h5 {
        text-transform: uppercase;
        text-align: center;
        font-weight: normal;
        font-size: 1.8em;
        margin: 10px 0 0 0;
    }
}

#owl-demo .item {
    background: #3fbf79;
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.customNavigation {
    text-align: center;
}

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width: 288px) {

    .logo {
        display: none;
    }

    .tinylogo {
        padding-top: 0;
        padding-bottom: 0;
        height: 60px;
        line-height: 60px;
        display: block;
        color: #FFFFFF;
        font-size: 5vw;
    }
}