/*
Theme Name: Badral Chuluunbaatar
Description: badralchuluunbaatar.com
Author: Mind Agency
Author URI: https://mindagency.mn
Version: 2.0
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body * {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
}

a:hover {
	color: #fff;
	text-decoration: none;
}
.title {
	background: #000;
	text-align: center;
	padding-top: 60px;
	margin-bottom: -100px;
}
.myContainer {
	max-width: 1200px;
	margin: auto;
}

.button {
	background-color: #ebbe67;
	border: none;
	color: white;
	padding: 1px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 10px;
	margin: 4px 20px;
	cursor: pointer;
	font-weight: bold;
}

body1 {
	background: #000;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

body2 {
	background: #000;
	height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;

}

.container {
	align-items: center;
	justify-content: center;
	text-align: center;
}

h1 {
	color: #ebbe67;
	height: 80px;
	font-size: 25px;
}

.date {
	color: #ebbe67;
	font-size: xx-large;
	margin-top: 0%;
	margin-bottom: 20px;
}

.text {
	color: white;
	margin-bottom: 200px;
}

.divider {
	height: 5px;
	width: 200px;
	background: #ebbe67;
	display: inline-block;
	border-radius: 100%;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.arrowDivLeft:hover .myArrowLeft {
	transition: 1s;
	margin-right: 10px;
}

.arrowDivRight:hover .myArrowRight {
	transition: 1s;
	margin-left: 10px;
}
.cardNews:hover .details {
  display: flex;
}

.cardNews:hover .text {
  display: none;
}
.img1 {
	width: 350px;
	height: 400px;
	object-fit: cover;
}
header li a, footer li a {
	--tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
	padding: 0.25rem;
	display: inline-block;
	transition: all 0.2s ease-out;
}
header li a:hover, footer li a:hover {
	border-bottom: 2px solid #fff;
}
header li.current-menu-item a, footer li.current-menu-item a {
	border-bottom: 2px solid #fff;
}
header .lang {
    margin-top: -3px;
}
header .lang a {
	padding: 0;
}
header .lang a:hover {
	border: 0;
}
.slider {
	--tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
	background-image: url(images/cloud.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.awards {
	background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
	background-image: url(images/awards.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.awards .a1 {
	margin: 200px 0;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}
.photoSlider li {
	list-style-type: none;
}
.photoSlider li.current-menu-item a {
	color: #C9AB64;
}