/*
Theme Name: Twenty Seventeen Child
Version: 1.0
Template: twentyseventeen
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("/fonts/fonts.css");



* {font-family: PT Sans, arial, verdana, sans-serif;}

/* idlmslicense header */
.custom-header { background-color: white; }
#masthead .wrap { max-width: 1280px; margin: 0px auto; }
#lmslicense-page-header { display: flex; justify-content: space-between; }
.main-navigation a { font-family: Arial,Helvetica,Verdana,sans-serif; color: #00b482; text-transform: uppercase; font-size: 1.125rem; line-height: 1em; }
.main-navigation a:hover { color: #711E82; opacity: 1; }
.logo { padding-top: 0.5rem; }

.bbraun_head { display: flex;}
.bbraun_firstrow { flex-grow: 2;}
.bbraun_secondrow { flex-grow: 8; }


#lmslicense-branding { background-image: url( img/news.jpg ); display: flex; height: 10rem; }
#lmslicense-branding > div { display: flex; flex-direction: column; justify-content: space-between; }
/*media all*/
/*#lmslicense-branding > div:nth-child(1) { flex: 0 0 37.5%;}*/
#lmslicense-branding > div:nth-child(1) > div:nth-child(2) { flex: 0 0 10%; background-color: #00b482; }
/*#lmslicense-branding > div:nth-child(2) { flex: 0 0 62.5%; }*/
#lmslicense-branding > div:nth-child(2) > div:nth-child(1) { background-color: rgba( 255, 255, 255, 0.5 ); flex: 0 0 90%; }
.site-branding-text { margin-left: 0px; padding: 0.5rem; }
.site-branding-text p { color: #711e82; font-size: 2rem; }
.site-title, .site-title a { font-family: Arial,Helvetica,Verdana,sans-serif; font-size: 2.25rem; color: #00b482; text-transform: none; font-weight: normal; letter-spacing: 0px; }


@media screen and (min-width: 30em) {
   .site-branding {
       padding: 1rem 0px;
    }
}



