/*
Theme Name: Kontra Theme
Theme URI: 
Author: Bojan Dodoš
Author URI: 
Description: Creating a theme for a job application
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kontra-theme
Tags: 
*/

/***** GLOBAL STYLES *****/

@media only screen and (max-width: 864px) {
  .h1-mobile-size {
    font-size: 56px !important;
  }
  .h2-mobile-size {
    font-size: 32px !important;
  }
}
/***** HEADER STYLES *****/

header {
  position: relative;
  z-index: 999 !important;
}

.kontra-main-navigation .highlighted-link a {
  padding: 10px 20px;
  background-color: #faf764;
}

.ktheme-image-full-width {
  width: 100%;
}

/***** HOME CIRCUS SECTION *****/

.ktheme-image-full-width img {
  width: 100%;
}

.circus-group-custom-size {
  width: 55%;
  padding: 0 50px;
}

.circus-paragraph-width {
  max-width: 370px;
}

@media only screen and (max-width: 864px) {
  .circus-paragraph-width {
    max-width: 100%;
  }
  .circus-section-flex {
    flex-direction: column;
  }
  .circus-group-custom-size {
    width: 100%;
    padding: 0;
    margin-bottom: 30px !important;
  }
  .circus-section {
    padding: 50px 15px !important;
  }
}

@media only screen and (max-width: 768px) {
  .kontra-main-navigation nav ul li a {
    padding-left: 20px;
  }
  .kontra-main-navigation nav ul li {
    border-top: 1px solid #f7ecde;
  }
}
/***** FOOTER *****/

@media only screen and (max-width: 864px) {
  .footer-bottom-div {
    flex-direction: column;
  }
  .footer-bottom-div p {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 456px) {
  header .custom-logo-link img {
    width: 180px;
  }
}
