/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


/* Not sure this is working but its for the top menu bg color and size */
.tm-toolbar {
    padding-top: 1px; 
    padding-bottom: 1px;
    background: #2d2d2d;
    color: #7a8188;
}



.uk-text-large {
  color:white;
}

.uk-overlay-area {
    background: rgba(0, 0, 0, 0.6);
}


/* this changes b/g col on home page main body text */
.uk-width-medium-1-1 {
      background-color: rgba(0,0,0,0.6);
}

.uk-thumbnail-caption {
    color: white;
}

.tm-block {
  background: rgba(0, 0, 0, 0.7);
  color: white;
}

/* medium & large screens  http://www.paigeturnah.com/tour/      */  
@media   (min-width: 1000px)  {  

.uk-block-default { 
background-image:url('https://www.paigeturnah.com/tour/images/paige-turnah-background-large.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-size:cover;
  color:white;
}
}

/* small screens  http://www.paigeturnah.com/tour/       */  
@media (max-width: 999px) {  
.uk-block-default{ 
background-image:url('https://www.paigeturnah.com/tour/images/paige-turnah-background-large.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-size:cover;
  color:white;
  
}
}

.uk-panel-box-primary {
    background-color: rgba(34, 41, 46, 0.85);
}


h1  {
  background: rgba(0, 0, 0, 0.2);
  color: white;
}

h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    color: #BA55D3         /* this is pink if needed  #fbbfbf;  */
}


.uk-overlay-panel {  
    background-image: url("../../../artwork/hash.svg");   
  
}