@charset "UTF-8";
/* CSS Document */

body {
    background-color: #fff;
    margin: 0px;
    font-family: 'Barlow', sans-serif;
    color: #333;
    }

#top{
    width: auto;
    margin: 0px;
    height:130px;
    background-color: #fff;
    padding:30px;
    color: #ff9e0d;
    }

#logoLine{
    text-align:center;
    float:left;
    font-size:14px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #ff9e0d;
    border-left:0px;
    border-right:0px;
    border-top: 0px;
    width:200px;
}

#menu{
    text-align:center;
    float:right;
    font-size:14px;
    padding-top: 56px;
}

#infoText{
    max-width: 600px;
    margin:auto;
    font-size: 30px;
    padding:40px;

}

h1.logo{
    font-size: 14px;
    font-family: 'Barlow', sans-serif;  
}

h2.logo{
    font-size: 10px;
    font-family: 'Barlow', sans-serif;  
}

h2.helpText{
font-size: 14px;  
font-family: 'Barlow', sans-serif;    
}

h1.header{
    font-size: 120px;
    font-family: Myriad Pro;
    font-weight: 100;
    text-align: center;
}
#logoPng{
    width: 150px;
}
#content{
    padding-top: 0px;
    font color: #111;
}

p{padding-top:10px;}

a.white{
    color: #fff;
}

a.white:hover{
    color: #eee;
}
a.orange{
    color: #ff9e0d;
    text-decoration: none;
}
a.orange:hover{
    color: #eeb165;
}
footer{
    width: 100%;
    margin: 0px;
    height:150px;
    background-color: #fff;
    padding:0px;
    color: #fff;
    float:left;
}
  
#element1{
    padding-top:20px;
    color:#333;
    text-align:left;
    float:left;
    font-size:14px;
    border-bottom:0px;
    border-left:0px;
    border-right:0px;
    border-top: 1px;
    border-style: solid;
    border-color: #ff9e0d;
    width:200px;
    margin:30px;

}

#element2{
    padding-top:20px;
    color:#333;
    text-align:left;
    float:left;
    font-size:14px;
    border-bottom:0px;
    border-left:0px;
    border-right:0px;
    border-top: 1px;
    border-style: solid;
    border-color: #fff;
    margin-left: 30px;
    margin:30px;

}
#element3{
    padding-top:20px;
    color:#333;
    text-align:left;
    float:right;
    font-size:14px;
    border-bottom:0px;
    border-left:0px;
    border-right:0px;
    border-top: 1px;
    border-style: solid;
    border-color: #fff;
    margin-left: 30px;
    margin:30px;

}
h2{
    font-family: Myriad Pro;
    font-weight: 100;
}
h3{
    font-family: Myriad Pro;
    font-weight: 100;
}
a.eventLink{
    color:#ff9e0d;
    font-size: 12px;
    font-style: italic;
}
 a.eventLink:hover{
    color:#ff9e0d;
    font-style: italic;
    color: #eeb165;
}
div.truthGenerator{
    height:320px;
    border-radius: 0px;
}

button {
    border-radius: 10px;
  --c:  #ff9e0d; /* the color*/

  box-shadow: 0 0 0 .1em inset var(--c); 
  --_g: linear-gradient(var(--c) 0 0) no-repeat;
  background: 
    var(--_g) calc(var(--_p,0%) - 100%) 0%,
    var(--_g) calc(200% - var(--_p,0%)) 0%,
    var(--_g) calc(var(--_p,0%) - 100%) 100%,
    var(--_g) calc(200% - var(--_p,0%)) 100%;
  background-size: 50.5% calc(var(--_p,0%)/2 + .5%);
  outline-offset: .1em;
  transition: background-size .4s, background-position 0s .4s;
}
button:hover {
  --_p: 100%;
  transition: background-position .4s, background-size 0s;
}
button:active {
  box-shadow: 0 0 9e9q inset #0009; 
  background-color: var(--c);
  color: #fff;
}

textarea.theTruth {
  min-height: 220px;
  /*border: 2px solid #5cb591;
  border-radius: 4px;*/
  background-color: #c9fae6;
  resize: none;
  width: 100%;
  margin: auto;
  pointer-events: none;
}
div.truthElement{
      padding: 30px 10% 30px 10% ;
      margin: auto;
    text-align: center;


}

button {
    width: 200px;
    height: 40px;    
    font-family: system-ui, sans-serif;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 10px;
    font-weight: bold;  
    border: none;
    margin:auto;
    text-align: center;
}
img.memyselfandI{
    float:left;
    width:200px;
    padding-right:30px;
}
    div.truthGenerator{
    background-color: #eee;
    padding: 30px 10% 30px 10% ;
        min-height: 360px;
}

  #contentIlly{
      text-align: center;
      margin-left:30px;
      margin-right:30px;
      margin-right:30px;
}

div.illyItem{
    margin:5px;
    width: 300px;
    height: 300px;
    display: inline-block;
    background-color: #fff;
    background-position: center center; 
    background-repeat: no-repeat;
    overflow: hidden;
}

a.illyItem{
    margin:5px;
    width: 300px;
    height: 300px;
    display: inline-block;
    background-color: #fff;
    background-position: center center; 
    cursor:pointer;
    background-repeat: no-repeat;
}

a.illyItemH{
    background-size: auto 500px;


}
a.illyItemV{
    background-size: 500px auto;

}

img.live{
    width:150px;
}
img.live:hover{
    width:150px;
    opacity: 0.5;
    transition: opacity 0.3s;
}

img.illustration{
    max-width: 800px;
    margin:auto;
}

a.illyItemH:hover{
     @-webkit-animation: illyH 1s forwards; /* Chrome, Safari, Opera */
    animation: illyH 1s forwards;
}
a.illyItemV:hover{
     @-webkit-animation: illyV 1s forwards; /* Chrome, Safari, Opera */
    animation: illyV 1s forwards;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes illyH {
    100% {background-size: auto 400px;}
}
/* Standard syntax */
@keyframes illyH {
    100% {background-size: auto 400px;}
}

/* Chrome, Safari, Opera */
@-webkit-keyframes illyV {
    100% {background-size: 400px auto;}
}
/* Standard syntax */
@keyframes illyV {
    100% {background-size: 400px auto;}
}

h3.date{
    font-size: 12px;
    color: #555;
    font-style: italic;
    font-family: 'Barlow', sans-serif; 
}
div.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
    display: none !important;
}

