/* Global Properties */
html {
  scroll-behavior: smooth;
}

body {
  
  background: #5f5573;
  font-family: "Baloo Tamma 2";

}

.video{
  border-style: solid;
  overflow: hidden;
  
}

@media(max-width: 1400px) and (min-width:969px) {
  .video{
    width: 320px;
    height: 240px;
  }
}
@media(max-width: 968px)  {
  .video{
    width: 240px;
    height: 140px;
  }
}
/* Main Heading Font */
@media(min-width: 992px){
.m-heading {
  font-family: "Roboto Slab", serif;
  font-size: 5rem;
}
p {
  font-size: 1rem;
}
}

@media(max-width: 991px){
  .m-heading {
    font-family: "Roboto Slab", serif;
    font-size: 2rem;
  }
  p {
    font-size: 10px;
  }
  }

/* Navigation */
.navigation-link {
  border: 2px solid transparent;
}

.navigation-link:hover {
  text-decoration: none;
  border-bottom: 2px solid #f5ba09;
  transition: 0.5s ease;
}

/* Main Container height*/
.main-container {
  height: 100vh;
}

/* Aligning items in main row */
.main_row {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Changing Name Font sixe */
.main_row h1 {
  font-size: 5rem;
}

/* Making the main image the size of the screen */
.main_row img {
  width: auto;
  height: 100vh;
}

/* About Section */
.about {
  background: #313552;
  border-radius: 0.5rem;

 
}

.card-project{
  background: white;
  border-radius: 0.5rem;
}

@media(min-width:992px) {
.card {
  border-bottom: 8px solid #f5ba09;
  height: 190px;
  width: 18rem;
}
}
@media(max-width:991px) {
  .card .projects {
    border-bottom: 8px solid #f5ba09;
    height: 9erm;
    width: 9rem;
  }
  }
  .card-title {
    color: black;
  }

/* Social Media Section */
#social-media {
  background: #313552;
 width: 145px;
  text-align: center;
}
#media{
  background: #313552;
  
}
/* Add color to Social Media Links */

a {
  text-decoration: none;
}

.linkedin, .github{
 
 width: 100px;
 padding-left: 30px;

  
}

 .project{
  background-color: white;
  height: 600px;
  width: 1000px;

  align-items: center;

}



