body {
background: url(bgr.png) no-repeat 50% 50% #4b596a;
text-align: center;
font-family: "Raleway",sans-serif;
margin: 0;
}
.fr {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 1;
background: url(bgr_pattern.png) repeat 50% 50%;
}

#wrap {
    min-height: 740px;
    min-width: 960px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(bgr.png) no-repeat 50% 50% #4b596a;
}

h1 {
	text-align: center;
}
h2 {
	text-align: center;
}
h3 {
	text-align: center;
}

.animate {
	font-size: 50px;
	margin: 50px 0 0;
}

.animate span {
	display: inline-block;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	font-family: "Raleway",sans-serif;
}

.animate span:nth-of-type(2) {
	animation-delay: .05s;
}
.animate span:nth-of-type(3) {
	animation-delay: .1s;
}
.animate span:nth-of-type(4) {
	animation-delay: .15s;
}
.animate span:nth-of-type(5) {
	animation-delay: .2s;
}
.animate span:nth-of-type(6) {
	animation-delay: .25s;
}
.animate span:nth-of-type(7) {
	animation-delay: .3s;
}
.animate span:nth-of-type(8) {
	animation-delay: .35s;
}
.animate span:nth-of-type(9) {
	animation-delay: .4s;
}
.animate span:nth-of-type(10) {
	animation-delay: .45s;
}
.animate span:nth-of-type(11) {
	animation-delay: .5s;
}
.animate span:nth-of-type(12) {
	animation-delay: .55s;
}
.animate span:nth-of-type(13) {
	animation-delay: .6s;
}
.animate span:nth-of-type(14) {
	animation-delay: .65s;
}
.animate span:nth-of-type(15) {
	animation-delay: .7s;
}
.animate span:nth-of-type(16) {
	animation-delay: .75s;
}
.animate span:nth-of-type(17) {
	animation-delay: .8s;
}
.animate span:nth-of-type(18) {
	animation-delay: .85s;
}
.animate span:nth-of-type(19) {
	animation-delay: .9s;
}
.animate span:nth-of-type(20) {
	animation-delay: .95s;
}
/* Animation Rotating letters */

.rotate span {
	color: #a5cb21;
	opacity: 0;
	transform: translate(200px, -100px) scale(2);
	animation: ballDrop .3s forwards;
}

@keyframes ballDrop {
	60% {
		transform: translate(0, 20px) rotate(-180deg) scale(.5);
	}

	100% {
		transform: translate(0) rotate(0deg) scale(1);
		opacity: 1;
	}
}

#footer-container {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    left: 0;
    width: 100%;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    z-index: 99;
	margin: 0;
	padding: 0;
	height: 50px;
}
#footer {
	display: flex;
}

::selection {

    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;

}
::selection {

    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;

}

nav {
	float: left;
    height: 250px;
    position: absolute;
    top: 250px;
    width: 100%;
    margin: -75px 0 0 0px;

}
nav ul {
    overflow: hidden;
    text-align: center;
    margin: -40px 0;
}
nav li {
    width: 250px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    height: 200px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    background: #fff;
    margin-right: 10px;
}

nav li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #000;
    position: relative;
	padding: 10px 0px;
}

a, a:active, a:visited {
    color: #000;
    text-decoration: none;
}

nav li .ca-main {
    font-size: 30px;
    color: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
    text-transform: uppercase;
    top: 100px;
    left: 0;
    text-align: center;
}

#home {
    position: absolute;
    min-height: calc(100% - 50px);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(bgr_pattern.png) repeat 50% 50%;
    padding-bottom: 50px;
}

#section_load::before, #section_load::after {
    content: "";
    position: absolute;
    top: 0;
    left: -23px;
    width: 23px;
    height: 100%;
    background: url(../images/bgr_shadow_w.png) repeat-y 0 0;
}

#section_load {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10;
	background: url(../images/bgr_shadow.png) no-repeat 50% 50% #73a711;
}
#back {
    position: absolute;
    z-index: 9999;
    left: 40px;
    overflow: hidden;
    display: block;
    text-indent: -999em;
    width: 60px;
    top: 40px;
    height: 60px;
    background: url(btn_pag_arrows_b.png) no-repeat 0 0;
}
.finished #back {
    position: fixed;
}

.button {
  background-color: #e7e7e7; /* Green */
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.table-striped > tbody > tr:nth-of-type(2n) {
  background-color: #f9f9f9;
}


/* Main CSS Masonry Gallery*/
.grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid-wrapper > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}
.grid-wrapper .imagecontainer {
	overflow: hidden;
}