*{
  margin: 0;
  padding: 0;
}
body{
  overflow: hidden;
}
.container{
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/backgroundabstract.jpg.jpg);
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}
.navbar{
  height: 12%;
  align-items: center;
  height: 100px;
  position: absolute;
  z-index: 10;
  width: 50%;
  display: flex; 
  flex-flow: row;
}
.logo {
  position: fixed; 
  width: 70px;
  cursor: pointer;
  margin-left: 50px;
  display: inline-block;
  margin-bottom: 60px;
}
.search-box {
  position: fixed; 
  transform: translate(0%, 100%);
  background: #2f3640;
  height: 40px;
  border-radius: 40px;
  padding: 10px;
  margin-top: 0;
  margin-left: 200px;
  display: inline-block;
  margin-bottom: 120px;
 }
 .search-box:hover > .search-txt {
  width: 240px;
  padding: 0 6px;
 }
 
 .search-box:hover > .search-btn {
  background: white;
  color: black;
 }
 
 .search-btn {
  color: #e84118;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2f3640;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  color: white;
  cursor: pointer;
  
 }
 
 .search-btn > i {
  font-size: 30px;
 }
 
 .search-txt {
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0;
  color: white;
  font-size: 16px;
  transition: 0.4s;
  line-height: 40px;
  width: 0px;
  font-weight: bold;
 }
 
 .menu {
     position: fixed; top: 25px; right: 50px;
 }
 
 .dropbtn {
 background-color: #2f3640;
 color: white;
 padding: 16px;
 font-size: 16px;
 border: none;
 cursor: pointer;
}

.dropdown {
 position: relative;
 display: inline-block;
 font-family: roboto;
}

.dropdown-content {
 display: none;
 position: absolute;
 background-color: #f9f9f9;
 min-width: 160px;
 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 z-index: 1;
}

button a, a:visited, a:hover, a:active {
 color: white;
 text-decoration: none;
}

.dropdown-content a {
 color: black;
 padding: 12px 16px;
 text-decoration: none;
 display: block;
}

.dropdown-content a:hover {background-color: rgb(70, 124, 243);
}

.dropdown:hover .dropdown-content {
 display: block;
}

.dropdown:hover .dropbtn {
 background-color: rgb(70, 124, 243);
}

button {
 border: 0;
}
.row{
  display: flex;
  height: 88%;
  align-items: center;
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 5%;
  font-family: roboto;
}
.col{
  flex-basis: 50%;
}

.col a{
text-decoration: none;
}
.card{
  width: 330px;
  height: 460px;
  display: inline-block;
  border-radius: 10px;
  padding: 15px 25px;
  box-sizing: border-box;
  margin: 10px 15px;
  margin-left: -255px;
  background-position: center;
  background-size: cover;
  background-image: url(images/pp.jpg);
}
h5{
  color: #fff;
  text-shadow: 0 0 5px #999;
  font-family: roboto;
}
@font-face {
  font-family: roboto;
  src: url('fonts/Roboto-Regular.ttf');
}
.profile{
  font-family: roboto;
  color: white;
  font-size: 50px;
  display: flex;
  height: 88%;
  padding-left: 8%;
  padding-top: 7%;
  float: left;
}
.profile a{
  padding-top: 20px;
}
.profile-text{
  color: white;
  font-size: 25px;
  font-family: roboto;
  float: left;
  padding-top: 0;
  margin-top: 150px;
  flex-basis: 50%;
}
.profile-text{
  font-family: roboto;
}
.profile-text h1{
  font-family: roboto;
  font-size: 20px;
  padding-top: 270px;
}
h5{
  color: #fff;
  text-shadow: 0 0 5px #999;
  font-family: roboto;
  font-size: 20px;
  padding-top: 350px;
}