﻿/*
* ===================
* SKIN ROCK GARDEN
* ===================
*
*/



@import url('https://fonts.googleapis.com/css?family=Archivo+Black');

@import url('https://fonts.googleapis.com/css?family=Roboto');

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');


body, .adv-img p, .caption-bottom p, .adv-circle .caption p, .advs-box p, p, .title-base p, .subheader-bootstrap .sub {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: rgba(0,0,0,0.87);
}



h1  {
				font-family: 'Archivo Black', sans-serif;
				color: black;
}


.myshadow {
	text-shadow: 1px 1px 2px black, 0 0 25px gray, 0 0 5px black;
			
}


.gallery-nav > li > a {
	font-family: 'Roboto Condensed', sans-serif;
	padding-left: 10px;
	padding-right: 10px;				
}

.circle-button {
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px solid #9C9C9C;
    display: inline-block;
    color:  black;
}





/*
* ---------------------
* RESPONSIVE - MOBILE
* ---------------------
*/

@media (max-width: 994px) {

}
