/* @override 
	http://localhost:8888/wp-content/themes/beefsteak/style.css?ver=4.1.1 */

/*
Theme Name: beefsteak
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beefsteak
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

beefsteak is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/* Avartan slider padding */
.avartanslider-slider {
         padding-top: 125px;
}

@media only screen and (max-width: 767px){
.avartanslider-slider {
         padding-top: 10px;
}
}

/* Awesome blue button */
.button.blue{
    padding: 10px 70px;
    background-color: #0049e7;
    color: white;
    text-transform: uppercase;
}
section.fundraising-head-img {
    padding-top: 100px;
    background-color: #ffffff;
}
section.fundraising-head-img h1 {
    padding: 195px 0px;
    padding-right: 30px;
    text-align: left;
}
section.fundraising-head-img .row img {
    float: right;
    height: 350px;
    margin-top: 50px;
    max-width: inherit;
}
@media screen and (max-width: 480px){
    section.fundraising-head-img .row img {
        float: none;
        height: auto;
        margin-top: 50px;
        max-width: 100%;
    }

    section.fundraising-head-img h1 {
        padding: 26px 0px 80px 0px;
        padding-right: 0;
        text-align: center;
        font-size: 40px;
    }
    
    .menu-container h1 {
        font-size: 40px;
    }
}