@import url('https://fonts.googleapis.com/css?family=Coiny');


html, body{
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

header{
    background-color: #2196f3;
}
header, section{
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30rem;
}
.wrapper [ng-home] h1{
    font-weight: 500;
    font-family: 'Coiny', cursive;
}

.wrapper [ng-home] h3{
    font-weight: 300;
}
.wrapper [ng-home] h1, 
.wrapper [ng-home] h3{
    color: #fff;
}
.wrapper [ng-home] h4{
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 14px;
    font-weight: 500;
    margin: 1em 0 1em 0;
    color: #fff;
}
.wrapper [ng-home] h2{
    color: #fff;
}

.wrapper [ng-infocontact]{
    background-color: #f5f5f5;
    height: 100vh;
}
@media (min-width: 992px){
    header{
        height: 100vh;
    }
}

.scroll-page{
    width: 30px;
    margin-left: -15px
}
.scroll-icon {
    margin-left: 50%;
    width: 2px;
    height: 40px;
    background-color: hsla(0,0%,100%,.4);
    overflow: hidden;
    transition: all 1s ease;
}
.scroll-icon:before{
	-webkit-animation: scroll-tips 1s ease-in-out infinite;
    animation: scroll-tips 1s ease-in-out infinite;
	position: relative;
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-color: #3f51b5;
}
/* 3.6 Animated mouse scroll*/
@-webkit-keyframes scroll-tips{
	0%{top:-40%}
	to{top:100%}
}
@keyframes scroll-tips{
	0%{top:-40%}
	to{top:100%}
}

.tooltip.show{
    opacity: .5;
}

.c_bf{
    max-width: 40em;
    margin: 0 auto;
    text-align: center;
}
.c_bf p{
    margin: 2em 0 2em 0;
    font-size: 14px;
    color: #666;
}
.c_bf .social-social-icons{
    display: inline-table;
}
.c_bf .social-social-icons a{
    display: block;
    font-size: 1em;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    border-radius: 50%;
    color: #666;
}
.c_bf .social-social-icons a{
    float: left;
}
.c_bf .social-social-icons a:hover{
    background-color: rgba(0, 0, 0, .07);
}

/*
 * TRANSPARENT SCROLL BAR - PLEASE DISABLE HERE FOR ENABLE COLOR SCROLLBAR
 */
 ::-webkit-scrollbar{
    width:0px;
}
::-webkit-scrollbar-track-piece{
    background-coor:transparent;
}