/*MEDIA QUERIES AT BOTTOM OF FILE*/
/*MEDIA QUERIES AT BOTTOM OF FILE*/

/*CSS STARTS*/
/*CSS STARTS*/
*{
  margin: 1px;
  margin-top: 3px;
  padding: 0px;
  font-family: poppins,sans-serif;
}

body {
  width:90%;
  height:90%;
  background-color: #f4f4f4;
}

/*HOME PAGE CSS*/
/*HOME PAGE CSS*/

.container1 {
  width:110%;
  min-height: 90vh;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  overflow: hidden;
}

.navbar {
  width: 100%;
  display:flex;
  align-items: center;
}

.logo{
  width: 40px;
  cursor: pointer;
  margin: 40px;
  margin-top: 10px;
}

nav{
  flex: 1;
  text-align: right;
  margin-right: 35px;
}

nav ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  padding: 0px;
  margin: 2px;
  margin-top: 40px;
}

nav ul li a {
  text-decoration: none;
  padding: 0px;
  color: #000;
  font-size: 16px;
  font-family: Poppins,sans-serif;
  font-weight: bold;
  color: #616160;
  margin-right: 20px;
}

nav ul li a:hover{
  color: #A5C639;
}

.container2 {
  display: flex;
  align-items: center;
  background-image: url("Oceancombo.png");
  background-size:contain;
  height: 85vh;
  background-repeat: no-repeat;
  clear: both;
  margin: 0px;
  padding: 0px;
  position:relative;
}

.container2-text{
  flex-basis: 100%;
  position: relative;
  bottom:80px;
  margin-top: 0px;
  margin-left: 20px;
  margin-bottom: 0px;
  background-size:contain;
}

.container2-text h2{
  font-family: Archivo Black,sans-serif;
  font-size: 26px;
  color: #FFFFFF;
  margin-left: 20px;
  margin-top: 55px;
  margin-bottom: 5px;
  padding: 2px;
  text-shadow: 2px 2px 2px black;
}

.container2-text p{
  font-family: poppins,sans-serif;
  font-size: 16px;
  margin-left: 20px;
  margin-top: 10px;
  color: #FFFFFF;
  text-shadow: 2px 2px 2px black;
}

button{
  width: 250px;
  margin-left: 20px;
  margin-top: 15px;
  border:0;
  padding: 6px 6px;
  outline: none;
  color:#FFFFFF;
  border-radius: 6px;
  cursor: pointer;
  background-color: #A5C639;
  font-size: 14px;
  box-shadow: 3px 3px 3px black;
}

.container3-text h2{
  font-family: Archivo,sans-serif;
  font-size: 28px;
  color: #A5C639;
  text-align: center;
  margin:5px;
  padding: 8px;
}

.container3-text p{
  font-family: Poppins,sans-serif;
  font-size: 16px;
  color: #616160;
  text-align: center;
  margin-bottom: 0px;
  padding: 0px;
  text-shadow: none;
}

.Form fieldset legend {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: bold;
	color: #A5C639;
	font-size: 18px;
  padding: 4px;
  margin-left: 10px;
  clear: both;
}

.Form {
  text-align: left;
  font-family: Poppins, sans-serif;
	color: #616160;
	font-size: 16px;
  margin: 10px;
  padding: 10px;
  clear: both;
}

.Form fieldset ul {
  padding: 3px;
  margin: 5px;
}

.Form fieldset legend {
  font-weight: bold;
  font-size: 16px;
}

.Form fieldset p {
  padding: 3px;
  margin: 10px;
}

#subscribe{
  color: #FFFFFF;
  background-color: #A5C639;
  margin:9px;
  padding: 8px 8px;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 3px 3px 3px lightgray;
}

.icon {
  width: 180px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  display:flex;
  margin-left: 545px;
  margin-right: 500px;
}

.container-footer-text {
  background-color: #00B2D1;
  text-align: right;
  border:0;
  padding: 8px;
  font-family: poppins,sans-serif;
  font-size: 12px;
  margin:1px;
  margin-right: 0px;
  color: #FFFFFF;
}

/*ABOUT PAGE CSS*/
/*ABOUT PAGE CSS*/

.About-container2-text h2{
  font-family: Archivo,sans-serif;
  font-size: 24px;
  color: #A5C639;
  text-align: center;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 20px;
  padding: 0px;
}

.About-container2-text p{
  font-family: Poppins,sans-serif;
  font-size: 16px;
  color: #616160;
  text-align: center;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 0px;
  padding: 0px;
  text-shadow: none;
}

.About-container2-text a {
font-family: Poppins,sans-serif;
font-size: 14px;
color: #00B2D1;
text-shadow: none;
}

/*PRODUCTS PAGE CSS*/
/*PRODUCTS PAGE CSS*/
*{
  box-sizing: border-box;
}

.slide {
float: left;
width: 33.33%;
padding: 3px;
margin: 0px;
}

.row::after{
  content: "";
  display: table;
  clear: both;
}

.Products-p p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  color: #616160;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 10px;
  clear: both;
  text-shadow: none;
}

.Products-header h3 {
  font-family: Archivo,sans-serif;
  font-size: 26px;
  color: #A5C639;
  text-align: center;
  margin-bottom: 25px;
  padding: 0px;
}

.Products-header p {
  font-family: poppins,sans-serif;
  font-size: 16px;
  color: #616160;
  text-align: center;
  margin-bottom: 5px;
  padding: 0px;
  clear: both;

}

.Products-header a {
  font-family: poppins,sans-serif;
  font-size: 16px;
  color: #00B2D1;
  text-align: center;
  margin-bottom: 0px;
  padding: 0px;
}


/*CONTACT PAGE CSS*/
/*CONTACT PAGE CSS*/

.Address-info h4{
  font-family: Archivo,sans-serif;
  font-weight: bold;
  color: #A5C639;
  font-size: 16px;
  text-align: center;
}

.Address-info p{
  font-family: poppins,sans-serif;
  color: #616160;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0px;
  text-shadow: none;
}

.Address-info p a{
  font-family: poppins,sans-serif;
  color: #00B2D1;
  font-size: 14px;
  text-shadow: none;
}
iframe {
  background-position: center;
}

.Contact-container-image img{
  display: block;
  position: relative;
  margin: 0px;
  height: 60%;
}




/*MEDIA QUERIES ALL*/
/*MEDIA QUERIES ALL*/

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

img {
  width: 25%;
}

body {
  background-color: #efefef;
  margin-left: 5px;
  margin-right: 5px;
}

/*HOME PAGE MEDIA QUERY*/
/*HOME PAGE MEDIA QUERY*/
.navbar {
  width: 18%;
  display:inline;
  margin: 0;
}

nav {
  background-color: #00B2D1;
  padding: 1px;
  margin-right:0px;
}

nav ul li {
  margin-top: 2px;
  text-align: center;
}

nav ul li a {
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  font-family:Poppins,sans-serif;
  font-weight: bold;
  color: #FFFFFF;
}

ul {
  padding: 2px;
  margin-right:0px;
  text-align: center;
}

.container2 {
  margin-bottom: -195px;
  position:relative;
  margin-left: 0px;
  margin-top: 5px;
  width: 100%;
  height: 75vh;
}

.container2-text h2{
  margin-left: 3px;
  font-size: 18px;
  margin-top: -80px;
  margin-bottom: 5px;
  margin-right: 6px;
  padding: 0px;
}

.container2-text p{
  margin-left: 3px;
  margin-bottom: 5px;
  margin-top: 4px;
  font-size: 14px;
}

button{
  margin-left: 5px;
  margin-bottom: 30px;
  margin-top: 0px;
  font-size: 10px;
  width: 150px;
  border:0;
  padding: 2px 2px;
}

.container3-text h2{
  font-size: 18px;
  text-align: center;
  margin-left: 10px;
  margin-right: 40px;
  margin-top: 0px:
}

.container3-text p{
  font-size: 14px;
  text-align: center;
  color: #616160;
  margin-left: 10px;
  margin-right: 40px;
}
.Form {
	color: #616160;
	font-size: 12px;
  margin-left: 0px;

  padding: 6px;
  clear: both;
}

.Form fieldset ul {
  font-size: 14px;
  padding: 3px;
  margin: 2px;
  float: left;
}

.Form fieldset p {
  font-size: 14px;
  padding: 2px;
  margin: 10px;
}

.Form label {
    font-size: 14px;
    padding: 1px;
    margin: 6px;
  }


#subscribe{
  clear: both;
}

.container-footer-text {
  margin-right:0px;
  margin-left: 0px;
  margin-right: 0px;
  padding:1px;
}

.icon {
  width: 180px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  display:flex;
  margin-left: 345px;
  margin-right: 500px;
}

/*ABOUT PAGE MEDIA QUERY*/
/*ABOUT PAGE MEDIA QUERY*/

.About-container2-text h2{
  font-size: 18px;
}
.About-container2-text p{
  font-size: 14px;
  text-shadow: none;
}
.About-container-image img {
  height: 70vh;
}


/*CONTACT PAGE QUERY*/
/*CONTACT PAGE QUERY*/

.Address-info p{
  font-family: poppins,sans-serif;
  color: #616160;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0px;
  text-shadow: none;
}

.Contact-container-image img{
    display: block;
    position: relative;
    margin: 0px;
    height: 50vh;
  }


/*PRODUCTS PAGE QUERY*/
/*PRODUCTS PAGE QUERY*/
.Products-header h3{
  font-size: 18px;
  text-shadow: none;
}
.Products-p p{
  font-size: 14px;
  text-shadow: none;
}
.Products-header a{
  font-size: 14px;
  text-shadow: none;
}

}
