html {
  background: #f4f4f4;
}
body {
  /* background-image: url(/images/assets/memphis-mini/memphis-mini.png);  */
  background-color: #397999;
  /* background-color: #deecf3; */


}

h1, h2, h3, h4 {
  font-family: 'Special Elite', cursive;
  font-family: 'Shippori Mincho', serif;
}

h1 {
  color: white;
}

h2 {
  color: white;
}

h3 {
  color: white;
}

h4, h5 {
  color: white;
}

h1.navtitle a {
  
}  

h1.navtitle a:hover {
  
}  

p {
  font-family: 'Mada', sans-serif;
  font-size: 20px;
  text-align: justify;
  padding: 0 15px;
}

p.price {
  background-color: white;
  padding: 15px;
}

a {
  color: black;
  font-family: 'Mada', sans-serif;
}

a:hover {
  color: #008080; 
  color: #ddd; 
}

.text.module p, .service-description p, .service-description ul, .content-box p {
  background-color: white;
  padding: 15px;
}

.service-description ul {
  margin-top: -28px;
  padding: 5px 33px;
  margin-left: 0;
  font-size: 20px;
}

ul {
  padding-left: 15px;
}

ul li {
  font-family: 'Mada', sans-serif;
}

img, a img {
  
}

img {
  width: 100%;
  border: 2px solid #333;
}

img.no-border {
  border: none;
}

a img {
  display:block;
  border: 1px solid #333;
  margin:0 auto;
}

#Main {
  margin: 25px;
}

#Main p, #Main a {
  color:black;
}

#Main a:hover {
  color:#ddd;
}

header {
  padding: 0 0; 
}

header h1, header h2, header h3, header h4 {
  text-align: center;
  margin: 0;
}

header h1 a, header h2 a, header h3 a, header h4 a, header a {
  color: white;
  display: block;
  padding-top: 5px;
}

header h1 a:hover, header h2 a:hover, header h3 a:hover, header h4 a:hover, header a, header a:hover {
  font-family: 'Special Elite', cursive;
  font-family: 'Shippori Mincho', serif;
}

header div .image.module {
  position: relative;
}

header div.row.navigation {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-bottom: 15px;
}

header p.caption {
  position: absolute;
  bottom: -20px;
  right: 23px;
  border: 2px solid black;
  background-color: rgba(244, 244, 244);
  /* background-color: #B2D8D8; */
  background-color: white;
  padding: 5px 10px 0px;
  font-size: 30px;
  font-family: 'Special Elite', cursive;
  font-family: 'Shippori Mincho', serif;
  margin: 0;
}

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

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

.sticky {
  display:none;
  z-index: 10;
  padding: 1px 0;
  /* background-image: url(/images/assets/retina_wood/retina_wood.png); */
}

.sticky.fixed {
  display: block;
  background-color: #f4f4f4;
  border-bottom: 1px solid black;
}

.sticky a {
  display: block;
  text-align: center;
  margin: 5px 0 5px 0;
  transition: all 0.3s ease;
  padding: 0 0 4px 0;
  font-family: 'Special Elite', cursive;
  font-family: 'Shippori Mincho', serif;
  color:black;
}

.sticky a:hover {
  transition: all 0.3s ease;
  color:#222;
}

.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: #222;
}

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

#Flip {
  color: black;
  font-size:30px; 
  cursor:pointer;
}

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

footer {
  background: #f4f4f4;
  padding: 20px 0;
  border-top: 3px solid black;
  position: relative;
}

footer p, footer a {
  font-family: 'Special Elite', cursive;
  font-family: 'Shippori Mincho', serif;
}

footer a:hover {
  color: #222;
}

.homepage p {
  
}

.row {
  position: relative;
}

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


.copyright {
  text-align: center;
}

#homeheader {

}

a.box {
  transition: all 0.3s ease;
  background-color: #fafafa;
  display: block;
  padding: 15px;
  border: 2px solid black;
  margin-bottom: 30px;
}

a.box:hover {
  transition: all 0.3s ease;
  color: black;
  background-color: #f1f1f1;
  background-color: #B2D8D8;
  background-color: #DDD;
}

a.box p {
 
}

a.box h3, a.box p {
 text-align: center;
 color: black;
}

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

.alert.callout p {

}

a.social-icon, footer a.social-icon {
  font-size: 35px;
  color: black;
}

a.social-icon:hover, footer a.social-icon:hover {
  color: #ddd;
}

/* 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) {
  header {
    padding: 25px 0;
  }
  header h1, header h3, header a {
    text-align: center;
    margin-bottom: 15px;
    font-size: 22px;
  }
  p {
    font-size: 16px;
  }
}