@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');

@font-face {
	font-family: 'GothamBook';
	src: url('../fonts/GothamBook.eot');
	src: local('GothamBook'), url('../fonts/GothamBook.woff') format('woff'), url('../fonts/GothamBook.ttf') format('truetype');
}
.sub-page .inner-wrapper, .card-block{
    padding: 0!important;
}
.card{
    box-shadow: none;
    border: none;
}
#right>h1{
    font-family: 'Spartan';
    font-weight: normal;
    padding-bottom: 40px;
    line-height: 50px;
}
#right>p{
    font-family: 'Spartan', sans-serif;
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    color: #333333;
    padding-bottom: 30px;
}
.button_landing{
    background: #a24e9b!important;
    color: #fff!important;
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    text-transform: uppercase;
    font-weight: 600;
    padding: .8rem 2rem;
    border-color: transparent;
    display: inline-block;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0;
}
.button_landing:hover{
    background: #feeefe!important;
    color: #a24e9b!important;
    outline: 0!important;
    text-decoration: none!important;
    box-shadow: none!important;
    border-color: transparent;

}
@media screen and (max-width: 320px) {
    .button_landing{
        font-size: 1.0rem;
    }
}
@media screen and (min-width: 321px) and (max-width: 900px) {
    .button_landing{
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 900px) {
    .header-container{
        display: none;
    }
    #bwa_landing_stamps{
        display: grid;
        grid-row: 1fr 1fr;
        padding: 16px;
    }
    .button_landing{
        margin-bottom: 0px;
        width: 100%;
    }
    #right{
        grid-row: 1;
        /*max-width: 90%;*/
    }
    #right>h1{
        font-size: 30px;
    }
    #right>a{
        display: block;
        margin : auto;
        position: fixed;
        bottom: 0;
        z-index: 10;
        width: 100%;
        padding-right: 32px;
    }
    #left{
        grid-row: 2;
    }
    .computer{
        display:none;
    }
    .mobile{
        display: block;
        width: 100%;
    }
    #white-footer{
        display: none;
    }
    .back-top{
        bottom: 60px!important;
    }
}
@media screen and (min-width: 901px) {
    #bwa_landing_stamps{
        width: 75%;
        margin: auto;
        margin-top: 60px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 55px;
    }
    #right{
        margin: auto;
    }
    #right>h1{
        font-size: 36px;
    }
    .computer{
        display:block;
    }
    .mobile{
        display: none;
    }
}
