﻿html {
	overflow-y: scroll;
}
.no-js .top-bar {
 display: none;
}
img {  border-style: none; }
a {outline : none;}

@font-face {
	font-family: 'Honey Script Light'; font-style: normal; font-weight: normal;
  src: local('../css/Honey Script Light'), url('../css/HoneyScript-Light.woff') format('woff');
}

@font-face {
    font-family: 'myFirstFont';
    src: url(../css/Montez-Regular.ttf);
}
/* Facebook Instagram Twitter links */
.list-item-icons-botton a {
	padding: 0 0 0 0;
	display: inline-block ;
	color: #ce993c;
	font-size: 35px;
	width: 55px;
	height: 50px;
	border: thin white solid;
}

.list-item-icons-botton:hover .fa {
  color: white;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.fa {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
/* Facebook Instagram Twitter links */

/* MODAL JUMP FIX FOR PHOTOGRAPHY PAGE */
body.is-reveal-open {
	overflow: visible;
}
.reveal-overlay {
	overflow-y: hidden;
}
/* MODAL JUMP FIX FOR PHOTOGRAPHY PAGE */

a.pages:link { color: white; }
a.pages:visited { color: white; }
a.pages:hover { color: #ce993c; }
a.pages:active { color: #ce993c; }

a.pagesa:hover { color: #ce993c; }

a.inquire:link { color:white ; }
a.inquire:visited { color:white ; }
a.inquire:active { color:white ; }
a.inquire:hover { color:white ; }
a.inquire:focus { color:white ; }

.footerlinks { color:white; padding: 10px; letter-spacing: 1px}
.footerlinks:hover { color:#ce993c }

a.smainlinks:link { color:#ce993c ; }
a.smainlinks:visited { color:#ce993c ; }
a.smainlinks:active { color:#ce993c ; }
a.smainlinks:hover { color:white ; }
a.smainlinks:focus { color:white ; }



/* PINCH TO ZOOM ON PICS */
.IMGhideMe {
    -moz-animation: cssAnimation 0s ease-in 7s forwards;
    -webkit-animation: cssAnimation 0s ease-in 7s forwards;
    -o-animation: cssAnimation 0s ease-in 7s forwards;
    animation: cssAnimation 0s ease-in 7s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation { to { width:0; height:0; overflow:hidden; } }
@-webkit-keyframes cssAnimation { to { width:0; height:0; visibility:hidden; } }















/* */
