@import url('../css-1');
@import url('../css-2');
@import url('../css-3');
body {
font-family: 'Poppins', sans-serif;
}
.sectionClass {
padding: 20px 0px 0px 0px;
position: relative;
display: block;
}
.fullWidth {
width: 100% !important;
display: table;
float: none;
padding: 0;
min-height: 1px;
height: 100%;
position: relative;
}
.sectiontitle {
background-position: center;
margin: 0 0 0px;
text-align: center;
min-height: 20px;
padding:3vw;
}
.sectiontitle h2 {
font-size:3vw;
font-weight: 100;
color: #fff;
text-transform: uppercase;
}
.sectiontitle h2 span {
font-weight: 700;
}
.sectiontitle p {
font-size:1.3vw;
color: #fff;
}
.headerLine {
width: 120px;
height: 5px;
display: inline-block;
background: #fff;
}
.projectFactsWrap {
display: flex;
margin-top: 20px;
flex-direction: row;
flex-wrap: wrap;
}
#projectFacts .fullWidth {
padding: 0;
}
.projectFactsWrap .item {
width: 25%;
height: 100%;
padding: 20px 0px;
text-align: center;
}
.projectFactsWrap .item p.number {
font-size: 30px;
padding: 0;
font-weight: bold;
}
.projectFactsWrap .item p {
color: rgba(255, 255, 255, 1);
font-size: 1.2vw;
margin: 0;
padding: 10px;
font-family: 'Poppins', sans-serif;
font-weight:700;
}
.projectFactsWrap .item span {
width: 60px;
background: rgba(255, 255, 255, 0.8);
height: 2px;
display: block;
margin: 0 auto;
}
.projectFactsWrap .item i {
vertical-align: middle;
font-size: 50px;
color: rgba(255, 255, 255, 0.8);
}
.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p {
color: white;
}
.projectFactsWrap .item:hover span {
background: white;
}
@media (max-width: 812px) {
.sectiontitle p {
font-size: 14px;
}
.projectFactsWrap .item p {
font-size: 14px;
}
.projectFactsWrap .item {
flex: 0 0 50%;
}
}
/* AUTHOR LINK */


footer {
z-index: 100;
padding-top: 50px;
padding-bottom: 50px;
width: 100%;
bottom: 0;
left: 0;
}
footer p {
color: rgba(255, 255, 255, 0.8);
font-size: 16px;
opacity: 0;
font-family: 'Open Sans';
width: 100%;
word-wrap: break-word;
line-height: 25px;
-webkit-transform: translateX(-200px);
transform: translateX(-200px);
margin: 0;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
transition: all 250ms ease;
}
footer .authorWindow a {
color: white;
text-decoration: none;
}
footer p strong {
color: rgba(255, 255, 255, 0.9);
}
.about-me-img {
width: 120px;
height: 120px;
left: 10px;
/* bottom: 30px; */
position: relative;
border-radius: 100px;
}
.about-me-img img {
}
.authorWindow {
width: 600px;
background: #75439a;
padding: 22px 20px 22px 20px;
border-radius: 5px;
overflow: hidden;
}
.authorWindowWrapper {
display: none;
left: 110px;
top: 0;
padding-left: 25px;
position: absolute;
}
.trans {
opacity: 1;
-webkit-transform: translateX(0px);
transform: translateX(0px);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
}
@media screen and (max-width:812px) {
.sectiontitle {
    padding: 2em;
}
.authorWindow {
width: 210px;
}
.sectiontitle p {
font-size:1em;
color: #fff;
}
.projectFactsWrap .item i {
vertical-align: middle;
font-size: 34px;
color: rgba(255, 255, 255, 0.8);
}
.projectFactsWrap .item p.number {
font-size: 30px;
padding: 0;
font-weight: bold;
}
.projectFactsWrap .item p {
font-size: 1.3em;
padding: 10px;
}
.authorWindowWrapper {
bottom: -170px;
margin-bottom: 20px;
}
footer p {
font-size: 14px;
}
}
