*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

body {
    background-color: aliceblue;

}

.container{
    width: 100%;
    min-height: 100vh;
    padding-left: 8%;
    padding-right: 8%;
    box-sizing: border-box;
    overflow: hidden;
}

.navbar{
    width: 100%;
    display: flex;
    align-items: center;
    padding-top:10px;

}

nav{
    flex: 1;
    text-align: right;
}

nav ul li{
    list-style: none;
    display: inline-block;
    margin-right: 30px;
}

nav ul li a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

nav ul li a:hover{
    color: #295d21;
}

.row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(images/bubblesheader.jpeg);
    margin: 100px 0 0 0;
    border-radius: 10px;
}

.col-1{
    flex-basis: 40%;
    position: relative;
    margin-left: 50px;
    color: #f9ffed;
}

.col-1 h2{
    font-size: 54px;
}

.col-1 h3{
    font-size: 30px;
    color: #232323;
    font-weight: 100;
    margin: 20px 0 10px;
}

.col-1 p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 100;
    margin: 20px;
}

.col-2{
    position: relative;
    flex-basis: 20%;
    display: flex;
    align-items: center;
}

button{
    width: 140px;
    border: 0;
    padding: 12px 10px;
    border-color: #f9ffed;
    color: #fff;
    background: linear-gradient(to right, #1c022b, #122824);
    border-radius: 10px;
    cursor: pointer;
}

.description{
    margin: 10px;
    text-align: center;
    padding: 20px;
    background:linear-gradient(to right, #1c022b, #122824);
    color: #fff;
}

.col-2 .form{
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #1c022b, #122824);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 25px;
  color: #fff;
}

.form h2{
  width: 220px;
  font-family: sans-serif;
  text-align: center;
  align-content: center;
  color: #96bd88;
  border-radius: 10px;
  margin: 2px;
  padding: 8px;
}

.form input{
  width: 240px;
  height:35px;
  background: transparent;
  border-bottom: 1px solid #96bd88;
  border-top: none;
  border-right: none;
  border-left: none;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  margin-top: 30px;
  font-family: sans-serif;
}

.form input:focus{
  outline: none;
}

::placeholder{
  color: #fff;
  font-family: Arial, Helvatica, sans-serif;
}

.btnnform{
  width: 240px;
  height: 40px;
  background: #96bd88;
  border: none;
  margin-top: 30px;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
}

.btnn:hover{
  background: #fff;
  color: #000
}

.btnn a{
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.form .link{
  font-family: Arial, Helvatica, sans-serif;
  font-size: 17px;
  padding-top: 20px;
  text-align: center;
}

.form .link a{
  text-decoration: none;
  color: #96bd88;
}

.sectionone{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0;
    border-radius: 10px;
}

.webdesc1{
    flex-basis: 40%;
    position: relative;
    margin-left: 50px;
}


.webdesc1 p{
    font-size: 16px;
    color: #232323;
    font-weight: 100;
    margin: 20px;
}

.webimage1{
    position: relative;
    flex-basis: 20%;
    max-width: 500px;
    max-height: 500px;
    display: flex;
    align-items: center;
}

.webimage1 .promo{
    width: 90%;
    height: 90%;
}

.sectiontwo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0;
    border-radius: 10px;
}

.webdesc2{
    flex-basis: 40%;
    position: relative;
    margin-left: 50px;
}


.webdesc2 p{
    font-size: 16px;
    color: #232323;
    font-weight: 100;
    margin: 20px;
}

.webimage2{
    position: relative;
    flex-basis: 20%;
    display: flex;
    align-items: center;
}

.webimage2 .promo{
    width: 90%;
    height: 90%;
}

.sectionthree{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0;
    border-radius: 10px;
}

.webdesc3{
    flex-basis: 40%;
    position: relative;
    margin-left: 50px;
}


.webdesc3 p{
    font-size: 16px;
    color: #232323;
    font-weight: 100;
    margin: 20px;
}

.webimage3{
    position: relative;
    flex-basis: 20%;
    max-width: 500px;
    max-height: 500px;
    display: flex;
    align-items: center;
}

.webimage3 .promo{
    width: 90%;
    height: 90%;
}

.btnnpromo{
    width: 120px;
    border: 0;
    padding: 12px 10px;
    outline: none;
    color: #fff;
    background:  linear-gradient(to right, #1c022b, #122824);
    border-radius: 10px;
    cursor: pointer;
}



@media only screen and (max-width: 700px){
    
    nav ul{
    width: 100%;
    background: #96bd88;
    position: absolute;
    top: 75px;
    right: 0;
    z-index: 2;

    }

    nav ul li{
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    nav ul li a{
        color: #000000;
    }

    .row{
        flex-direction:column;
        padding-top: 10%;
        margin: 50px 0;
    }

    .col-2{
        flex-basis: 100%;
        margin-top: 50px;
    }

    .col-2 .form{
        width: 100%;
        box-align: center;
        border-radius: 10px;
        text-align: center;
    }

    #menuList{
        overflow:hidden;
        transition: 0.5s;
    }

    .sectionone{
        flex-direction:column-reverse;
        padding-top: 10%;
        margin: 50px 0;
    }

    .webimage1{
        flex-basis: 20%;
        margin-bottom: 25px;
    }

    .webimage1 .promo{
        width: 80%;
        box-align: center;
    }

    .sectiontwo{
        flex-direction:column;
        padding-top: 10%;
        margin: 50px 0;
    }

    .webimage2{
        flex-basis: 20%;
        margin-top: 25px;
    }

    .webimage2 .promo{
        width: 80%;
        box-align: center;
    }    

    .col-1 h2{
        font-size: 35px;
    }

    .sectionthree{
        flex-direction:column-reverse;
        padding-top: 10%;
        margin: 50px 0;
    }

    .webimage3{
        flex-basis: 20%;
        margin-bottom: 25px;
    }

    .webimage3 .promo{
        width: 80%;
        box-align: center;
    }


    }


