
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Playwrite+HR+Lijeva:wght@100..400&display=swap');

* {
    box-sizing: border-box;
    font-family:'Gill Sans', 'Trebuchet MS', sans-serif
}
::selection {
    color:white;
    background-color: #865e30;
}
body{
    height: 100vh;
    margin: 0;
    background-image: linear-gradient(to right top, #eee,rgba(0, 0, 17, 0.099)) , url(../img/background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    overflow: hidden;
}
img.icon {
    width: 30px;
    position: fixed;
    top: 0;
    left: 0;
}
h1, 
nav {
    margin: 10px auto;
    padding: 10px;
}
header {
    width: 30%;
    height: 80px;
}
h1 {
    font-family: "Dancing Script", cursive;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    color: #865e30;
    text-shadow: 1px 2px 1px #dcc390 ,2px 3px 1px #fff;
    width: 100%;
    text-align: center;
}
nav {
    width: 70%;
    height: 50px;
    display: flex;
    justify-content: space-evenly;
}
nav a {
    list-style: none ;
    text-decoration: none;
    text-transform: capitalize;
    font-style: italic;
    font-size: 20px;
    color:white;
    border-bottom: 2px solid transparent;
}
nav a:hover {
    border-bottom-color: white;
    color: #865e30;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
container.contain-info{
    width: 40%;
    height: 50vh;
    padding: 10px;
    margin: 20px ;
    letter-spacing: 1px;
    word-spacing: 2px;
    line-height: 2.3;
}
footer {   
    background-color:#865e30;
    color:white ;
    position: fixed; ;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
}
.start {
    margin-top: 40px;
}
.contact-info {
    width: 80%;
    padding: 10px;
    margin: 20px;
}
span {
    text-transform: capitalize;
    font-style: italic;
    font-size: 20px;
    color: #fff;
    padding: 10px;
}
.contact-back {
    background-image: linear-gradient(to right top, #865e30, #dcc390c4, #d8ccc027), 
                    url(../img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height: 100%;
    overflow-y:auto ;
}
iframe {
    width: 60%;
    height: 300px;
    border: 1;
}
span +a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    
}
hr {
    width:50%;
}
.social-icons {
    padding: 10px;
    display: flex;
}
.social-icons a {
    margin: 0 10px;
    align-self: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
    color: #fff;
    font-size: 27px;
    transition: color 0.3s ease;
    border-bottom: 2px solid beige;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.social-icons a:hover {
    color: #dcc390;
    background-color: #fff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
h3 {
    font-style: italic;
    font-size: 25px;
    font-family: cursive;
    text-transform: capitalize;
}
