/*!
Theme Name: Gaga
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gaga
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Gaga is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	margin: 0 !important;
	padding: 0;
}
 body {
        font-family: 'Rubik', sans-serif;
        padding: 0;
        margin: 0;
    } 
.entry-header h1 {
	text-align: center;
}
body .menu li:first-child a {
	margin-left: 0;
}
.wp-block-image img {
	padding: 10px;
}
    .mainMenu {
        display: none;
    }
    .flex-container {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
          display: grid;
    margin-bottom: 30px;
    }
    .articleBox {
        position: relative;
       width: 100%;
            
    color: white;
    }
    .nav-links {
        display: block;
        margin: 30px 0 20px;
    }
    .nav-links .nav-previous {
        margin-right: 10px;
    }
    .nav-links .nav-next,
    .nav-links .nav-previous {
        display: inline-block;
    }
    .nav-links .nav-next a,
    .nav-links .nav-previous a {
        color: white;
        text-decoration: none;
        background: black;
        padding: 5px 10px;
    }
    .half {
        box-sizing: border-box;
    }
    .half img {
        max-width: 100%;
        height: auto;
        padding: 0;
    }
    .articleBox h3 {
        position: absolute;
        font-size: 24px;
        bottom: 0px;
        left: 0;
        margin: 0;
        width: 100%;
        color: white;
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
        background-color:rgba(1,0,189,0.4);
    }
    
    .articleBox img {
        padding: 0;
        max-width: 100%;
        box-sizing: contain;
        height: auto;
    }
      img {
          margin: 0 auto;
          padding: 30px;
      }
      div {
      }
      iframe {
          margin: 30px;
          max-width: 50%;
      }
      h1{
          font-size: 68px;
          color: white;
          text-transform: uppercase;
      }
      h2 {
          font-size: 48px;
          color: #0100BD;
      }
      .full {
          width: 100%;
          background: white;
          padding: 100px 0;
      }
      .green {
          background: green !important;
      }
      .full .textPic{
          display: flex;
          flex-direction: row; 
          align-items: flex-start;
      }
      .container {
          max-width: 1024px;
          margin: 0 auto;
      }
      .half {
          width: 50%;
      }
      .half img {
          margin-top: 100px;
      }
      .half.pink{
          background: #FE8BCE;
          padding: 50px;
      }
      .half p {
          font-size: 18px;
          font-weight: 400;
          line-height: 1.4em;
          text-align:justify !important;
      }
      .black {
          background: black !important;
          display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 30px 0px !important;
      }
      .textPic {
          
          padding: 0 !important;
          display: flex;
          flex-direction: row; 
          align-items: flex-start;
          
      }
      .textPic p,
      .textPic  h2 {
          max-width: 600px;
          text-align: left;
          margin-top: 0;
      }
       footer {
           background: white;
           width: 100%;
           padding: 10px 0;
       }
       footer .container {
           
           display: flex;
        flex-direction: row;
        align-items: flex-start;
       }
       footer a {
           text-decoration: none;
           font-size: 16px;
           display: inline-block;
		   font-family:fantasy, sans-serif;
       }
       footer .left {
           width: 50%;
           text-align: left;
       }
       footer .left a {
           padding: 5px;
           margin-right: 15px;
       }
       footer .right {
           width: 50%;
           text-align: right;
       }
       footer a{
            padding: 5px;
           margin-left: 15px;
       }
       
       h1 a {
           color: white;
           text-decoration:none;
       }
       .logo {
          max-width: 350px; 
       }
       .full,
       .container {
           box-sizing: border-box;
       }
       .half{
           box-sizing: border-box;
       }
       .half h2 {
           margin-bottom: 30px;
       }
       h2.LooLoo {
               text-align: center;
            margin-bottom: 30px;
            display: inline-block;
            margin-top: 50px;
       }
       @media only screen and (max-width: 600px) {
		  body #menu-mainmenu li a {
			   font-size: 14px;
			   margin: 0 2px !important;
		   }
		   .menu-mainmenu-container ul,
		   body #menu-mainmenu {
			   padding-left: 0 !important;
		   }
           .flex-container {
      max-width: 1200px;
      margin-left: 20px;
      margin-right: 20px;
          display: grid;
      gap: 0;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
    }
    .flex-container div {
        margin-bottom: 20px;
    }
          .logo {
            max-width: 180px;
            padding: 0;
          }
          h1 {
              font-size: 38px;
              line-height: 1.3em;
              
          }
           h2.LooLoo {
               margin-top: 0;
           }
          h2 {
              font-size: 34px;
              line-height: 1.3em;
          }
          .half h2 {
              text-align: center !important;
              text-transform: uppercase;
          }
          .black,
          .textPic {
              flex-direction: column;
          }
          .half {
              width: 100%;
          }
          .half img {
              margin: 0;
              padding: 0;
          }
          .full {
              padding: 30px 20px !important;
          }
          .green h1 {
              margin: 0;
              font-size: 26px;
          }
          .black img {
              padding: 0;
          }
          .black h1 {
              margin-bottom: 0;
              font-size: 28px;
              text-align: center;
              width: 100%;
          }
          iframe {
                 width: 100%;
                max-width: 100%;
                padding: 0 !important;
                margin: 0;
                height: 250px;
                margin-bottom: 20px;
          }
          iframe.noM{
              margin-bottom: 0;
          }
          .mainMenu {
              width: 100%;
              display: block;
              padding:5px 0;
              text-align: center;
              position: fixed;
              background: #0100BD;
              top: 0;
              left: 0;
              z-index: 1;
          }
          .mainMenu a {
              display: inline-block;
            font-size: 14px;
            text-transform: uppercase;
            color: white;
            text-decoration: none;
            margin: 0 10px;
          }
          .footterMenu {
              display: none !important;
          }
          footer {
              background: black;
              position: fixed;
              left:0;
              bottom: 0;
              z-index: 1;
          }
          body {
              padding-top: 30px;
              padding-bottom: 30px;
          }
          footer .right {
              width: 100%;
              float: left;
              margin: 0 0;
              text-align: center;
              background: black;
          }
          footer .right a {
                display: inline-block;
            font-size: 14px;
            text-transform: uppercase;
            color: white;
            margin: 0 10px;
            text-decoration: none;
          }
		   
		   body.page-id-129 #primary{
			   text-align: center;
		   }
		   body.page-id-129 #primary a {
			   color: white;
		   }
		   
        }


.single-page {
	max-width: 960px;
	margin: 50px auto;
	color: white;
	text-align: left;
	line-height: 1.4em;
}
.single-page h2 {
	color: white;
	line-height: 1.2em;	
}

#menu-mainmenu li {
	display: inline;
}
#menu-mainmenu li a {
	font-size: 26px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	font-family:fantasy, sans-serif;
	padding: 5px;
	margin: 0 15px;
}

#menu-mainmenu .current-menu-item a {
	color: #fe8bce;
}
.menu-mainmenu-container {
	border-bottom: 1px solid #fe8bce;
}
html body.woocommerce  {
	background: white !important;
} 
html body.woocommerce a,
html body.woocommerce p,
html body.woocommerce li,
html body.woocommerce h1,
html body.woocommerce h2,
html body.woocommerce h3,
html body.woocommerce h4 {
	color: black !important;
}
body.woocommerce .site-main {
	max-width: 980px;
	margin: 0 auto;
}
.menu-mainmenu-container ul {
	display: inline-block;
}
body.woocommerce .menu-mainmenu-container,
body.woocommerce footer {
	background: #FE8BCE;
}

.woocommerce ul.products li.product a img {
	padding: 0;
}
body .woocommerce span.onsale{
	background-color: #F504C2;
}
.woocommerce-loop-product__title {
	font-weight: 400;
}
