
.default_font-family{font-family: 'Cairo', sans-serif;}
.default_color_background-dark{background-color: #0D1D34 !important}
.default_color_background-light{background-color: #FFF7F0 !important}
.default_color_background-light-2{background-color: #DBDEE1 !important}
/**Nav Var color*/
.default_color_nav{background-color: RGBA(255, 242, 240, 0.67) !important}


.default_color_text_dark{color: #0D1D34 !important}
.default_color_text_dark-2{color: #00667D !important}
.default_color_text_light{color: #FFF7F0 !important}


.icon-block {
    padding: 0 15px;
}
.default_color-buy_button{background-color: #0D1D34 !important}

#intro, #work, #team {padding-top: 4rem;}


#nav_f{
    box-shadow: none !important;
    -webkit-box-shadow:none !important;
}

.nav_font{
font-size: 0.8em !important;
}
/** BORDER FOR TESTING THE COL AND ROW
.border_test_1{
  border: 5px solid black;
  background-color: green;
}

.border_test_2{
  border: 5px solid red;
  background-color: blue;
}
*/
.text_h {
    padding: 15% 0;
    font-size: 6.0em;
    font-weight: 100;
    color: #FFF7F0;
}

.zafiro_logo{
    width: 50%;
    padding-left: 1em;
    padding-top: 0.09em;
}


/**.brand-logo{
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 100;
    padding: 0;
    letter-spacing: 7px;
}*/

/**Main Screen background*/
#index-banner {
    min-height: 668px;
    max-height: 864px;
    position: relative;
    background-color: #FFF7F0;
    background: url(../img/main_screen-zafiro.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

#index-banner-2 {
    min-height: 668px;
    max-height: 864px;
    position: relative;
    background-color: #FFF7F0;
    background: url(../img/Zafiro-and-Business.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

#index-banner-3 {
    min-height: 630px;
    max-height: 864px;
    position: relative;
    background-color: #FFF7F0;
    background: url(../img/main_screen1-small.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-business{
   text-align: left;
   text-shadow: 2px 2px 4px #0D1D34;
}

.title-main-screen{
  padding-bottom: 20px;
  text-shadow: 2px 2px 4px #0D1D34;
}

.title-main-screen-2{
  padding-bottom: 20px;
  text-shadow: 0px 0px 3px #0D1D34;
}

.button-main-screen-2{
  margin-top: 50px !important;
}

.logo_style{
  width: 20%;
  padding: 58px 0 195px 0;
  margin: 0px;
}

.logo_style-2{
  width: 50%;
  padding: 23px 0 180px 0;
  margin: 0px;
}

.text_h2 {font-weight: 100;margin-bottom: 4%; line-height: 4.5rem;}

.span_h2 {font-weight: 300;}

.hover-icons :hover{color: #0D1D34 !important; }

.button-add_shopping_cart{min-width: 100% !important;}

.in{font-weight: 400 !important; font-style: normal !important;}

.promo i {
    color: #00667D;
    font-size: 7rem;
    display: block;
}
.card-content a {color: #2196F3;}

.card-content a:hover {color: #2196F3;}

.card-title{line-height: 70% !important;}

#work, #team{background: rgb(247, 247, 247);}

.text_pink{color:#EF9A9A;}

nav ul a {
    font-size: 1.2rem;
    color: #0D1D34;
    letter-spacing: 2px;
    display: block;
    font-weight: 300;
    padding: 0px 15px;
}

.cd-headline.type .cd-words-wrapper {
    vertical-align: top;
    overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
    /* vertical bar */
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
    -webkit-animation: cd-pulse 1s infinite;
    -moz-animation: cd-pulse 1s infinite;
    animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
    background-color: RGBA(219, 222, 225, 0.33);
}

.cd-headline.type .cd-words-wrapper.selected::after {
    visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
    color: #2196F3;
}

.cd-headline.type b {
    visibility: hidden;
}

.cd-headline.type b.is-visible {
    visibility: visible;
}

.cd-headline.type i {
    position: absolute;
    visibility: hidden;
}
.cd-headline.type i.in {
    position: relative;
    visibility: visible;
}


@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}
@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -moz-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        -moz-transform: translateY(-50%) scale(0.9);
        -ms-transform: translateY(-50%) scale(0.9);
        -o-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}


/* Preloader */
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#FFF7F0; /* change if the mask should have another color then white */
    z-index:1200; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

@media only screen and (max-width: 480px) {
    .text_h {
        padding: 4% 0;
        font-size: 5em;
        font-weight: 100;
        color: white;
    }
}

input, textarea {
    border-bottom: 1px solid #fff;
}

nav a.button-collapse {
    left: -25px;
}

.card-avatar .waves-effect {
    text-align: center;
    margin-top: 20px;
}

.card-avatar img {
    height: 150px;
    width: 150px;
    border-radius: 75px;
}

.card-avatar .card-content {
    text-align: center;
}

.card .card-content p {
    margin: 15px 0px;
}

.card-avatar .card-content i {
   font-size: 1.5rem;
}

.card-avatar .card-content .card-title {
    line-height: 30px !important;
}

.parallax-container {
    max-height: 400px;
}

footer.page-footer {
    margin-top: 0px !important;
}
