#navbar {
  display:flex;
  justify-content: center;
  justify-content: space-between;
  margin-right: 145px;
  background-color: black;
}

#navbar h1,  {
display: flex;
justify-content: space-between;
text-decoration: none;
color: white;
}


body {
  min-width: 1460px;
  max-width: 1460px;
  margin-left: 300px;
  margin-right: 130px;
  background-image: url("https://i.pinimg.com/originals/e5/f9/f3/e5f9f398bbae7953349a88beb427fa9d.png");
  background-repeat: no-repeat;
  background-size: cover;
}


a:link {
  color:white;
}

a:hover {
  color:blue;
}

a:active {
  color:green;
}

a:visited {
  color: gray;
}

#main {
  background-color: white;
  width: 90%;
  justify-content: center;
}

#top-content {
display:flex;
justify-content: center;
background-color: #7C9297;
color: white;
flex-direction: column;
}

.name {
  margin-left:650px;
}

.title {
  margin-left:670px;
}

.address {
  margin-left:570px;
}

.phone {
  margin-left:670px;
}

.email {
  margin-left:640px;
}

#Control-resume {
  display: flex;
  flex-direction: row;
}

#left-side  {
margin-left: 50px;
}

#left-side h4  {
font-family: 'Montserrat', sans-serif;
font-weight: bold;
}

.hr-top {
   height:1.5px;
   width: 80%;
   margin-top: 15px;
   margin-left:5px;
   color:#7C9297;
   background-color: #7C9297;
}

.hr-bottom {
  height:1.5px;
  width: 80%;
  margin-bottom: 15px;
  margin-left: 5px;
  color:#7C9297;
  background-color: #7C9297;
}

.picture {
  margin-top:15px;
  height: 25px;
  width: 25px;
}

#left-profile-top {
  display: flex;
  flex-direction: row;
  margin-left:150px;
}


#left-profile-bottom {

}

#left-profile-section {

}

#left-profile-hrcont {
  display: flex;
  margin-left: 150px;
}


#top-secondsect, h1 h2 h3  {
  color: white;
  font-family: 'Montserrat', sans-serif;
}

p, ul, li {
  font-family: 'lora';
}

#right-side{
  margin-left: 400px;
}


.hr-top-right {
   height:1.5px;
   width: 98%;
   margin-top: 15px;
   margin-left:5px;
   color:#7C9297;
   background-color: #7C9297;
}

.hr-bottom-right {
  height:1.5px;
  width: 98%;
  margin-bottom: 15px;
  margin-left: 5px;
  color:#7C9297;
  background-color: #7C9297;
}



#right-profile-top {
  display: flex;
  justify-content: center;
}

#right-profile-mid {
  display: flex;
  justify-content: center;
}

.degree {
  justify-content: center;
}

#sections {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#left-sect-cont {
  margin-left: 50px;
}

#right-sect-cont {
  margin-left: 50px;
}

#right-profile-low {
  display: flex;
  justify-content: center;
}

#right-article-lower {

}

#right-profile-lowest {
  display: flex;
  justify-content: center;
}


#right-article-bottom {

}

#right-article {

}
