@charset "UTF-8";
/* CSS Document */


.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
header{
    display: flex;
    align-items: center;
    
}

nav {
    background-color: #8BCAD9;
	align-content:center;
   
}

nav ul {
	display: flex;
	justify-content: center;
    padding: 10px;
	
}


nav a {
    color: black;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    font-size: 25px;
    font-family: 'open sans', sans-serif;
	font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
}

nav a:hover {
    background-color: #A2A6F2;
    top: auto;
    padding-left: auto;
}

.nav-wrapper {
    padding-top: 0;
    padding-right: auto;
    padding-left: auto;
    padding-bottom: 0;
    margin-left: auto;
	float:right;
	
}

.logo {
    margin-right: auto;
    margin-top: auto;
    margin-left: auto;
    padding-bottom: 11px;
    margin-bottom: auto;
    padding-top: 11px;
    padding-right: 11px;
    padding-left: 11px;
    float: left;
}


.fixed {
  position: fixed;
  top: 0; /* Set the top position to 0 */
}

.column {
  float: left;
  width: 20%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content:"";
  display: table;
  clear: both;
}


.my-image{
	width:200px;
	height:auto;
	margin-left: 10px;
}
body {
background-image: url("images/bg copy.png");
background-size: cover;
}
.section1 {
    display: grid;
    grid-template-columns: repeat(2, 1 fr); 
}
.blue-box {
  width: auto;
  height: auto;
  background-color: #8BCAD9;
}

 .black-box {
    background-color: black;
    color:#8BCAD9;
	text-align: center; 
	display:flex;
	align-items: center;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    float: left;
    width: 70%;
    height: auto;
	margin-right: 70px;
	margin-top: 20px;
	padding: 10px;
	grid-column: 1 / 2;
  }

  .blue-box1 {
    background-color:#8BCAD9;
    color: black;
    font-size: 20px;
	font-family: 'Open Sans', sans-serif;
    width: auto;
    height: auto;
    float: right;
	margin-left:auto;
	margin-top: 20px; 
	padding: 10px;
	grid-column: 2 / 2;
  }
.center1 {
	position: absolute;
	margin: 50px 400px;
	width: auto;
	
}
p1 {
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
    }
.h1 {
	align-content: center;
	align-items: center;
	text-align: center;
	object-position: center;
	margin: 20px auto;
	
}
h2{
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
      font-size: 25px;
	font-style: normal;
}

.skin-care-heading {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: black;
  background-color:#8BCAD9;
  text-align: center;
  width: 500px;
}

.image-box {
  border: 2px solid black;
  border-radius: 5px;
  background-image: url("images/cream.jpg");
  background-position: center;
  background-size:contain;
  padding: 20px;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  float: left;
  width: 70%;
  height: auto;
  color:black;
  text-align: center; 
  display:flex;
  align-items: center;
  margin-top: 20px;
}

.image-container img {
  filter: blur(5px);
	
}

section {
	align-content: center;
	
}

.subscription-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 5px;
}

.subscription-form label {
  font-size: 18px;
}

.subscription-form input[type="email"] {
  width: 100%;
  padding: 12px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
}

.subscription-form input[type="submit"] {
  width: 100%;
  background-color: #7E84F2;
  color: white;
  padding: 14px 20px;
  margin: 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.subscription-form input[type="submit"]:hover {
  background-color: #A2A6F2;
}

 
 /* Style the form */
   contact-form {
      border: 1px solid #8BCAD9;
      width: 500px;
      margin: auto;
      padding: 20px;
      box-sizing: border-box;
	  background-color: white;
    }

    /* Style the form elements */
    input[type="text"], textarea {
      width: 100%;
      padding: 12px;
      border: 1px solid #ccc;
      box-sizing: border-box;
      margin-top: 6px;
      margin-bottom: 16px;
      resize: vertical;
    }

    /* Style the submit button */
    input[type="submit"] {
      background-color: #A2A6F2;
      color: white;
      padding: 12px 20px;
      border: none;
      cursor: pointer;
	  
    }

    /* Style required fields */
    input[type="text"]:required, textarea:required {
      border: 1px solid black;
    }


  .footer {
      /* Style the footer */
      background-color: black;
      color: white;
      text-align: center;
      padding: 20px;
	  margin-left:50px;
    }
    .subscribe-button {
      /* Style the subscribe button */
      background-color: #A2A6F2;
      color: white;
      padding: 12px 20px;
      border: none;
      cursor: pointer;
    }
footer {
	align-content: center;
	text-align: center;
	background-color: #8BCAD9;
	border: 2px solid #000000;
	margin-top: 80px;
}

.asterisk{
	
	color: red
}

.idicates-required,
.mc-field-group {
	
	margin-bottom: 10px;
}

.mc-field-group label {

	font-weight: bold;
	margin-right: 20px;
	width: 150px;
	text-align: right;
	display: inline-block;
}


.socialmedia {
	width: 50px;
	hight: auto; 	
	align-content: center;
	align-items: center;
	text-align: center;
	margin-left: 42%;
	margin-top: 10px;
	display:flex;
	
}

.thank-you {
    background-color: #8BCAD9;
    color: black;
    font-size: 40px;
    padding: 20px;
    text-align: center;
  }
