
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
#wrapper {
    /*background-image: url("bg.jpg"); */
    height: auto; /* change this to height to auto when done mocking */
    margin: auto;
    overflow: auto;
    width: 100%; /* change this to width to 100% when done mocking */
	font-family: "Lato",century gothic, sans-serif;
}

.content_centerer {
	margin: auto;
    width: 1024px;
}

a {
	text-decoration:none;
}

a:visited{
	color:#ff6c2c;
	text-decoration:none;
}

#welcome {
    height: auto;
    margin: auto;
    width: 1024px;
}

#navigation {
    height: auto;
    position: fixed;
    top: -38px;
    width: 1024px;
}

/* start of navigation */

#nav_logo{
    cursor: pointer;
    height: 62px;
    left: 25px;
    position: relative;
    top: 20px;
    width: 20px;
    z-index: 99;
}

#nav_holder {
    opacity: 0.9;
    overflow: auto;
    position: fixed;
    width: 1024px;
    z-index: 99;
}
.navcontainer {
    margin: auto;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 800px;
}

nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 840px;
}
nav li {
  display: inline-block;
  margin: 0 5px;
  transition: all 0.3s;
}
nav a {
  display: block;
  color: #285064;
  transition: all 0.3s;
}
nav a:hover {
  color: #12242d;
}
nav span {
  display: block;
  transition: all 0.3s;
}

@media all and (min-width: 690px) {
  nav li {
    margin: 0 10px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	transition: all 0.3s;
  }
  nav img {
    padding-right: 40px;
    position: relative;
    right: 13px;
    top: 70px;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
	transition: all 0.3s;
  }

  nav a {
    background-color: #2E2925;
    color: #F1F1F2;
    height: 124px;
    position: relative;
    text-decoration: none;
	opacity: 0.8;
    width: 44px;
    transition: all 0.3s;
  }
  nav a:hover {
    color: #F1F1F2;
	opacity:1;
  }

  nav a:visited {
	color:#F1F1F2;
  }
  nav span {
    position: relative;
    top: 70px;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
	transition: all 0.3s;
  }
}

#socialmedia_holder {
    bottom: 20px;
    float: right;
    position: relative;
    right: 30px;
    width: 150px;
	opacity:0.75;
}

.socialmedia {
    float: right;
    padding-right: 15px;

}
#socialmedia_holder img{
	opacity:.75;
}
#socialmedia_holder img:hover{
    opacity:1;
}

/* end of navigation */


/* start of welcome */
#welcome_contents {
	background-color: #2e2925;
    height: auto;
    overflow: hidden;
    width: 100%;
}


#welcome_contents_title {
    color: #f1f1f2;
    margin: 0 auto;
    padding-bottom: 8px;
    padding-top: 190px;
    text-align: center;
    width: 1024px;
}

#welcome_contents_holder {
    height: 320px;
    margin: 180px auto 50px;
    overflow: auto;
    padding-top: 25px;
    position: relative;
    width: 630px;
}

#welcome_contents_holder a {
    opacity: 0.8;
}

#welcome_contents_holder a:hover {
    opacity: 1;
}

.divider {
	width:100%;
	background-image:url('border_divider.png');
	height:7px;
	margin-top:45px;
}
/* end of welcome */

/* start of gallery */
#portfolio {
    background-color: white;
    margin: 0 auto;
    min-height: 726px;
    overflow: auto;
    width: 100%;
}

.portfolio_gallery_details {
	border-top:1px solid #ff6c2c;
}
/* end of gallery */

/* start of about me */
#aboutme {
    background-color: #2e2925;
    background-repeat: no-repeat;
    background-size: cover;
    color: #dadada;
    overflow: auto;
    width: 100%;
}

#aboutme_contents{
    margin: auto;
    overflow: auto;
    width: 540px;
}

#aboutme_desc {
    padding-bottom: 40px;
    padding-top: 40px;
}

#aboutme_desc p {
    margin: 0px 0px 14px 0px;
	padding:0;
}
#resume {
	color:#FF6C2C;
	width:240px;
}
#resume:hover {
	text-decoration:underline;
}
/* end of about me */

/* start of how it happens */
#howithappens {
    background-color: white;
    overflow: auto;
    padding-top: 115px;
    width: 100%;
}

#howithappens_title {
    font-size: 37px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
#howithappens_contents {
    margin-top: 85px;
    overflow: auto;
    width: 1024px;
}

.howithappens_infobox {
    margin-bottom: 60px;
    overflow: auto;
}

.howithappens_infobox_desc {
    float: left;
    margin: 0 0 0 20px;
    width: 435px;
}
/* end of how it happens */

/* start of contact */
#contact {
    background-color: #2e2925;
    background-repeat: no-repeat;
    height: auto;
    margin: auto;
    width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#contact_content {
    padding-bottom: 25px;
    width: 1024px;
}

#contact_hero  {
    background-color: rgba(0, 0, 0, 0.8);
    height: auto;
}
.contact_fields {
    border: 2px solid #2e2925;
    font-size: 18px;
    height: 62px;
    margin-bottom: 9px;
    margin-left: 57px;
    padding-left: 22px;
    width: 885px;
}

#contact_title {
    color: #f1f1f2;
    font-size: 37px;
    margin: 0 0 20px;
    padding-top: 125px;
    text-align: center;
    text-transform: uppercase;
	font-weight:bold;
}

#contact_message {
    border: 2px solid #030202;
    font-size: 18px;
    min-height: 205px;
	max-height: 600px;
    margin-bottom: 9px;
    margin-left: 57px;
    padding-left: 22px;
    width: 885px;
	max-width:885px;
	min-width:885px;
	padding-top:10px;
}

#contact_submit {
    background-color: #ff6c2c;
    color: #f1f1f2;
    display: block;
    height: 40px;
    margin: auto;
    border:none;
    position: relative;
    width: 200px;
	text-transform:uppercase;
}

#contact_submit:hover {
	background-color: #030202;
	border:1px solid #fff;
}

/* end of contact */



/* start of linked gallery */
#linked_gallery {
    overflow: auto;
    width: 1120px;
}

#launchbutton {
    background-color: #ff6c2c;
    color: #f1f1f2;
    font-size: 18px;
    height: 27px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 9px;
    padding-top: 9px;
    text-align: center;
    text-transform: uppercase;
    width: 420px;
}

#launchbutton:hover {
	background-color: #2e2925;
}

#linkedgallery_title {
    color: #ff6c2c;
    font-size: 72px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

#linkedgallery_projectdesc {
	padding-left:10px;
}

#linkedgallery_workholder {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    width: 600px;
}
#linked_gallery_lastproject {
    float: left;
    height: 45px;
    margin-top: 200px;
    text-align: center;
    width: 120px;
	color: #2e2925;
}

#linked_gallery_lastproject:hover {
	color:#ff6c2c;
}

#linked_gallery_mainimage {
   margin-top: 25px;
}
#linked_gallery_nextproject{
    float: right;
    height: 45px;
    margin-top: 200px;
    text-align: center;
    width: 120px;
	color: #2e2925;
}

#linked_gallery_nextproject:hover {
	color:#ff6c2c;
}


#linkedgallery_bottombox {
    overflow: auto;
    width: 480px;
}

#linkedgallery_skills {
    margin: 0;
    overflow: auto;
    width: 440px;
}

.linkedgallery_skills_title {
    border-bottom: 1px solid #dedede;
    color: #ff6c2c;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.linkedgallery_skills_descbox {
    border-top: 1px solid #dedede;
    margin-top: 20px;
    overflow: auto;
    width: 432px;
}

.linkedgallery_skills_desc {
    float: left;
    padding-top: 20px;
}

.linkedgallery_skills_desc img {
    padding-right: 10px;
}

.linkedgallery_skills_desc p {
    float: left;
    font-size: 14px;
    margin: 0;
    padding-left: 15px;
    padding-right: 8px;
    padding-top: 18px;
}

.linkedgallery_fieldbox {
    padding-left: 140px;
    width: 275px;
}

#linkedgallery_contact {
    margin: auto;
    overflow: auto;
    width: 510px;
}

.linkedgallery_contact_fields {
    border: 1px solid #2e2925;
    font-size: 18px;
    height: 21px;
    margin-bottom: 9px;
    width: 180px;
}

#linkedgallery_contact_submit {
    background-color: #ff6c2c;
    color: #f1f1f2;
    display: block;
    height: 40px;
    margin: 20px auto auto;
    position: relative;
    width: 200px;
	border:none;
}

#linkedgallery_contact_submit:hover {
	background-color: #2e2925;
}

.hidden {
	display:none;
}
/* End of linked gallery */
