@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah');

body {
    font-family: sans-serif;
}

.temp-msg {
    text-align: center;
    color: white;
    bottom: 25px;
    display: block;
    width: 100%;
    position: absolute;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.justified {
    text-align: justify;
}

#menu {
    background-color: #e6e6e6;
    line-height: 50px;
    padding-left: 20px;
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 16pt;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
}

#menu > div {
    vertical-align: middle;
}

#menu ol,
#menu ul {
    list-style: none;
    display: inline;
}

#menu li {
    display: inline-block;
    padding-right: 22px;
}

#menu li a {
    display: block;
    color: #000;
}


#homeDiv {
    background-image: url('../img/home.jpg');
    opacity: 1;
    min-height: 94vh;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}

#gmaps-canvas {
    box-sizing: border-box;
    width: 100%;
    height: 400px;
    border: 4px solid #fff;
}

#link-bio {
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 560px;
    left: 920px;
}

#link-telas {
    width: 450px;
    height: 550px;
    background: rgba(255, 255, 255, 0.2);
    border: 0;
    position: absolute;
    top: 0px;
    left: 50px;
}

#link-azulejaria {
    width: 450px;
    height: 550px;
    background: rgba(255, 255, 255, 0.2);
    border: 0;
    position: absolute;
    top: 0px;
    left: 580px;
}

#link-ceramica {
    width: 450px;
    height: 550px;
    background: rgba(255, 255, 255, 0.2);
    border: 0;
    position: absolute;
    top: 0px;
    left: 1120px;
}

#footer {
    bottom: 0;
    position: fixed;
    height: 30px;
    display: block;
    width: 100%;
    background: #474747;
    z-index: 100;
    text-align: right;
    color: #f2f2f2;
    line-height: 30px;
}

#footer ol,
#footer ul {
    list-style: none;
}

#footer li {
    display: inline-block;
    padding-right: 22px;
}

#footer li a {
    display: block;
    color: #fff;
}

.slide {
    text-align: center;
}

.fp-controlArrow.fp-prev {
    border-color: transparent #FFF transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 55px;
    border-color: transparent transparent transparent #FFF;
}

.page {
    margin: 50px;
    height: 94%;
}

.page > div {
    margin-top: 40px;
}

.gallery {
    margin: 0 100px;
}

.full-row {
    height: 100%;
    position: absolute;
}

#bio > div {
    display: inline-block;
}

#bio > div:first-child {
    width: 52%;
    position: relative;
    z-index: 10;
}

#bio > div:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    background-image: url(../img/bio.png);
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.section-title {
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 24pt;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 15.4px;
}

.slide-title {
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 5em;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
}

.section-content {
    font-family: 'Open Sans', sans-serif;
}

.main-title {
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 38pt;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    color: #fff;
}

.main-title.line1 {
    position: absolute;
    bottom: 100px;
    left: 50px;
}

.main-title.line2 {
    position: absolute;
    bottom: 50px;
    left: 300px;
}

.white-txt {
    color: #fff;
}

.mail-link,
.mail-link:hover {
    color: #FFF;
}

.galleryImgH {
    max-width: 40%;
    height: auto;
    display: inline-block;
    border: 6px solid #FFF;
}

.galleryImgV {
    max-width: 30%;
    height: auto;
    display: inline-block;
    border: 6px solid #FFF;
}

.galleryImgV2 {
    max-width: 20%;
    height: auto;
}

.galleryImgInfo {
    background: rgba(0, 0, 0, 0.25);
    width: 350px;
    height: auto;
    text-align: left;
    vertical-align: middle;
    padding: 20px;
    margin-left: 10px;
    bottom: 50px;
    position: absolute;
}

.fotorama__wrap {
    margin: 0 auto;
}

#loading {
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    color: #FFF;
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 24pt;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 15.4px;
}

#loadingContent {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

#loadingContent > img {
    margin-top: 40px;
}