@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Great+Vibes');

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

body,html{
  margin: 0;
  padding: 0;
}

    h1, h2, h3, p{
       color: #512b1c;   
     }


    h1{
        font-family: Garamond;
        font-size: 50pt;
        display: block;
    }

    h2{
        font-family: 'Great Vibes', cursive;
        font-size: 40px;
        display: block;
        margin-bottom: 30px;
        font-size: 30pt;
    }

    h3{
    font-family: 'open sans';
    font-size: 20pt;
    font-weight: 400;
    }

    p{
    font-family: 'open sans';
    font-size: 15pt;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
                             Wrapper Style 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.wrapper {
  /* The height needs to be set to a fixed value for the effect to work.
   * 100vh is the full height of the viewport. */
  height: 100vh;
  /* The scaling of the images would add a horizontal scrollbar, so disable x overflow. overflow-x: hidden;*/
  overflow-x: hidden;
  /* Enable scrolling on the page. */
  overflow-y: auto;
  /* Set the perspective to 2px. This is essentailly the simulated distance from the viewport to transformed objects.*/
  perspective: 2px;

}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
                             Header Style 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

header{
    margin-top: 0;
    width: 100%;
    height: 60px;
    background-color: #512b1c;
    position: fixed;
    z-index: 20000;
    justify-content: space-between;
}

    header a{
        text-decoration: none;
        color: #f3d09b;
        transition: color 0.3s ease;
    }

        a:hover{
            color: white;
            }

    #menuToggle{
      display: block;
      position: relative;
      top: 20px;
      left: 30px;
      z-index: 1;
      -webkit-user-select: none;
      user-select: none;
    }

    #menuToggle input{
      display: block;
      width: 30px;
      height: 32px;
      position: absolute;
      top: -7px;
      left: -5px;

      cursor: pointer;

      opacity: 0; /* hide this */
      z-index: 2; /* and place it over the hamburger */

      -webkit-touch-callout: none;
    }

    #menuToggle span{
          display: block;
          width: 33px;
          height: 4px;
          margin-bottom: 4px;
          position: relative;
          background:  #f3d09b;
          border-radius: 3px;
          z-index: 1;
          transform-origin: 4px 0px;
          transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                      background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                      opacity 0.55s ease;
        }

    #menuToggle span:first-child{
      transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2){
      transform-origin: 0% 100%;
    }

    /* 
     * Transform all the slices of hamburger
     * into a crossmark.
     */
    #menuToggle input:checked ~ span{
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #f3d09b;
        }

/*
 * But let's hide the middle one.
 */
    #menuToggle input:checked ~ span:nth-last-child(3){
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
    }

    /*
     *the last one should go the other direction
     */
    #menuToggle input:checked ~ span:nth-last-child(2)
    {
      transform: rotate(-45deg) translate(0, -1px);
    }

    /*
     * Make this absolute positioned
     * at the top left of the screen
     */
    #menu{
      position: absolute;
      width:80%;
      height: 800px;
      margin: 16px 0 0 -30px;
      padding: 0px;
      opacity: 2,5;
      background: #512b1c;
      list-style-type: none;
      -webkit-font-smoothing: antialiased;
      /* to stop flickering of text in safari */

      transform-origin: 0% 0%;
      transform: translate(-100%, 0);

      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

    }
    #menu li{
        width:100%;    
        padding: 0 0 0 20px;
        font-size: 38px;
        border-bottom:1px solid rgba(255,255,255,.1);
    }

 #menu li a{
     font-family: 'open sans';
     font-size: 15px;
     font-weight: 400;
padding-top: -10px;
}

    /*
     * And let's slide it in from the left
     */
    #menuToggle input:checked ~ ul
    {
      transform: none;
    }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
                             Social Header  
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

    #redes_sociales{
        z-index: 10000;
        float:right;
        width: 288px;
        height: 30px;
        padding-right: 30px;
        margin-top: -10px;
}

        #redes_sociales a{
                display:inline;
                float:right;
                color: #f3d09b;
                font-size: 30px;
                text-decoration:none;
                padding-right:10px;
                list-style-type:none;
                position: relative;
                
             }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
                             Section 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.section {
      /* Needed for children to be absolutely positioned relative to the parent. */
     position: relative;
      /* The height of the container. Must be set, but it doesn't really matter what the value is. */
      height: 100vh;

      /* For text formatting. */
      display: block;
      align-items: center;
      justify-content: center;
      color: white;
      padding: 0;
      margin: 0;
    }

        .parallax::after {
          content: " ";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
            
  /* Move the pseudo-element back away from the camera,
   * then scale it back up to fill the viewport.
   * Because the pseudo-element is further away, it appears to move more slowly, like in real life. */
          transform: none;
  /* Force the background image to fill the whole element. */
          background-size: 100%;
  /* Keep the image from overlapping sibling elements. */ 
          z-index: -1;
        }

/* The styling for the static div. */
            .static {
                width: 100%;    
                background: #fff;
                height: 830px;
            }
         .static_2 {
                width: 100%;    
                background: #fff;
                height: 700px;
       
            }


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
                       Parallax bg1 Banner
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.bg1::after {
    background-image: url(../img/banner_1920x1080.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    
    }


    .banner_contenedor {
                  z-index: 10000;
				  justify-content: center;
				  align-items: center;
				  position: absolute;
				  width: 100%;
				  text-align: center;
                  display: block;
                  margin: 0;
                  padding: 0;
			}

		.logo{
				position: relative;
				max-width: 100%;
                margin-top: 20%;
				}

			.banner_contenedor p{
                margin: 0 auto;
                display: block;
				margin-top: 30px;
				font-size: 16pt;
				color: rgba(226, 184, 127, 255);
                max-width: 800px;
			}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
                      Section The Chocolate
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

   .container_the_chocolate{
                          display: block;
                          position: relative;
                       }


            .the_chocolate{
                margin:30px 60px 0 60px;
                max-width: 300px;
             }

                .the_chocolate h2{
                    margin: 0;
                    padding-bottom: 20px;
                }

                    .container_the_chocolate img {
                         resize: both;
                         object-fit: scale-down;
                         position: relative;
                         float:right;
                         width: 95%;
                         display: inline;
                      }                          
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
                     Parallax bg2 About Us
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

   
    .bg2::after {
        background-image: url(../img/arbusto_pods_1950x1253.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 1210px;
        
     }

        .contenedor_bg2{
				  justify-content: center;
				  align-items: center;
				  position: absolute;
				  width: 100%;
				  text-align: center;
                  display: block;
        }

            .about_us{
                color: #f3d09b;
                margin: 30px auto 0 auto;
                text-align: center;
                justify-content: center;
                text-align: center;
             }

                .about_us h1{
                        color: #f3d09b;
                        margin: 0;
                        padding-bottom: 10px;
                    }

                    .about_us p{
                        width: 100%;
                        color: #f3d09b;
                        text-align: center;
                        font-size: 16pt;                    
                     }


    .swirl{
        display: none;
    }

/*-----------------Estilos de info About US-----------------*/
				
            .info {
                margin: -350px auto 30px;
                width: 90%;
                position: relative;
				color: #f3d09b;
				text-align: center;
                background-color: transparent;

             }

				.info__columna {
                  width: 90%;
				  height: auto;
				  display: inline-block;
				  background: rgba(0,0,0,0.5);
				  margin: 10px;
                  border: solid 0.1px rgba(226, 184, 127, 255);
                }

				.info__columna h1{
                    margin-top: 10px;
                    color: #f3d09b;
                    font-size: 30px;
                }

              
                .info__columna .contenedor{
                      padding: 10px;
				}
                
                .info__titulo{
                    font-family: Garamond;
                    font-size: 25pt;
                    color: #f3d09b;
                    font-weight: 400;
                    margin: 0;
                }

                .info__txt{
                    text-align: left;
                    font-family: 'open sans';
                    font-weight: 100;
                    padding: 5px;
                    color: #fff;
                    font-size: 13pt;
                    max-width: 800px;
                    margin: 0 auto;
                }
					

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
                        Section Our Products
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
     .container_products{
				width: 100%;
                height: 600px;
                display: block;
                color: #512b1c;
                margin: 30px auto 0 auto;
                text-align: center;
                justify-content: center; 
                    
			}
        .square{
            width: 100%;
            height:80px;
            background-color: white;
            border-box:none;
            display: block;
            position: static;
        }
  
			.trocitos {
                        max-width: 100%;
                        object-fit: scale-down;
                        position: relative;
                        margin-left: 0;
                        padding: 0;
                        display: none;
                        float:left;
                        resize: both;
					}
                   
                .our_products{
                    width: 100%;
                    justify-content: center;
                    display: inline;
                    text-align: center;
                    position: relative;
                    margin-top:69px;
                    
                }

        .our_products_txt{
            text-align: center;
            justify-content: center;
            align-items: center;
            margin:0 30px;
        }
             .our_products h1{
                    margin: 10px auto;
                    color: #f3d09b;
                }

                    .our_products p{
                        color: #512b1c;
                        font-size: 16pt;
                        max-width: 800px;
                        text-align: center;
                    }
                    

                    .logo_upala_cafe img{
					max-width: 100%;
                    display: inline;
                    position: relative;
                    margin: 0 auto;
                    padding-top: 90px;
                }
				
                 .envase img{
                    object-fit: scale-down;
                	padding: 0;
					position: relative;
                    display: none;
                    float: right;
                    resize: both;
				}

.shopping{
    margin-top: 60px;
    display:block;
}                    
.shopping a{
                        margin: 0 auto;
                        text-align: center;
                        background-color: #512b1c;
                        color: #f3d09b;
                        padding: 12px 20px;
                        border: none;
                        cursor: pointer;
                        border-radius: 5px;
                        text-decoration: none;
                        font-size: 25px;
                    }

                .icon-shopping-basket{
					padding-right: 7px;
                    }


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
                    Parallax bg3 Our Products Certified
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.bg3::after {
    background-image: url(../img/tabla_chocolates_1926x1117.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    height: 800px;
}

    .our_products_certified{
        width: 100%;
        position: relative;
        display: block;
        font-family: Open sans;
        color: #f3d09b;
        margin:0;
    }
        .certified_container{
            text-align: center;
            width: 90%;
            position: relative;
            display: block;
        }
        .our_products_certified h1{
             max-width: 800px;
             margin:0 auto;
            padding-top: 90px;
             position: relative;
             display: block;
             color: #fff;
             text-align: center;
        }

        .certified_container .info__txt{
            margin:0;
            font-size: 16pt;
            max-width: 800px;
            text-align: center;
            color: #f3d09b;
}

            .pod_mano {
                object-fit: scale-down;
                position: relative;
                margin:-90px 0 0 -90px;
                padding: 0;
                max-width: 100%;
                display: none;
                float:left;
                resize: both;
                z-index: 10000;
            }

        
                .brand{
                    margin: 0 auto;
                    align-items: center;
                    margin-top: 30px;
                    max-width: 100%;
                    height: auto;
                    position: relative;
                    background-color: #fff;
                    z-index: 1;
                    
                  }

                    .logos img{
                        background: #fff;
                        object-fit: scale-down;
                        resize: both;
                        display: block;
                        height: auto;
                        width: 100%;
                        padding:0 auto;
                        margin: 0 auto;
                     }
.essential{
     width: 361px;  
}
                    
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
                                Contact Form
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.contact_form{
    width: 100%;
    background-color: #ebe8de;
}    

    .contact_form h1{
        padding:60px 30px 30px;
        color:#f3d09b; 
        }


        .contact{
            width: 100%;
            display: inline;
            font-family: 'open sans';
            font-weight: 100;
        }

            .container_info{
                display: inline-block;
                margin: 30px;
                color: #512b1c;

            }

            .container_info h3{
                margin-top: -35px;
                font-family: Garamond; 
                font-size: 30px;
            }
                
            .container_info p{
                color: #512b1c;
            }

            .container_info span{
                margin-right: 10px;
            }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
                                Form
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
		 


	.form_container {
        position: relative;
		border-radius: 5px;
		padding: 30px;
        background-color: #ebe8de;
        display: block;
		}
fieldset{
    border: none;
}
		.form_container p{
			color: #512b1c;
		}

        input[type=text], select, textarea{
			width: 100%;
			padding: 12px;
			border: 1px solid #ccc;
			border-radius: 4px;
			box-sizing: border-box;
			margin-top: 6px;
			margin-bottom: 16px;
			resize: vertical;
			font-family: open sans;
            color: #512b1c;	
		}

        #antisp{
            color: #512b1c;
        }

        #AntiSpam{
            color: #512b1c;
        }


		input[type=submit], input[type=reset]{
				background-color: #512b1c;
				color: white;
				padding: 12px 20px;
				border: none;
				border-radius: 4px;
				cursor: pointer;
                margin-right: 10px;
			}

		input[type=submit]:hover, input[type=reset]:hover {
					background-color: #512b1c;
					opacity: 0.8;
				}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
                                Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.footer {
        background-image: url(../img/paisaje.png);
        background-repeat: no-repeat;
        background-size: cover;
        color: #f3d09b;
		text-align: center;
        margin: 0 auto;
        display: inline-block;
        width: 100%;
        position: relative;
    	}

footer .contenedor{
    width: 100%;
    margin: 0 auto;
    
}

    .footer a {
			color: #dd9933;
			text-decoration: none;
            font-size: 16px;
            list-style-type:none;
		}

        .icon-chevron-with-circle-up{
    margin: 30px;
    float: right;
    font-size: 40px;
    text-decoration: none;
    list-style-type:none;
}

        .footer li {
            font-size: 20px;
			display: inline;
			text-decoration: none;

		}

		.footer a:hover {
				color: #eee;
			}
        
        .logo_upala img{
            position:relative;
            display:block;
            margin: 30px;
        }





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
                                Footer Menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.foot_menu{
    margin: 30px;
}
.foot_menu ul{
    position: relative;
    display: inline;
    text-align: center;
    font-family: open sans;
}
 



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
                                Footer Social
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
    #redes_soc{
        margin: 0 auto;
        padding: 20px;
        text-align: center;
    }

        #redes_soc a{
                display:inline;
                color: #f3d09b;
                font-size: 30px;
                text-decoration:none;
                padding-right:10px;
                list-style-type:none;
                position: relative;
            }

                
         .logo_code{
            margin-right: 30px;
            float: right;  
            position:relative;
            display: block;
            max-width: 100%;
        }

        .copy_right p{
            margin-top: 100px;
            position: relative;
            color: #f3d09b;
            display: block;
            font-size: 14px;
		}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
                                Responsive Style
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

@media(min-width:320px) {
    #menu{
        width: 85%;
    }
        .bg1, .bg2 {
    height: 700px;
    }
    .bg3 {
        height: 1050px;
    }
    .swirl{
        display: none;
    }
    .static_2{
        height: 750px;
    }

    .banner_contenedor p{
        width: 80%;
}
        .brand{
        display: block;
        margin-top: 30px;
    }
     .logos img{
         width: 80%;
    }
 .about_us{
       margin:54px 30px 0 30px;
    }
     .about_us p{
       font-size: 14pt;
    }
           .info__columna h3{
          font-size: 12pt;
          }

     h1{
        font-size: 50px;
    }
 
    .container_the_chocolate img{
        display: inline;
        width:100%;
    }
     
    .the_chocolate{
        max-width: 100%;
        margin: 30px 30px 0 30px;
    }
    
      .trocitos {
        display: none;
    }
       .envase img{
        display: none;
    }
        .pod_mano {
         display: none;
    } 
    
     .logo_upala_cafe img{
            padding-top: 30px;
                }
    .shopping{
    margin-top: 30px;
    }
    
    .certified_container{
            margin:0 30px;
        }
       .certified_container h1{
            padding-top:30px;
        }
}

@media(min-width:480px) {
        #menu{
        width: 360px;
    }
    #menu li{
      width: 360px;  
    }
     .swirl{
         display: inline;
         margin: 40px auto;
     }
        .static{
        height: 800px;
    } 
        .bg1, .bg3 {
    height: 700px;
       
    }
    .bg2{
      height:800px; 
    }
           .brand{
        margin-top: 73px;
    }
        .logos img{
        display: inline-block;
            }
    
   .about_us{
         margin:30px 30px 0 30px;
    }
      .about_us p{
       font-size: 16pt;
    }
    .our_products_txt{
        margin: 0 auto;
    }
    
    .certified_container .info__txt{
        margin:0 auto;
    }
    .our_products{
        margin: 0 auto;
    }
    .our_products p{
        margin: 0 auto;
    }
        
   .info {
          display: block;
          }
       .info__columna h3{
          font-size: 15pt;
          }
    
        .banner_contenedor p{
            width: 80%;
}
         .logos img{
         width: 35%;
    }
    .parallax::after {
          transform: translateZ(-1px) scale(1.6);
    }

    h1{
        font-size: 50px;
    }
    
     .container_the_chocolate img{
         width: 90%;
         margin-top: 0;
          }
     
    .the_chocolate{
       max-width: 100%; 
        display: block;
        margin:0 30px 0 30px;
        padding-top: 30px;
    }    
    
    .pod_mano {
       display: none; 
    }
        .trocitos {
        display: none;
    }
    .envase img{
        display: none;
    }
    
    .our_products_txt{
        margin:0 30px;
    }
    
    .logo_upala_cafe img{
    padding-top: 90px;
 }

@media(min-width:640px) {
    .our_products_txt{
        margin:0 30px;
    }

 .about_us{
       margin:160px 40px 0 40px;
    }
    
     .logos img{
         width: 30%;
    }
   
        h1{
        font-size: 50px;
    }
     .container_the_chocolate img{
         width: 75%;
         margin-top: 0;
          }
     
    .the_chocolate{
       max-width: 80%; 
       display: block;
       margin: 30px 30px 0 30px;
    }
    
      .trocitos {
        display: none;
    }
       .envase img{
        display: none;
    }
        .pod_mano {
         display: none;
    }
        .info {
      display: flex;
      justify-content: space-between;
    }
    
    .certified_container h1{
      margin-top: 30px;  
    }

     }

@media(min-width:768px) { 
    .logos img{
        width: 20%;
    }    
    .info {
      display: flex;
      justify-content: space-between;
    }
        
        .container_the_chocolate img{
         width: 75%;
         margin-top: 0;
          }
     
    .the_chocolate{
       max-width: 85%; 
       display: block;
        margin: 30px 30px 0 30px;
    }
    
 .about_us{
       margin:160px 40px 0 40px;
    }
      .trocitos {
        display: none;
    }
       .envase img{
        display: none;
    }
        .pod_mano {
         display: none;
    }
        .our_products_txt{
        margin:0 30px;
    }
       .certified_container{
     margin: 0 30px;
  }
 
    
  }

@media(min-width:970px) {

    .logos img{
         width: 20%;
    }
     .container_the_chocolate img{
         width: 70%;
         margin-top:0;
          }
     
    .the_chocolate{
       max-width: 90%; 
       display: block;
        margin: 30px 30px 0 30px;
    }
  
    .trocitos {
        display: inline;
    }
       .envase img{
        display: inline;
    }
        .pod_mano {
         display: inline;
    }
    .our_products_txt{
        margin:0 30px;
    }
   .certified_container{
     margin: 0 30px;

  }

@media(min-width:1024px) {
     .static{
        height: 700px;
    } 

     .container_the_chocolate img{
         width: 65%;
         margin-top: 100px;
    }
     
    .the_chocolate{
        width: 280px; 
        display: inline-block;
        margin: 0 0 0 60px;
        padding-top: 60px;
    }
}
@media(min-width:1120px) { 
     .container_the_chocolate img{
         width: 65%;
         margin-top: 60px;
    }
    
    .the_chocolate{
        max-width: 320px;
        margin: 0 0 0 60px;
        padding-top: 60px;
    }
    
}
@media(min-width:1220px) { 
     .container_the_chocolate img{
         width: 60%;
         margin-top: 50px;
    }
    
    .the_chocolate{
        max-width: 320px;
        margin: 0 0 0 60px;
        padding-top: 60px;
    }
}
    
@media(min-width:1320px) { 
    .static{
        height: 700px;
    } 

     .container_the_chocolate img{
         width: 65%;
         margin-top: 4px;
    }
     
    .the_chocolate{
       width: 320px; 
        display: inline-block;
        margin: 0 0 0 60px;
        padding-top: 60px;
    }
    
}

@media(min-width:1520px) { 

     .container_the_chocolate img{
         width: 60%;
         margin-top: 0;
}
        .the_chocolate{
       width: 320px; 
        display: inline-block;
        margin: 0 0 0 60px;
        padding-top: 60px;
    }
    
}
@media(min-width:1620px) { 

     .container_the_chocolate img{
         width: 55%;
         margin-top: 0;
    }
}
@media(min-width:1720px) { 

     .container_the_chocolate img{
         width: 50%;
         margin-top: 0;
    }
    .logo{
       margin-top: 15%;
	}
}
@media(min-width:1920px) { 

		.logo{
                margin-top: 15%;
				}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
                               End Responsive Style
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */