@font-face {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Awesome Font'),
       url('../fonts/OpenSans-Regular.woff2') format('woff2'), 
       url('../fonts/OpenSans-Regular.woff') format('woff'),
       url('../fonts/OpenSans-Regular.ttf') format('ttf'),
       url('../fonts/OpenSans-Regular.eot') format('eot');
}



body {
    font-family: 'OpenSans-Regular', sans-serif;
    margin: 0;
    color: #000;
    background: #fff;
    line-height: 1.2;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}


h1, h2, h4, h5, h6 {
    font-size: 1.8rem;
    text-transform: uppercase;
    margin: 4rem 0 1rem 0;
    
}

.top-fixed {
    background: #faf5eb;
    border-bottom: 5px solid rgba(64, 64, 64, 0.25);
/*    position: fixed;*/
    height: 6rem;
    width: 100%;
    z-index: 999;
    
}

.top {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    
    
}


.sociallink {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    
    
    
    flex-grow: 1;
    margin-right: 3rem;
}

.topmenu {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    
}

.topmenu li {
    align-self: center;
    text-align: center;
    font-weight: bold;
}

.m2r {
    margin-right: 2rem;
}

.topmenu a {
    color: black;
    text-transform: uppercase;
    font-size: 1rem;
    
}


.socialbutton {
    width: 3rem;
    padding: 0 1rem 0 0;
}

.mainmenu {
    flex-grow: 7;
    padding-right: 1rem;
}




.background {
    
    background-image: url('../images/network/background.jpg');
    background-size: cover;
}


.hello {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
    
    max-width: 1100px;
    margin: 0 auto;
    padding: 10rem 0 5rem 0;
    
    
    
}

.we {
    flex-grow: 1;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.75);
    
}

.we-photo {
    min-width: 30%;
    
}

.we-text {
    flex-grow: 1;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.75);
    
}


main {
    max-width: 1100px;
    margin: 0 auto;
}


.certificates {
    
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-grow: 1;
    
    
}

.certificates-image {
    width: 90%;
    padding: 0 1rem 3rem 1rem;
    
    
}

.center {
    text-align: center;
}

.randomphotos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-grow: 1;
    
}


.photos-reborn-babys {
    width: 19%;
    margin-bottom: 0.5rem;
    
}

.max {
    width: 100%;
    border-radius: 0.8rem;
}

.max:hover {
    opacity: 0.9;
    box-shadow: 0px 0px 3px 0px #000000;
    transition: 0.4s ease-out;
}

.sale {
    display: flex;
    flex-direction: column;
}

.doll {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-grow: 1;
    margin: 2rem 1rem 1rem 1rem;
    background: #faf5eb;
    box-shadow: 0px 0px 3px 0px #000000;
}

.doll:hover {
    
    box-shadow: 0px 0px 8px 0px #000000;
    transition: 0.7s ease-out;
}

.dollphoto {
    width: 40%;
    padding: 1rem;
    
}


.dolldescription {
    margin: 0 2rem;
    width: 60%;
}

h3 {
    font-size: 1.3rem;
}

.name {
    font-size: 1.3rem;
    font-weight: 700;
}




.ancor {
    padding-top: 2rem;
}





.sale-details {
    margin: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    
    
}


.block {
    background: #faf5eb;
    width: 25%;
    padding: 1.5rem;
    text-align: center; 
}

.block:hover {
    box-shadow: 0px 0px 8px 0px #000000;
    transition: 0.7s ease-out;
}


.block span {
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
}



.button {
    display: inline-block;
    padding: 1rem 2rem;
    margin: 1rem 0;
    background: #faf5eb;
    border: 5px solid rgba(64, 64, 64, 0.25);
    text-decoration: none;
    color: #000 !important;
    text-transform: uppercase;
}

.button:hover {
    background: #faf9eb;
    border: 5px solid rgba(64, 64, 64, 0.25);
}


.button-photos {
    display: inline-block;
    padding: 1rem 2rem;
    margin: 1rem 0;
    background: #fff;
    border: 5px solid rgba(64, 64, 64, 0.25);
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}


.button-photos:hover {
    background: #faf9eb;
    border: 5px solid rgba(64, 64, 64, 0.25);
    box-shadow: 0px 0px 3px 0px #000000;
}














.testimonial {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.quote {
    width: 45%;
    background: #faf5eb;
    margin:  1rem;
    text-align: center;
    box-shadow: 0px 0px 5px 0px #000000;
}



blockquote::before {
    content: "";
    background: url('../images/network/quote.png') no-repeat;
    display: block;
    width: 60px;
    height: 36px;
    top: 0;
    margin: 0 auto;
}

blockquote::after {
    content: "";
    background: url('../images/network/quote.png') no-repeat;
    display: block;
    width: 60px;
    height: 36px;
    top: 0;
    margin: 0 auto;
}






.quote:hover {
    box-shadow: 0px 0px 15px 0px #000000;
    transition: 0.7s ease-out;
}










#formMain {
    width: 90%;
    margin: 0 auto;
}



fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#formMain input[type="text"],
#formMain input[type="email"],
#formMain input[type="tel"],
#formMain input[type="url"],
#formMain textarea {
  width: 100%;
  border: 5px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#formMain input[type="text"]:hover,
#formMain input[type="email"]:hover,
#formMain input[type="tel"]:hover,
#formMain input[type="url"]:hover,
#formMain textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 5px solid #aaa;
}

#formMain textarea {
  height: 70px;
  max-width: 100%;
  resize: none;
}

#formMain button[type="button"] {
  cursor: pointer;
    margin: 0;
  
}





#formMain input:focus,
#formMain textarea:focus {
  outline: 0;
  border: 5px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}









.g-recaptcha {
    margin: 0.5rem 0;
}







.contactformtitle {
    font-size: 1.3rem;
}












footer {
    background: #faf5eb;
    padding: 2rem 1rem 2rem 1rem;
    margin-top: 2rem;
}

.footer {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-grow: 1;
}






figure {
    margin: 2rem 1rem;
    color: #565860;
}


.contact-item {
    position: relative;
    margin-bottom: 1.5rem;
    border-left: 5px solid rgba(64, 64, 64, 0.25);
    
}




.contact-label {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    opacity: 0.5;
    margin: 0 0 0.5rem 0;
    color: #565860;
}

.contact-label-link {
    font-size: 1.5rem;
}

.contact-label-link a{
    color: #000;
    text-decoration: none;
}

.contact-label-link a:hover {
    color: #565860;
}







.contactform {
    width: 50%;
    
}







.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    text-indent:-9999px;
    background: url('../images/network/icon_top.png') no-repeat;
}


.bottom {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 0.8rem;
}

.bottom a {
    color: #000;
}

.bottom a:hover {
    color: #000;
}


