/* main image grid */

.figure1 {
	left: -385px; 
}

.figure2 {
	right: -385px; 
}


ul {
	list-style: none;
}

.main, .projects, .textiles, .about { 
	width: 548px;
	text-align: center; 
	margin: 0 auto; 
	position: relative; 
	padding-top: 10px;
}

.main img, .textiles img {
	display: block;
	width: 100%;
}

.main li, .textiles li {
	width: 240px;
	margin: 0 10px 10px;
	display: inline-block;
}


.projects img, .about img {
	display: block;
	width: 100%;
}

.projects li, .about li {
	width: 240px;
	margin: 0 10px 10px;
	display: inline-block;
}

/* about sections */

#about {
	padding-top: 25px;
	padding-bottom: 50px;
	text-align: -webkit-center;
}

#resume {
	padding-top: 200px;
	padding-bottom: 150px;
	text-align: -webkit-center;
}

#contact {
	padding-top: 305px;
	padding-bottom:	305px;
	text-align: -webkit-center;
}

#website {
	padding-top: 255px;
	padding-bottom: 300px;
	text-align: -webkit-center;
}


.click {
	text-decoration: none;
}

.description {
	text-align: center;
}

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

	.main .figure1, .main .figure2 { 
		width: 365px;
		top: 100px;
		position: absolute;
	}
	
	.projects { 
		width: 948px;
	}
	
/*
	.projects {
		width: 365px;
		top: 100px;
		position: absolute;
	}
*/
}

@media screen and (max-width: 600px){
	
	.main, 
	.projects {
		width: 100%;
	}
}

/* navigation, logo */

.title {
	font-family: 'Dosis', sans-serif;
	padding-top: 10px;
}

.header {
  background-color: #ffffff;
  font-family: 'Dosis', sans-serif;
  padding-top: 0px;
  padding-bottom: 20px;
  color: #000000;
  margin: 0;
}

.logo {
  margin: 14px 0 0 0;
  color: #000000;
  font-size: 32px;
  font-size: 2rem;
  text-decoration: none;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  padding: 20px;
}

.logo .small {
  font-family: 'Josefin Sans', sans-serif;
}

.logo:hover,
.logo:active,
.logo:visited {
  color: #000000;
}

.navigation {
  line-height: normal;
  padding-top: 35px;
}

.navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation ul li {
  float: left;
  margin-left: 10px;
}

.navigation ul li:first-child {
  margin-left: 0;
}

.navigation ul li a {
  text-transform: uppercase;
  color: #000000;
  padding: 12px 20px;
  text-decoration: none;
  font-size: 14px;
}

.navigation ul li a.current {
  border-color: #fff;
}

.navigation ul li a:active {
  color: #cccccc;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}


.content-inner {
  top: 20%;
  bottom: 20%;
  left: 50%;
  	font-family: 'Quicksand', sans-serif;
	font-size: 12px;	
}

.row .col {
  background: #ccc;
  color: #111;
  text-align: center;
  line-height: 30px;
  height: 30px;
}

/* full size screen */

@media only screen and (min-width: 720px) and (max-width: 959px) {

  .navigation ul {
	padding-right: 200px;
  }

  .logo {
	margin-left: 95px;
  }
  
  .navigation ul li {
    margin-left: 5px;
  }
  .navigation ul li a {
    padding: 10px 15px;
  }
	
}

/* medium & small size screen; tablet ; mobile */

@media only screen and (max-width: 719px) {

/* main image grid */



.main li, .projects li {
	width: 40%;
	}

  .header {
    padding-bottom: 0;
    text-align: center;
  }
  .header .container {
    padding: 0;
  }
  .logo {
    float: none;
    margin: 0 auto;
    display: inline-block;
    *zoom: 1;
/*     *display: inline; */
  }
  .logo .small {
    font-size: 1em;
    position: static;
  }
  .nav-toggle {
    display: block;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    padding: 10px;
    text-decoration: none;
  }
  .nav-toggle:hover,
  .nav-toggle.active {
    background-color: #ffffcc;
  }
  .navigation {
    float: none;
  }
  .navigation ul li {
    float: none;
    margin-left: 0;
  }
  .navigation ul li a {
    color: #000000;
    padding: 10px;
    display: block;
    font-size: 1em;
    text-transform: none;
    background-color: #ffffff;
  }
  .navigation ul li a:hover {
    background-color: #cccccc;
  }
  .menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .showmobile.inline-block {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
}
