/* Author: T.Mabusa ROMNerds */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
    padding:10px;
    background-image: url(../images/wall.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
}
.container{
    background-color: #fff;
    padding:10px;
}
h2{
    font-family: 'Great Vibes', cursive;
    text-shadow: 2px 2px mediumspringgreen;
    font-size: 45px;
}
.nav-item a {
    background-color: #00a877;
    color: #000;
    width: max-content;
    border-radius: 2px;
    border-right-style: solid;
}
.nav-item a:hover {
    background-color: #ccc;
    color: #000;
}
a{
    color: brown;
}
a.active{
    background-color: lightcoral;
    pointer-events: none;
}
.nav-item{
    padding-right: 10px;
}
p {
    word-spacing:4px;
    font-family:Cambria;
    font-size:18px;
}
#caption{
    box-shadow: 4px 6px 2px -2px rgba(0, 0, .5, .5);
    padding: 10px;
    background-color: #d4cdcd;
    margin: auto;
    max-width: 220px;
}
#dusk{
    background-color:#d4cdcd;
    text-align:center;
    padding:8px;
    border-radius: 5px;
    box-shadow: 4px 4px 4px -2px rgba(0, 0, .5, .5);
}
.huse {
    color: black;
    font-weight: bolder;
    text-shadow: 2px 2px mediumspringgreen;
    font-family: "Bradley Hand ITC";
    font-size: 40px;
}
.wrapper{
    background-color: #d4cdcd;
    border-radius: 5px;
    box-shadow: 4px 6px 2px -2px rgba(0, 0, .5, .5);
    padding: 10px;
}
#footer {
    background-color: #d4cdcd;
    box-shadow: 4px 6px 2px -2px rgba(0, 0, .5, .5);
    padding-top: 10px;
}
