
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&display=swap');

.alumni-sans-home {
  font-family: "Alumni Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

* {
  font-family: "Alumni Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0px;
  font-style: normal;
}

body {
  font-family: serif;
  background-size:cover;
  background-position:0px -600px;
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/e/e0/Orpierrefranceprovence.jpg');
/*   background-color: rgb(126,140,84); */
  min-height: 100%;
}

/* NAVBAR */
nav {
  position: relative;
  width: 100%;
  height:6ex;
  /* background-color: #000000; */
  background: rgba(0, 0, 0, 0);
  color: #f1f1f1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.nav-ul {
  float: right; 
  top: 50%;
  transform: translate(-10%,-25%);
  display: flex;
  transition: 2s;
  @media (max-width: 700px) {
 transform: translate(5%, -25%);
    float: left
  }
}

/* Position fixed locks at top if width 100% and height is set to height from top */

.nav-li {
  list-style: none;
  
}

.nav-a {
  position: relative;
  display: block;
  margin: 20px 0;
  padding: 10px 13px;
  text-decoration: none;
  color: whitesmoke;
  font-size: 22px;
  transition: transform 0.2s;
  z-index: 1;
  font-family: "Alumni Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}

.nav-a:hover {
  transform: scale(1.7);
  color: red;
}

.videowallpaper {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  zoom: 0.1;
  z-index: 0;
}

/* End of page */
.content {
  position: absolute;
  width: 45%;
  bottom: 0;
  border-top-right-radius: 30px;
  padding: 0px 20px 35px 20px;
  background: rgba(0, 0, 0, 0.4);
  color: #f1f1f1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 15);
  transition: 0.5s;
  @media (max-width: 700px) {
  width: 100%;
  }

}

.content a {
  transition: linear 0.5s;
  font-size: 72px;
  font-family: "Alumni Sans", sans-serif;
  font-weight: 100;
  text-decoration: none;
  color: red;
}

.content a:hover {
  color: white;
  font-weight: 300;
}

.content p{
  font-size: 25px;
}

footer {
  position: absolute;
  text-align: left;
  color: whitesmoke;
  padding: 10px;
  bottom: 0;
  width: 100%;
  opacity: 95%;
  width: 40%
}


/* Projects Page */


.title {
  position: fixed;
  bottom: 50%;
  left: 40%;
  color: #f1f1f1;
  width: 100%;
}

.title h1 {
  margin: 30px;
  font-size: 200px;
}

.title p {
  margin: 20px;
  font-size: 25px;
}


/* Profile */
.Boxes-container {
  padding: 50px 10px 30px 20px;
}

.Boxes-container h1 {
  font-size: 72px;
  padding: 0px 0px 10px 0px;
  line-height: 65px;
  float: left;
  font-weight: 600;
}
.Boxes-container h2 {
  font-size: 42px;
  font-weight: 600;
} 
.Boxes-container h3 {
  font-size: 26px;
  font-weight: 200;
  padding-top: 5px;
}
  

.profile-photo-container {
  width: 155px; height: 155px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
/*   box-shadow: -35px -35px 0px 0px rgba(0, 0, 0, 1); */
}

.profile-photo-container img {
  border: black;
  object-fit: cover;
  object-position: center;
  width: inherit; height: inherit;
  
}
.name-box {
  display: flex;
  margin: 0px 40px;
}

.name-title {
  display: flex;
  flex-direction: column;
  border-bottom: 30px;
  border-radius: 30px;
  border-color: red;
  padding: 0px 0px 40px 70px;
  
}

.spacer-profile {
  background: rgba(0, 0, 0, 0);
  height: 2px;
  background-color: black;
/*   box-shadow: 0 0 5px rgba(0, 0, 0, 1); */
  position: relative;
  translate: 0 0px;
  
}


.profile-box {
  display: flex;
  flex-direction: row;
  padding-bottom: 30px;
}

.contact-Info { 
  width: 50%;
  height: 20%;
  text-align: center;
  translate: -25px
}
.contacts {
  translate: 0px -10px
}
.contact-Info h2 {
  translate: 0px -30px
  
}
.contact-Info h3 a {
  text-decoration: none;
  font-weight: 500;
  color: rgb(60,60,150);
}

.Personal-statement { 
  width: 50%;
  height: 20%;
  padding-right: 10px;
}


.skills-experience {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: -10px 5px;
}
.skills {
  width: 50%;
  height: 20%;
}
.skills h3 {text-align: left;}

.Experience {
  width: 50%;
  height: 30%;

}
.Experience p {
  padding-bottom: 15px;
}


.education-projects {
  padding-top: 44px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 10px;
}

.projects-container {
  width: 50%;
}
.projects-container h2 {
}
.project{
  padding: 5px 10px 10px 0px;
  margin-bottom: 5px;
  margin-right: 30px;
  border-style:hidden;
}

.education {
  width: 50%;
}

.references {
  width: 100%;
  height: 20%;
  translate: 10px -80px;
}
