/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Set every element's box-sizing to border-box */
* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Airbnb Cereal App Book';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/AirbnbCerealBook.woff') format('woff');
}
@font-face {
  font-family: 'Airbnb Cereal App Bold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/AirbnbCerealBold.woff') format('woff');
}
@font-face {
  font-family: 'Airbnb Cereal App Extra Bold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/AirbnbCerealBold.woff') format('woff');
}
html {
  font-size: 62.5%;
}
html,
body {
  font-family: 'Airbnb Cereal App Book';
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Airbnb Cereal App Book';
}
.container {
  width: 95%;
  margin: 0 auto;
}
.optimizationPhoto {
  width: 100%;
}
.main-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10%;
}
.airbnb {
  display: none;
}
.main-div-top {
  width: 100%;
}
.top-b2 {
  font-size: 1.2rem;
  text-align: center;
}
.top-b2b,
.hosting,
.topFeatures,
.main-btm-paragraph h1,
.price-optm .intro,
.price-optm h2 {
  font-size: 0;
}
h3 {
  margin-top: 4%;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 136.11%;
  text-align: center;
  color: #000000;
}
.top-c2 {
  margin-top: 8%;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 134.51%;
  color: #8B8B8B;
}
h1,
h2 {
  margin-top: 1.5%;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 5.2rem;
  line-height: 131.81%;
}
.optimizationPhoto {
  width: 100%;
}
.mid-c2-opt,
.mid-c2-work,
.mid-c2-prices {
  margin: 3% 0 2% 0;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 134.51%;
  color: #8B8B8B;
}
.main-btm {
  margin-bottom: 2%;
}
.main-btm-paragraph .mid-p {
  font-size: 1.2rem;
}
.price-optm {
  width: 100%;
  position: relative;
}
.btn {
  display: flex;
  flex-direction: column;
  margin-top: 8%;
  background: #484848;
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  padding: 5%;
  text-decoration: none;
  font-size: 1.2rem;
}
.red-dots {
  color: white;
  text-align: center;
  font-size: 4rem;
}
.about-us {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 20%;
  text-align: center;
  background: #484848;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 2%;
  text-decoration: none;
  font-size: 1,2rem;
}
@media screen and (min-width: 1000px) {
  .container {
    display: flex;
    justify-content: row;
  }
  .airbnb {
    margin-left: 2%;
    display: block;
    width: 3%;
  }
  .desk-host {
    display: flex;
    justify-content: row;
    align-items: baseline;
    margin: 2% auto 0 auto;
    width: 95%;
  }
  .desk-host .hosting {
    margin-left: 0.5%;
    font-family: 'Airbnb Cereal App Bold';
    font-size: 1.6rem;
  }
  .topFeatures {
    margin: 10% auto 0 auto;
    width: 90%;
    margin-top: 2%;
    font-size: 1.2rem;
    color: #8B8B8B;
  }
  .main-top {
    margin-top: 3%;
    flex-direction: column-reverse;
    width: 90%;
    justify-content: space-around;
  }
  .main-div-top {
    width: 90%;
  }
  .main-div-top h1,
  .top-c2,
  h3 {
    font-size: 0;
  }
  .price-optm {
    width: 90%;
    position: relative;
  }
  .hosting,
  .topFeatures {
    font-size: 1.2rem;
  }
  .price-optm .intro {
    font-family: 'Airbnb Cereal App Bold';
    font-size: 1.2rem;
    color: #8B8B8B;
    margin-bottom: 1%;
  }
  .price-optm h2 {
    font-family: 'Airbnb Cereal App Bold';
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    color: #484848;
  }
  .price-optm h1 {
    font-family: 'Airbnb Cereal App Bold';
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    width: 80%;
    color: #484848;
  }
  .main-div-top .top-b2 {
    margin-top: 10%;
    text-align: left;
    font-size: 2.2rem;
  }
  .main-div-top .top-b2b {
    margin-top: 5%;
    text-align: right;
    font-size: 2.2rem;
  }
  .main-btm {
    width: 75%;
    margin-right: 2%;
  }
  .main-btm h1 {
    font-family: 'Airbnb Cereal App Bold';
    margin-top: 6%;
    text-align: left;
    font-style: normal;
    font-size: 3rem;
    line-height: 131.81%;
    color: #484848;
  }
  .main-btm-paragraph .mid-p {
    font-size: 1.6rem;
  }
  .btn {
    padding: 3%;
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 133.61%;
  }
  .about-us {
    margin-top: 2%;
    width: 40%;
    padding: 1%;
    font-size: 1.5rem;
  }
}
body {
  width: 100%;
  margin: 0 auto;
}
.header,
.title,
.name {
  text-align: center;
}
.header {
  font-family: 'Airbnb Cereal App Extra Bold';
  font-size: 4rem;
  margin-bottom: 2%;
}
.title {
  margin-bottom: 2%;
  font-family: 'Airbnb Cereal App Bold';
  font-size: 1.6rem;
}
.name {
  margin: 2% 0 10% 0;
  font-size: 1.6rem;
}
.about-us-top {
  margin-top: 20px;
}
.headerPhoto {
  width: 100%;
}
.profilePhoto {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 150px;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.4s ease-in-out;
}
.profilePhoto:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}
.member-ui,
.member-reactOne,
.member-data,
.member-machine,
.member-reactTwo,
.member-backend {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.about-us-btm {
  margin: 4% 0 2% 0;
  text-align: center;
}
.icons {
  margin-bottom: 2%;
}
.fa {
  padding: 5px;
  font-size: 1.5rem;
  width: 28px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}
.fa:hover {
  opacity: 0.7;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-google {
  background: #dd4b39;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}
.home-btn {
  background: #484848;
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  padding: 0 15%;
  text-decoration: none;
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  .member-desk {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 2%;
  }
  .member-developers {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .member-ui,
  .member-reactOne,
  .member-data,
  .member-machine,
  .member-reactTwo,
  .member-backend {
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  .icons {
    margin-bottom: 1%;
  }
  .home-btn {
    padding: 0 6%;
  }
}
