/*
Theme Name: tenerindicom
Author: Michael Hartmann
Author URI: https://www.tenerindi.com/
Description: A Pretty description for your custom theme
Version: 1.0
Requires at least: 5.8
Tested up to: 6.2.2
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tenerndicom
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* CSS Document */

body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-5 {
  position: relative;
  opacity: 0.95;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-4 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("images/img_parallax.jpg");
  min-height: 100%;
}

.bgimg-2 {
  background-image: url("images/img_parallax2.jpg");
  min-height: 100%;
}

.bgimg-3 {
  background-image: url("images/img_parallax3.jpg");
  min-height: 100%;
}

.bgimg-4 {
  background-image: url("images/img_parallax4.jpg");
  min-height: 100%;
}

.bgimg-5 {
  background-image: url("images/img_parallax5.jpg");
  min-height: 100%;
}

.mybg-violett-dark {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#300261+0,020949+100 */
background: #300261; /* Old browsers */
background: -moz-linear-gradient(top,  #300261 0%, #020949 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #300261 0%,#020949 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #300261 0%,#020949 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#300261', endColorstr='#020949',GradientType=0 ); /* IE6-9 */
}

.liladiv {
	background-color: rgba(48, 2, 97, .7);
	padding:25px;
	border-radius:15px;
	box-shadow: 0 0 50px 15px #d5adff;
}
.space20div {
	height:10vh;
}

.caption {
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	text-align: center;
	color: #000;
	background-color: rgba(0, 51, 153, .7);
	padding:25px;
}

.caption span.MyBorder {
  
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
    /*background-attachment: scroll;*/
  }
}

.My3Colums {
  column-count: 3;
}
@media (max-width: 992px) {
    .My3Colums {
  		column-count: 2;
	}
}
@media (max-width: 575px) {
    .My3Colums {
  		column-count: 1;
	}
	.caption span.MyBorder {
  
  		color: #fff;
  		padding: 10px;
  		font-size: 16px;
  		letter-spacing: 1px;
}
}
}