/*
 Theme Name:     alkor-home-child
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Description:    A child theme of WPBS Theme
 Author:         Afterimage Designs
 Author URI:     https://afterimagedesigns.com/
 Template:       alkor-home
 text domain:    alkor-home-child
 Version:        1.4
*/


/****************************************
*** Theme customization starts below ***
*****************************************/
body {
    font-family: 'Open Sans', sans-serif !important;
    height: 100%;
 }
 *{
    font-family: 'Open Sans', sans-serif !important;
 }
 header#masthead {
     background: transparent;
     position: relative;
     z-index: 9;
     box-shadow: none;
 }
 .hidden {
    display: none !important;
  }
#content.site-content {
	padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.mycolumns {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;;
}
.tomove {
    text-decoration: none;
    color: #fff;
    font-size: 1.4rem;
    border: 1px solid;
    padding: 10px 50px;
    transition: 0.5s;
    font-weight: 800;
}
.tomove:hover {
    opacity: 0.9;
    color: #fff;
    text-decoration: none;
    background-color: rgba(255,255,255,0.1);
}
.wp-block-cover, .wp-block-cover-image {
    min-height: 100px;
    height: auto;
}
media (max-width: 781px) and (min-width: 600px)
.wp-block-column:not(:only-child) {
    flex-basis: calc(100% - 1em)!important;
    flex-grow: 0;
}
@media (min-width: 782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 0em !important; 
   }
   
}
@media (max-width: 990px) {
    .mycolumns {
        /*position: relative !important;*/
    }
    .mycontainer {
        position: absolute !important;
        left: 0;
        top: 0;
        width: 100%;
   }
   
}
