/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: 
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5

 */

/* ===================================
    Table of Content
====================================== */


/*  - Fonts
    - General
    - Fonts
    - Social Icon Hover
    - Header And Navigation
    - Slider
    - About
    - Team
    - Portfolio
    - Price
    - Parallax
    - Testimonial
    - Client
    - Blog
    - Contact
    - Map
    - Footer
    - Loader
    - Media Queries   */


/* ===================================
    Google font
====================================== */

/* ===================================
    .CSS za Button send email
====================================== */


#myButton {
    background-color: #000000;
    color: #ffffff;
    padding: 8px 25px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
  }

  #myButton:hover {
    background-color: #5EBDBA;
  }

