html,
body {
  overflow-x: hidden;
}
body {
  color: #000;
  font-family: 'Open Sans Condensed', Helvetica, Arial, serif;
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans Condensed', Helvetica, Arial, serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}
p {
  font-family: 'Roboto', Helvetica, Arial, serif;
  font-size: 20px;
}

/* HEADER */

header {
  background: white;
  height: 100%;
  text-align: center;
}

@keyframes headercolorchange
{
 0%   {background: #fff;}
 25%  {background: #dcdcdc;}
 50%  {background: #b8b8b8;}
 75%  {background: #dcdcdc;}
 100% {background: #fff;}
}

@-webkit-keyframes headercolorchange /* Safari and Chrome - necessary duplicate */
{
  0%   {background: #fff;}
  25%  {background: #dcdcdc;}
  50%  {background: #b8b8b8;}
  75%  {background: #dcdcdc;}
  100% {background: #fff;}
}

.topheader {
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 100px;
}

.topheader img {
  width: 80px;
}

.navigation ul {
  list-style: none;
  display: flex;
  font-size: 22px;
}

.navigation a {
  color: #fff;
}

.navigation li + li {
  margin-left: 15px;
}

.dropbtnnav {
    background: #fff;
    border-radius: 1px;
    color: #000;
    cursor: pointer;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    min-width: 60px;
    padding: 10px 0px;
    text-align: center;
    text-decoration: none;
}

.dropdownnav {
  display: inline-block;
  position: relative;
}

.dropdown-content-nav {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 60px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content-nav a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content-nav a:hover {background-color: #f1f1f1}

.dropdownnav:hover .dropdown-content-nav {
    display: block;
}

.dropdownnav:hover .dropbtnnav {
    background-color: #000;
    color: #fff;
}

header a {
  text-decoration: none;
  color: #000000;
}

.mySlides {display: none;}
img {vertical-align: middle;}

.slide {
  width: 80%;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-top: 60px;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  margin-bottom: 60px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.hero {
  padding-top: 100px;
  width: 100%;
}

.hero .brightboardlogo {
  width: 250px;
  margin-bottom: 0px;
}

.hero .brightboardslogan {
  color: #000;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-size: 56px;
  margin-bottom: 40px;
  margin-top: 0px;
}

.hero h2 {
  color: #000000;
  font-weight: normal;
  margin-bottom: 40px;
  margin-top: -40px;
}

.hero p {
  font-size: 26px;
  text-align: center;
}

.hero .navbuttons {
  align-items: center;
  display: flex;
  justify-content: center;
}

.hero .navbuttons .btn {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.6);
}
.hero .navbuttons .btn:hover {
  background-color: #000;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.4);
  color: #fff;
  transform: translateY(-5px);
}

header a.topbtn {
  color: #000;
  font-family: "Open Sans";
  font-weight: 400;
  margin-right: 10px;
  padding: 60px 30px;
  padding-top: 5px;
  text-align: center;
  text-decoration: underline;
  width: 70px;
}

.hero p {
  font-family: 'Roboto', Helvetica, Arial, serif;
  width: 50%;
  margin: auto;
  margin-bottom: 60px;
  margin-top: 10px;
}

.hero a.btn {
  background: #000;
  border-radius: 1px;
  color: #FFF;
  display: inline-block;
  font-family: "Open Sans";
  font-weight: 400;
  margin-right: 20px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
}

.viewbrightboardbutton {
  margin: 0 auto;
}

.dropbtn {
    background: #000;
    border-radius: 1px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.6);
    color: #FFF;
    cursor: pointer;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    min-width: 150px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    width: 70px;
}

.dropdown {
  display: inline-block;
  position: relative;
}

.dropdown-content {
    display: none;
    font-family: "Open Sans";
    position: absolute;
    background-color: #fff;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    background-color: #fff;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #dadada}

.dropdown:hover .dropdown-content {
    display: block;
}

.macbookdivider {
  display: block;
  position: relative;
  padding: 0;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  height: 0;
  width: 100%;
  max-height: 0;
  font-size: 1px;
  line-height: 0;
  clear: both;
  border: none;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
}

.macbookdivider {
  margin-bottom: 0px;
  margin-top: 80px;
}

.hero .macbook {
  margin-bottom: -5px;
  width: 100%;
}

/* DELIVERABLES */
.deliverables {
  background-color: #000;
  color: #fff;
  padding: 40px;
  text-align: center;
}

.deliverables h2 {
  text-align: center;
}

.deliverablesbold {
  margin-bottom: 5px;
  font-weight: 900;
}

.stretch {
  display: inline-block;
  font-size: 0;
  line-height: 0
}

.deliverables #box1,
.deliverables #box2,
.deliverables #box3 {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1
}

.deliverables .box {
  width: 20%;
}

.boxdivider {
  display: block;
  position: relative;
  padding: 0;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  height: 0;
  width: 25%;
  max-height: 0;
  font-size: 1px;
  line-height: 0;
  clear: both;
  border: none;
  border-top: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
}

.deliverables .box img {
  margin-bottom: -20px;
}

.deliverables .box li {
  font-family: "Roboto";
  list-style: none;
  text-align: center;
}

.deliverables .box ul {
  margin: 0px;
  padding: 0px;
}

/* ABOUT */

.overview {
  background-color: #f5f5f5;

}

.overviewtext {
  padding-bottom: 40px;
  padding-top: 40px;
  margin: auto;
  text-align: left;
  width: 50%;
}


.overviewtext h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 0px;
}

.overviewtext h2 {
  font-size: 22px;
  letter-spacing: 4px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
  text-transform: uppercase;
}

.overviewtext p {
  line-height: 1.5;
  margin: auto;
  margin-right: 0px;
}

.overviewdivider {
  display: block;
  position: relative;
  padding: 0;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  height: 0;
  width: 25%;
  max-height: 0;
  font-size: 1px;
  line-height: 0;
  clear: both;
  border: none;
  border-top: 3px solid #4ABDAC;
  border-bottom: 3px solid #4ABDAC;
}

.aboutbrightboard {
  margin-bottom: 60px;
}

.challenge {
  margin: auto;
  margin-bottom: 60px;
}

.brightboardhomepage {
  box-shadow: 0 0 4px 3px rgba(0,0,0,0.10);
  width: 500px;
}

.homepagepicture {
  margin-top: 80px;
  text-align: center;
  width: 100%;
}

.usersurveys {
  background-color: #000;
  color: #fff;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

.usersurveyscontent {
  line-height: 1.5;
  margin: 0 auto;
  text-align: left;
}

.researchcontent {
  margin: 0 auto;
  width: 50%;
}

.competitorstext {
  line-height: 1.5;
  margin: 0 auto;
  text-align: left;
  width: 50%;
}

.competitorstitle {
  text-align: left;
}

.competitorslogos {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.dropbox,
.evernote,
.pinterest {
  width: 200px;
}

.competitorslogos #box1,
.competitorslogos #box2 {
  margin-right: 40px;
}

.personas {
  background-color: #f5f5f5;
  background-size: 100%;
  color: #000;
  position: relative;
  z-index: 1;
  padding-top: 20px;
  text-align: center;
}

.surveyimagetop {
  margin-top: -20px;
  width: 100%;
}

.surveyimagebottom {
  padding-bottom: 100px;
  width: 100%;
}

.user {
  margin-top: 10px;
  padding: 20px 20px;
  width: 25%;
}

.user .name {
  margin-bottom: -10px;
  text-align: center;
}

.user .job {
  font-size: 18px;
}

.user h2,
.user h3,
.user h4 {
  font-family: "Open Sans";
}

.user h4 {
  text-decoration: underline;
  margin-bottom: 0px;
}

.user ul {
  font-family: "Roboto";
  font-size: 16px;
  margin: auto;
  margin-top: 10px;
  padding: 0px;
  text-align: center;
}

.user li {
  list-style: none;
}

.user .quote {
  font-family: "Open Sans";
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}

.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0
}

#user1,
#user2,
#user3 {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1
}

/* BRANDING */
.branding {
  background-color: #f5f5f5;
  color: #000;
  margin-top: -100px;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}

.brandingbox {
  color: #000;
  height: 100%;
  margin: auto;
  margin-top: 40px;
  padding-bottom: 40px;
  width: 80%;
}

.brandingexplanation {
  line-height: 1.5;
  margin: auto;
  width: 50%;
}

.brandingexplanation h2 {
  font-size: 22px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brandinglogos {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.logo1 {
  width: 230px;
}
.logo2,
.logo3 {
  width: 130px;
}

.logo1,
.logo2 {
  margin-right: 40px;
}

.brandingcolorpalette {
  margin-top: 40px;
  text-align: center;
}

.palette {
  width: 600px;
}

.brandingtypography {
  text-align: center;
}

.brandingtypographyheadlines h2,
.brandingtypographyheadlines p {
  font-family: "Montserrat";
}

.brandingtypographyheadlines h2 {
  margin-bottom: 0px;
}

.brandingtypographyheadlines p {
  margin-top: 0px;
}

.brandingtypographyparagraphs h2,
.brandingtypographyparagraphs p {
  font-family: "Roboto Slab";
}

.brandingtypographyparagraphs h2 {
  margin-bottom: 0px;
}

.brandingtypographyparagraphs p {
  margin-top: 0px;
}

.wireframes {
  background-color: #000;
  color: #FFF;
  margin: auto;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
}

.wireframescontent {
  line-height: 1.5;
  padding-top: 20px;
}

.wireframesbutton {
  padding-bottom: 60px;
  padding-top: 20px;
}

.wireframes p {
  margin: auto;
  margin-bottom: 20px;
  width: 50%;
}

.mySlides2 {display: none;}
img {vertical-align: middle;}

.slide2 {
  width: 80%;
}

/* Slideshow container */
.slideshow-container2 {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* The dots/bullets/indicators */
.dot2 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  margin-bottom: 60px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active2 {
  background-color: #717171;
}

/* Fading animation */
.fade2 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade2 {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade2 {
  from {opacity: .4}
  to {opacity: 1}
}

.wireframes a.btn {
  background: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 1px;
  color: #000;
  font-family: "Open Sans";
  font-weight: 400;
  margin-bottom: 80px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  width: 70px;
}


/* PROCESS */
.process {
  background-color: #f5f5f5;
  padding-top: 20px;
  text-align: center;
}

.mockups {
  line-height: 1.5;
  margin: 0 auto;
}

.mockups h1 {
  width: 100%;
}

.mockups p {
  margin: 0 auto;
  padding-bottom: 40px;
  width: 50%;
}

.mockups a.btn {
  background: #000;
  border: 2px solid #000000;
  border-radius: 1px;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  width: 70px;
}

.mySlides4 {display: none;}
img {vertical-align: middle;}

.slide4 {
  width: 80%;
}

/* Slideshow container */
.slideshow-container4 {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-top: 60px;
}

/* The dots/bullets/indicators */
.dot4 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  margin-bottom: 60px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active4 {
  background-color: #717171;
}

/* Fading animation */
.fade4 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade4 {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade4 {
  from {opacity: .4}
  to {opacity: 1}
}


.usertesting {
  line-height: 1.5;
  margin: 0 auto;
  padding-bottom: 60px;
}

.usertesting p {
  margin: auto;
  margin-bottom: 40px;
  margin-top: 40px;
  width: 50%;
}

.preferenceimages {
  margin-top: 50px;
}

.preferencetest1,
.preferencetest2,
.preferencetest3 {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 80%;
}

.preferencetest1,
.preferencetest3 {
  box-shadow: 0 0 4px 3px rgba(0,0,0,0.10);
}

.preferencetest2 {
  box-shadow: 0 0 4px 3px rgba(0, 255, 0, 0.6);
}

.mySlides3 {display: none;}
img {vertical-align: middle;}

.slide3 {
  width: 80%;
}

/* Slideshow container */
.slideshow-container3 {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* The dots/bullets/indicators */
.dot3 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  margin-bottom: 60px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active3 {
  background-color: #717171;
}

/* Fading animation */
.fade3 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade3 {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade3 {
  from {opacity: .4}
  to {opacity: 1}
}


.preftestdivider {
  display: block;
  position: relative;
  padding: 0;
  margin: auto;
  margin-top: 20px;
  height: 0;
  width: 25%;
  max-height: 0;
  font-size: 1px;
  line-height: 0;
  clear: both;
  border: none;
  border-top: 3px solid #4ABDAC;
  border-bottom: 3px solid #4ABDAC;
}

.conclusion {
  background-color: #000;
  color: #fff;
  padding: 20px;
}

.conclusioncontent {
  align-items: center;
  display: flex;
  line-height: 1.5;
  margin: 0 auto;
  width: 50%;
}

.conclusion h1 {
  margin-bottom: 0px;
  text-align: center;
}

.conclusion h2 {
  text-align: center;
}

.conclusion p {
  margin-bottom: 20px;
  text-align: left;
}

.conclusion img {
  width: 700px;
}

/* WORK */
.worktitle {
  align-items: center;
  background-color: #f5f5f5;
  color: #000;
  font-size: 28px;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}

.work .workbox {
  align-items: center;
  background-color: #d3d3d3;
  display: flex;
  /*box-shadow: 0 2px 4px 0 rgba(0,0,0,.20);*/
  height: auto;
  justify-content: center;
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: center;
  width: 100%;
}

.work .workbox:hover {
  background: url('../images/macbook.png');
  background-size: 100%;
  }

.work #workbox1 h1 {
  color: #000;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  margin-top: 0px;
}

.work .workbox .brightboardlogo {
  display: block;
  margin: auto;
  margin-bottom: 0px;
  padding: 0px;
  width: 200px;
}

.work .workbox .macbook {
  width: 500px;
}

.work .workbox a{
  display: block;
  margin: auto;
}

.work a.btn {
  background: #FFF;
  border-radius: 1px;
  color: #000;
  font-family: "Open Sans";
  font-weight: 400;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  width: 150px;
}

.work a.btn:hover {
  background-color: #000;
  color: #fff;
}


.centerbacktopbutton a.btn {
  background: #000;
  border: 2px solid #000;
  border-radius: 1px;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  width: 100px;
}

.centerbacktopbutton {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

/* FOOTER */
footer {
  background-color: #000000;
  color: #FFF;
  height: 120px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
}

.footer-nav-block {
  padding-top: 25px;
  text-align: center;
}

footer .logo {
  float:left;
  margin-left: 40px;
  position: absolute;
}

footer .logoreversed {
  width: 70px;
}

footer nav {
  margin: 0 auto;
}

footer p,
footer nav ul {
  font-size: 22px;
  font-weight: 100;
  padding: 0px;
  text-align: center;
}
footer nav ul li {
  display: inline;
  list-style-type: none;
}

footer nav ul li + li {
  margin-left: 15px;
}

footer nav ul li a {
  color: #FFF;
  text-decoration: none;
}


@media only screen and (max-width:420px) {
  /* For mobile phones: */

  .topheader {
    padding: 10px 40px;
  }

  .palette {
    width: 250px;
  }

  .logo1 {
    width: 80px;
  }
  .logo2,
  .logo3 {
    width: 60px;
  }

  .brandingbox {
    width: 90%;
  }



}

@media only screen and (max-width:620px) {
  /* For mobile phones: */

  header {
    height: 400px;
    padding-bottom: 60px;
  }

  .topheader {
    padding: 10px 60px;
  }

  .navigation ul {
    display: none;
  }

  .dropbtn {
    font-size: 14px;
  }

  .hero .brightboardlogo {
    width: 50%;
  }


  header {
    height: 100%;
  }

  .brightboardhomepage {
    width: 300px;
  }

  .slideshow-container {
    margin-top: 20px;
  }

  .dot {
    margin-bottom: 0px;
  }

  .overviewtext {
    width: 80%;
  }

  .overviewtext p {
    font-size: 18px;
  }

  .researchcontent {
    width: 80%;
  }


  .competitorstext {
    padding-bottom: 0px;
    width: 80%;
  }

  .usersurveyscontent p,
  .competitorstext p {
    font-size: 18px;
  }

  .logo1 {
    width: 100px;
  }
  .logo2,
  .logo3 {
    width: 60px;
  }

  .brandingexplanation {
    width: 80%;
  }

  .palette {
    width: 300px;
  }

  .brandingtypographyheadlines h2,
  .brandingtypographyparagraphs h2 {
    font-size: 18px;
  }
  .brandingtypographyheadlines p,
  .brandingtypographyparagraphs p {
    font-size: 14px;
  }

  .conclusioncontent {
    width: 100%;
  }

  .conclusiontext p {
    font-size: 18px;
  }

  .work .boximage .macbook {
    width: 100%;
  }

  footer nav ul {
    font-size: 16px;
  }


}

@media only screen and (min-width:620px) {
  /* For mobile phones: */
  .palette {
    width: 400px;
  }

  footer nav ul {
    font-size: 22px;
  }

}

@media only screen and (max-width:768px) {

  .hero .navbuttons {
    display: inline-block;
    margin-bottom: 20px;
  }

  .hero a.btn {
    display: none;
  }

  .hero .brightboardslogan {
    font-size: 28px;
  }

  .deliverables .box {
    width: 100%;
  }

  .research {
    width: 80%;
  }

  .dropbox,
  .evernote,
  .pinterest {
    width: 90px;
  }

  .logo1 {
    width: 100px;
  }
  .logo2,
  .logo3 {
    width: 60px;
  }

  .personas .user {
    width: 80%;
  }

  .navigation {
    display: none;
  }

}

@media only screen and (min-width:768px) {

  .logo1 {
    width: 175px;
  }
  .logo2,
  .logo3 {
    width: 125px;
  }

  .dropdownnav {
    display: none;
  }

}

@media only screen and (max-width:1024px) {

  .overviewcontent {
    display: block;
  }

  .competitorlogos .box {
    width: 90%;
  }

  .conclusioncontent {
    width: 90%;
  }

  .wireframescontent p {
    width: 80%;
  }

  .work .workbox {
    display: inline-block;
    height: auto;
    padding-top: 40px;
  }

  .mockups p {
    width: 80%;
  }

  .usertesting p {
    width: 80%;
  }

  #user1,
  #user2 {
    margin-bottom: 0px;
  }


  footer {
    padding-bottom: 40px;
  }

  footer .logo {
    float:left;
    margin: 0px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    width: 100%;
  }

  .footernav {
    clear: both;
  }

}

@media only screen and (min-width:1024px) {

  .wireframeimages {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin: auto;
    margin-bottom: 60px;
    width: 90%;
  }

  .logo1 {
    width: 200px;
  }
  .logo2,
  .logo3 {
    width: 150px;
  }

  .palette {
    width: 500px;
  }

}
