/*** Font Family ***/
@font-face {
  font-family: Sylvester;
  src: url(/styles/fonts/Sylvester.otf);
}
@font-face {
  font-family: RealLove;
  src: url(/styles/fonts/RealLove.otf);
}
@font-face {
  font-family: QuickScrawl;
  src: url(/styles/fonts/quick-scrawl.ttf);
}
@font-face {
  font-family: HamburgHand;
  src: url(/styles/fonts/HamburgHand-Regular.otf);
}

/*** Color Pallet ***/
:root {
    --pink-rose: #F6D1DD;
    --warm-blue: #859F98;
    --mustard: #BD7A31;
    --royal-blue: #33307D;
    --tan: #EBE1D6;
    --charcoal: #222222;
}

html {
  background-color: var(--mustard);
}
body {
  background-color: var(--tan);
}

/*** Under Construction CSS ***/
div.under-construction {
  padding-top: 30px;
  background-color: var(--warm-blue);
  border: 3px solid var(--charcoal);
  border-radius: 15px;
}

div.under-construction h4, div.under-construction p {
  font-family: 'HamburgHand', sans-serif;
  color: var(--charcoal);
  font-size: 80px;
  text-align: center;
}

div.under-construction p {
  color: yellow;
}

/*** End Under Construction CSS ***/

h1, h2, h3, h4 {
  font-family: 'Sylvester', sans-serif;
  color: var(--mustard);
}
h5 {
  font-family: 'RealLove', sans-serif;
  color: var(--mustard);
}

h1 {
  
}

h2 {
  
}

h3 {
  
}

h4, h5 {
  
}

h1.navtitle a {
  
}  

h1.navtitle a:hover {
  
}  

p, a {
  font-size: 18px;
}

a:hover {
  
}

.text.module p, .service-description p, .service-description ul, .content-box p {
  
}

.service-description ul {
  
}

ul {
  
}

ul li {
  
}

img, a img {
  
}

img {
  
}

img.no-border {
  
}

a img {
  
}

#Main {
  margin: 25px;
}

#Main p {
  font-family: 'HamburgHand', sans-serif;
  color: var(--charcoal);
}

#Main p a {
  font-family: 'HamburgHand', sans-serif;
  color: var(--royal-blue);
  text-decoration: underline;
}

#Main p a:hover {
  color: var(--tan);
  background-color: var(--royal-blue);
}

header {
  padding: 0 0; 
}

header .home-navigation a:hover, header .navigation h3 a:hover {
  color: var(--tan);
  background-color: var(--royal-blue);
  padding: 10px;
  border-radius: 15px;
}

header h1, header h2, header h3, header h4 {
 
}

header h1 a, header h2 a, header h3 a, header h4 a, header a {
  font-family: 'HamburgHand', sans-serif;
  color: var(--royal-blue);
}

header h3 {
  text-align: center;
}

header h3 a {
  font-size: 28px;
}

header div .image.module {
  
}

header div.row.navigation {
  padding-top: 15px;
}

header p.caption {
  font-family: 'HamburgHand', sans-serif;
}

#homeheader {
/*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  top: 0;
 
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
 
  /* z-index: -100;  */
}

/******* Scroll Down Navigation *******/

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

.sticky {
  display:none;
  z-index: 10;
  padding: 1px 0;
}

.sticky.fixed {
  display: block;
  background-color: var(--mustard);
  border-bottom: 1px solid var(--charcoal);
}

.sticky a {
  display: block;
  text-align: center;
  margin: 5px 0 5px 0;
  transition: all 0.3s ease;
  padding: 0 0 4px 0;
  font-family: 'Sylvester', sans-serif;
  color: var(--charcoal);
}

.sticky a:hover {
  transition: all 0.3s ease;
  color: var(--pink-rose);
  background-color: var(--mustard);
  padding: 0px;
}

.sticky .mysocial a {
  display: inline-block;
  border: none;
  text-align: center;
  font-size:24px;
  margin: 1px 0 0 0;
  padding: 0 5px;
}

.sticky .mysocial a:hover {
  color: var(--pink-rose);
}

#Panel, #Flip {
  text-align: center;
}

#Flip {
  color: var(--charcoal);
  font-size:30px; 
  cursor: pointer;
}

#Panel, #Flip-X {
  display: none;
}

/******* End Scroll Down Navigation *******/

footer {
  background-color: var(--mustard);
  padding:15px 0;
}

footer p, footer a {
  font-family: 'HamburgHand', sans-serif;
}

footer a {
  color: var(--royal-blue);
}

footer a:hover {
  color: var(--pink-rose);
}

.homepage p {
  
}

.row {
  position: relative;
}

.row.margin {
  margin-bottom: 15px;
}


.copyright {
  text-align: center;
}

#homeheader {

}



a.box {
  transition: all 0.3s ease;
  background-color: var(--warm-blue);
  display: block;
  padding: 15px;
  border: 2px solid var(--charcoal);
  margin-bottom: 30px;
  border-radius: 15px;
}

a.box:hover {
  transition: all 0.3s ease;
  background-color: var(--royal-blue);
  
}

a.box p {
 
}

a.box h2, a.box h3, a.box p {
 text-align: center;
 color: var(--charcoal);
}

a.box:hover h2 {
  color: var(--tan);
}

a.box .icon {
  font-size: 35px;
  text-align: center;
}

.alert.callout p {

}

a.social-icon, footer a.social-icon {
  font-size: 40px;
}

footer a.social-icon {
  color: var(--charcoal);
}

footer a.social-icon:hover {
  color: #f6d1dd;
  text-shadow: -1px 0 var(--charcoal), 
  				0 1px var(--charcoal), 
  				1px 0 var(--charcoal), 
  				0 -1px var(--charcoal);
}

a.social-icon:hover, footer a.social-icon:hover {

}

/* Form Styles */

[type="text"], [type="password"], textarea {
  border: 1px solid black;
  background-color: rgb(244, 244, 244);
}

input::placeholder, textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: gray;
  opacity: 1; /* Firefox */
}

/* Foundation Overwrite */

.tabs-title > a {
  font-size: 1.1rem;
}

img.orbit-image {
  border: none;
}

.button {
  background-color: #397999;
  border: 2px solid black;
}

/* Media Queries */

@media only screen and (max-width: 64em) {
   p.caption {
     font-size: 24px;
   }
}

@media only screen and (max-width: 40em) {
  div.under-construction h4, div.under-construction p {
    font-size: 30px;
  }
  
  header {
    padding: 25px 0;
  }
  header h1, header h3, header a {
    text-align: center;
    margin-bottom: 15px;
    font-size: 22px;
  }
  p {
    font-size: 16px;
  }
}