
/* computer */

/*RESET*/
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, font, 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 {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

/*MAIN*/

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Poppins, Helvetica;
  background-color: #c7dddc; 
}

h1 {
  padding-top: 24px;
  padding-left: 2%;
  font-size: 1.5em;
  position: fixed;
}

a {
  text-decoration: none;
  color: black;
}

ul {
  width: 90%;
  margin-top: 30%;
}

ul a {
    color: black;
    border-bottom: 2px solid black;
    line-height: 1.5em;
    width: 100%;
}

ul a:hover {
    color: black;
    border-bottom: 2px solid #5cc1b0;
}

img {
  width: 100%;
}

header {

  background: none;
  width: 13%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;

}

#logo {

  padding: 15%;
  float: left;
  width: 70%;
  display: block;
  opacity: 0;

}

nav {

  float: left;
  padding: 10%;
  font-weight: 600;
  font-size: .9em;
  width: 100%;
}

#menu-icon {
  display: none;
  width: 40px;
  height: 40px;
}

#menu-icon div {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
}

a:hover#menu-icon {
  background-color: none;
}

ul {
  list-style: none;
}

li {
  padding: 10px;
}

.bg {
  /* The image used */
  background-image: url("http://raeannevillongco.com/images/logo-refresh.gif");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }

.current {
  color: #5cc1b0;
  border-bottom: none;
}

.images {
  width: 87%;
  float: right;
  position: relative;
  background: rgb(199,221,220);
}

.container {
  position: relative;
  width: 33.33%;
  max-width: 100%;
  background-color: #c7dddc;
  float: left;
  /*display: inline-block;*/
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-image: linear-gradient(to top right,#5cc1b0,#5a449b);
}

.container:hover .overlay {
  opacity: .9;
}

.text {
  color: white;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.25em;
}

.footer{
  width: 10%;
  padding-left: 2%;
  padding-bottom: 1%;
  font-size: .5em;
  position: fixed;
  bottom: 5px;
  z-index: 4;
}

.info {
  display: inline-block;
  float: left;
  color: gray;
}

.social img {
  width: 20%;
  padding-right: 5%;
  padding-bottom: 5%;
}

/* tablet */
@media only screen and (max-width: 900px) {
  body, html {
    margin: 0;
    padding: 0;
    height: 100%;
      }

  header {
    width:100%;
    height: 70px;
    position: fixed;
    background: none;
  }

  nav {
    float: right;
    padding: 10px;
    padding-right: 35px;
    font-weight: 600;
    font-size: .9em;
    width: 20px;
}

  /* section {
    margin-top: 15%;
  }*/
  
  #menu-icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 100%;
  }

  header #logo {
    position: fixed;
    z-index: 2;
    width: 45px;
    padding: 13px;
    opacity: 0;
  }

  nav ul, nav:active ul { 

    display: none;
    position: absolute;
    margin-top: 70px;
    padding: 20px;
    background-color: #c7dddc;
    opacity: .8;
    right: 0px;
    top: 0;
    width: 100%;

  }

  nav li {

    text-align: right;
    width: 100%;

  }

  nav:hover ul {

    display: block;

  }

.images {
  width: 100%;
  float: right;
  position: relative;
  margin-top: 70px;
}

.container {
  position: relative;
  width: 33.33%;
  max-width: 100%;
  background-color: #c7dddc;
  float: left;
} 

.footer{
  width: 100%;
  font-size: .5em;
  position: relative;
  z-index: 4;
  overflow: auto;
  background: white;
  padding: 2%;
}

.info {
  float: left;
  color: gray;
  display: table;
  width: 70%;
  margin-top: 2%;
}

.social {
  width: 13%;
  float: left;
}

.social img {
  width: 38%;
  padding-right: 5%;
  padding-bottom: 1%;
}

/* mobile */
@media only screen and (max-width: 600px) {
  body, html {
    margin: 0;
    padding: 0;
    height: 100%;
  }

section {
  margin-top: 15%;
  font-size: 12px;
}

header {
  height: 80px;
  background-color: none;
  width: 100%;
}

header #logo {
    position: fixed;
    z-index: 2;
    width: 55px;
    padding: 13px;
    opacity: 0;
  }

nav {
    float: right;
    padding: 15px;
    margin-right: 15px;
    font-weight: 600;
    font-size: .9em;
    width: 5%;
}

  /* section {
    margin-top: 15%;
  }*/
  
  #menu-icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 100%;
  }

.images {
  width: 100%;
  float: right;
  position: relative;
  margin-top: 12%;
}

.container {
  float: left;
  width: 50%;
  max-width: 100%;
  background-color: #c7dddc;
  display: inline-block;
} 

.footer{
  width: 100%;
  font-size: .6em;
  position: relative;
  z-index: 4;
  overflow: auto;
  background: white;
  padding: 2%;
}

.info {
  float: left;
  color: gray;
  display: table;
  width: 70%;
  margin-top: 2%;
}

.social {
  width: 17%;
  float: left;
}

.social img {
  width: 38%;
  padding-right: 5%;
  padding-bottom: 1%;
}


