@font-face {
    font-family: Avenir-Book;
    src: url("68b9ed73c16772.68586572.otf") format("opentype");
}

.message {
    margin-top: -25px;
    margin-bottom: 20px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .message {
        margin-top: -5px;
        margin-bottom: 10px;
        text-align: center;
    }
}


html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;
}

.clearfix:after {
    display: table;
    content: '';
    clear: both;
}

h1 {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 60px;
    font-weight: bold;
    color: black;
    margin: 0 0 10px 0;
    padding: 0;
}


h2 {
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #121212;
    margin: 0 0 20px 0;
    padding: 0;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    color: #121212;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.7;
}

header,
.content {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0 2px 4px 0 #BDBDBD;
    width: 100%;
    max-width: 800px;
    padding: 10px;
    margin: 0 auto 10px auto;
    position: relative;
}

.content {
    padding: 35px 25px 35px 25px;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    color: #606060;
    margin-bottom: 20px;
}


footer {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 10px auto;
    padding: 0 10px 0 10px;
    font-family: Avenir-Book;
    font-size: 20px;
    color: #626262;
    text-align: center;
}

footer span {
    font-family: Avenir-Book;
    font-size: 13px;
    color: #AFAFAF;
}

footer span a {
    color: #AFAFAF;
    text-decoration: none;
}

footer span a:hover {
    text-decoration: underline;
}

.m-show {
    display: none;
}

.thumb {
    float: left;
    width: 50px;
    margin-right: 10px;
}

.main {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid black;
}

.name {
    font-family: 'Cabin', sans-serif;
    font-size: 17px;
    color: #1F599D;
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
}

.stat {
    font-family: 'Cabin', sans-serif;
    font-size: 13px;
    color: #818181;
    display: inline-block;
    padding-right: 15px;
}

.advertorial {
    position: absolute;
    top: 0;
    right: 25px;
    text-align: right;
    font-size: 19px;
    color: #9B9B9B;
}

.advertorial img {
    display: inline-block;
}



.button {
    background: #019CFE;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    font-size: 26px; /* Default font size */
    color: #FFFFFF;
    padding: 18px 70px; /* Adjust padding as needed */
    display: table;
    margin: 0 auto;
    text-decoration: none;
    font-weight: bold;
    border-radius: 25px;
}

/* Media query for smaller screens */
@media screen and (max-width: 768px) {
    .button {
        font-size: 18px; /* Adjust font size for smaller screens */
        padding: 18px 40px; /* Adjust padding as needed */
        font-weight: bold;
    }
}

.button:hover {
    background: #0184D5;
}

@media screen and (max-width: 500px) {
    body {
        padding: 0;
    }


    .m-show {
        display: block;
    }

    .m-hide {
        display: none;
    }

    .advertorial {
        right: 10px;
    }

    .name {
        display: inline-block;
        padding-right: 5px;
    }

    .stat.first {
        padding-right: 50px;
    }

    h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 28px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .main {
        margin-bottom: 10px;
    }

    .content {
        font-size: 14px;
    }

    footer {
        font-size: 13px;
    }

    .button {
        padding: 10px 45px 10px 45px;
    }
}
#fda {
    font-size: 12pt;
}

#fda a {
    color: #4A4A4A;
}
#adver p{
    text-align: center;
    margin: 0;
    padding: 0;
    position: 0;
    font-size: 18pt;
    color: #4A4A4A
}