/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 9, 2017, 2:38:22 PM
    Author     : Jin
*/

.black-button{
    border-radius: 0;
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    padding: 15px 20px;
}

.black-button:hover, .black-button:active{
    background-color: #323232;
}

.bgimg {
    background-image: url('../img/Soda_slice_high res_bg-01.jpg');
    background-size: 100%  100%;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 0;
    padding-right: 0;
}

.bgimg img{
    width: 100%;
    height: auto;
}

.atagcustom{
    text-decoration: underline; 
    color: black;
}

@media only screen and (max-width: 770px) {
    .bgimg{
        width:100%;
    }
}
