/*
 Theme Name:   Astra Child Theme
 Theme URI:    http://exam-project2021.sylwiamisiak.com/astra-child/
 Description:  Astra Child Theme
 Author:       Sylwia Misiak
 Author URI:   http://exam-project2021.sylwiamisiak.com
 Template:     astra
 Version:      1.5.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  astrachildtheme
*/


.menu-link {
     padding: 0px 0;
     transition: 0.5s;
}

.menu-link::after {
     position: absolute;
     content: "";
     width: 100%;
     height: 1px;
     top: 80%;
     left: 0;
     background: white;
     transition: transform 0.5s;
     transform: scaleX(0);
     transform-origin: center;
}

.menu-link:hover::after {
     transform: scaleX(1);
     transform-origin: center;
}


div#page {
    overflow-x: hidden;
}
.main-header-bar {
    z-index: 4;
    position: relative;
    line-height: 2;
    margin-top: 7px;
  	margin-bottom: 7px;
  	cursor: pointer; 
}


  

