/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18 Jun 2024, 14:27:42
    Author     : ilya
*/

@font-face {
    font-family: "Caveat";
    src: url("../fonts/Caveat-VariableFont_wght.ttf");
}

@font-face {
    font-family: "CavB";
    src: url("../fonts/Caveat-Bold.ttf");
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-VariableFont_wght.ttf");
}

body {
    margin: 0;
    padding: 0;
    width: 96%;
    background-color: #D5BDAF;
    font-size: 14pt;
    text-align: center;
    color: brown;
}

nav {
    position: fixed;
    top: 0;
    text-align: center;
    font-family: Montserrat;
    width: 100%;
    height: 60px;
    background-color: #bc6c25;
    padding: 20px;
    z-index: 100;
}

#logo {
    float: left;
    width: 60px;
    margin: 0;
    padding-right: 60px;
    padding-left: 10px;
}
#combook {
    float: right;
    width: 60px;
    margin: 0;
    padding-right: 40px;
    padding-left: 60px;
}

#zoomA {
    transition: transform ease-in-out 0.01s;
}

#zoomA:hover {
    position: relative;
    top: 80px;
    left: 80px;
    transform: scale(4.0);
} 

#zoomB {
    transition: transform ease-in-out 0.01s;
}

#zoomB:hover {
    position: relative;
    top: 80px;
    right: 80px;
    transform: scale(4.0);
} 

ul {
    list-style: none;
}

#menu {
    position: relative;
    left: 50px;
    list-style: none;
    font-size: 130%;
    margin: 0;
    padding: 0;
    width: 100%
}

#menu li {
    float: left;
    width: 15%;
}

#menu li a {
    padding-right: 20px;
    color: black;
}

#menu li a:hover {
    background-color: #FF7F3E;
}

header {
    position: relative;
    padding-top: 50px;
    text-align: center;
    height: 1200px;
    width: 100%;
    font-family: Caveat;
    font-size: 18pt;
}

header h1 {
    font-family: CavB;
    font-size: 300%;
    font-weight: bold;
}

.btn {
    width: 70px;
    background-color: burlywood;
}

.head {
    width: 30%;
    float: left;
    padding-left: 10%;
    text-align: left;
    font-family: Caveat;
    font-size: 24pt;
}

.clear {
    clear: both;
}

.book {
    width: 31%;
    text-align: left;
    font-family: Caveat;
    font-size: 24pt;
    float: left;
    padding-left: 20px;
}

.book img {
    float: left;
    padding-right: 10px;
}

#books {
    width: 100%;
    height: 1000px;
    padding-top: 100px;
    padding-left: 20px;
    margin-left: 20px;
}

#archive {
    width: 100%;
    height: 800px;
    color: brown;
    font-family: Montserrat;
    font-size: 150%;
}

#vd {
    float: left;
    padding: 40px;
}

#ad {
    float: right;
    padding: 40px;
    width: 600px;
}

#media {
    font-family: Montserrat;
    font-size: 110%;
    background-color: blanchedalmond;
    color: brown;
}

#order {
    width: 100%;
    height: 600px;
    font-family: Montserrat;
    font-size: 110%;
    text-align: left;
}

#ln {
    float: left;
    padding: 40px;
    width: 40%;
}

#rn {
    float: right;
    padding: 40px;
    width: 40%;
}

#hilsns {
    width: 100%;
    height: 600px;
    padding-top: 50px;
    font-family: Montserrat;
    font-size: 110%;
}

#frontL {
    float: left;
    width: 40%;
    padding: 40px;
    text-align: left;
}

#zoomL {
    float: right;
    width: 40%;
    padding: 40px;
    text-align: left;
}

#zoomRef {
   font-style: italic;
   font-weight: bold;
   font-size: 110%;
   color: blue;
   
}

#zoomRef:hover {
    cursor: grab;
} 

#aboutus {
    padding: 40px;
    width: 100%;
    height: 800px;
    font-family: Montserrat;
    font-size: 100%;    
}

#contacts {
    float: left;
    width: 30%;
    padding: 40px;
    text-align: left;
}

#donate {
    float: right;
    width: 50%;
    padding: 40px;
    text-align: left;
}

footer {
    width: 100%;
    height: 150px;
    border: 1px brown solid;
    margin: 20px;
}

#copyR {
    float: left;
    width: 25%;
    height: 150px;
    padding: 20px;
    text-align: left;
    font-family: Montserrat;
    font-size: 100%;
    font-weight: bold;
}

#conT {
    float: right;
    width: 50%;
    height: 150px;
    padding: 10px;
    text-align: left;
    font-family: Montserrat;
    font-size: 100%;
    font-weight: bold;    
}


