@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@font-face {font-family: Lato; src: url(./assets/fonts/Lato/Lato-Light.ttf);}
* {font-family: Lato;}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
}

html { 
	height: 100%;
	/*background: url(./assets/img/mm1.jpg) no-repeat center fixed; */
    background: #ddddff; 
	background-size: cover;
}


body {
	height: 100%;
	font-size: 16px;
    min-height: 100vh;
    margin: 0;
    line-height: 25px;
	display: flex;
	flex-direction: column;
}

.content {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
  background-color: #ddddff;
  margin-top: 50px;
}


img {
  padding: 0;
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}

section { padding: 1px 10px 1px 25px;}
h1 { text-align: center; color: #000080; }
.storeheading { text-align: center; color: #000080; font-size: 24;}
h2 { text-align: left;}
h3 { text-align: left;}
h4 { text-align: left;}
address { font-size: 13px; text-align: center; clear: both;}
small{font-size: 14px; color: #ff0000}
label {font-size: 16px}

a {color: #6666ff; text-decoration: none; font-weight: 700;}
a:hover{color: #ff0000; text-decoration: none; font-weight: 700;}

p {line-height: 1.6; font-size: 1.2em; padding: 0 40px; text-align: center; color: #3D4852; }

input[type=text],[type=email], textarea {
  /*max-width: 100%;*/
  padding: 3px;
  border: 3px solid #ddddff;
  border-radius: 5px;
  box-sizing: border-box;
  resize: vertical;
  background-color: #ffffff;
  color: #000000;
width: 100%;
font-size: 17px;
}

.container {
  font-size: 15px;
  align-items: left;
  width: 96%;
  max-width: 500px;
  border-radius: 5px;
  border-color: #ddddff;
  background-color: #ddddff;
  padding: 20px 10px 20px 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  /*max-width: 380px;*/
}


button {display: inline-block; padding: 5px 15px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none;
outline: none; color: #000080; background-color: #fff; border: none; border-radius: 15px; box-shadow: 10px 10px 5px #999; }
button:hover {color: #ffffff; background-color: #000080}
button:active { background-color: #fff; box-shadow: 0 5px #666; transform: translateY(4px);}
/*button:disabled {color: #ffffff; background-color: #dddddd}*/

 ul {list-style-position: inside; list-style-type: circle;}


/*This is the menu header*/
header {
    height: 70px;
    background-color: #ffffff;
    padding: 10px 0;
}

.menu-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}
.logo-img {
    height: 50px;
}
.menu-icon {
    font-size: 2.0em;
    color: #000080;
    line-height: 50px;
    cursor: pointer;
}
nav {
    position: absolute;
    background-color: #ddddff;
    top:70px;
    left:0;
    width: 100%;
}
nav ul {
    list-style-type: none;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s;
}
nav ul li {
    padding: 0 15px;
}
nav ul li a {
    display: inline-block;
    padding: 12px;
    /* Add your custom styles below to change appearance of links */
    color: #000080;
    text-decoration: none;
    letter-spacing: 0.05em;
}
nav ul li a:hover, nav ul li a:focus {
    color: #eb6f4a;
}


#checkbox {
    display: none;
}
#checkbox:checked ~ nav ul {
    max-height: 200px;
    padding: 15px 0;
    transition: all 0.5s;
}

@media (min-width: 600px) { 
    .menu-icon {
        display: none;
    }
    nav {
        position: relative;
        top: -10px;
        background-color: transparent;
    }
    nav ul {
        max-height: 70px;
        padding: 15px 0;
        text-align: right;
    }
    nav ul li {
        display: inline-flex;
        padding-left: 20px;
    }
}

@media (min-width: 620px) { 
  #one {
    float: none;
    margin-right: 0;
    width: auto;
    border: 0;
    border-bottom: 0px solid #000;
  }
}




.wrapper {
  border: 0px solid #000;
  overflow: hidden;
}

.wrapper div {
  /*min-height: 200px;*/
  padding: 10px;
}

#one {
  float: left;
  margin-right: 10px;
 	margin-left: 15px;
  border-right: 0px solid #000;
}

#two {
  overflow: hidden;
  margin: 10px;
  border: 0px dashed #ccc;
  min-height: 170px;
  min-width: 150px;
}

/*@media screen and (max-width: 700px) {
  #one {
    float: none;
    margin-right: 0;
    width: auto;
    border: 0;
    border-bottom: 0px solid #000;
  }
}
*/











/*
@media (max-width: 319px)  {
body {font-size: 16px;}
h1 {  font-size: 20px;}
h4 {  font-size: 12px;}
h3 {  font-size: 16px;}
address { font-size: 13px;}
small{font-size: 15px;}
label {font-size: 14px}
}

@media (min-width: 320px) and (max-width: 480px) {
body {font-size: 17px;}
h1 {  font-size: 20px;}
h4 {  font-size: 15px;}
h3 {  font-size: 15px;}
address { font-size: 13px;}
small{font-size: 15px;}
label {font-size: 14px}
}
*/



@media (min-width: 481px) and (max-width: 770px) {
body {font-size: 17px;}
h1 {  font-size: 24px;}
h4 {  font-size: 18px;}
h3 {  font-size: 18px;}
address { font-size: 13px;}
small{font-size: 13px;}
label {font-size: 16px}
}

@media (min-width: 771px) and (max-width: 1024px) {
body {font-size: 16px;}
h1 {  font-size: 25px;}
h4 {  font-size: 20px;}
h3 {  font-size: 20px;}
address { font-size: 13px;}
small{font-size: 13px;}
label {font-size: 16px}
}


@media (min-width: 1025px) and (max-width: 1200px) {
body {font-size: 16px;}
h1 {  font-size: 28px;}
h4 {  font-size: 23px;}
h3 {  font-size: 23px;}
address { font-size: 14px;}
small{font-size: 14px;}
label {font-size: 17px}
}

@media (min-width: 1201px){
body {font-size: 17px;}
h1 {  font-size: 30px;}
h4 {  font-size: 24px;}
h3 {  font-size: 24px;}
address { font-size: 15px;}
small{font-size: 16px;}
label {font-size: 18px}
}

