/* Reset default margin and padding for the entire page */

body, h1, h2, p, a {
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

/* hyphenation */
p {
    hyphens: auto;
}

/* Set background image for the hero section */
.hero {
   width: 100%;
   overflow: hidden;
}

/* Style the hero content */
.hero-content img {
    background-position: center;
    display: inline-block;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 160%;
    margin-left: -30%;
    margin-right: -30%;
    object-fit:scale-down;
    text-align: center;
}
.hero-content h1 {
    display:none;
    visibility: hidden;
}

/* Style the Learn More button */
.btn {
    display: block;
    float: right;
    width: 128px;
    max-width: 20%;
    padding: 12px 24px 12px 24px;
    margin: 12px;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.5s ease;
    #background: url(../images/logo-128.jpg) no-repeat center;
    cursor:pointer;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 5px solid transparent;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border-color: #ee1d23;
    -webkit-appearance:button;
}

.btn a {
    text-decoration: none;
    background-color: white;
    color: #294db9;
    font-size: large;
    font-weight: bold;
    object-fit:scale-down;
}

.btn img {
    max-width: 100%;
}

.btn:hover {
    border-color: #294db9;
}

/* Style the header */
header {
    background-color: #333;
    text-align: center;
    padding: 20px;
}

header h1 {
    font-size: 36px;
}

/* Style the about section */
#about {
    padding: 50px;
}

#about h2 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #294db9;
    color: white;
    padding-left: 1em;
}

#about p {
    font-size: 18px;
    padding:10px;
    text-align: justify;
    text-justify: inter-word;
}
}

/* Style the footer */
footer {
    background-color: #294db9;
    color: white;
    text-align: center;
    padding: 10px;
}

footer a, footer p {
    background-color: #294db9;
    color: white;
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    max-width: 80%;
    width: 192px;
    text-align: center;
    margin: auto;
  }
.card img {
    object-fit:scale-down;
}
  /* On mouse-over, add a deeper shadow */
  .card:hover {
    box-shadow: 0 16px 32px 0 rgba(0,0,0,0.2);
  }
  
  /* Add some padding inside the card container */
  .card-meta {  
    #padding: 2px 10px;
    text-align: center;
    margin: auto;
  }

  .card-name {
    font-weight: bold;
    font-size: 120%;
}

  .card-title {
    color:#294db9;
  }