@import url('https://fonts.googleapis.com/css?family=Niramit');

/* ### For Queen Mother ### */
html{
    -moz-filter: grayscale(90%);
    -ms-filter:grayscale(90%);
    -o-filter:grayscale(90%);
    /* IE */
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;
    /* Chrome, Safari */
    -webkit-filter: grayscale(90%);
    /* Firefox */
    filter: grayscale(90%);
}
body{
    background-image: linear-gradient(45deg,#ddd6f3,#faaca8);
    background-repeat: no-repeat;
    font-family: 'Niramit', sans-serif;
}
#bg{
    width: 100%;
    height: auto;
    margin-left: auto;
}



#name{
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #ffe4e1, 0 0 1em rgb(250, 250, 250), 0 0 0.2em #ffccff;
}
#imghistory{
    border-radius:10px; 
    border-style: solid; 
    border-color: #73387c; 
    border-width: 2px;
}

#imghistoryindex{
    border-radius:10px; 
    border-style: solid; 
    border-color: #73387c; 
    border-width: 2px;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#imghistoryindex:hover{
    border-radius:10px; 
    border-style: solid; 
    border-color: #d326ee; 
    border-width: 2px;
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.card-title{
    font-weight: bold;
}

.img-fluid{
    border-radius: 5px;
}

#hall{
    padding:20px;
    font-size: 36px;
    font-weight: bold;
}
#text{
    font-size: 24px;
    font-weight: bold;
}

#con{
    width: 150px;
    height: 150px;
}
#btnhistory{
    background-color: #834d9b;
    border-style: solid; 
    border-color: #d896ff; 
    border-width: 2px;
    border-radius: 10px;
    letter-spacing: 2px;
}
#btnhistory:hover{
    color: black;
    border-style: solid; 
    border-color:  #434343; 
    border-width: 2px;
    background-color: #c471ed;

}

.footer{
    background-image: linear-gradient(45deg, #42275a,#734b6d);
	/* background-color: #73387c; */
	color: white;
	padding:15px;
}
/* Social Button */
.social-icons a {
    color: white;
    text-decoration: none;

}
.fa-facebook {
    padding:14px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    
}
.fa-facebook:hover {
    color: #8b9dc3;
}

/* .fa-external-link {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;

}
.fa-external-link:hover {
    background-color: #0057e7;
}

.fa-google-plus {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;

}
.fa-google-plus:hover {
    background-color: #d62d20;
} */

/* Viedeo */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10%;
}