body {
    background-color: black;
    /* font-family: Myriad Pro, bold; */
    /* background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed; */
    font-family: 'PT Sans', sans-serif;
    /*max-width: 2484px;*/
    color: #c6cb7a;
    margin: 0;
}

.bgimg {
    background-image: url('../images/body.png');
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    padding: 0;
    position: fixed;
    background-position: center;
    background-size:cover;
    top: 0;
}
.container {
    /* max-width: 1600px; */
    max-width: 2000px;
    width: 100%;
    padding-left: 3rem;
    margin: 0 auto;
    box-sizing: border-box;
}

.logo {
    text-align: center;
}

.logo img {
    /* position: fixed; 
    left: 33%;
    max-width: 600px;
    margin: 50px auto 0 auto;    */
    position: relative;
    max-width: 500px;
    margin: 2% 0;
    /* top: 15%;
    left: 50%;
    margin-top: -100px; 
    margin-left: -200px;  */
}

.line {
    left: 0;
    background-image: url('../images/line.png');
    position: absolute;
    bottom: 19%;
    height: auto;
    width: 100%;
}

.left-col {
    width: 64%;
    float: left;
    
}

.right-col {
    width: 28%;  
    float: left;
    min-height: 400px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.textleft {
    padding-bottom: 7rem;
    font-size: 40px;
    display: block;
}

.heading {
    padding-top: 5rem;
    padding-bottom: 0;
    font-size: 42px;
}

.textright {
    /* display: flex; */
    font-size: 40px;
    display: block;
    vertical-align: top;
    padding-top: 4rem;
}

.textright a {
    padding-left: 4rem;
}

.banner {
    position: absolute;
    margin-top: 30px;
    height: auto;
    max-height: 100px;
    bottom: 3%;
    display: inline-block;
}

.banner a img {
    padding-left: 10px;
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.textright a {
    text-decoration: none;
    color: inherit;
}