
@font-face {
    font-family: 'Bohemian typewriter';
    src: url('../fonts/Bohemiantypewriter.woff2') format('woff2'),
    url('../fonts/Bohemiantypewriter.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vincentia';
    src: url('../fonts/VincentiaRegular.woff2') format('woff2'),
    url('../fonts/VincentiaRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.woff2') format('woff2'),
    url('../fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic-Bold';
    src: url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
    url('../fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.banner-mobile h1, .transaction-content h1,
.home-wrapper .content-wrapper .subtitle h1{
    font-family: 'CenturyGothic-Bold';
}

body{
    background: #000000;
    color: white;
    font-size: 16px;
    font-family: 'CenturyGothic';
}

.fullwidth{
    width: 100%;
}

.showmobile{
    display: none !important;  
}

.menu-wrapper .logo img {
    max-width: 270px;
    width: 40%;
    margin: 15px 0px;
    margin-bottom: 16px;
}

.home-wrapper .content-wrapper{
    padding-top: 50px;
}

.home-wrapper .content-wrapper .subtitle h1{
    font-size: 40px;
    line-height: 46px;
    border-bottom: 5px solid #ffcaaa;
    padding-bottom: 30px;
    display: inline-block;
    padding-top: 10%;
}

.home-wrapper .content-wrapper .content{
    padding-top: 30px;
    padding-bottom: 60px;
}

.home-wrapper .content-wrapper .content.last{
    padding-bottom: 0px;
}

.home-wrapper .form-wrapper{
    padding-bottom: 30px;
}

.backsubmitbtn{
    background: none;
    color: white;
    margin: 20px 0px;
    margin-bottom: 30px;
    border: 1px solid white;
    padding: 5px 20px;
    text-decoration: none;
}

.backsubmitbtn:hover{
    color: white;
}

.home-wrapper .form-wrapper .submitbtn input {
    background: none;
    color: white;
    margin: 20px 0px;
    margin-bottom: 30px;
    border: 1px solid white;
    padding: 5px 20px;
    text-decoration: none;
}

.home-wrapper .form-wrapper label span {
    float: right;
    display: block;
}

.home-wrapper .form-wrapper #totalamounttopay {
    padding: 9px 0px;
}

.iconsize{
    width: 60px;
}

.process-content{
    padding-top: 10%
}

.transaction-content{
    padding-top: 10%
}

.transaction-content a{
    color: white;
    text-decoration: underline;
}


