.loading .loadscreen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: blue;
}

body {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif !important;
  font: 400 15px;
  line-height: 1.0;
  color: #818181;
}
h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #303030;
  font-weight: 600;
  margin-bottom: 30px;
}
h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #303030;
  font-weight: 400;
  margin-bottom: 30px;
}  
.jumbotron {
  background-color: #e6f4f4 !important;
  color: #cc9966;
  padding: 100px 25px;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  margin-bottom:0 !important; //added for promo
}
.jumbotron h1 {
  font-size: 63px;;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.fancybox-skin{
background: #E6F4F4 !important;
}
.container-fluid {
  padding: 60px 50px;
}
.bg-grey {
  background-color: #f6f6f6;
}
.logo-small {
  color: #cc9966;
  font-size: 50px;
}
.logo {
  color: #cc9966;
  font-size: 200px;
}
.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.carousel-control.right, .carousel-control.left {
  background-image: none;
  color: #cc9966;
}
.carousel-indicators li {
  border-color: #cc9966;
}
.carousel-indicators li.active {
  background-color: #cc9966;
}
.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}
.item span {
  font-style: normal;
}
.panel {
  border: 1px solid #cc9966; 
  border-radius:0 !important;
  transition: box-shadow 0.5s;
}
.panel:hover {
  box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
  border: 1px solid #cc9966;
  background-color: #fff !important;
  color: #cc9966;
}
.panel-heading {
  color: #fff !important;
  background-color: #cc9966 !important;
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.panel-footer {
  background-color: white !important;
}
.panel-footer h3 {
  font-size: 32px;
}
.panel-footer h4 {
  color: #aaa;
  font-size: 14px;
}
.panel-footer .btn {
  margin: 15px 0;
  background-color: #cc9966;
  color: #fff;
}
.navbar {
  margin-bottom: 0;
  background-color: #e6f4f4;
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
}
.navbar li a, .navbar .navbar-brand {
  color: #cc9966 !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
  color: #cc9966 !important;
  background-color: #fff !important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}
footer .glyphicon {
  font-size: 20px;
  margin-bottom: 20px;
  color: #cc9966;
}
.slideanim {visibility:hidden;}
.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}
@keyframes slide {
0% {
  opacity: 0;
  transform: translateY(70%);
} 
100% {
  opacity: 1;
  transform: translateY(0%);
}
}
@-webkit-keyframes slide {
0% {
  opacity: 0;
  -webkit-transform: translateY(70%);
} 
100% {
  opacity: 1;
  -webkit-transform: translateY(0%);
}
}
@media screen and (max-width: 768px) {
.col-sm-4 {
  text-align: center;
  margin: 25px 0;
}
.btn-lg {
    width: 100%;
    margin-bottom: 35px;
}
}
@media screen and (max-width: 480px) {
.logo {
    font-size: 150px;
}
}
div.iconBox{
width:35px;
height:35px;
float:left;
text-align:center;
vertical-align:bottom;
display:inline-block;
margin-right:1%;
border-radius:8px;
}
div.iconBox a:visited { 
color: inherit;
}
p.mapBox:hover{
color:#FE7569;
}
p.phoneBox:hover{
color:#000000;
}
p.envBox:hover{
color:#FE7569;
}
div.faceBox{
font-size:25px;
line-height:35px;
-webkit-transition: font-size 1s, color 1s; /* For Safari 3.1 to 6.0 */
transition: font-size 1s, color 1s;
}
div.instaBox{
font-size:22px;
line-height:35px;
-webkit-transition: font-size 1s, color 1s; /* For Safari 3.1 to 6.0 */
transition: font-size 1s, color 1s;
}
div.faceBox:hover{
color:#3B5998;
font-size:30px;
}
div.instaBox:hover{
border-radius:5px;
color:#FFFFFF;
font-size:28px;
background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
div.instaBox a:hover{
color: #ffffff;
}
div.promo{
background-image: url('media/stock/pexels-photo-126590.jpeg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
min-height:700px;
}
div.carousel-caption h3{
font-size: 80px;
}
div.carousel-caption p{
font-size: 40px;
}
div.left{
text-align:left;
/* right:40%; */
left:5%;
}
div.center{
text-align:center;
}
div.right{
text-align:right;
right:5%;
left:40%;
}
div.top{
top:5%;
}
div.middle{
bottom:35%;
}
div.bottom{
bottom:10%;
}
ol.hidden{
visibility:none;
}
div.jumbotron div.nameCard{
position:relative;
display:block;
margin-left:auto;
margin-right:auto;
width:400px;
outline:8px solid #FFFFFF;
border:3px solid #cc9966;
background-color:#FFFFFF;
padding:10px;
z-index:1;
}
div#image01{
width:200px;
position:absolute;
top:6%;
left:6%;
animation-name: firstmove;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 16s;
animation-direction: normal;
}
div#image02{
width:200px;
position:absolute;
top:6%;
right:6%;
animation-name: secondmove;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 32s;
animation-direction: normal;
}
div#image03{
width:200px;
position:absolute;
top:20%;
right:6%;
animation-name: thirdmove;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 16s;
animation-direction: normal;
}
div#image04{
width:200px;
position:absolute;
top:20%;
left:6%;
animation-name: fourthmove;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 32s;
animation-direction: normal;
}
@keyframes firstmove{
0%{
    top:6%;
    left:6%
}
100%{
    top:20%;
    left:40%;
}
}
@keyframes secondmove{
0%{
    top:6%;
    right:10%
}
50%{
    top:6%;
    right:10%
}
100%{
    top:30%;
    right:40%;
}
}
@keyframes thirdmove{
0%{
    top:50%;
    right:6%
}
100%{
    top:-6%;
    right:15%;
}
}
@keyframes fourthmove{
0%{
    top:30%;
    left:-6%
}
50%{
    top:30%;
    left:-6%
}
100%{
    top:6%;
    left:20%;
}
}
@keyframes img01FadeInOut {
0% {
    opacity:0;
    width:200px;
}
22% {
    opacity:1;
    width:245px;
}
27% {
    opacity:1;
    width:255px;
}
50%{
    opacity:0;
    width:300px;
}
100% {
    opacity:0;
    width:300px;
}
}
@keyframes img02FadeInOut {
0% {
    opacity:0;
    width:200px;
}
50% {
    opacity:0;
    width:200px;
}
72% {
    opacity:1;
    width:245px;
}
77%{
    opacity:1;
    width:255px;
}
100% {
    opacity:0;
    width:300px;
}
}
#image01 img{
animation-name: img01FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 32s;
animation-direction: normal;
}
#image02 img{
opacity:0;
animation-name: img02FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 32s;
animation-direction: normal;
}
#image03 img{
animation-name: img01FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 32s;
animation-direction: normal;
}
#image04 img{
opacity:0;
animation-name: img02FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 32s;
animation-direction: normal;
}
hr{
/*overflow: visible; /* For IE */
/*height: 30px;
border-style: solid;
border-width: 1px 0 0 0;
border-color:#cc9966;*/
border: 0 !important;
height: 2px !important;
background-image: linear-gradient(to right, rgba(204, 153, 102, 0), rgba(204, 153, 102, 0.75), rgba(204, 153, 102, 0)) !important;
}
@keyframes mymove {
0%  {opacity: 1;}
35%  {opacity: 1;}
50% {opacity: 0;}
65% {opacity: 1;}
100%{opacity: 1;}
}
#maniThumb img {
animation-name: mymove;
animation-duration: 10s;
animation-delay:5s;
animation-iteration-count: infinite;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(204, 153, 102, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.custom-toggler.navbar-toggler {
  border-color: #CC9966 !important;
}

.navbar-expand-lg {
  border-bottom: 1px solid #CC9966;
}