@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto|Raleway);
/* CSS Document */

html {
	scroll-behavior: smooth;
}

*{margin:0; padding:0;}

.clr{
	clear: both;
}

@media only screen and (max-device-width: 769px) {

.hiddenmobile { display: none !important; }

}

.parallax {
  /* The image used */
  background-image: url("../images/tearsbg.jpg");

  /* Set a specific height */
  /*height: 1080px;*/
    height: 100vh;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-position-y: 4vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.scroll-down-cue {
    	position:absolute;
	bottom:80px;
	left:50%;
	margin-left:-75px;
	width:150px;
	z-index:10;
	height:30px;
	text-align:center;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

.scroll-down-cue a {
    width: 70px;
    height: 30px;
    position: relative;
    margin: 0 auto;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.scroll-down-cue a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

:target {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.sticky + .box-1 {
  padding-top: calc(10px + 3.1vw);
}

a{
	text-decoration: none;
	color:#000000;
}

a:hover{
	color:#FF0004;
}

a:active{
	color:#000000;
}

a:visited{
	color:#000000;
}

.main-header{
	background-color: #ffffff;
	line-height: 1;
}

.main-header h1{
	color: #F800FF;
	font-size: 9.6vw;
	padding: 0;
}

.navbar{
	background-color:#FFFFFF;
	color:#000000;
	width:100%;
	line-height: normal;
	padding: 1vw 1.5vw 1vw 1.5vw;
	z-index: 9999;
}

.navbar ul{
	padding: 0px;
	list-style: none;
}

.navbar li{
	display:inline;
}

.navbar a{
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	/*font-size: calc(.6vw + 12px);*/
	font-size: min(3vw, 20px);
	padding: 1vw 1.5vw 1vw 1.5vw;
}

.navbar a:hover{
	background-color:#F800FF;
	color: #FFFFFF;
}

.footer-bar{
	background-color:#FFFFFF;
	color:#000000;
	line-height: normal;
	padding-top: 1vw;
	padding-bottom: 1vw;
	margin-top: 2vw;
}

.footer-bar ul{
	padding: 0px;
	list-style: none;
}

.footer-bar li{
	display:inline;
	margin-left: 1vw;
	margin-right: 1vw;
}

body{
	margin: 0;
	
	/*background-image: url("");
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	
	background-color: #ffffff; 
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	font-weight: normal;
	line-height: 1.6em;
}

h1{
	color:#000000;
	font-size: 3vw;
	padding-bottom: .5em;
	padding-top: .5em;
}

h2{
	font-size: 2vw;
	color:#000000;
	padding-bottom: .5em;
	padding-top: .5em;
}

h3{
	font-size: 2vw;
	color:#000000;
	padding-bottom: .5em;
	padding-top: .5em;
}

.container{
	width: 80%;
	margin: auto;
	text-align: center;
}

.container-h{
	width: 95%;
	margin: auto;
	text-align: center;
}

.container-f{
	width: 95%;
	margin: auto;
	text-align: center;
}

.box-1{
	background-color: #ffffff;
	color: #000000;
	/*opacity: 0.9;*/
    	/*filter: alpha(opacity=90);*/
	padding: 10px;
	margin: 30px 0;
}

.box-2{
	background-color: #ffffff;
	color: #000000;
	/*opacity: 0.9;*/
    	/*filter: alpha(opacity=90);*/
	padding: 10px;
	margin: 10px 0;
}

.categories{
	background-color:#00FFE8;
	color:#000000;
	/*opacity: 0.9;*/
    	/*filter: alpha(opacity=90);*/
	border: 10px solid #000000;
	padding: 10px;
	
}

.categories ul{
	padding: 0;
	list-style: none;
	
}

.categories li{
	padding-bottom: 4px;
	border-bottom: 2px #000000 dashed;
}

/*FOR CSS IMAGE GALLERY*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.heading {
    text-align: center;
    font-size: 2.0em;
    letter-spacing: 1px;
    padding: 40px;
    color: white;
}

.gallery-image {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-image img {
  height: 250px;
  width: 350px;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}

.gallery-image-c img {
  height: 350px;
  width: 350px;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}

.img-box {
  box-sizing: content-box;
  margin: 10px;
  height: 250px;
  width: 350px;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

.img-box-c {
  box-sizing: content-box;
  margin: 10px;
  height: 350px;
  width: 350px;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

.caption {
  font-size: 16px !important;
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0.0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
  height: 250px;
  width: 350px;
  background-color:rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.transparent-box-c {
  height: 350px;
  width: 350px;
  background-color:rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img { 
  transform: scale(1.1);
}

.img-box-c:hover img { 
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color:rgba(0, 0, 0, 0.5);
}

.img-box-c:hover .transparent-box-c {
  background-color:rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1.0;
}

.img-box-c:hover .caption {
  transform: translateY(-20px);
  opacity: 1.0;
}

.img-box:hover {
  cursor: pointer;
}

.img-box-c:hover {
  cursor: pointer;
}

.caption > p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}