/* font-family: 'Fredericka the Great', cursive;
font-family: 'Roboto', sans-serif; */
/* font-family: 'Baloo Bhai', cursive; */



body{
    font-family: 'Roboto', sans-serif;
    color:#464646;
    /* font-size: 16px; */
    background-color:#fff;/*decided to use a lighter gray then the photoshop mockup*/
    margin: auto;
}

/************************ Navigation - Site Title*********************************/
.head {
    font-family: 'Fredericka the Great', cursive;
    font-size:48px;

}
.navbar{
    background-color: #FFDBE9;
    /* background-color: #efd7c0; */
    /* background-color: #e0f0fc; */
}

.slideshow {
    margin-top: 0;
}

.container li {
    font-family: 'Baloo Bhai', cursive;
    background-color: #FFDBE9;  
}

.container ul li a {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.container ul li a:after {
    display:block;
    position: absolute;
    width: 1px;
    height: 1px;
    content: '.';
    color: transparent;
    border-radius: 50%;
    background: transparent;
}
.container ul li a:hover:after {
  animation: circle 1.5s ease-in forwards;
  }

.container ul li a {
    font-size: 24px;
    position:relative;
    overflow: hidden;
    z-index: 1;
}
.container title{
    font-family: 'Fredericka the Great', cursive; 
}


/************************************ Image ********************************************/

.left-img img {
    border-radius: 20px;
    position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
     padding: 10px;
    background: #c5e4fc;
}

/* keyframes */

@keyframes circle {
    0% {
      width: 1px;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      height: 1px;
      z-index: -1;
      /* background: #ebd2bc; */
      background: #c5e4fc;
      border-radius: 100%;
    }
    100% {
      background: #668ca8;
      height: 5000%;
      width: 5000%;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      border-radius: 0;
    }
  }

/*       Container     */

.container h2{
    font-family: 'Baloo Bhai', cursive;
    color:#077dcc;
    font-size:30px;
    font-weight: bold;
    /* text-shadow: 2px 2px 4px #202020; */
}

h3 {
    color:rgb(223, 27, 102);
}

#service-container{
    background-color: #c5e4fc;
}

article {
    background-color: #c5e4fc;
    /* margin: 0 5rem 0 5rem; */
    

}
article h2 {
    font-family: 'Baloo Bhai', cursive;
    color:#077dcc;
    font-size:30px;
    font-weight: bold;   

}

.gallery-head {
    font-family: 'Baloo Bhai', cursive;
    color:#077dcc;
    font-size:30px;
    font-weight: bold;
}

.form-control {
    background-color: #c5e4fc;
}

.btn{
    background-color: #FFDBE9;  
    /* background-color: #efd7c0; */
}

footer {
    Background-color: #FFDBE9;
    /* background-color: #efd7c0; */
    color: #444;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px; 
    height: 0;
    border:4px groove #668ca8;
    border-radius: 10px;
}
/* .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0; 
	width: 100%;
    height: 100%;
    
} */


/* Media Queries */

@media screen and (min-width: 768px) {
    .carousel {
        /* margin-top: 10vh; */
        height: 110vh;
        overflow: hidden;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .head {
    font-size: 24px;
    }
}

/* ANCHOR TAGS */

/* #about-sect {
    margin-top: 100px;
} */
/* 
#about-container {
    padding-top: 10rem;
} */
