body{
    background-color: black;
    font-family: Verdana, Arial, Geneva;
}

.bg-overlay{
padding-top: 50px;
background: url('https://cdn-cms.f-static.com/uploads/1017556/2000_5b222df15352d.jpg')no-repeat center center fixed;
background-size: cover;
height: 800px;
text-align: center;
}


.page1{
padding-top: 15%;
padding-bottom:20%;
color: white;
  
}

.page1 > h1 {
padding: 20px;
font-size: 5em;
font-family: monospace;
}

.page1 > h3{
padding: 20px;
font-size: 2em;
font-family: monospace;  
}

.adresses > li{
padding: 0px 20px;
}
 
li > .btn {
  margin:5px 0px;
  letter-spacing: 2px;
  transition: 1s;
}

li > .btn:hover {
  transform:scale(1.5);
  transition: 0.2s;
  letter-spacing: 3px;
}
/* End of first page Style */
/* Second Page Style */

.projects-content{
padding-top: 50px;
background: url('https://cdn-cms.f-static.com/uploads/1017556/2000_5b222df1876eb.jpg')no-repeat center center fixed;
background-size:cover;
text-align: center;
}

.bg-overlay2{
margin-top: -50px;
background: rgba(0, 0, 0, 0.8);
min-height:800px; 
}


.proiect1 {
padding: 20px;
transition: 0.1s;
opacity: 0.9;
}

.proiect1:hover {
transform: scale(1.1);
opacity: 1;
}

.proiect2{
padding: 20px;
transition: 0.1s;
opacity: 0.9;
}
.proiect2:hover{
transform: scale(1.1);
opacity: 1;
}

.proiect3{
padding: 20px;
transition: 0.1s;
opacity: 0.9;
}
.proiect3:hover{
transform: scale(1.1);
opacity: 1;
}


.project1-1{
color: white;
}

.project2-1{
color:white;
}

.project3-1{
color: white;
}

.projects-style{
margin-top: 15%;
}

.CvPage{
padding-top: 50px;
background: url('https://cdn-cms.f-static.com/uploads/1017556/2000_5b222e34a727c.jpg')no-repeat center center fixed;
background-size:cover;
text-align: center;
}
 
.bg-overlay3{
margin-top: -50px;
height: 800px;
background: rgba(0, 0, 0, 0.5);
}

.CvStyle{
margin-top: 70px;
}
.ContactPage{
padding-top: 50px;
background: url('https://cdn-cms.f-static.com/uploads/1017556/2000_5b2242d5b0f25.jpg')no-repeat center center fixed;
background-size:cover;
text-align: center;
}
.bg-overlay4{
margin-top: -50px;
min-height: 800px;
background: rgba(0, 0, 0, 0.6);
}
.ContactInfo{
color: white;
margin-top: 25%;
}
#ContactText{
font-size: 5em;
}
#ContactLinkedin{
margin-top: 30px;
}
.ContactMap{
margin-top: 15%;
margin-bottom: 10%;
}