/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Variables */
:root {
    --primary: #F25E02;
    --light: #515151;
    --dark: #25232F;
  }

body {
  background-image: url("/wp-content/uploads/2023/09/QG-Lines1500px.png");
  padding-left: 5vw;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100vw;
  min-height: 100vh;
  margin: 1em 2em;
  padding: 1em;
  background-color: var(--dark;
  color: white;
  font-family: Syne;
  box-sizing: border-box;
  line-height: 1.4;
}

a {
	color: #fff;
}

main {
    position: relative;
    margin-top: 60px;
    width: 100%;
    padding: 40px 2.5vw;
    color: #fff;
}

.site-main {
	max-width: 100% !important;
}

.wrapper {
  margin: 2em 0;
  padding: 2em 0;
}

.alignfull {
    margin: 1rem !important;
}

.pre-btn,
.nxt-btn{
    position: absolute;
    height: 200px;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5vw;
    background: #181818;
    border: none;
    outline: none;
    opacity: 0;
}

.pre-btn{
    left: -2.5vw;
}

.nxt-btn{
    right: -2.5vw;
}

.pre-btn img,
.nxt-btn img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.nxt-btn:hover,
.pre-btn:hover{
    opacity: 1;
}

