html {
    position:relative;
    height: auto;
    width: auto;
    background-color: #3d3d3d;
    background-image: url('../assets/diamond\ abstract\ pattern\ v2.png');
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: 100% auto;
}

::-webkit-scrollbar {
    background-color: transparent;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #FFFFFF44;
    border-radius: 10px;
    padding: 4px;
    transition: all 0.15 ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #FFFFFF88;
}

::-webkit-scrollbar-corner {
    display: none;
}

button {
    display: block;
    border: 0px solid rgb(226, 201, 118);
    color:#3d3d3d;
    background-color:rgb(226, 201, 118);
    font-family: 'Avenir Roman';
    font-size: 45px;
    transition: border 0.15s ease-in-out;
}

button:hover {
    border: 15px solid rgb(226, 201, 118);
}

.headContainer {
    background-color: #00000044;
    margin: 20px -8px;
    display: block;
    text-align: center;
}

.headContainer a{
    position: relative;
    display: inline-block;
    font-family: 'Avenir Roman';
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
    padding: 14px 50px;
    margin: 0px -2px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.headContainer a:hover {
    background-color: rgb(226, 201, 118);
    color: #3d3d3d;
}

.headContainer a.active {
    background-color: rgb(212, 163, 0);
    color:#3d3d3d;
}

.headLine {
    
    background-color: rgb(212, 163, 0);
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0px;
    border: none;
}

.mainBoxDetails {
    height: 0px;
    width: 0px;
    background-color: rgb(49, 49, 49);
    margin:0%;
    padding: 0px;
    border: 0px solid rgb(226, 201, 118);
    overflow: hidden;
    transition: height 0.3s ease-in-out,
                width 0.6s ease-in-out,
                padding 0.5s ease-out,
                border 0.3s ease-out;

}

.mainBoxDetails p{
    font-family: 'Avenir Book';
    font-size: 30px;
    color:rgb(212, 163, 0);
    letter-spacing: 3px;
}

.mainBoxDetails h1{
    font-family: 'Avenir Roman';
    font-size: 25px;
    color:white
}

.mainBoxDetails h2 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    font-style:italic;
    color:white
}

.vl {
    border: none;
    background-color: rgb(226, 201, 118);
    width: 10px;
    height: 50px;
}

.imageFrame {
    width: 900px;
    height: 300px;
    background-color: rgb(226, 201, 118);
    padding:0%;
}

.imageFrame img {
    width: 300px;
    border-left: 15px solid rgb(49, 49, 49);
    border-right: 15px solid rgb(49, 49, 49);
}

@font-face {
    font-family: 'Avenir Roman';
    src: url(../assets/font/AvenirLTStd-Roman.otf);
}

@font-face {
    font-family: 'Avenir Book';
    src: url(../assets/font/AvenirLTStd-Book.otf);
}

@font-face {
    font-family: 'Avenir Black';
    src: url(../assets/font/AvenirLTStd-Black.otf);
}