/* Put your custom styles here */
h1 {
    color: #000000;
    position: relative;
    letter-spacing: 1px;
    line-height: 45px;
    width: 100%;
    font-size: 40px;
    font-weight: 100;
    text-align: left;
    min-height: 30px;
    padding-bottom: 30px;
    padding-top: 10px;
}

h2 {
    color: #000000;
    position: relative;
    letter-spacing: 1px;
    line-height: 5px;
    width: 100%;
    font-size: 14px;
    font-weight: lighter;
    text-align: center;
    height: 10px;
    min-height: 5px;
}

h3 {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    text-align: left;
    font-weight: lighter;
    padding-bottom: 10px;
}

h4 {
    color: #000000;
    width: 100%;
    line-height: 17px;
    font-size: 13px;
    padding-bottom: 10px;
}

h5 {
    color: #000000;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 24px;
}

h6 {
    color: #666666;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: lighter;
    line-height: 14px;
}

p {
    color: #666666;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 14px;
}

header {
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.header img {
    float: left;
    width: 100px;
    height: 100px;
    background: #555;
}

.header h1 {
    position: relative;
    top: 18px;
    left: 10px;
}

main {
    position: relative;
    bottom: 29px;
    top: 0px;
}

para {
    width: 100%;
    line-height: 22px;
    padding: 450px 0px 0px 30px;
}

navbar {
    text-align: center;
    letter-spacing: 20px;
}

hr {
    margin-top: 10px;
    width: 100%;
    line-height: ;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#logo {
    width: 400px;
}

.img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.image-container {
    width: 200px;
    height: 200px;
    overflow: hidden;

    /* Hide any cropped parts of the image */
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* Or 'contain' */
}

.paypal_btn {
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    margin: 2;
    background-color: transparent;
    border: 1px solid;
    user-select: none;
    cursor: pointer;
    outline: 1px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.paypal_btn:hover {
    color: #fff;
    color: #f7f7f8;
    background: #5a6268;
    border-color: #5a6268;
    border: #545b62;
}
    
