.icon-s-youtube {
    color: #DD4B39;
    color: #DE5745;
}
.icon-s-instagram {
    color: #00ACED;
    color: #2FBBED;
}


.navbar .navbar-brand img { 
height: 80px; /* Initial height – change to your needs */ 
-skrollr-animation-name: shrink-logo; !important
} 
 
@-skrollr-keyframes shrink-logo { 
40 { 
max-height: 80px; !important /* Height after 40px (top bar height) scrolling – should be the same as the initial height. Change to your needs */ 
} 
 
300 { 
max-height: 20px; !important /* Height after 300px scrolling. Change to your needs */ 
} 
} 


[
    {
        "featureType": "administrative",
        "elementType": "geometry.fill",
        "stylers": [
            {
                "color": "#7f2200"
            },
            {
                "visibility": "off"
            }
        ]
    },
    {
        "featureType": "administrative",
        "elementType": "geometry.stroke",
        "stylers": [
            {
                "visibility": "on"
            },
            {
                "color": "#e2e76d"
            }
        ]
    },
    {
        "featureType": "administrative",
        "elementType": "labels.text.fill",
        "stylers": [
            {
                "color": "#495421"
            }
        ]
    },
    {
        "featureType": "administrative",
        "elementType": "labels.text.stroke",
        "stylers": [
            {
                "color": "#ffffff"
            },
            {
                "visibility": "on"
            },
            {
                "weight": 4.1
            }
        ]
    },
    {
        "featureType": "administrative.neighborhood",
        "elementType": "labels",
        "stylers": [
            {
                "visibility": "off"
            }
        ]
    },
    {
        "featureType": "landscape",
        "elementType": "geometry.fill",
        "stylers": [
            {
                "color": "#0e587f"
            }
        ]
    },
    {
        "featureType": "poi",
        "elementType": "geometry.fill",
        "stylers": [
            {
                "color": "#0e587f"
            },
            {
                "visibility": "off"
            }
        ]
    },
    {
        "featureType": "poi",
        "elementType": "labels.text.fill",
        "stylers": [
            {
                "color": "#4ebdea"
            }
        ]
    },
    {
        "featureType": "poi",
        "elementType": "labels.text.stroke",
        "stylers": [
            {
                "color": "#194c60"
            }
        ]
    },
    {
        "featureType": "poi.park",
        "elementType": "geometry",
        "stylers": [
            {
                "visibility": "on"
            },
            {
                "color": "#0e587f"
            }
        ]
    },
    {
        "featureType": "road",
        "elementType": "geometry.fill",
        "stylers": [
            {
                "visibility": "simplified"
            },
            {
                "saturation": "98"
            },
            {
                "lightness": "1"
            },
            {
                "weight": "0.87"
            },
            {
                "gamma": "0.00"
            }
        ]
    },
    {
        "featureType": "road",
        "elementType": "labels.text.fill",
        "stylers": [
            {
                "color": "#ffffff"
            }
        ]
    },
    {
        "featureType": "road",
        "elementType": "labels.text.stroke",
        "stylers": [
            {
                "color": "#4498bc"
            }
        ]
    },
    {
        "featureType": "road",
        "elementType": "labels.icon",
        "stylers": [
            {
                "visibility": "off"
            }
        ]
    },
    {
        "featureType": "road.highway",
        "elementType": "all",
        "stylers": [
            {
                "saturation": "21"
            },
            {
                "hue": "#00a7ff"
            }
        ]
    },
    {
        "featureType": "road.highway",
        "elementType": "geometry",
        "stylers": [
            {
                "color": "#5b9cc1"
            }
        ]
    },
    {
        "featureType": "road.highway",
        "elementType": "geometry.fill",
        "stylers": [
            {
                "saturation": "83"
            },
            {
                "lightness": "-46"
            },
            {
                "hue": "#00b3ff"
            }
        ]
    },
    {
        "featureType": "road.arterial",
        "elementType": "geometry",
        "stylers": [
            {
                "color": "#1d405b"
            }
        ]
    },
    {
        "featureType": "road.local",
        "elementType": "geometry",
        "stylers": [
            {
                "color": "#1b6d91"
            }
        ]
    },
    {
        "featureType": "transit",
        "elementType": "all",
        "stylers": [
            {
                "visibility": "off"
            }
        ]
    },
    {
        "featureType": "transit.station.rail",
        "elementType": "geometry.fill",
        "stylers": [
            {
                "saturation": "62"
            },
            {
                "lightness": "-58"
            },
            {
                "visibility": "off"
            },
            {
                "color": "#ffffff"
            }
        ]
    },
    {
        "featureType": "transit.station.rail",
        "elementType": "labels.text.fill",
        "stylers": [
            {
                "saturation": "78"
            },
            {
                "visibility": "off"
            },
            {
                "color": "#d36161"
            }
        ]
    },
    {
        "featureType": "water",
        "elementType": "geometry",
        "stylers": [
            {
                "visibility": "on"
            },
            {
                "saturation": "52"
            },
            {
                "gamma": "2.40"
            },
            {
                "color": "#ffffff"
            }
        ]
    },
    {
        "featureType": "water",
        "elementType": "geometry.fill",
        "stylers": [
            {
                "saturation": "6"
            },
            {
                "gamma": "3.07"
            },
            {
                "lightness": "32"
            },
            {
                "visibility": "on"
            },
            {
                "color": "#e8f7fd"
            }
        ]
    }
]

#instafeed img{ 
  -webkit-transition: all 0.5s ease; 
     -moz-transition: all 0.5s ease; 
       -o-transition: all 0.5s ease; 
      -ms-transition: all 0.5s ease; 
          transition: all 0.5s ease; 
} 
  
#instafeed img:hover { 
  border-radius: 50%; 
  -webkit-transform: rotate(360deg); 
     -moz-transform: rotate(360deg); 
       -o-transform: rotate(360deg); 
      -ms-transform: rotate(360deg); 
          transform: rotate(360deg); 
} 
 

.banner {font-size: 20px; !important}





h4 {padding-top: 20px;}
/* Stylesheet: SLresponsive Modified On 2015-11-05 09:55:37 */
