#preloader{
  background:  #1F536D  url("preloader-webproject.gif") no-repeat center center/80%;
  height:100%;
  width:100%;
  z-index:50;
  position:fixed;
}
#logo{
    width: 20%;
    height: 40%;
    position: absolute;
    bottom: 71%;
    left: 40%;
}
.navbar {
    overflow: hidden; 
    background-color: white;
    width: 100%;
    height: 18%;
    border: 4px solid whitesmoke;
    border-radius: 1px;
    box-sizing: border-box;
    padding: 7px;
    margin-top: 2px;
    box-shadow: 0px 8px 16px 0px grey;
    z-index: 0;
  
  }
  
 #home {
    position: relative;
    left: 18%;
    float: left;
    font-size: 132%;
    color: #2C3E5B;
    text-align: center;
    padding: 2% 2%;
    text-decoration: none;

  }
  #aboutUs{
    position: relative;
    float: left;
    left: 22%;
    font-size: 127%;
    color: #2C3E5B;
    text-align: center;
    padding: 2% 2%;
    text-decoration: none;

  }
  #formsOfArt{
    position: absolute;
    right: 30%;
    font-size: 127%;
    color: #2C3E5B;
    text-align: center;
    padding: 2% 2%;
    text-decoration: none;
   
  }
  
  
  .dropdown {
    position: relative;
    left: 70%;
  }
  
  .dropdown .dropbtn {
    font-size: 127%;  
    border: none;
    outline: none;
    color:  #2C3E5B ;
    padding: 24px 24px;
    background-color: inherit;
    font-family: Didot, serif;
    margin: 0;
    position: relative;
    right: 15%;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #ADD3D0;
    position: relative;
    right: 10%;
  }
  
  .dropdown-content {
    display: none;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 10px 18px 1px #9F6683;
    z-index: 1;
    position: relative;
    right: -10%;

  }
  
  .dropdown-content a {
    float: none;
    color: #2C3E5B;
    padding: 16px 16px;
    text-decoration: none;
    display: block;
   
 
  }
  
  .dropdown-content a:hover {
    text-decoration: underline;
    position: relative;
    right: 2%;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  body {
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }
@media only screen and (max-width: 750px) {
  .navbar {
    width: 66%;
  }
  #logo{
    bottom: 86%;
    left: 80%;
  }
  #home{
    display: flex;
    font-size: 120%;
    left:0.1%;
  }
  #formsOfArt{
    top: 8.4%;
    padding: 18px 20px;
    left: 31%;
    display: flex;
    font-size: 120%;
  }
  #aboutUs{
    font-size: 120%;
    display: flex;
    left: 32%;
  }
  .dropdown{
    padding: 5% 1%;
    left: 5%;
  }
  .card{
    padding: 32%;
  }
  .yt-vid{
    top: 250px;
  }
}


.tinyPicture{

  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}

  .card {
    width: 99%;
    height: auto;
    border: 2px solid #2C3E5B;
    box-shadow: 4px 4px 12px #9F6683;
    background-color: whitesmoke;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 9%;
    position: relative;
    z-index: 0;
    bottom: 75px;
    display: flex;
  justify-content: center;
  align-items: center;
}
.card:hover {
    border-color: #085B2C;
}
.containerone{
  width: 17%;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 87%;
  overflow: hidden;
  border: 10px solid #ffffff;
  border-radius: 8px;
}
.image-container{
  width: 100%;
  display: flex;
  animation: slide 5s infinite;
}
@keyframes slide{
  0%{
      transform: translateX(0);
  }
  25%{
      transform: translateX(0);
  }
  30%{
      transform: translateX(-100%);
  }
  50%{
      transform: translateX(-100%);
  }
  55%{
      transform: translateX(-200%);
  }
  75%{
      transform: translateX(-200%);
  }
  80%{
      transform: translateX(-300%);
  }
  100%{
      transform: translateX(-300%);
  }
}
#card-header{
  color:   #1F536D;
  overflow: visible;
  text-shadow: -2px 2px  white;
  font-family: Didot, serif;
  font-size: 160%;
  position: relative;
  top: 113px;
  left: 2%;
  z-index: 10;    
}
#span-one{
  color: #970C10;
  font-family: 'Brittany Signature', sans-serif;
  font-size: 165%;
}
#card-p{
  color:   #1F536D;
  overflow: hidden;
  font-family: Didot, serif;
    font-size: 122%;
    position: relative;
    top: 102px;
    left: 2%;
    z-index: 10;
}
#span-two{
  color: #970C10;
}
#link-one{
  background-color: #1F536D;
  color: white;
  padding: 7px 18px;
  position: relative;
  top: 116px;
  left: 2%;
  font-family: Didot, serif;
  border: 2px solid transparent;
  border-radius: 25px;
  transition: .4s;
  font-size: 100%;
  z-index: 1;
}
#link-one:hover{
  color: #1F536D;
  background-color: white;
  border: 2px solid #970C10;
  cursor: grab;
}
#image-one:hover  {
  transform: scale(1.1);
}
#image-two:hover  {
  transform: scale(1.1);
}
#image-three:hover  {
  transform: scale(1.1);
}
#image-four:hover  {
  transform: scale(1.01);
}
#image-five:hover  {
  transform: scale(1.1);
}
#image-six:hover  {
  transform: scale(1.1);
}
#image-one{
  z-index: 0;
  border: 5px solid #c29302;
  border-radius: 2px;
  width: 18%;
  height: 30%;
  margin-top: 1%;
  margin-bottom: 18%;
  margin-left: 1%;
  transition: 0.5s all ease-in-out;
}
#image-two{
  z-index: 1;
  margin-left: -2.5%;
  margin-bottom: 12%;
  border: 5px solid #629a56;
  border-radius: 2px;
  width: 18%;
  height: 30%;
  transition: 0.5s all ease-in-out;
}
#image-three{
  width: 20%;
  height: 10%;
  margin-left: 18%;
  transition: 0.5s all ease-in-out;
  border: 5px solid #2d7081;
  border-radius: 2px;
  position: relative;
  right: 210px;
}

#image-five{
  width: 18%;
  height: 30%;
  transition: 0.5s all ease-in-out;
  margin-bottom: 19%;
  border: 5px solid #ad8c64;
  position: relative;
  left: 32px;
  bottom: 20px;
  z-index: 1;

}
#image-six{
  width: 18%;
  height: 30%;
  transition: 0.5s all ease-in-out;
  margin-bottom: 19%;
  border: 5px solid #83434c;
  position: relative;
  left: 834px;
  bottom: 345px;
  z-index: 0;
}
.card-two {
  width: 99%;
  height: auto;
  border: 2px solid #2C3E5B;
  box-shadow: 4px 4px 12px #9F6683;
  background-color: whitesmoke;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 9%;
  position: relative;
  z-index: 0;
  bottom: 560px;
  float: none;
}
.card-two:hover {
  border-color: #970C10;
}
.container-two{
width: 17%;
position: absolute;
transform: translate(-50%,-50%);
top: 150%;
left: 87%;
overflow: hidden;
border: 2px solid #ffffff;
border-radius: 8px;
z-index: 0;
}
#card-header-two{
  color:   #1F536D;
  overflow: visible;
  text-shadow: -2px 2px  white;
  font-family: Didot, serif;
    font-size: 160%;
    position: relative;
 bottom: 350px;
    left: 2%;
    z-index: 10;    
}
#summary-one{
  color: #1F536D;
}
details {
  border: 5px solid #629a56;
  border-radius: 25px;
  padding: 0.5% 1% 0;
  position: relative;
  bottom: 754px;
  width: 25%;
  left: 60%;
  z-index: 10;
  margin-right: 0px;
  
}

summary {
  font-weight: bold;
  margin: -0.5% -0.5% 0;
  padding: 0.5%;
  position: relative;
  height: 5%;
}

details[open] {
  padding: 0.5%;
  z-index: 10;
  float: none;
  position: relative;

}

details[open] summary {
  border-bottom: 1px solid #1F536D;
  position: relative;
}
.ul-one{
  margin-top: 1%;
  margin-bottom: 0.01%;
  color: #1F536D;
  list-style-type: circle;
}
.ul-one a{
  color: #085B2C;
}
#card-two-p{
  position: relative;
  bottom: 365px;
  color:   #1F536D;
  overflow: visible;
  font-family: Didot, serif;
    font-size: 122%;
    z-index: 10;
    left: 2%;
}
#map-one{
  width: 70%;
  position: relative;
  left: 17%;
  bottom: 850px;
  transition: 0.5s all ease-in-out;
}
#map-one:hover  {
  transform: scale(1.1);
}
footer{
  position: relative;
  top: 50px;
  background: #1F536D;
  height: 30%;
  width: 100%;
  padding-top: 40px;
  color: #fff;
}
.footer-content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
#footer-p-two{
  max-width: 500px;
  margin: 10px auto;
  line-height: 28px;
  font-size: 14px;
  color: #cacdd2;
}
.footer-bottom{
  background: #000;
  width: 100vw;
  padding: 20px;
  padding-bottom: 40px;
  text-align: center;
}
.footer-bottom p{
  float: left;
  font-size: 14px;
  word-spacing: 2px;
  text-transform: capitalize;
}
.footer-bottom p a{
 color:white;
 font-size: 16px;
 text-decoration: none;
}
.footer-bottom span{
   text-transform: uppercase;
   opacity: .4;
   font-weight: 200;
}

/****************************************************************/
/*start of about us page*/
.body-aboutus{
  background: linear-gradient(to bottom, white 20%, #D9D9D9 60%);
}
#aboutUs-header{
  color: #6D4B29;
  background-color: #E7CCAD ;
  border: 3px solid #6D4B29;
  padding: 1.5%;
  text-align: center;
  align-items: center;
  width: 50%;
  position: relative;
  top: 50px;
  left: 23%;
  font-family:'Brittany Signature', sans-serif;
}
#aboutus-p{
  color: #6D4B29;
  position: relative;
  top: 70px;
  font-size: 125%;
  text-align:center;

}
#span-three{
  color: #6D4B29
}
#map-aboutus{
  position: relative;
  top:30px;
  
}
@media only screen and (max-width: 750px) {
  #aboutUs-header{
    width: 80%;
    left: 8%;
  }
}
/*start of shareyourart page*/

.container {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 30%;
  top: 170px;
  border: 2px solid #172432;
  font-family: 'Brittany Signature', sans-serif;
  background-color:  #FAE7D1;
  color: #172432;
}

.form-control {
  display: block;
  width: 300px;
  margin: 10px 0;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #172432;
}

button {
  display: inline-block;
  background-color: #172432;
  border: none;
  color: #ddd;
  padding: 8px 20px;
  border-radius: 5px;
}
@media only screen and (max-width: 800px) {
  .container{
  width: 100%;
  height: 70%;
  left: 2%;
  }
}
/*********************************/
/*start of contact page*/
#contact-head{
  position: relative;
  color: #172432;
  font-family: 'Brittany Signature', sans-serif;
  top: 90%;
 font-size: 270%;
 left: 5%;
}
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  display:flex;
   align-items: center;
}
.fa:hover {
    opacity: 0.7;
}
.fa-pinterest {
  background: #cb2027;
  color: white;
  display:flex;
   align-items: center;
}
.fa-instagram {
  background: #125688;
  color: white;
  display:flex;
   align-items: center;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
  display:flex;
   align-items: center;
}
.buttons{
  position: relative;
  bottom: 90%;
  display:flex;
  align-items: center;
  width: 20%;
}
@media only screen and (max-width: 750px) {
  #contact-head{
  font-size:100%;
  bottom: 37%;
  }
  .map{
    height: 50%;
    width: 50%;
  }
  .buttons{
    bottom: 15%;
    width: 5%;
  }
}
/*****************************/
/*forms of art page*/
#formsofart-img-one{
  width: 100%;
  height: 500px;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#formsOfArt-p{
  color: white;
  background-color: #6D4B29;
  position: relative;
  top: -350px;
  text-align: center;
  font-size: 300%;
}
#formsOfArt-literature-h{
  color: #6D4B29;
  font-weight: bold;
  font-size: 350%;
  text-shadow: -4px 4px #E7CCAD;
  font-family: 'Brittany Signature', sans-serif;
  text-align: center;
  position: relative;
  bottom: 150px;

}
#formsOfArt-literature{
  color: #6D4B29;
  position: relative;
  text-align: center;
  left:1%;
  top: -150px;
  font-size: 140%;
}
#link-literature{
  background-color: #6D4B29;
  color: white;
  padding: 7px 18px;
  position: relative;
  top: -130px;
  left: 46%;
  font-family: Didot, serif;
  border: 2px solid transparent;
  border-radius: 25px;
  transition: .4s;
  font-size: 100%;
  z-index: 1;
}
#link-literature:hover{
  color: #6D4B29;
  background-color: white;
  border: 2px solid #970C10;
  cursor: grab;
}
#formsOfArt-performanceart-h{
  color:#696112 ;
  text-shadow: -4px 4px #f7e7f7CE;
  position: relative;
  top: 30%;
  font-size: 350%;
  font-family: 'Brittany Signature', sans-serif;
  text-align: center;
}
#formsOfArt-performanceart{
  color: #696112;
  position: relative;
  text-align: center;
  top: 30%;
  font-size: 140%;
}
#link-performanceart{
  background-color: #696112;
  color: white;
  padding: 7px 18px;
  position: relative;
  top: 45%;
  left: 46%;
  font-family: Didot, serif;
  border: 2px solid transparent;
  border-radius: 25px;
  transition: .4s;
  font-size: 100%;
  z-index: 1;
}
#link-performanceart:hover{
  color: #696112;
  background-color: white;
  border: 2px solid #970C10;
  cursor: grab;
}
@media only screen and (max-width: 750px) {
  #formsofart-img-one{
    height: 300px;
}
#formsOfArt-p{
  font-size: 120%;
}
#formsOfArt-literature-h{
  bottom: 100px;;
}
}
