﻿/* Styles used by the TinyMCE editor */
@import "fonts.css";

body {
    font-family: 'Merriweather', Helvetica, Arial, sans-serif;
    font-weight:300;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
}

em {
    font-family: 'Merriweather', Helvetica, Arial, sans-serif;
    font-style: italic;
}

strong {
    font-family: 'Merriweather', Helvetica, Arial, sans-serif;
    font-weight:700;
}
h2,h3,h4,h5{
    font-family:'Oswald', Helvetica, Arial, sans-serif;    
    color:rgb(48,47,47);
}

h2{     
    font-family:'Oswald', Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    line-height: 1.4;
    font-weight:700;
    margin: 25px 0px 10px 0;     
    EditMenuName: "Rubrik 2";
}

h3{ 
    font-size: 1.51em;
    line-height: 1.4;    
    font-weight:400;    
    margin: 25px 0 10px 0;   
    EditMenuName: "Rubrik 3"; 
}

h4{ 
    font-size: 1.51em;
    line-height: 1.4;
    font-weight:300;    
    margin: 25px 0 10px 0;
    EditMenuName: "Rubrik 4";
}

h5{    
    font-size: 1.25em;
    line-height: 1.4;
    font-weight:700;
    margin: 15px 0 5px 0;
    EditMenuName: "Rubrik 5";
}
/*Block Preview*/
.alert-info {
    background-color: #FFF8AA;
    border-color: #858585;
    color: #000000;
    font-family: Verdana;
    font-size: 12px;
}

.header.dim {
    margin: 2% 0;
    opacity: 0.3;
}

.pullquote{
        border-style: solid; 
    color: rgba(95, 112, 102, 1); 
    font-size: 1.333em;
    line-height: 1.32em; 
    margin: 0.208em 0.417em 1.421em 1.667em;
    font-family: 'Oswald'; 
    font-weight: 300;
    font-style: normal; 
    border-width: 0px 0em 1px 1px; 
    width: 50%em; 
    padding: 10px; 
    letter-spacing: 0px;
    float: right; 
    border-color: rgba(133, 133, 137, 1);
    EditMenuName: "Quote";
}