html {
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
    
    background: #fff;
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    width: auto;
    height: auto;
    margin: 0 auto;
 
}

#logohead {
    width: 12%;
}

#abouthead {
    
    padding: 0 0 0 0;
    margin: 0;
    font-size: 3.5em;
    color: white;
    font-family: 'Calibri bolder','Gill Sans','Open Sans',Geneva,Helvetica,Arial,sans-serif; 
    
}

h2 {
    
   font-family: 'Calibri light','Gill Sans','Open Sans',Geneva,Helvetica,Arial,sans-serif; 
    font-size: 2em;
    margin: 0;
}

a {
    
}

b, strong {
    font-weight: 600;
}


 .hero {
    background-image: url('/images/WY-Photography_Website-12.jpg');
    background-size: cover;
    background-position: center;
    height: 1004px;
    justify-content: center;
    align-items: center;
  }

  .navbar {
    
     float: left;
    margin: 2em 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-family: 'Calibri Light','Gill Sans','Open Sans',Geneva,Helvetica,Arial,sans-serif; 
      
  }

  .navbar ul {
      
    list-style: none;
    margin: 0;
    padding: 0 4em 0 0;
    display: inline-flex;
      font-size: 20px;
  }

  .navbar li {
       
    margin: 0 1em;
  }

  .navbar a {
    color: white;
    text-decoration: none;
     
  }

.navbar img {
    
    width: 20%;
    padding: 0 0 0 4em;
}

section {
    
    background-color: #1b1b1b;
    max-width: 100%;
    
}

sectionalt {
    
    background-color: white;
    max-width: 100%;
    
}

.about {
    
    display: inline-block;
    margin: 0 auto;
    height: auto;
    background-color: #1b1b1b;
    width: 80%;
    padding: 3% 10% 3%;
    box-shadow: inset 0 0 5em 1em rgba(0,0,0,0.2);
}

#quote {
    
    color: white;
    font-size: 2em;
    text-align: center;
    font-family: 'Calibri Light','Gill Sans','Open Sans',Geneva,Helvetica,Arial,sans-serif; 
}

.aboutleft {
    
    float: left;
    display: inline-block;
    width: 45%;
    margin: 0 auto;
    height: auto;
    padding: 13% 1% 0 4%;
    line-height: 2.5em;
}

.aboutleft p{
    
    color: white;
    font-size: 1em;
    text-align: justify;
    font-family: 'Calibri Light','Gill Sans','Open Sans',Geneva,Helvetica,Arial,sans-serif; 
    
}

.aboutright {
    
    float: right;
    display: inline-block;
    width: 45%;
    margin: 0 auto;
    height: auto;
    padding: 0;
    text-align: center;
}

.aboutright img{
    
    width: 100%
    
}

.portfolio {
    
    background-color: white;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    text-align: center;
    padding: 0 0 8em 0;
    
}

.portfolio img{
    
    padding: 2em 0 0 0;
    width: 5em;
}

.portfolioleft {
    
    float: left;
    right: 0;
    width: 40%;
    padding: 0 5%;
    
}

.portfolioleft img{
    
    width: 50%;
    padding: .5em 0;
    margin: 0 0 0 50%;
    transition: all .3s ease-in-out;
}

.portfolioleft img:hover{
    
    transform: scale(1.03);
}

.portfolioleft p{
    
    font-size: 1.5em;
    
}

.portfolioright {
    
    float: left;
    left: 0;
    width: 40%;
    padding: 0 5%;
    
    
}

.portfolioright img{
    
    width: 50%;
    padding: .5em 0;
    margin: 0 50% 0 0;
    transition: all .3s ease-in-out;
    
}

.portfolioright img:hover{
    
    transform: scale(1.03);
}

.portfolioright p{
    
    font-size: 1.5em;
    
    
}

#subport {
    
    
}

.showcase {
    
    clear: both;
    background-color: #1b1b1b;
    
    display: inline-block;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 2.5em;
    font-family: 'Calibri Light','Gill Sans','Open Sans',Geneva,Helvetica,Arial,sans-serif;
    
}

.showcase p{
    
    margin: .5em 0 0 0;
}

#thumbs {
   
    width: 80%;
    padding:  1em 10% 3em 10%;
}

#thumbsContainer {
    clear: both;
    align-self: center;
    width: 100%;
    height: 150px;
}

#single_image img{
    
    float: left;
    width: 10%;
    padding: 0 0 0 200px;
   
}

.carousel-container {
  position: relative;
  width: 100%;
  max-width: 1920px; /* adjust as needed */
  margin: 0 auto;
    background-color: #1b1b1b;
}

.carousel-slide {
  display: flex;
  width: 100%;
  height: 200px; /* adjust as needed */
  overflow: hidden;
}

.carousel-slide img {

  height: auto;
    width: 10%;
  object-fit: scale-down;
}

.carousel-prev{
    
    left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px; /* adjust as needed */
  height: 40px; /* adjust as needed */
  background-color: rgba(255, 255, 255, 0.5); /* adjust as needed */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem; /* adjust as needed */
  text-decoration: none;
  color: #333; /* adjust as needed */
  transition: background-color 0.2s ease-in-out;
}
.carousel-next {
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px; /* adjust as needed */
  height: 40px; /* adjust as needed */
  background-color: rgba(255, 255, 255, 0.5); /* adjust as needed */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem; /* adjust as needed */
  text-decoration: none;
  color: #333; /* adjust as needed */
  transition: background-color 0.2s ease-in-out;
}

.carousel-prev:hover,
.carousel-next:hover {
  background-color

}

.sectioncontact {
    
    width: 100%;
    padding: 2% 0 0 0;
    display: inline-block;
    background-color: none;
    height: auto;
    width: 100%;
    top: 250px;
    text-align: center;
    clear: both;
    background-image: url(../images/WY-Photography_Work-with-us.jpg);
    color: white;
    
     /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sectioncontact p{
    
    font-family: 'Calibri light','Gill Sans','OpenSans',Geneva,Helvetica,Arial,sans-serif; 
    color: white;
    
}

#formleft {
    
    margin: 0 auto;
    padding: 3% 20% 5% 20%;
    width: 30%;
    height: auto;
    font-family: 'Calibri light','Gill Sans','Open Sans',Geneva,Helvetica,Arial,sans-serif; 
    color: #666666;
    text-align: left;
    display: block;
    clear: both;
    
}

input[type=text] {
    
    border: 1px solid white;
    background: transparent;
    height: 3em;
    width: 99%;
    border-radius: 4px;
    color: white;
    font-size: 1.5em;
    
}

input[type=text]:focus {
    
    border-color: 1px solid white;
    transition: 0.4s ease-in-out;
    background-color: rgba(225,225,225,.3);
    
}

input[type=tel] {
    
    border: 1px solid white;
    background: transparent;
    height: 3em;
    width: 99%;
    border-radius: 4px;
    color: white;
    font-size: 1.5em;
}

input[type=tel]:focus {
    
    border-color: 1px solid white;
    transition: 0.4s ease-in-out;
    background-color: rgba(225,225,225,.3);
    
}

input[type=email] {
    
    border: 1px solid white;
    background: transparent;
    height: 3em;
    width: 99%;
    border-radius: 4px;
    color: white;
    font-size: 1.5em;
}

input[type=email]:focus {
    
    border-color: 1px solid white;
    transition: 0.4s ease-in-out;
    background-color: rgba(225,225,225,.3);
    
}

textarea {
    
    border: 1px solid white;
    background: transparent;
    width: 99%;
    height: 15em;
    border-radius: 4px;
    margin: 0 0 2em 0;
    color: white;
    font-size: 1.5em;
    
}

textarea:focus {
    
    border-color: 1px solid white;
    transition: 0.4s ease-in-out;
    background-color: rgba(225,225,225,.3);
    
}

input[type=submit] {
    
    display: inline-block;
    height: 3em;
    line-height: 1.5em;
    color: #181818;
    width: 20%;
    padding: 0;
    margin: 0 0 0 80%;
    background: White;
    border: 0 none;
    cursor: pointer;
    text-decoration: none;
    border-radius: 2px;
    font-size: 1em;
    
}

input[type=submit]:hover {
    
    background-color: white;
    border-radius: 5px;
    width: 22%;
    margin: 0 0 0 77%;
    transition: 0.4s ease-in-out;
    
}

::placeholder {
  color: rgba(225,225,225,.8);
  opacity: 1; /* Firefox */
    padding: 0 0 0 2%;
}

.dividermdl {
    
    border-top: 2px solid orange;
    padding: 2em 0 .5em 0;
    text-align: center;
    background-color: #1b1b1b;
}

.dividermdl img{
    
    width: 3em;
    
}

.dividermdl p{
    
    font-size: 1em;
    
}



    /*-------------------Media Queries------------------*/

        /*-------------------Ipads-------------*/

                        /*MEDIA QUERY*/

@media only screen and (max-width:756px) {
    
    .header-image {
    width: 800%;
    height: auto;
    max-width: 1920px;
    display: block;
    margin: 0 auto;
  }
    
}

@media only screen and (max-width:460px) {
    
    
}


