.francea-logo {
	width:250px;
}
.francea-creatives-work-logo,
.francea-creatives-about-logo {
	width:110px;
}
.hero__trigger-button.top {
    top:70px;
    transform:rotate(270deg)
}
.hero__trigger-button.top:hover {
    opacity:1;
    top:65px
}
.hero__trigger-button.bottom {
    bottom:70px;
    transform:rotate(270deg)
}
.hero__trigger-button.bottom:hover {
    opacity:1;
    bottom:65px
}
.bold {
    font-weight: bold;
}
.text {
    font-size: 16px;
}
.about-img {
    width: 40%;
    padding-right: 5%;
    padding-bottom: 5%;
}
.about__content__full-box {
    background: #eeeeee;
}
.footer {
	position: absolute;
    bottom: 0;
    width: 100%;
	text-align:center;
	color:#7b8085;
	font-size:12px;
}
/* Small devices (landscape phones, less than 768px) */
@media screen and (max-width: 767px) {
    .francea-logo {
        width:200px;
    }
    .about-img {
        width: 60%;
        padding-right: 5%;
        padding-bottom: 5%;
    }
    .text {
        font-size: 14px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media screen and (max-width: 991px) {

}

/* Large devices (desktops, less than 1200px) */
@media screen and (max-width: 1199px) {

}