		
		body {background:linear-gradient(#02092C, #061651); background-attachment:fixed;}
	
		#wrapper {width:1300px; margin:70px auto; text-align:center;}

		
		img.logo {width:600px;}

@media (max-width: 800px) {
	#wrapper {width:95%;}
	img.logo {width:70%;}
}
		
		 nav {margin:50px 0px; padding:30px; box-shadow:2px 2px 15px #8998BF;}

		 a.item {
			font-size:25px;
			font-family:Barlow Semi Condensed; 
			color:#A9B4DB; 
			text-decoration:none; 
			letter-spacing:1px;
			text-transform:uppercase; 
			margin-right:30px; 
			margin-left:30px; 
			padding:25px 15px; 
			background-color:none; 
			border-radius:10px;
			-webkit-transition:.5s background-color;
		}
		
		a.item:hover {background-color:#202575; transition:.5s background-color;}

#menu-toggle {
  display: none;
}

/* Hamburger icon */
.menu-icon {
  font-size: 40px;
  color: #A9B4DB;
  cursor: pointer;
  display: none;
}

/* Menu items */
.menu-items {
  list-style: none;
}

@media (max-width: 800px) {
	
	nav {padding:30px 10px;}
	
	a.item {font-size:22px; margin-top:15px; margin-bottom:15px;}

  .menu-icon {
    display: block;
  }

  .menu-items {
    display: none;
    flex-direction: column;
    margin-top: 10px;
    text-align:left;
  }

  #menu-toggle:checked + .menu-icon + .menu-items {
    display: flex;
  }
}
		
		article {text-align:left;}
		
		h1 {font-size:70px; font-family:"Goudy Bookletter 1911"; color:#A9B4DB;}
		
		p {font-size:23px; font-family:Felipa; color:#A9B4DB;}
		.center {text-align:center; margin:auto;}
.n {font-size:28px; font-family:Felipa; color:#A9B4DB; line-height:40px; text-align:center; margin-top:30px;}
		
		img.right {width:550px; float:right; margin:0px 0px 20px 30px; border:solid 2px #93A1D2; box-shadow:2px 2px 10px #A9B4DB;}

@media (max-width: 800px) {
	h1 {font-size:60px;}
	.n {font-size:23px; line-height:35px;}
	img.right {width:95%; float:none; margin:0px 0px 10px 0px;}
}

.gall {margin:40px 0px; padding:20px; background:#27356A; border:solid 2px #93A1D2;}
.col {width:300px; display:inline-grid; margin:15px; text-align:left;}
img.gall-i {width:100%; border:solid 2px #02092C; -webkit-transition:.5s border;}
img.gall-i:hover {border:solid 2px #fff; transition:.5s border;}

.col-lg {width:400px; display:inline-grid; margin:15px; text-align:left;}

.cap {font-size:14px; font-family:Barlow Semi Condensed; color:/*#364887*/ #7882a4; margin:10px 0px;}

img.full {width:60%; margin:40px auto; border:solid 2px #bbcdd7; box-shadow:2px 2px 85px #3125bb; -webkit-transition:1s box-shadow, 1s width; animation-name:show-float; animation-duration:8s; animation-iteration-count:infinite; animation-timing-function:ease-in-out;}
img.full:hover {transition:1s box-shadow, 1s width; box-shadow:20px 20px 120px #FFAD00; width:65%;}

/* CSS Document */

.footer {margin-top:100px; font-size:18px; font-family:Barlow Semi Condensed; color:#9DA5BE;}
.footer a {color:#9DA5BE;}


@keyframes show-float {
	0% {transform: translate(0,0px);}
	50% {transform: translate(0,10px);}
	{transform: translate(0,-0px);}
}