/*
Theme Name: CJ Theme
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
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.
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Lato', sans-serif;
	color:#222;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {font-size: 34px; margin:25px 0; line-height:150%; text-align:center; color:#10a1cc; font-weight:300;}
h2 {font-size: 20px;  line-height:250%; font-weight:300;}
h3 {font-size: 16px;  line-height:150%; font-weight:300;}
p, ul, li, a {font-size:14px; line-height:150%;}

#content {max-width:1020px; width:100%; margin:25px auto; padding:0 10px;}
section {width:100%; margin:25px 0; float:left;}
	section p {padding:5px 0;}

#timeline {border-left:1px solid #eee;}
	#timeline h2 {padding:25px; position:relative; color:#10a1cc; line-height:100%;}
	#timeline p {padding-left:25px; padding-bottom:25px;}
	#timeline img {max-width:50%; display:inline-block;}
span.circle {position:absolute;top:4px;left:0px;}
.circle:before {
  content: ' \25CF';
  font-size: 24px;
   position: absolute;
    top: 23px;
    left: -7px;
    color:#10a1cc;
	
}
#venue, #gift, #rsvp {text-align:center;}
	#venue h3 {padding-bottom:25px;}

input, textarea, button {max-width:50%; margin:12.5px 0; padding:12.5px; width:50%; font-family: 'Lato', sans-serif; font-size: 14px; line-height:150%; border:none;}
input, textarea {box-shadow: 0 0 1px #ccc;}
input[type="checkbox"] {box-shadow:none; width:40px;}
button {background:#10a1cc; color:white;}
::placeholder {color:#222;}
nav {text-align:center;}
nav ul {width:100%;}
	nav ul li {width:25%; float:left;}
	nav ul li a {text-decoration: none;  font-size: 20px;  color:#10a1cc;font-weight:300;}
	nav ul li a:hover {text-decoration: underline;}
img#main {margin-top:25px; max-width:100%;}

@media only screen and (max-device-height: 736px) {
	nav ul li {width:50%;}
	#timeline img {max-width:100%;}
	input, textarea, button {max-width:100%; width:calc(100% - 25px);}
}