#head{
        border-style:dotted;
        background-color: cadetblue;
		margin: 10px;
        border: 5px solid;
		width:100px;
		float:right;
		padding: 10px;
		height: 200px;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
        }
.logo {
        justify-content: space-between;
        align-items: center;
        background-color:clear;
        width:100%;
        }
p{
        color:orange;
        border-style:dotted;
        background:white;
        }
h1 {
        color:pink;
        }
h2 {
        color:yellow;
        }
h3 {
        color:pink;
        }
h4 {
        color:pink;
        }
h6 {
        color:white;
        }
li {
        color:white;
        }
body {
        background-image: url("https://images.unsplash.com/photo-1487452066049-a710f7296400?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=2371&q=80");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover; 
        }
.intro {
        background:white;
        }
.exhibition {
        background-color: rgba(0,0,0,.5);
        color: #fff;
        }
        
href {
        background:white;
        }
img {
        margin:auto;
        display:block;
        }
        
nav a {
        border-color:green;
        border-width:3px;
        border-style:solid;
        background-color:white;
        margin:1px;
        padding:5px;
        }
#active-page {
        background-color:gray;
        }