@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
}

/* Navbar */

#amatpro-navbar .navbar-default {
    margin-bottom: 0;
    box-shadow: none;
    border: none;
    background-color: #fafafa;
}

#amatpro-navbar .navbar-brand {
    padding-top: 10px;
}

#amatpro-navbar .navbar-brand>img {
    height: 40px;
}

/* Header */

#amatpro-header {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(#fafafa, rgba(186, 174, 122, 70%));
}

#amatpro-header img {
    height: 100px;
    margin-bottom: 20px;
}

#amatpro-header .lead {
    font-weight: 400;
}

/* Body */

#amatpro-body {
    font-size: medium;
    padding-top: 20px;
    padding-bottom: 20px;
}

#amatpro-body ul {
    list-style-type: square;
}

#amatpro-body h2 {
    color: #baae7a;
    font-weight: 600;
}

#amatpro-body .panel {
    box-shadow: none;
    background-color: #eee;
}

#amatpro-body .panel-heading {
    background-color: #baae7a;
    color: #fff;
}

#amatpro-body .panel-heading h3 {
    font-size: large;
    font-weight: 700;
}

#amatpro-body .img-thumbnail {
    border: none;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#amatpro-body #materials .tab-content {
    margin-top: 15px;
    min-height: 120px
}

/* Form */

#amatpro-form {
    font-size: medium;
    padding: 20px;
    margin: 20px;
    border-radius: 20px;
}

#amatpro-form h2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

#amatpro-form h2>img {
    height: 36px;
}

/* Footer */

#amatpro-footer {
    font-size: medium;
    padding-top: 20px;
    padding-bottom: 20px;
    background: linear-gradient(rgba(186, 174, 122, 70%), #fafafa);
}