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

body {
  background: #1f2235;
  font-family: "Baloo Tamma 2", cursive;
}

/* Main Heading Font */
.m-heading {
  font-family: "Roboto Slab", serif;
}

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

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

.main-container{
  min-height: 100vh;
  padding-top: 5rem;
}

.main_row{
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_row img{
  width: auto;
  height:25vh;
}

.main-row h1{
  font-size: 5rem;
}

#about{
  background: #313552;
}

#about{
  border-radius: 0.5rem;
}

.card{
  border-bottom: 8px solid #f5ba09;
}

#social-media{
  background: #313552;
}

.media-link{
  padding: 1rem;
  max-width: 15rem;
  margin-left: 1rem;
  border: 2px solid #f5ba09;
  border-radius: 0.5rem;
}

#flex-cont{
 display: flex;
flex-direction: row;
  /*margin: 10px 10px 10px 10px;*/
}
@media screen and (max-width: 700px) {
  .flex-cont {
    flex-direction: column;
  }
}

