﻿/*Reset Styling*/

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list], ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}


/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*Reset Styling*/



/*My Code*/

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #eee;
}


/*All Pages*/

 .wrapper {
      width: 100%;
      margin: 0 auto;
      text-align:center;
  }


.page-title {
  width: 100%;
  margin: 0 auto;
  height: fit-content;
  display: block;
  background-color: #0066CC;
  text-align: center;
}

.page-title h2  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 130%;
  color: ghostwhite;
}

nav {
  width: 100%;
  height: 40px;
  background-color:#3B4A8F;
  position: fixed;
  z-index: 1000;
}

ul {
margin:0 10px;
}

ul li {
  list-style: none;
  display: block;
  float: left;
  line-height: 40px;
  position: relative;
}

ul li a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  font-family: arial;
  color:ghostwhite;
  padding: 0 20px;
}

ul li a:hover {
  color:darkseagreen;
}

ul li ul {
  display: none;
  width: 180px;
  margin: 0 auto;
  background-color: #3B4A8F;
  padding: 8px 12px;
  float: left;
  position: absolute;
  border-radius: 0 0 8px 8px;
}

ul li:hover ul {
  display: inline-block;
}

@media only screen and (min-width: 1000px) {

  ul li ul  {
    width: 220px;
  }
  
  ul li a {
    font-size: 14px;
  }
  
  .page-title h2  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 130%;
  color: ghostwhite;
	}


}


/*header Picture*/

.index-banner   {
  width: 100%;
  margin: 0 auto;

}

.vertical-center    {
  display: table-cell;
  vertical-align: middle;
}

.index-banner  a {
  text-decoration: none;
}

.index-banner h2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 60px;
  color: #3B4A8F;
  font-weight: 900;
  line-height: 80px;
  text-align: center;
  text-shadow: 5px 5px 8px #fff;
}

.index-banner h1{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #3B4A8F;
  font-weight: 800;
  font-style: italic;
  line-height: 40px;
  text-align: center;
  text-shadow: 5px 5px 8px #fff;
}

@media only screen and (min-width:1000px)   {

  .wrapper {
      width: 1100px;
      margin: 0 auto;
      text-align:center;
  }
  
  .index-banner		{
	width:1100px;
	margin:0 auto;
}

  .index-banner h2{
    font-size: 80px;
    line-height: 150%;
    margin:0 auto;
  }
  
  .index-banner h1{
    font-size: 36px;
    line-height: 140%;
  }
  

}


/*Index Page*/

.five   {
  width: 100%;
  margin: 10px auto 5px;
  height: fit-content;
  display: block;
  overflow: hidden;
  border: #20411B 3px groove;
  border-radius: 10px;
}


#slider {
    width: 0px;
    height: 0px;
    display: none;
}



@media only screen and (min-width:1000px)  {
  .five  {
    
    display: none;
  }


  #slider {
    display: block;
    width: 100%;
    height:300px;
  }
  
  
  .weekly   {
    width: 32%;
    margin:3px 6px;
    float: left;
  }
  
}

/*We Do*/

.open	{	
	width:100%;
	margin:0 auto;
	display:block;
	text-align:center;
}

.open h1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000099;
}


.open h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000099;
}

.open h3	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000099;
	text-decoration:underline;
}

.facebook	{
	width:100%;
	margin:0 auto;
	display:block;
	text-align:right;
}

	.facebook h2	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
		color:#000099;
		text-align:center;

}

@media only screen and (min-width:1000px)  {

	
	.facebook	{
	width:400px;
	margin:0 auto;
	}
	
	.facebook h2	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:30px;
		color:#000099;
		text-align:center;

	}
	.open h1	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:30px;
		color:#000099;
	}
	
	.open h3	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#000099;
	text-decoration:underline;
}

}

/*Calendar*/




@media only screen and (min-width: 1000px)  {

  
}




/*Art Pages*/


@media only screen and (min-width: 1000px) {



	}
	


 /*Contact*/
 
.contact	{
	width:100%;
	margin:0 auto;
	text-align:center;
	
}

.contact h1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#000099;
}
.contact h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#000099;
}



@media only screen and (min-width: 1000px)  {

  
}

/*Disclaimer*/

.disclaimer {
  width: 100%;
  margin: 10px auto;
}

.disclaimer p  {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
  color: #20411B;
  text-align: center;
  }

  @media only screen and (min-width: 1000px)  {
    .disclaimer p  {
      text-align: left;
    }

  }

  
 
  


/*footer*/

.foot {
  width: 100%;
  padding: 20px 10px;
  margin-top: 20px;
  background-color:#3B4A8F;
  overflow: hidden;
}

.foot ul {
  width: 200px;
  float: left;
  padding-left: 30px;
}

.foot ul li {
  display: block;
  list-style: none;
}

.foot ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}

.foot-links-cases {
  display: none;
}

.foot-sm {
  width: 100px;
  float: right;
  margin: 50px 10px;
}

.foot-sm img {
  width: 100%;
  margin-bottom: 10px;
}
.producer   {
  width: 100%;
  height: fit-content;
  padding: 0px 50px;
  background-color:#3366FF;
}

.producer a {
  text-decoration: none;
}

.producer  p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: ghostwhite;
  font-weight: 500;
  text-align: center;
 }

 .modified    {
  margin: 0 auto;
  text-align: center;
 }


@media only screen and (min-width: 1000px) {

.foot-links-mail {
  display: none;
}


  .foot-links-cases {
    display: block;
  }

  foot ul {
    padding-right: 30px;
  }

  foot ul li p {
    font-family: Catamaran;
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
  }

  .foot ul li a {
    font-size: 12px;
  }
  


}


/*Users*/

.users-title {
  width: 100%;
  margin: 0 auto;
  height: fit-content;
  display: block;
  background-color: #20411B;
  text-align: center;
}

.users-title h2  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 150%;
  color: ghostwhite;

}


.users    {
  width: 100%;
  margin: 0 auto 20px;
  height: fit-content;
  overflow: hidden;
}


.user1 ul   {
  width: 100%;
  margin:0 auto;
  height: fit-content;
  position: relative;
  text-decoration: none;
  font-size: 34px;
  text-align: center;  
  color:#20411B;
  font-family: arial;
  padding: 0 20px;
  overflow: hidden;
}

.user1 ul li {
  width: 100%;
  list-style: none;
  display: block;
  position: relative;

}

.user2 ul   {
  width: 100%;
  margin:0 auto;
  height: fit-content;
  background-color:#006600;
  position: relative;
  text-decoration: none;
  font-size: 34px;
  text-align: center;
  font-family: arial;
  color:ghostwhite;
  padding: 0 20px;
  overflow: hidden;
}

.user2 ul li {
  width: 100%;
  list-style: none;
  display: block;
  position: relative;
}

.details    {
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
}

.details h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size:30px;
  color:#20411B;
  font-weight: 800;
  line-height: 150%;
}

.details p  {
  font-family: Arial, Helvetica, sans-serif;
  font-size:20px;
  color:#20411B;
  font-weight: 400;
  line-height: 150%;
}

.details1   {
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #006600;
}

.details1 h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size:30px;
  color: ghostwhite;
  font-weight: 800;
  line-height: 150%;
}

.details1 p  {
  font-family: Arial, Helvetica, sans-serif;
  font-size:20px;
  color: ghostwhite;
  font-weight: 400;
  line-height: 150%;
}


@media only screen and (min-width: 1000px) {

  .user1 ul   {
    font-size: 22px;
  }
  
  .user1 ul li {
    width: 25%;
    list-style: none;
    display: block;
    position: relative;
  
  }
  
  .user2 ul   {
    font-size: 22px;
  }
  
  .user2 ul li {
    width: 25%;
    list-style: none;
    display: block;
    position: relative;
  }
  


}