advertadvertadvertadvertadvertbody {
 background-color: #f2f2f2;
}
/*2c2f33*/

html, body, h1, h2, h3, h4, h5, h6, p, {
  font-family: "Calibri"
}

.theme {color:#fff !important;background-color:#ec1c24 !important}
.theme-light {color:#000 !important;background-color:#f2f2f2 !important}
.theme-dark {color:#fff !important;background-color:#444442 !important}
.text-theme {color:#fff !important;color:#ec1c24 !important}

body, html {
  height: 100%;
  color: #777;
  line-height: 1.8;
}


/* Nav Bar */
.topnav {
	position: fixed;
    top: 0;
    width: 100%;
    background-color: #f2f2f2;
    overflow: hidden;

  z-index:3;

}


.Welcome-Text {
  font-size: 16px
}

@media (min-width: 550px) {
  .Welcome-Text {
    font-size: 32px
  }
}

@media (min-width: 700px) {
  .Welcome-Text {
    font-size: 48px
  }
}

@media (min-width: 1000px) {
  .Welcome-Text {
    font-size: 64px
  }
}

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg-1 {
  background-image: url('Images/bigdFLAT LOGO what we do.jpg');
  background-attachment: fixed;
  min-height: 100%;
  background-size: 820px 820px;
}

/* Resize background image for smaller screens */
@media (min-width: 200px) {
  .bgimg-1 {
    background-attachment: inherit;
    background-size: 150px 150px;
  }
}

@media (min-width: 300px) {
  .bgimg-1 {
    background-attachment: inherit;
    background-size: 300px 300px;
  }
}

@media (min-width: 375px) {
  .bgimg-1 {
    background-attachment: inherit;
    background-size: 350px 350px;
  }
}

@media (min-width: 400px) {
  .bgimg-1 {
    background-attachment: inherit;
    background-size: 400px 400px;
  }
}

@media (min-width: 500px) {
  .bgimg-1 {
    background-attachment: inherit;
    background-size: 500px 500px;
  }
}

@media (min-width: 600px) {
  .bgimg-1 {
    background-attachment: inherit;
    background-size: 600px 600px;
  }
}

@media (min-width: 700px) {
  .bgimg-1 {
    background-attachment: inherit;
    background-size: 650px 650px;
  }
}

@media (min-width: 1000px) {
  .bgimg-1 {
    background-attachment: inherit;
    background-size: 650px 650px;
  }
}

@media (min-width: 1001px) {
  .bgimg-1 {
    background-attachment: fixed;
    background-size: 650px 650px;
  }
}

@media (min-width: 1400px) {
  .bgimg-1 {
    background-attachment: fixed;
    background-size: 650px 650px;
  }
}

@media (min-width: 1920px) {
  .bgimg-1 {
    background-attachment: fixed;
    background-size: 650px 650px;
  }
}

@media (min-width: 2500px) {
  .bgimg-1 {
    background-attachment: fixed;
    background-size: 860px 860px;
  }
}

.Header-Text {
  font-size: 24px;
}

@media (min-width: 2500px) {
  .Header-Text {
    font-size: 64px;
  }
}
/* Resize image for smaller screens */
@media (min-width: 300px) {
  .advert {
    width: 100%;
  }
}

@media (min-width: 375px) {
  .advert {
    width: 100%;
  }
}

@media (min-width: 400px) {
  .advert {
    width: 100%;
  }
}

@media (min-width: 500px) {
  .advert {
    width: 100%;
  }
}

@media (min-width: 600px) {
  .advert {
    width: 100%;
  }
}

@media (min-width: 700px) {
  .advert {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .advert {
    width: 100%;
  }
}

@media (min-width: 1100px) {
  .advert {
    width: 60%;
  }
}

@media (min-width: 1400px) {
  .advert {
    width: 60%;
  }
}

@media (min-width: 2500px) {
   .advert {
     width: 70%;
   }
}

/* Third image (Contact) */
.bgimg-4 {
  background-image: url("Images/Art Work/Contact.jpg");
  min-height: 10%;
  visibility: hidden;
}

@media (min-width: 1800px) {
   .bgimg-4 {
     min-height: 20%;
     visibility: visible;
   }
}

.main-text {
  font-size: 16px
}

@media (min-width: 300px) {
  .main-text {
    font-size: 16px
  }
}


@media (min-width: 550px) {
  .main-text {
    font-size: 32px
  }
}

@media (min-width: 700px) {
  .main-text {
    font-size: 48px
  }
}

@media (min-width: 1000px) {
  .main-text {
    font-size: 58px
  }
}


.Contact-Us-Text {
   font-size: 24px;
}

@media (min-width: 800px) {
   .Contact-Us-Text {
     font-size: 36px;
   }
}

.bgimg-5 {
  background-image: url("Images/Art Work/Dark Swirl.jpg");
  min-height: 13%;
}

.wide {letter-spacing: 10px;}
.hover-opacity {cursor: pointer;}


body {
  z-index: 1;
}

.aboutMe{
  z-index:2
}


/* Arrow Bounce*/
.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #000;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.scroll-down:before {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 6px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid #000;
  border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}


html {
  scroll-behavior: smooth;
}

#Index {

}

#section2 {

}

#previousworks {

}

#Contact {

}


/* Gallery */

.Gallery {
  display: flex;
  width: 100%;
  padding: 1% 3%;
  box-sizing: border-box;
  height: 10vh;
}

@media (min-width: 300px) {
   .Gallery {
     height: 20vh;
   }
}

@media (min-width: 600px) {
   .Gallery {
     height: 30vh;
   }
}

@media (min-width: 800px) {
   .Gallery {
     height: 40vh;
   }
}

@media (min-width: 1000px) {
   .Gallery {
     height: 45vh;
   }
}

@media (min-width: 1300px) {
   .Gallery {
     height: 55vh;
   }
}

@media (min-width: 1500px) {
   .Gallery {
     height: 60vh;
   }
}

.box {
  flex: 1;
  overflow: hidden;
  transition: .5s;
  margin: 0 2%;
  box-shadow: 0 20px 30px rgba(0,0,0,.1);
  line-height: 0;
}

.box > img {
  width: 100%;
  height: calc(100%);
  object-fit: cover;
  transition: .5s;
}

.box2 {
  flex: 1;
  overflow: hidden;
  transition: .5s;
  margin: 0 2%;
  box-shadow: 0 20px 30px rgba(0,0,0,.1);
  line-height: 0;
}

.box2 > img {
  width: 100%;
  height: calc(100%);
  object-fit: cover;
  transition: .5s;
}

.box:hover { flex: 1 1 50%; }
.box:hover > img {
  width: 100%;
  height: 100%;
}

.box2:hover { flex: 1 1 10%; }
.box2:hover > img {
  width: 100%;
  height: 100%;
}



input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
  font-size: 0.75em;
  color: #999;
  top: -5px;
  -webkit-transition: all 0.225s ease;
  transition: all 0.225s ease;
}

.styled-input {
  float: left;
  width: 293px;
  margin: 1rem 0;
  position: relative;
  border-radius: 4px;
}

@media only screen and (max-width: 768px){
  .styled-input {
    width:100%;
  }
}

.styled-input label {
  color: #999;
  padding: 1.3rem 30px 1rem 30px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}

.styled-input.wide {
  width: 650px;
  max-width: 100%;
}

input,
textarea {
  padding: 30px;
  border: 0;
  width: 100%;
  font-size: 1rem;
  background-color: #2d2d2d;
  color: white;
  border-radius: 4px;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}

textarea {
  width: 100%;
  min-height: 15em;
}

.input-container {
  width: 650px;
  max-width: 100%;
  margin: 20px auto 25px auto;
}

.submit-btn {
  padding: 7px 35px;
  border-radius: 60px;
  display: inline-block;
  background-color: #ec1c24;
  color: white;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
  0 2px 10px 0 rgba(0,0,0,0.07);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.submit-btn:hover {
  transform: translateY(1px);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
  0 1px 1px 0 rgba(0,0,0,0.09);
}

@media (max-width: 768px) {
  .submit-btn {
    width:100%;
    float: none;
    text-align:center;
  }
}

input[type=checkbox] + label {
  color: #ccc;
  font-style: italic;
}

input[type=checkbox]:checked + label {
  color: #f00;
  font-style: normal;
}

#contact-form input, textarea{
  /* color: #FFFD; */
  color: rgba(255, 255, 255, 0.8125);
}

#contact-form input::placeholder, textarea::placeholder{
  /* color: #FFFD; */
  color: rgba(255, 255, 255, 0.8125);
}

#contact-form input{
  height: 50px;
  /* height: 3vw; */
  /* border: 1px solid #000A; */
  border: 1px solid rgba(0, 0, 0, 0.625);
  /* border-bottom: 5px solid #000A; */
  border-bottom: 5px solid rgba(0, 0, 0, 0.625);
  border-radius: 5px;
  background: none;
  transition: 500ms all ease;
}

#contact-form input:hover{
  /* border-bottom: 5px solid #ec1c24; */
  border-bottom: 5px solid #ec1c24;
}

#contact-form input:focus{
  /* border-bottom: 5px solid #ec1c24; */
  border-bottom: 5px solid #ec1c24;
}

#contact-form input:focus{
  outline: none;
}

#contact-form input:focus::placeholder{
  /* color: #00000000; */
  color: rgba(0, 0, 0, 0);
  transition: 400ms ease;
}

#contact-form textarea{
  height: 120px;
  /* height: 7vw; */
  /* border: 1px solid #000A; */
  border: 1px solid rgba(0, 0, 0, 0.625);
  /* border-bottom: 5px solid #000A; */
  border-bottom: 5px solid rgba(0, 0, 0, 0.625);
  border-radius: 5px;
  background: none;
  resize: none;
  transition: 500ms all ease;
}

#contact-form textarea:hover{
  /* border-bottom: 5px solid #ec1c24; */
  border-bottom: 5px solid #ec1c24;
}

#contact-form textarea:focus{
  /* border-bottom: 5px solid #ec1c24; */
  border-bottom: 5px solid #ec1c24;
}

#contact-form textarea:focus{
  outline: none;
}

#contact-form textarea:focus::placeholder{
  /* color: #00000000; */
  color: rgba(0, 0, 0, 0);
  transition: 400ms ease;
}

#contact-form .contact-button{
  width: auto;
  margin: 0 20%;
}

#contact-form .contact-submit{
  align-self: center;
}

#contact-form .contact-validation{
  padding-top: 10px;
}

/* Fixing Chrome's BS  */
.contact-input:-webkit-autofill,
.contact-input:-webkit-autofill:hover,
.contact-input:-webkit-autofill:focus,
.contact-input:-webkit-autofill:active{
  -webkit-transition-delay: 99999s!important;
}

.contact-input:-webkit-autofill{
  /* -webkit-text-fill-color: #FFF; */
  -webkit-text-fill-color: rgba(255, 255, 255, 1);
}

footer {
  background: #444442;
  padding: 20px 0;
}

.footer_container {
  margin: auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse;
}
