﻿/*=======================================
    GENERAL STYLES
==================================================*/
body, html {
    height: 100%;
}
body {
    font-family:'Saira', sans-serif;
    font-size:14px;
    background-color: #8a2be2;
}

.nav a {
    color:#fff !important;
}
.navbar-header a {
    color:#fff !important;
    padding-right:100px;
}

.text-center {
    text-align:center;
}

h1, h2, h3, h4, h5, h6 {
    font-family:'Russo One', sans-serif;
}

h1 {
    line-height:80px;
    /*font-weight:900;*/
    font-size:60px;
    padding:30px 20px 10px 20px;
}
h2 {
    line-height:40px;
    /*font-weight:900;*/
    font-size:30px;
    padding:20px 20px 10px 20px;
    text-transform:uppercase;
    border-bottom: dashed 1px #8a2be2;
}
h3 {
    line-height:30px;
    padding-bottom:20px;
}
h4 {
    line-height:40px;
    padding-bottom:15px;
}

h1, h2, h3, h4, strong, em {
    color: #8a2be2;
}

p {
    font-weight:300;
    line-height:30px;
    padding-bottom:20px;
}

.space-free {
    height:100px;
}

section {
    padding-top:50px;
    padding-bottom:30px;
}

/*=======================================
    COLOR CODES
==================================================*/
.color-white {
    background-color:#fff!important;
}
.color-dark {
    background-color:#696969!important;
}

.color-light {
    background-color:#E9E9E9!important;
}

/*=======================================
    HEADER STYLES
==================================================*/

.head-main {
    font-family:'Russo One', sans-serif;
    font-size:100px !important;
    color:#fff!important;
    padding: 50px;
    padding-bottom: 20px;
    text-shadow: 5px 5px 10px rgba(0,0,0,0.8);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.head-sub-main {
    margin-top: 0;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    font-family:'Russo One', sans-serif;
    font-size:40px !important;
    color: rgba(255, 255, 255, 1.0) !important;
    padding:5px 20px 150px 20px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
}

@media only screen and (max-width: 640px) {

    .head-main {
        font-size: 48px !important;
        word-wrap: break-word;
    }

    .head-sub-main {
        font-size: 14px !important;
    }
}

/*=======================================
    NAVIGATION STYLES
==================================================*/


#toTop {
    font-family:'Saira', sans-serif;
}

nav {
	position: absolute;
	width: 100%;
    background: #fff;
    z-index:99;
}
.fixed {
	position: fixed; 
	top: 0; 
	min-height: 50px; 
	z-index: 99;
    background-color: #8a2be2 !important;
    /*-webkit-animation: fadein 0.5s;*/
}

@keyframes fadein {
    from {
        -webkit-transform: translate(0px, -100px);
        background-color: #8a2be2;
    }
    to {
        -webkit-transform: translate(0px, 0px);
        background-color: #8a2be2 !important;
    }

}
.navbar-inverse {
    background-color: #8a2be2;
    border-color: #8a2be2;
    min-height: 80px;
    padding-top: 10px;
    font-size: 18px;
    border-bottom: solid 5px #a12dff;
}
.navbar-brand {
    font-size: 30px;
}

/*===============================================
    WORK FLOW STYLES
  ===============================================*/

.work-div {
	width: 100%;
	border: 0;
    padding:20px;
    margin-bottom:30px;
}
/*================================================
    CONTACT STYLES
  ================================================*/

.cnt-title {
    line-height:40px;
    font-weight:900;
    font-size:30px;
    padding:20px 20px 10px 20px;
    text-transform:uppercase;
    color: #8a2be2;
}

#social-icon a {
    color:#616161!important;
    margin-right:10px;
}

.contact-cls {
    font-size:20px;
    line-height:40px;
}

.cnt {
    width: 100%;
    min-height: 420px;
    border: 1px solid #e1e1e1;
}
/*================================================
    FOOTER STYLES
  ================================================*/


#footer {
    background-color:#000;
    color:#fff;
    padding:20px 50px 20px 50px;
    text-align:right;
}

/*==============================================
   PARALLAX
   ====================================================== */

.parallax {
    /* The image used */

    /* Half height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    box-shadow: inset 0 5px 100px rgba(0,0,0,0.6);
}



#home {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.chevron-more {
    color: rgba(255,255,255,0.5);
    cursor: pointer;
}

#chevron-more {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        color: rgba(255,255,255,0.2);
    }
    50% {
        color: rgba(255,255,255,1.0);
        transform: translate(0, 20px);
    }
    100% {
        color: rgba(255,255,255,0.2);
    }
}

/*section {*/
    /*display: flex;*/
    /*align-items: center;*/
    /*height: 100%;*/
/*}*/

#cheap {
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}

.ol-list {
    list-style-type: none;
    counter-reset: my-counter;
    margin-top: 0;
    padding-left: 0;
}

.ol-list li {
    margin-bottom: 5px;
    background-color: #ffffff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    padding: 15px 5px;
    border-top: solid 2px rgba(138, 43, 226, 0.41);
    counter-increment: my-counter;
}
