body{
	background-image: url("./IMG/background.jpg");
	margin:auto;
	width:75%;
	padding:1%;
	/*width:57%;*/
	font-family:"tahoma",sans-serif;
	font-size:11px;
	text-align: left;
}
/*HEADER*/
header{
	border: 1px solid rgba(119,119,119,1);
	float: right;
	background: rgba(255,255,255,0.7);
	height:21%;
	width:50%;
	display: flex-box;
	position: fixed;
	overflow: hidden;
}
.about{	
	margin:auto;
	width: 60%;
	height:40%;
	padding:1%;
	overflow: scroll;
	text-align: justify;
}
::-webkit-scrollbar{
	display:none;
}

h1{
	font-family: "bello-caps",cursive;
	font-style: normal;
	font-weight: 400;
	text-transform:uppercase;
	font-size: 500%; /*fix this*/
	line-height: 80%;
	margin-bottom: 0;
	text-align: center;
}
/*NAVIGATION*/
nav{
	border: 1px solid rgba(119,119,119,1);
	background: rgba(255,255,255,.7);
	width:25%;
	height:21%;
	position: absolute;
	right:11%;
	overflow:scroll;
	display: flex;
    justify-content: center;
}
ul{
	list-style:none;
    padding-left:0;
    margin-top:0;
    width: 100%;
    height: 100%;
}
li{
	border: 1px rgba(0,0,0,0) solid;
	margin-bottom: 1%;
	padding-top:2%;
    padding-bottom:2%;
	/*font*/
	text-align: center;
	text-transform: uppercase;
	list-style: 25%;
}
li:hover{
	background-color: rgba(172,0,207,.25);
}
a{
	text-decoration: none;
	color:black;
	letter-spacing: 1px;
}
/* DIVS */
main{
	display: flex;
	position:absolute;
	top:25%;
	height:61%;
	width:76.5%;
	overflow: hidden;
	margin-left: auto 1.5em;
	justify-content: space-between;
}
.box1{
	border: 1px solid rgba(119,119,119,1);
	height:50%;
	width:32%;
	display: inline-block;
	position: relative;
	vertical-align:center;
	z-index: 999;
	/*image*/
	background-image: url("./IMG/sketches.jpg");
	background-repeat: repeat;
	background-position: center;
	background-attachment: relative;
	overflow: scroll;
}
.box2{
	border: 1px solid rgba(119,119,119,1);
	height:50%;
	width:32%;
	display: inline-block;
	position: relative;
	vertical-align:center;
	z-index: 999;
	/*image*/
	background-image: url("./IMG/steven.jpg");
	background-repeat: repeat;
	background-position: center;
	background-attachment: relative;
	background-size: cover;
	overflow: scroll;
}
.box3{
	border: 1px solid rgba(119,119,119,1);
	height:50%;
	width:32%;
	display: inline-block;
	position: relative;
	vertical-align:center;
	z-index: 999;
	/*image*/
	background-image: url("./IMG/lions.jpg");
	background-repeat: repeat;
	background-position: center;
	background-attachment: relative;
	background-size: cover;
	overflow: scroll;
}
/*HOVER TEXT*/
span.text-content{
	background: rgba(0,0,0,0.5);
	color: white;
	display: table;
	overflow: hidden;
	opacity: 0;
	height: 100%;
	width: 100%;
	text-align: justify-all;
	vertical-align: center;
}
span.text-content:hover{
	opacity: 1;
}
/*FOOTER*/
footer{
	border: 1px solid rgba(119,119,119,1);
	background: rgba(255,255,255,0.7);
	height:4%;
	width:76.5%;
	bottom:1%;
	display: block;
	position: absolute;
	overflow: hidden;
	text-align: center;
}
/*ARTICLE*/
article{
	border: 1px solid rgba(119,119,119,1);
	display: inline-block;
	position:fixed;
	top:59%;
	height:32%;
	width:76.5%;
	overflow: scroll;
	margin-left: auto 1.5em;
	z-index: 5;
	background: rgba(255,255,255,0.7);
}
#art{
	padding: 3%;
	text-align: justify;
	font-size:125%;
}
h3{
	margin-top:25%;
	line-height: 1;
	font-family: "bello-caps",cursive;
	font-style: normal;
	font-weight: 400;
	text-transform:uppercase;
	font-size:3em;
	text-align: center;
}
input.visible {
  visibility: visible !important;
}
blockquote{
	text-transform: capitalize;
	font-size: 100%; /*fix this*/
	line-height: 80%;
	text-align: center;
	padding: 1%;
	margin:auto;
}

h4{
	color:rgba(30,64,100,1);
	font-size: 250%;
	text-transform: capitalize;
	margin:0;
	text-align: left;
}
aside{
	background-color: rbga(238,82,123,1);
	text-transform: uppercase;
	text-align: center;
	color:skyblue;
	font-size: 15px;
}
b{
	color:rgba(238,82,123,1);
}