html {
    background-color: #434343;
}

body {
    overflow-x: hidden;
}

.author{
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #000000b3;
	padding: 2px 20px;
	font-size: 12px;
	color: white;
	z-index: 4;
}


.author a{
	    color: #79ad11;
	transition: color 0.2s ease-in;
}

.author a:hover{
	color: #2196f3
}


.author img{
	width: 12px;
}

a {
    color: #79ad11;
}

a:hover {    
	color: #79ad11;    
	text-decoration: none;
}

.container-fluid {
    background-color: white;
    position: relative;
    z-index: 2;
}

.nemba-icon{
    width: 50%;
}

.nemba-icon-sub{
	width: 40%;
    margin: 20px auto;
    display: block;
}

#nemba a.btn-primary{
	margin: 10px 0px;
}

.header {
    height: 80vh;
    width: 100%;
    margin-top: 54px;
    text-align: center;
	
background: -moz-radial-gradient(center, ellipse cover, rgba(210,255,82,0) 0%, rgba(210,255,82,0) 30%, rgba(210,255,82,0.94) 96%, rgba(204,255,0,0.99) 99%, rgba(204,255,0,1) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(210,255,82,0) 0%,rgba(210,255,82,0) 30%,rgba(210,255,82,0.94) 96%,rgba(204,255,0,0.99) 99%,rgba(204,255,0,1) 100%); 
background: radial-gradient(ellipse at center, rgba(210,255,82,0) 0%,rgba(210,255,82,0) 30%,rgba(210,255,82,0.94) 96%,rgba(204,255,0,0.99) 99%,rgba(204,255,0,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d2ff52', endColorstr='#ccff00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

    .header div {
        width: 100%;
        height: inherit;
        max-height: 80vh;
     	opacity: 0.80;
        background-position: center;
		 -webkit-background-size: cover;           /* Safari 3.0 - Old Chrome - Old Android */
         -moz-background-size: cover;           /* Gecko 1.9.2 (Firefox 3.6) */
           -o-background-size: cover;           /* Opera 9.5 */
              background-size: cover; 
		
        z-index: 1;
        animation: animateBg 160s linear infinite;
        -webkit-backface-visibility: hidden;
     	position: fixed;
    }
    
    

@keyframes animateBg {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

.ico-nav{
	    padding: 0 30px;
    font-size: 3em;
    background-color: #fff;
    color: #79ad11;
    transition: all 0.1s linear;
}

.ico-nav:hover{
	color: #3b5998;
    text-decoration: none;
    padding: 0 40px;
}


/* Nabvar Logo */
.navbar-brand img {
    height: 40px;
}

    .header span {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .header svg {
        vertical-align: middle;
        /* text-shadow: 0px 0px 20px white; */
        max-height: 80vh;
        z-index: 2;
        position: relative;
        /* border-radius: 100%; */
        max-width: 60%;
        min-width: 40%;
        padding: 4vw;
    }

.wrapper {
    min-height: 100vh;
    min-height: 100vh;
    margin: 20px;
    background-image: url(../img/paper.jpg);
    background-repeat: round;
    background-size: contain;
    border-radius: 40px;
    box-shadow: 0px 0px 40px #000000 inset;
}

.floaty-button {
    width: 320px;
    height: 60px;
    margin: 0 auto;
}

    .floaty-button a:hover {
		box-shadow: 0px 0px 6px #000000;
    }

    .floaty-button a {
            background: #79ad11;
			color: #fff;
			display: inline-block;
			padding: 4px 4px;
			border: 0;
			font-size: 18px;
			width: inherit;
			position: absolute;
			text-align: center;
			border-radius: 0px;
			font-family: 'Raleway', sans-serif;
			-webkit-transition: .3s;
			transition: .3s;
			overflow: hidden;
			z-index: 4;
			margin-bottom: 40px;
			text-decoration: none;
    }
    
    .floaty-button a div {
    background: #0062cc;
    position: absolute;
    display: flex;
    width: 24px;
    margin-left: 90px;
    margin-top: 14px;
    height: 24px;
    z-index: -1;
    border-radius: 100px;
    transform: scale(0);
    transition: all 0.6s ease;
    overflow-x: hidden;
    }
    
    
    .floaty-button #btn-contact-us.focus div {
		transform: scale(20);
    }
    
   /* #btn-contact-us.focus{
		background-color: #1e96f3;
        box-shadow: 0px 10px 6px #232323;
        transform: scale(1.05);
        
		animation: focus-floaty linear 1s 1;
    }*/
    
        /*@keyframes focus-floaty {
    0%   {
		background: #79ad11;
        box-shadow: none;
        transform: scale(1);
    }
    50% {
		background-color: #1e96f3;
        box-shadow: 0px 10px 6px #232323;
        transform: scale(1.05);
    }
    100%{
		background: #79ad11;
        box-shadow: none;
        transform: scale(1);
    }
}*/


        .floaty-button a i {
            font-size: 42px;
        }

        .floaty-button a img {
            padding-bottom: 10px;
        }
        





.nav-elements {
}

.ew-nav nav {
    background-color: #79AD11;
    padding: 0px;
    margin: 24px 60px;
	    max-width: 100%;
}

.ew-nav .collapse {
    /*padding: .5rem 1rem;*/
}

.ew-nav .navbar-brand {
    background-color: white;
    padding: 1rem 2rem;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.featurette img.avatar {
    border-radius: 100%;
}

.featurette div {
    text-align: center;
}

    .featurette div img {
        width: 50%;
        width: 50%;
    }

    .featurette div h5 {
        margin: 20px;
    }

.mini-image {
    width: 64px;
    height: 64px;
}

.floaty-button-container{
	padding: 0px;
}

.ew-sec {
    padding-top: 6vh;
    /*margin-bottom: 6vh;*/
}

.ew-sec h1{
	margin-top: 60px;
}


h1 {
    text-align: center;
    /*margin-top: 6vh;*/
    margin-bottom: 6vh;
}

.instruct-us {
    width: 100%;
    min-height: 48vh;
    background-position: center;
    background-size: cover;
    z-index: 1;
    text-align: center;
  display: inline-block;
	    padding-bottom: 32px;
}

    .instruct-us span.helper {
        max-height: 40vh;
    }

    .instruct-us a span {
        height: 110px;
    }

    .instruct-us a {
    background-color: rgb(33, 39, 34);
    font-size: 1.4em;
    max-width: 60%;
    min-width: 600px;
    padding: 24px 32px;
    transition: all 0.2s ease-out;
     /*box-shadow: 0px 24px 90px rgba(8, 8, 8, 0.87);*/
    }

        .instruct-us a:hover {
    background-color: rgb(27, 27, 27);
    color: rgb(170, 255, 0);
    /*text-shadow: 0px 0px 20px rgba(121, 173, 17, 0.42);
    box-shadow: 0px 36px 90px rgba(8, 8, 8, 0.87);*/
        }

    .instruct-us h1 {
           color: white;
    background-color: #00000085;
    padding: 32px 20px;
    margin-top: 60px;
    position: relative;
    }

.ion-4x:before {
    position: relative;
    font-size: 4em;
}

.ion-5x:before {
    position: relative;
    font-size: 5em;
}

.navbar-toggler{
	margin-right: 12px;
}

.sim-button {
    line-height: 80px;
    height: 80px;
    cursor: pointer;
}

.btn-contact{
	padding: 8px 40px;
    border-radius: 0px;
    border: none;
}

.bottom-bar{
    padding: 20px;
    position: absolute;
    width: 100vw;
    left: 0;
     height: 200px;
	    border-bottom: 3px solid #79ad11;
		
background: rgb(255,255,255);
/*background: -moz-linear-gradient(top, rgba(255,255,255,1) 30%, rgba(167,197,105,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 30%,rgba(167,197,105,1) 100%); 
background: linear-gradient(to bottom, rgba(255,255,255,1) 30%,rgba(167,197,105,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a7c569',GradientType=0 );*/
}

#map {
    height: 20vw;
    margin: 0px 0px 40px 0px;
	    min-height: 200px;
}

.minimized{
	margin: 0px;
     height: 100vh;
}

.error-messsage {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0000009e;
    width: 100vw;
    color: #bacc14;
    padding: 20px;
    margin: 0px;
}

.error-messsage span {
	color: #fff;
}

@media screen and (max-width: 992px) {
    .ew-nav nav {
        padding: 0px;
    	margin: 0px;
    }
}
