* { margin:0; padding:0; box-sizing:border-box; }

* { text-decoration: none; color: #222222; font-family: sans-serif;}

@media (min-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    
    body {
        height: 100%;
        background-color: #fcfcfc;
    }
    
    article.email {
        display: none;
    }
    
    header {
        height: 40px;
        position: relative;
        display: block;
        width: 100%;
        background-color: white;
        margin-top: 0%;
        border-bottom: solid #f1f1f1 1px;
        
    }
    
    h1 {
        position: absolute;
        font-size: 28px;
        width: 100%;
        padding: 0.1em;
        text-align: center;
    }
    
    ul.hamburger {
        position: relative;
        margin-left: 90%;
        font-size: 28px;
        list-style-type: none;
        height: 40px;
        width: 8%;
        display: block;
        background-color: none;
    }
    
    li.icon {
        position: absolute;
        width: 100%;
        text-align: center;
    }
    
    li.x {
        position: absolute;
        font-size: 32px;
        width: 100%;
        text-align: center;
        display: none;
    }
    
    div.contact {
        display: none;
    }
    
    div.navbar {
        display: none;
    }
    
    div.dropdown {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: white;
        display: none;
    }
    
    ul.menulist {
        text-align: center;
    }
    
    ul.menulist li {
        padding: 10%;
        border-bottom: solid black 1px;
    }
     
    main {
        height: 100%;
        background-color: #fcfcfc;
    }
    
    div.logo {
        display: none;
    }
    
/*about*/
    
    section.about {
        width: 100%;
        height: auto;
        background-color: none;
        position: relative;
    }
    
    section.about img {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto;
        padding: 1em;
    }
    
    section.about article {
        padding: 0em 1em 0em;
    }
    
    section.about h2 {
        text-align: center;
        width: 95%;
        border-bottom: solid black 1px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    section.about p {
        text-align: center;
        display: block;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        padding: 0em 0em 1em;
    }
    
/*prices*/
    
    section.prices {
        display: none;
    }
    
    section.prices {
        width: 100%;
        height: auto;
        background-color: none;
        position: relative;
    }
    
    section.prices img {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto;
        padding: 1em;
    }
    
    section.prices article {
        padding: 0em 1em 0em;
    }
    
    section.prices h2 {
        text-align: center;
        width: 95%;
        border-bottom: solid black 1px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    section.prices p {
        text-align: center;
        display: block;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        padding: 0em 0em 1em;
    }
    
/*service*/
    
    section.services {
        display: none;
    }
    
    section.services {
        width: 100%;
        height: auto;
        background-color: none;
        position: relative;
    }
    
    section.services img {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto;
        padding: 1em;
    }
    
    section.services article {
        padding: 0em 1em 0em;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    section.services h2 {
        text-align: center;
        width: 95%;
        border-bottom: solid black 1px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    section.services p {
        text-align: center;
        display: block;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
    }
    
    section.services ul {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        padding: 0em 0em 1em;
    }
    
    section.services li {
        width: 85%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        list-style-type: none;
    }
    
/*contact*/
    
    section.contact {
        display: none;
    }
    
    section.contact {
        width: 100%;
        height: auto;
        background-color: none;
        position: relative;
    }
    
    section.contact img {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 70%;
        height: auto;
        padding: 1em;
    }
    
    section.contact article {
        padding: 0em 1em 0em;
    }
    
    section.contact h2 {
        text-align: center;
        width: 95%;
        border-bottom: solid black 1px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    section.contact p {
        text-align: center;
        display: block;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        padding: 0em 0em 1em;
    }
    
/*footer*/
    
    footer {
        position: relative;
        width: 100%;
        margin-top: 8%;
        padding: 2em 1.2em;
        font-size: 12px;
        background-color: #f1f1f1;
    }
    
}

@media (min-width:768px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    
    body {
        height: 100%;
        background-color: #fcfcfc;
    }
    
    article.email {
        display: none;
    }
    
    header {
        height: 40px;
        position: relative;
        display: block;
        width: 100%;
        background-color: white;
        margin-top: 0%;
        border-bottom: solid #f1f1f1 1px;
        
    }
    
    h1 {
        position: absolute;
        font-size: 28px;
        width: 100%;
        padding: 0.1em;
        text-align: center;
    }
    
    ul.hamburger {
        position: relative;
        margin-left: 90%;
        font-size: 28px;
        list-style-type: none;
        height: 40px;
        width: 8%;
        display: block;
        background-color: none;
    }
    
    li.icon {
        position: absolute;
        width: 100%;
        text-align: center;
    }
    
    li.x {
        position: absolute;
        font-size: 32px;
        width: 100%;
        text-align: center;
        display: none;
    }
    
    div.contact {
        display: none;
    }
    
    div.navbar {
        display: none;
    }
    
    div.dropdown {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: white;
        display: none;
    }
    
    ul.menulist {
        text-align: center;
    }
    
    ul.menulist li {
        padding: 10%;
        border-bottom: solid black 1px;
    }
     
    main {
        height: 100%;
        background-color: #fcfcfc;
        margin-left: 15%;
        margin-right: 15%;
    }
    
    div.logo {
        display: none;
    }
    
/*about*/
    
    section.about {
        width: 100%;
        height: auto;
        background-color: none;
        position: relative;
    }
    
    section.about img {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto;
        padding: 1em;
    }
    
    section.about article {
        padding: 0em 1em 0em;
    }
    
    section.about h2 {
        text-align: center;
        width: 90%;
        border-bottom: solid black 1px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    section.about p {
        text-align: center;
        display: block;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        padding: 0em 0em 1em;
    }
    
/*prices*/
    
    section.prices {
        display: none;
    }
    
    section.prices {
        width: 100%;
        height: auto;
        background-color: none;
        position: relative;
    }
    
    section.prices img {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto;
        padding: 1em;
    }
    
    section.prices article {
        padding: 0em 1em 0em;
    }
    
    section.prices h2 {
        text-align: center;
        width: 90%;
        border-bottom: solid black 1px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    section.prices p {
        text-align: center;
        display: block;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        padding: 0em 0em 1em;
    }
    
/*service*/
    
    section.services {
        display: none;
    }
    
    section.services {
        width: 100%;
        height: auto;
        background-color: none;
        position: relative;
    }
    
    section.services img {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto;
        padding: 1em;
    }
    
    section.services article {
        padding: 0em 1em 0em;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    section.services h2 {
        text-align: center;
        width: 90%;
        border-bottom: solid black 1px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    section.services p {
        text-align: center;
        display: block;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
    }
    
    section.services ul {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        padding: 0em 0em 1em;
    }
    
    section.services li {
        width: 85%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        list-style-type: none;
    }
    
/*contact*/
    
    section.contact {
        display: none;
    }
    
    section.contact {
        width: 100%;
        height: auto;
        background-color: none;
        position: relative;
    }
    
    section.contact img {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 70%;
        height: auto;
        padding: 1em;
    }
    
    section.contact article {
        padding: 0em 1em 0em;
    }
    
    section.contact h2 {
        text-align: center;
        width: 90%;
        border-bottom: solid black 1px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    section.contact p {
        text-align: center;
        display: block;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        padding: 0em 0em 1em;
    }
    
/*footer*/
    
    footer {
        position: relative;
        width: 100%;
        margin-top: 8%;
        padding: 2em 1.2em;
        font-size: 12px;
        background-color: #f1f1f1;
    }
    
}

@media (min-width:1025px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    
    body {
        height: 100%;
        background-color: #fcfcfc;
        color: #333333;
    }
    
    h2 {
        letter-spacing: 0.1em;
    }
    
    header {
        display: none;
    }
       
    ul.menulist {
        text-align: center;
    }
     
    main {
        height: 100%;
        width: 50%;
        background-color: #fcfcfc;
        margin-left:auto;
        margin-right: auto;
    }
    
    article.email {
        display: block;
        position: relative;
        text-align: right;
        background-color: none;
        letter-spacing: 0.1em;
        right: 1%;
        bottom: 19em;
        font-weight: 500;
        font-size: 0.8em;
    }
    
    article.email a:hover {
        color: rgba(10, 10, 10, 0.4);
        transition-duration: 1s;
    }
        
    div.logo {
        display: block;
        width: 100%;
        position: relative;
        background-color: white;
    }
    
    div.logo img{
        display: block;
        max-width: 250px;
        height: auto;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        top: -0.2em;
    }
    
    div.dropdown {
        display: none;
    }
    
    div.navbar {
        margin-top: -1.2em;
        display: block;
        width: 100%;
        position: relative;
        box-shadow: 0em 0.2em 0.4em #f0f0f0;
    } 
    
    ul.menulist {
        display: inline-flex;
        width: 100%;
    }
    
    div.navbar li {
        border-bottom: none;
        list-style-type: none;
        background-color: white;
        width: 50%;
        padding: 1em;
        text-align: center;
        border-top: solid white 7px;
        border-bottom: solid rgba(40, 150, 10, 0.1) 7px;
        font-size: 1em;
        font-weight: 800;
        letter-spacing: 0.2em;
    }
    
    div.navbar li a {
        color: #333333;
        background-color: none;
        padding: 1em 4em;
    }
    
    div.navbar li:hover {
        background-color: white;
        transition-duration: 1s;
        border-bottom: solid rgba(40, 150, 10, 0.7) 7px;
    }
    
/*about*/
    section.about {
        margin-top: 0%;
    }
    
    section.about {
        width: 100%;
        height: auto;
        background-color: none;
        position: relative;
    }
    
    section.about img {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto;
        padding: 1em;
    }
    
    section.about article {
        padding: 0em 1em 0em;
    }
    
    section.about h2 {
        text-align: center;
        width: 95%;
        border-bottom: solid black 1px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    section.about p {
        text-align: center;
        display: block;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        padding: 0em 0em 1em;
    }
    
/*prices*/
    
    section.prices {
        display: none;
    }
    
    section.prices {
        width: 100%;
        height: auto;
        background-color: none;
        position: relative;
    }
    
    section.prices img {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto;
        padding: 1em;
    }
    
    section.prices article {
        padding: 0em 1em 0em;
    }
    
    section.prices h2 {
        text-align: center;
        width: 95%;
        border-bottom: solid black 1px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    section.prices p {
        text-align: center;
        display: block;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        padding: 0em 0em 1em;
    }
    
/*service*/
    
    section.services {
        display: none;
    }
    
    section.services {
        width: 100%;
        height: auto;
        background-color: none;
        position: relative;
    }
    
    section.services img {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto;
        padding: 1em;
    }
    
    section.services article {
        padding: 0em 1em 0em;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    section.services h2 {
        text-align: center;
        width: 95%;
        border-bottom: solid black 1px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    section.services p {
        text-align: center;
        display: block;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
    }
    
    section.services ul {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        padding: 0em 0em 1em;
    }
    
    section.services li {
        width: 60%;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        list-style-type: disc;
    }
    
/*contact*/
    
    section.contact {
        display: none;
    }
    
    section.contact {
        width: 100%;
        height: auto;
        background-color: none;
        position: relative;
    }
    
    section.contact img {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 70%;
        height: auto;
        padding: 1em;
    }
    
    section.contact article {
        padding: 0em 1em 0em;
    }
    
    section.contact h2 {
        text-align: center;
        width: 95%;
        border-bottom: solid black 1px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: -0.8em;
    }
    
    section.contact p {
        text-align: center;
        display: block;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        padding: 0em 0em 1em;
    }
    
/*footer*/
    
    footer {
        position: relative;
        width: 100%;
        margin-top: 8%;
        padding: 2em 1.2em;
        font-size: 12px;
        background-color: #f1f1f1;
    }
    
}