@import url("../../reverie-master/css/style.css");
/* This is the Sass/Scss file loaded by WordPress in frontend.
 * Tweak it and have fun.
 */
 
 
body {
  background: #fefefe;
}

p, ul, ol, blockquote, h1, h2, h3, h4, h5, h6 { }
h1, h2, h3, h4, h5, h6 {}

h1 { font-size: 1.6rem; }

a {}
a:hover {}

.entry-content a { text-decoration: underline; }

.nopad { padding: 0; }
.end { float: left !important; }

a.button, button, input[type=button], input[type=submit] { background: #000; }
a.button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover { background: #666; }

/* Banner ________________ */

#logo-menu { padding: 2em 0 0; }
#logo {}
#logo a { color: #666; text-decoration: none; font-size: 2rem; font-weight: bold; }

#menu ul { list-style: none; 
	
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
      }
/*
#menu ul li { display: inline; border-right: dotted 1px #666; }
#menu ul li:last-child { border: 0; margin: 0; }
*/

#menu ul li:first-child { display: none; }
#menu ul li a { color: #666; text-transform: uppercase; text-decoration: none; padding: 0.5em; font-size: 0.9rem; }

#menu ul li.active a { color: red; }


/* Main content area ________________ */

#content { border: none; padding-left: 0; }

#main { padding-bottom: 2em; }


.breadcrumbs { background: none; border: none; padding: 15px 5px 0; margin-bottom: 30px; }
.breadcrumbs > * { font-size: 0.75rem;  }
.breadcrumbs a { color: #000; text-transform: none; }

.standfirst { font-weight: bold; line-height: 1.5; font-size: 1.2rem; margin-bottom: 2rem; }

/* Footer ________________ */


/* Projects */

.projects {}
.projects > .row { margin-bottom: 2em; }
.projects .title { padding-bottom: 1em; font-size: 1.6em; }
.projects img { margin: 0 0.75em 0.75em 0;
}

/* Submenu */

ul.submenu li.title { text-transform: uppercase; }
ul.submenu ul { display: none; }
ul.submenu li.current-menu-item ul, ul.submenu li.current_page_parent ul, ul.submenu li.current_page_ancestor ul { display: block; }



/* Home ________________________________ */

.home h1 { display: none; }


/* Lists ________________ */

ul.list, ul.simple, ul.logos { list-style: none; padding: 0; margin: 0 0 1rem; float: left; width: 100%; }
ul.list li { margin-bottom: 0.1rem; }
ul.list li a { display: block; padding: 5px; }
ul.list li a:hover { background: #EEE; }

ul.logos li { float: left; margin-right: 0.25rem; }
ul.logos li img { height: 100px; }

/* Portfolio ____________________ */

.row.project { margin-bottom: 3rem; }
.project a { color: black; text-decoration: none; }
.project .title { font-size: 0.9rem; text-transform: uppercase; margin-bottom: 1rem; }
.photos img { margin: 0 1rem 1rem 0; }

img.project-image-full { margin-bottom: 1rem; }
#showhide { display: none; font-size: 0.9rem; }


/* MEDIA QUERIES _____________________ */


/* Small __________________ */

@media only screen { } /* Define mobile styles */

@media only screen and (max-width: 40em) { } /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/* Medium __________________ */

@media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

/* Large __________________ */

@media only screen and (min-width: 64.063em) { } /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

/* X Large __________________ */

@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/* XX Large __________________ */

@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xxlarge screens */



/* FONT ICONS __________________ */

.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-21 { font-size: 21px; }
.size-24 { font-size: 24px; }
.size-36 { font-size: 36px; }
.size-48 { font-size: 48px; }
.size-60 { font-size: 60px; }
.size-72 { font-size: 72px; }
