/*
Theme Name: Himalayas Child for Circus143
Theme URI: https://themegrill.com/themes/himalayas/
Author: ThemeGrill / uzi
Author URI: https://www.dopesoft.de
Description: Himalayas is modern style free one page parallax responsive WordPress theme. Inform your visitors all they need to know right from your home page without requiring to go to the other pages. Himalayas can be used for business, portfolio, corporate, agency, photography, freelancers and almost any kind of sites. Get free support at https://themegrill.com/support-forum/ and check the demo at https://demo.themegrill.com/himalayas/

modified by uzi for circus143
Version: 1.2.8
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-menu, featured-images, sticky-post, translation-ready, threaded-comments, theme-options, footer-widgets, blog, portfolio, e-commerce
Text Domain: himalayas
Template: himalayas

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/* =Reset
-------------------------------------------------------------- */
.entry .entry-content .event-tickets .tribe-tickets__tickets-item-details-content, .event-tickets .tribe-tickets__tickets-item-details-content {
display: block;
}

.myfooterlinks a:link a:visited {
/*    color: var(--tec-color-text-disabled);
    font-size: 24px;
    font-family: "Synthemesc"; */
  color: grey;
}

.myfooterlinks {
/*    color: var(--tec-color-text-disabled);
    font-size: 24px;
    font-family: "Synthemesc";*/
  color: black;
}


#secondary {
  display: none;
}

/*
.page {
    color: var(--tec-color-text-primary);
    font-family: var(--tec-font-family-sans-serif);
}*/

body {
/*  background-image: linear-gradient(violet,green); */
/*  background-image: linear-gradient(to right bottom, yellow, red); */
/*  background-image: linear-gradient(to right bottom, red, white); */
/*  font-family: Synthemesc, bold;*/
  background: rgb(255,0,0);
  background: linear-gradient(to right bottom, rgba(139,203,210,1) 0%, rgba(139,203,210,1) 70%, rgba(255,255,255,1) 100%);
}

/*
@font-face {
    font-family: "Synthemesc";
    src:url(Synthemesc.woff) format("opentype");
}

.tribe-events-single-event-title  {
    font-family: "Synthemesc";
    src:url(Synthemesc.woff) format("opentype");
    color: violet;
}

#post-52 > div.myheading > h1 {
    font-family: "Synthemesc";
    src:url(Synthemesc.woff) format("opentype");
    color: violet;
    font-size: 48px
}
*/
.tribe-tickets__tickets-item-extra-available {
    display: none;
    color: var(--tec-color-text-secondary);
}

h2 {
  font-size: 40px;
}

img {
  max-width:100%;
  height:auto;
  width: auto;
}

.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

/* Links inside the navbar */
/*.navbar ul li a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}*/

/* Change background on mouse-over */
.navbar ul li a:hover {
  background: #ddd;
  color: black;
}

/*
.pagecontainerside {
  width: 30%;
}

.pagecontainermiddle {
  width: 30%;
}

.pagetable {
  background-color: white;
}*/

@media (orientation: landscape) {
.pagetable {
  /*width: 100%;*/
  margin: auto;
  width: 50%;
  padding: 10px;
}
}

@media (orientation: portrait) {
.pagetable {
  /*width: 100%;*/
  margin: auto;
  width: 90%;
  padding: 10px;
}
}

body {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif; 
  line-height: 1.8em;
}

.page {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}
