@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
@font-face {
  font-family: charlotte;
  src: url('./fonts/charlotte.ttf');
}

html, body {
  height: 100%;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  color: #222;
}
.separator-type, .title-type, .intro-type, .content-type .intro-type p {
  position: relative;
}
.intro-type .container {
  padding: 107px 0px 102px 0px !important;
}
.company-heading h1 {
  margin-bottom: 60px;
  padding-bottom: 50px;
  line-height: 80px;
  color: #fff;
  font-weight: 700 !important;
  text-align: center;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/header3.jpg');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
.navbar {
  padding: .8rem;
  background-color: white !important;
  border-bottom: 1px solid #d5d5d5;
  border-width: 75%;  
}

.dropdown:hover .dropdown-menu {
    display: block;
    
 }
#maureen {
  vertical-align: middle !important;
 }

.logo {
  margin-left: 2em;
  max-width: 150px;
}

.navbar-nav li {
  padding-right: 20px;
  font-size: 90%;
}

.nav-link {
  font-size: 1.1em !important;
}

.nav-link:hover {
    color: #FFC0CB !important;
}

.carousel-inner img {
  width: 100%;
  height: 33vw;
  object-fit: cover;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -45em;

}

.carousel-caption h1 {
  font-family: 'charlotte';
  font-size: 400%;
  text-shadow: : 1px 1px 15px #000;
}

.carousel-caption h3 {
  font-size: 200%;
  font-weight: 500;
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1rem;
  margin-top: 1em;
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

section {
  width: 100%;
  height: 20vh;
  display: table;
  
}

.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 50px;
  height: 50px;
  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 black;
    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);
  }
}

.btn-primary {
  background-color: #FFB6C1;
  border: none;
}

.btn-primary:hover, .btn-primary:active {
  background-color: #FFC0CB !important;
  
}
.btn-primary:focus, .btn-primary:active {
  outline: none !important;
  box-shadow: none !important;
}

.jumbotron {
  padding: 1rem;
  border-radius: 0;
}

.padding {
  padding-bottom: 2rem;
}
.welcome {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}
.welcome hr {
  border-top: 2px solid #FFC0CB;
  width: 100%;
  margin-top: .3rem;
  margin-bottom: 1rem;
}
.title {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}
.title hr {
  border-top: 2px solid #FFC0CB;
  width: 100%;
  margin-top: .3rem;
  margin-bottom: 1rem;
}
#voorstellen {
  font-size: 125%;
}
.fa-code {
  color: #FFDF00;
}
.fa-star {
  color: #FFDF00;
}
.fa-bold {
  color: #FFDF00;
}
.fa_css3 {
  color: #2163af;
}
.fa-code, .fa-bold, .fa-css3, .fa-star {
  font-size: 2em;
  
}
.combi {
  font-size: 1em;
}
.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}
.fun {
  width: 100%;
  margin-bottom: 2rem;
}
.gif {
  max-width: 100%
}
.social a {
  font-size: 3.5em;
  padding: 1rem;
}
.fa-facebook, .fa-instagram {
  /*color: #3b5998;*/
  color: #d5d5d5;
}
.fa-instagram:hover {
  color: #517fa4;
}
.fa-facebook:hover{
  color: #3b5998;
}
.pictogram .fa-instagram {
  color: #517fa4;
}
.pictogram .fa-instagram:hover {
  color: #2C6A93;
}
footer {
  background-color: #0b0c11;
  color: #d5d5d5;
  padding-top: 2rem;
}
footer a {
  color: #d5d5d5;
}
footer a:hover {
  text-decoration: none;
  color: #FFC0CB ;
}
hr.light {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}
hr.light-100 {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}
.milan {
  float: right;
}
.milan:hover {
  color: #d5d5d5;
}
.c1 {
  background-color: #FAC5CD;
  color: #FFFFFF;
  border: none;
}
.c2 {
  background-color: #FBA5A8;
  color: #FFFFFF;
  border: none;
}
.c3 {
  background-color: #FF91A1;
  color: #FFFFFF;
  border: none;
}
.c4 {
  background-color: #F884B3;
  color: #FFFFFF;
  border: none;
}
.btn-outline-secondary {
  border: 1px solid white;
  color: #FFFFFF;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active  {
  background-color: #FFFFFF !important ;
  color: #000 !important;
  border: none;
}
footer h5 {
  color: #FFFFFF;
}
footer p {
  color: #bfbfbf;
}
.material-icons, .fa-phone {
  margin-right: 0.2em;
}
/* bleken.php */
.bleek {
     max-width: 30%;
}
.bleek:hover {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
}
.behandeling a {
  margin-top: 1em;
}
.behandeling h3 {
  margin-bottom: 1em;
}
.bleken-card {
    box-shadow: 0 0 8px 0 rgba(161, 161, 161, 0.5);
}
.cards {
  margin-top: -2em;
}

/* henna.php*/
h5 {
  margin-top: .2em;
}
.prijs {
  color: #FFC0CB;
  font-size: 200%;
}
.henna-card {
    background: #fff;
    padding: 0.5em;
    box-shadow: 0 0 8px 0 rgba(161, 161, 161, 0.5);
}
.henna-card .card-title, .bleken-card .card-title {
    position: relative;
    color: #000;
    margin: 0 auto;
    font-size: 1.2em;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0.8em;
    border-radius: 5px 5px 0;
    border-bottom: 2px solid #FFC0CB;
}
.henna-card .card-title h3 {
  font-size: 110%;
}
.henna-card .card-body ul li {
    font-size: 15px;
    color: #292828;
    padding-top: 0.8em;
    display: block;
    margin-right: 1.1em
}
.henna-card .card-body h4 {
    font-size: 2.0em;
    font-weight: 500;
    color: #FFC0CB;
    padding: 0.5em;
    position: relative;
    margin-top: 0.5em;
    margin-bottom: -0.5em;
    text-align: center;
}

.img-henna {
    width: 30%;
    height: 10vw;
    object-fit: cover;
    padding: .2em;
}
.img-henna:hover {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
}

.lashen-harsen {
  max-width: 60%
}

/*--Portfolio --*/
.gallery {
    line-height: 0;
   -webkit-column-count: 4;
   -webkit-column-gap:   0px;
   -moz-column-count:    4;
   -moz-column-gap:      0px;
    column-count:         4;
    column-gap: 0px;

}
.gallerij {
  padding: 1em;
  column-count: 4;
}
.gallerij img {
  opacity: 0.9;
  width: 100%;
  margin-bottom: 1em;
}

.gallerij img:hover {
  opacity: 1;
  /*transform: scale(1.1);
  transition-duration: 1s; /* delays for 1 second */
  /*-webkit-transition-duration: 1s; /* for Safari & Chrome */
}

.filter button {
  margin: .5em;
  font-size: 110%;
}

.filterDiv {
  display:none;
  /*width:100%;
  height:100%;*/
  float:left;
  overflow:hidden;
  position:relative;
  cursor:default;
}
.zoom {
  display:none;
  overflow:hidden;
  position:relative;
  cursor:default;
}

.show {
  display: block;
}
/*contact.php*/
.contact-list {
  list-style: none;
  margin-left: -3em;
}
.contact-list li {
  padding: .5em;
}
.contact-list i {
  margin-right: .3em;
  color: #000;
}
.contact-left.agileits-w3layouts {
    padding: 0;
  float: left;
    width: 100%;
}
.contact-right.agileits-w3layouts {
    float: left;
    width: 100%;
   padding: 0;
   margin-left: 0px;
}
.contact-w3ls input[type="text"], .contact-w3ls input[type="email"] {
    width: 90%;
    color: #999;
    float: left;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .85em 1em;
    margin-bottom: 20px;
    border: solid 1px #c7c7c7;
    -webkit-appearance: none;
    display: inline-block;
}
.contact-w3ls textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #999;
    font-size: 1em;
    outline: none;
    padding: 1em .8em;
    border: solid 1px #c7c7c7;
    min-height: 17em;
    -webkit-appearance: none;
}
.contact-w3ls input[type="submit"] {
    outline: none;
    color: #fff;
    padding: .5em 2em;
    margin-left: 15px;
    font-size: 1em;
    -webkit-appearance: none;
    background: #FFB6C1;
    border: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    /* width: 100%; */
    letter-spacing: 1px;
}
.contact-w3ls input[type="submit"]:hover {
    background:   #FFC0CB ;

}
.contact-w3ls h3,.ser-top h3,.w3ls-heading h3,.agileits_w3layouts_head h3,.customer h3{
    text-transform: uppercase;
    text-align: center;
  font-size:30px;
  color:#000;
  margin-bottom:2em;
}
label.header {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: justify;
    text-transform: capitalize;
    float: left;
    margin-bottom: 8px;
}
label.header span {
  color: red;
}
.form-control {
    border: none;
    box-shadow: none;
}
h3.connect {
    margin-top: 43px;
}
.contact {
    padding: 4em 0;
}
.combi-div {
  padding: 1em;
  border: 0px solid #000;
  box-shadow: 0 0 8px 0 rgba(161, 161, 161, 0.5);
  border-width: 10%;
}
.combi-div h5 {
  margin-top: .7em;
}
.combi-div p {
  font-size: 1.9em;
  color: #FFC0CB ;
}

/*--faq.php--*/
.faq-small{
  display: none;
}
.accordion {
  font-size: 100%;
  background-color: #FFFFFF;
  border: 2px solid #eee;
  color: #444;
  cursor: pointer;
  padding: .6em;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  line-height: 40px;
}

.accordion:after {
  content: '\002B'; /* Unicode character for "plus" sign (+) */
  font-size: 150%;
  color: pink;
  float: right;
  margin-left: 5px;
}
.accordion:focus {
  outline: none;
}

.clicked:after {
  content: "\2212"; /* Unicode character for "minus" sign (-) */
}

.clicked, .accordion:hover {
  border: 2px solid #FFC0CB;
}
.content {

  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.faq {
  text-align: left;
  padding-bottom: 10%;
  font-size: 110%;
  background-color: #fff;
  color: #000;
}
.faq:hover {
  background-color: white !important;
  color: #FFC0CB;
}
.faq:after {
  background-color: white !important;
  color: #FFC0CB;
  border-left: 4px solid black !important;
}
.faq-border {
  border-right: 1px solid #f5f3ed
}
.explanation {
  margin-top: -1em;
  font-size: 80%;
}
.small-margin {
  margin-top: .5em;
}
.less-margin {
  margin-top: -.3em; 
}
.hidden {
  display: none;
}
.dienst {
  margin-top: -2em;
}
.list-unstyled span {
  font-weight: bold;
}
.browlift {
  margin-top: -2em !important;
}

/*---Media Queries --*/
@media (max-width: 1200px) {
  /*--- Fixed Background Image --*/

.carousel-caption {
  margin-left: -35em;
  top: 40%;
}

.carousel-caption h1 {
  font-size: 350%;
}

.carousel-caption h3 {
  font-size: 250%;
  margin-top: 1em;
}

.carousel-caption .btn {
  margin-top: 1em;
}
#voorstellen {
  font-size: 97%;
}
.fa-code, .fa-bold, .fa-css3, .fa-star {
  font-size: 1.5em;
  
}
.behandeling h3 {
  font-size: 125%;
}
.prijs {
  color: #FFC0CB;
  font-size: 150%;
}
.bleken-card {
  font-size: 100%;
  width: 120%;
}
.henna-card {
    padding: 1.0em;
    box-shadow: 0 0 8px 0 rgba(161, 161, 161, 0.5);
}
.small-margin {
  margin-top: .5em;
}
footer {
  padding-top: 1rem;
}
}
@media (max-width: 992px) {
  .display-4 {
    font-size: 200%;
  }
  .social a {
    font-size: 3em;
    padding: 1rem;
  }
.carousel-caption {
  top: 40%;
  margin-left: -26em;
}

.carousel-caption h1 {
  font-size: 280%;
}

.carousel-caption h3 {
  font-size: 180%;
  margin-top: 1em;
}

.carousel-caption .btn {
  margin-top: .2em;
}
section {
  display: none;
}
.img-henna {
    width: 30%;
    height: 20vw;
    object-fit: cover;
    padding: .3em;
}
.c1 .card-title, .c2 .card-title, .c3 .card-title, .c4 .card-title  {
  font-size: 100%;
}
.c1 .btn, .c2 .btn, .c3 .btn, .c4 .btn {
  font-size: .8em;
}
.card {
  margin: -.9em;
}
.card-body {
  padding: .8em;
}
.gallerij {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
}
.small-margin {
  margin-top: .8em;
}
footer {
  padding-top: 0rem;
}

hr.light {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: 0.8rem;
}
hr.light-100 {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-bottom: 1rem;
  margin-top: -2em;
}
}
@media (max-width: 768px) {
.carousel-caption {
  top: 40%; 
  margin-left: -21em;
}

.carousel-caption h1 {
  font-size: 180%;
}

.carousel-caption h3 {
  font-size: 120%;
  margin-top: 1em;
}
.carousel-caption .btn {
  font-size: 80%;
  padding: 6px 10px;
}
.display-4 {
  font-size: 200%;
}
.maureen {
  display: none;
}
#fixed {
  background-image: url('img/maureen.jpg');
}
.social a {
    font-size: 2.5em;
    padding: 1.2rem;
  }
.img-henna {
    width: 30%;
    height: 20vw;
    object-fit: cover;
}
.card-img-top {
    width: 100%;
    height: 20vw;
    object-fit: cover;
}
.gallerij {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
}
.filter button {
  margin: .3em;
  font-size: 90%;
}
.bleken-card {
  width: 100%;
}
.small-margin {
  margin-top: .8em;
}
h5 {
  font-size: 100%;
}
p, li {
  font-size: 90%;

}
/*--Bleken--*/
.display-5 {
  font-size: 130%;
  margin-top: -2em;
}
.combi-div p {
  font-size: 150%;
}
}
@media (max-width: 576px) {
.parfum {
  max-width: 80%;
}
.carousel-inner img {
  width: 100%;
  height: 40vw;
  object-fit: cover;
}
.carousel-caption {
  top: 40%; 
  margin-left: -16em;
}

.carousel-caption h1 {
  font-size: 170%;
}

.carousel-caption h3 {
  font-size: 90%;
}
.carousel-caption .btn {
  font-size: 90%;
  padding: 4px 8px;
  margin-top: -1em;
}
.carousel-indicators {
  display: none;
}
.display-4 {
  font-size: 160%;
}

.social a {
    font-size: 2em;
    padding: .7rem;
  }

.img-henna {
    width: 30%;
    height: 20vw;
    object-fit: cover;
}
.card-img-top {
    width: 100%;
    height: 30vw;
    object-fit: cover;
}
.gallerij {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
}
.bleken-card {
  width: 100%;
}
.filter {
  font-size: 80%;
}
.henna-card {
    padding: 0.2em;
}
.henna-card .card-title, .bleken-card .card-title {
    position: relative;
    color: #000;
    margin: 0 auto;
    font-size: .9em;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0.8em;
    border-radius: 5px 5px 0;
    border-bottom: 2px solid #FFC0CB;
}
.bleken-card .btn-sm {
  font-size: 80%;
  margin-top: -10%;
}
.card {
  margin-top: -15%;
}
.laatste {
  margin-top: 5%;
}
.henna-card .card-body ul li {
    font-size: 12px;
}
.henna-card .card-body h4 {
    font-size: 1.6em;
    font-weight: 500;
    color: #FFC0CB;
    padding: 0.5em;
    position: relative;
    margin-top: 0.5em;
    margin-bottom: -0.5em;
    text-align: center;
}
.henna-card .btn-block {
  font-size: 80%
}
.combi-div p {
  font-size: 150%;
}
.contact-list {
  margin-left: 0em;
}

/*--faq.php--*/
.faq-container {
  max-width: 80%;
}
.accordion {
  font-size: 100%;
}
.content {
  font-size: 100%;
}

.small-margin {
  margin-top: 0em !important;
}
footer h5 {
  font-size: 90%;
}
footer p {
  font-size: 80%;
}
footer a {
  font-size: 80%;
}
.material-icons {
  font-size: 1em;
}
footer {
  padding: 0;
}
.prices h5 {
  font-size: 90%;
}
.prices p {
  font-size: 80%;
}
#basic-verven-margin {
  margin-top: 30%;
}
#henna-margin {
  margin-top: 3.2em;
}
#men {
  margin-top: 2.5em;
}
.henna-card {
  margin-top: 1em;
}
.faq-big {
  display: none;
}
.faq-small{
  display: inline;
  margin-bottom: -10%;
}
.faq-small .faq {
  font-size: 90%;
}
.accordion {
  font-size: 90%;
}
}

@media (max-width: 460px) {
  #men {
  margin-top: 0em;
}
.carousel-inner img {
  width: 100%;
  height: 40vw;
  object-fit: cover;
}
.carousel-caption {
  top: 40%; 
  margin-left: -13em;
}

.carousel-caption h1 {
  font-size: 140%;
}

.carousel-caption h3 {
  font-size: 90%;
}
.carousel-caption .btn {
  font-size: 90%;
  padding: 4px 8px;
  margin-top: -1em;
}
.small-margin {
  margin-top: .8em;
}

.faq-small .faq {
  font-size: 80%;
  padding-bottom: 5%;
  margin-right: -2%;
}
.accordion {
  font-size: 80%;
  line-height: 30px;
}
#voorstellen {
  font-size: 80%;
}
}

@media (max-width: 430px) {
.logo {
  max-width: 110px;
}
.navbar {
  padding: .2rem;  
}

.navbar-nav li {
  padding-right: 20px;
  font-size: 70%;
}

.nav-link {
  font-size: 1.1em !important;
}
.dropdown-item {
  font-size: 70%;
}
.nav-link:hover {
    color: #FFC0CB !important;
}
.carousel-caption {
  top: 35%; 
  margin-left: -14em;
}

.carousel-caption h1 {
  font-size: 110%;
}

.carousel-caption h3 {
  font-size: 90%;
}
.carousel-caption .btn {
  font-size: 70%;
  margin-top: -3em;
}
.carousel-indicators {
  display: none;
}
.display-4 {
  font-size: 112%;
}
.lead {
  font-size: 90%
}

.intro {
  margin-top: -4em;
  margin-bottom: -2em;
}
figure {
  position: relative;
  width: 100%;
  height: 40%;
  margin: 0!important;
}

.small-margin {
  margin-top: .8em;
}
}
@media (max-width: 364px) {

.carousel-caption {
  top: 30%; 
  margin-left: -10em;
}

.carousel-caption h1 {
  font-size: 105%;
}

.carousel-caption .btn {
  font-size: 65%;
  margin-top: -3em;
}
.c1 .card-title, .c2 .card-title, .c3 .card-title, .c4 .card-title  {
  font-size: 80%;
}
.c1 .btn, .c2 .btn, .c3 .btn, .c4 .btn {
  font-size: .7em;
}
#voorstellen {
  font-size: 80%;
}
footer p {
  font-size: 60%;
}
footer a {
  font-size: 60%;
}
footer {
  padding-bottom: -1rem;
}
/*-- Prijslijst --*/
h5 {
  font-size: 90%;
}
 p, li {
  font-size: 80%;
}

.explanation {
  margin-top: -1.6em !important;
  font-size: 70% !important;
}
.small-margin {
  margin-top: 0.5em;
}
#basic-verven-margin {
  margin-top: 2.5em;
}
#henna-margin {
  margin-top: 4.2em;
}
.more-margin {
  margin-top: 2.5em;
}
#sterren2 {
  margin-top: 2.5em;
}
#sterren3 {
  margin-top: 2.7em;
}
.henna-card .card-title, .bleken-card .card-title {
  font-size: 80%;
}
.prijs {
  font-size: 140%;
}
.bleken-card .btn-sm {
  font-size: 60%;
}

.combi-div p {
  font-size: 140%;
}
/*--Henna--*/
.henna-card li {
  font-size: 100%;
}

.faq {
  font-size: 70%;
}
.accordion {
  font-size: 80%;
  line-height: normal;
}
.gallerij {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
}
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}

/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








