/******************* Background ********************/ html { background-color: #ffffff; } #Wrapper, #Content { background-color: #ffffff; } /********************** Font | Family **********************/ body, button, span.date_label, .timeline_items li h3 span, input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select, .offer_li .title h3 { font-family: "VAGRounded-Regular", Arial, Tahoma, sans-serif; font-weight: 400; } #menu > ul > li > a, .action_button, #overlay-menu ul li a { font-family: "VAGRounded-Regular", Arial, Tahoma, sans-serif; font-weight: 400; } #Subheader .title { font-family: "VAGRounded-Regular", Arial, Tahoma, sans-serif; font-weight: 400; } h1, .text-logo #logo { font-family: "VAGRounded-Regular", Arial, Tahoma, sans-serif; font-weight: 300; } h2 { font-family: "VAGRounded-Regular", Arial, Tahoma, sans-serif; font-weight: 300; } h3 { font-family: "VAGRounded-Regular", Arial, Tahoma, sans-serif; font-weight: 300; } h4 { font-family: "VAGRounded-Regular", Arial, Tahoma, sans-serif; font-weight: 300; } h5 { font-family: "VAGRounded-Regular", Arial, Tahoma, sans-serif; font-weight: 700; } h6 { font-family: "VAGRounded-Regular", Arial, Tahoma, sans-serif; font-weight: 400; } blockquote { font-family: "VAGRounded-Regular", Arial, Tahoma, sans-serif; } /********************** Font | Size **********************/ /* Body */ body { font-size: Arraypx; line-height: 8px; } #menu > ul > li > a, .action_button { font-size: Arraypx; } /* Headings */ h1, #Subheader .title, .text-logo #logo { font-size: Arraypx; line-height: 0px; } h2 { font-size: Arraypx; line-height: 0px; } h3 { font-size: Arraypx; line-height: 2px; } h4 { font-size: Arraypx; line-height: 4px; } h5 { font-size: Arraypx; line-height: 5px; } h6 { font-size: Arraypx; line-height: 7px; } /* Responsive */ /********************** Sidebar | Width **********************/ .with_aside .sidebar.columns { width: 23%; } .with_aside .sections_group { width: 75%; } .aside_both .sidebar.columns { width: 18%; } .aside_both .sidebar-1{ margin-left: -79%; } .aside_both .sections_group { width: 60%; margin-left: 20%; } /********************** Grid | Width **********************/ @media only screen and (min-width:1240px){ #Wrapper { max-width: 1024px; } .section_wrapper, .container, .with_aside .content_wrapper { max-width: 1004px; } }