/*
 Theme Name:   Rams Child
 Theme URI:    Theme URI: http://www.andersnoren.se/teman/rams-wordpress-theme/
 Description:  On the basic of RAMS a minimalistic theme for jeger
 Author:       David Malesevic
 Author URI:   https://captns.ch
 Template:     rams
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  rams-child
*/

/*Navigation Styling*/
.bg-mint {
    background: #9c2f2b;
}

/**
 * Layout styling
 */
.wrapper {
    margin: 3% 0 3% 300px;
}

.wrapper-inner {
    width: 65%;
}

.sidebar {
    width: 350px;
}

/**
 * Responsive layout
 */
@media only screen and (max-width: 931px) {
    #wrapper {
        margin: 0 0 0 0;
    }

    .wrapper-inner {
        width: auto;
    }

    .sidebar {
        width: 100%;
    }
}


/**
 * WPForms Styling
 */

.wpforms-container {
    font-family: 'Montserrat', sans-serif;
}

/**
 * Link Styling
 */

body a {
    color: #9c2f2b;
}

.post-content a:hover {
    color: #9c2f2b;
    text-decoration: underline;
    border-bottom-color: transparent;
}
