/*
Theme Name: Everyday Me
Theme URI: http://yourdomain.com
Author: David Sigurdarson
Author URI: http://yourdomain.com
Description: A very basic minimal WordPress theme.
Version: 1.0
Tags: responsive, full width
*/


@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400|Montserrat:300,300i,700');
* {
  box-sizing: border-box;
}



@media only screen and (min-width: 1000px) {


.group:after {
  content: "";
  display: table;
  clear: both;
}

.search {
  float: right;

}

body {
  font-size: 62.5%;
}
#header-wrap {
  width: 100%;
  padding: 0 2em;
}

#header-wrap a {
  text-decoration: none;
  color: #000033;

}

header {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: -2px auto;
  height: 6em;
}

#logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 200px;
  height: auto;
  margin-left: 10px;
  margin-top: 10px;
}

#logo img {
  width: 100%;
}

nav {
  float: right;
  font-size: 1.8em;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  
}
nav > ul > li {
  text-decoration: none;
  display: inline;
  text-align: center;
  margin: 0px 0px -2px -5px;
  color: #ffffff;
  background-color: #92cdea;
  padding: 1em 1em;
}

nav > ul > li:hover {
  background-color: #fff;
    color: #3b6eb6;
}    

header > h1 {
  float: left;
  background-color: #fff;
  margin-top: -5px;
}

.feature {
  clear: both;
  width: 100%;
  height: 50em;
  margin: 0px auto;
  background: #333 url('img/glammma.jpg') center no-repeat;
  background-size: cover;
}
.feature-2 {
  clear: both;
  width: 100%;
  height: 45em;
  margin: 0px auto;
  background: #333 url('img/glamun_mock.png') center no-repeat;
  background-size: cover;
}





#content-wrap {
  width: 100%;
  max-width: 1200px;
  padding: 5em 0em 2em 2em;
  margin: 0 auto;
  overflow: hidden;
} 

  #content-wrap2 {
  width: 100%;
  max-width: 100%;
  padding: 0em 2em;
  margin: 0em auto;
  overflow: hidden;



  
}
article {
  float: center
  text-align: center;
  width:;
  height: auto;
  border: 0px solid #000;
  margin: 10em;
  margin-top: 10px;
  padding: 0 2em;
}
article p {
  text-align: center;
  font-size: 1.6em;
  color: #999;
  font-family: 'Merriweather', sans-serif;
  font-weight: 300;
}
article h1 {
  text-align: center;
  font-size: 2.0em;
  text-transform: uppercase;
  color: #3b6eb6;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

article-2 {
  float: left;
  width: 100%;
  height: auto;
  border: 0px solid #000;
  margin: 0em auto;
  padding: 0 2em;
  text-align: center;
}


.two-up {
  width: 50%;
}
.two-up > img {
  display: block;
  width: 100%;
  margin: 2em auto;
}

.one-up {
  width: 100%;
}

.one-up > img {
  display: block;
  width: 100%;
  margin: 0em auto;
}

.one-up-shadow > img {
  display: block;
  width: 100%;
  margin: 0em auto;
  box-shadow: 10px 10px 5px #888888;

}

.button {
  background-color: #000000;
  border-radius: 0px;
    padding: 12px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-top: 50px;
    cursor: pointer;
    font-size: 2.0em;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;

}    

#footer-wrap {
  float: left;
  clear: both;
  width: 100%;
  background: #1a1a1a;
  padding: 0em 2em;
}
footer {
  float: left;
  clear: both;
  width: 100%;
  max-width: ;
  height: auto;
  margin: 50px 0px auto;
  height: auto;
  background: #1a1a1a;
}
footer > p {
  text-align: center;
  width: 100%;
  color: #999;
  font-size: 1.2em;
  overflow: hidden;
  margin: 1,8em;
}

}













@media only screen and (min-width: 400px) and (max-width: 999px) {


.group:after {
  content: "";
  display: table;
  clear: both;
}

.search {
  float: right;

}

body {
  font-size: 62.5%;
}
#header-wrap {
  width: 100%;
  padding: 0 2em;
}

#header-wrap a {
  text-decoration: none;
  color: #000033;

}

header {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: -2px auto;
  height: 6em;
}

#logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 200px;
  height: auto;
  margin-left: 10px;
  margin-top: 10px;
}

#logo img {
  width: 80%;
}

nav {
  float: right;
  font-size: 1.8em;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  
}
nav > ul > li {
  text-decoration: none;
  display: inline;
  text-align: center;
  margin: 0px 0px -2px -5px;
  color: #ffffff;
  background-color: #92cdea;
  padding: 1em 1em;
}

nav > ul > li:hover {
  background-color: #fff;
    color: #3b6eb6;
}    

header > h1 {
  float: left;
  background-color: #fff;
  margin-top: -5px;
}

.feature {
  clear: both;
  width: 100%;
  height: 50em;
  margin: 0px auto;
  background: #333 url('img/glammma.jpg') center no-repeat;
  background-size: cover;
}
.feature-2 {
  clear: both;
  width: 100%;
  height: 45em;
  margin: 0px auto;
  background: #333 url('img/glamun_mock.png') center no-repeat;
  background-size: cover;
}





#content-wrap {
  width: 100%;
  max-width: 1200px;
  padding: 5em 0em 2em 2em;
  margin: 0 auto;
  overflow: hidden;
} 

  #content-wrap2 {
  width: 100%;
  max-width: 100%;
  padding: 0em 2em;
  margin: 0em auto;
  overflow: hidden;



  
}
article {
  float: center
  text-align: center;
  width:;
  height: auto;
  border: 0px solid #000;
  margin: 2em;
  margin-top: 10px;
  padding: 0 2em;
}
article p {
  text-align: center;
  font-size: 1.6em;
  color: #999;
  font-family: 'Merriweather', sans-serif;
  font-weight: 300;
}
article h1 {
  text-align: center;
  font-size: 2.0em;
  text-transform: uppercase;
  color: #3b6eb6;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

article-2 {
  float: left;
  width: 100%;
  height: auto;
  border: 0px solid #000;
  margin: 0em auto;
  padding: 0 2em;
  text-align: center;
}


.two-up {
  width: 50%;
}
.two-up > img {
  display: block;
  width: 100%;
  margin: 2em auto;
}

.one-up {
  width: 100%;
}

.one-up > img {
  display: block;
  width: 100%;
  margin: 0em auto;
}

.one-up-shadow > img {
  display: block;
  width: 100%;
  margin: 0em auto;
  box-shadow: 10px 10px 5px #888888;

}

.button {
  background-color: #000000;
  border-radius: 0px;
    padding: 12px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-top: 50px;
    cursor: pointer;
    font-size: 2.0em;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;

}    

#footer-wrap {
  float: left;
  clear: both;
  width: 100%;
  background: #1a1a1a;
  padding: 0em 2em;
}
footer {
  float: left;
  clear: both;
  width: 100%;
  max-width: ;
  height: auto;
  margin: 50px 0px auto;
  height: auto;
  background: #1a1a1a;
}
footer > p {
  text-align: center;
  width: 100%;
  color: #999;
  font-size: 1.2em;
  overflow: hidden;
  margin: 1,8em;
}




}