
/*
 * Purpose: starting point for iBoulder Digital new 2016 stylied website
 * DATE: 2016-03-31
 * AUTHOR: EJ
 * WEBSITE: iboulderdigital.com
 * EMAIL: ej@iboulderdigital.com
 * 
 *
 * USAGE:      starting point for the iBoulder Digital new 2016 stylied website                      
 *
 *
 * COLOR PALETTE:
 *                  #FFFFFF = White
 *									#31517A = Metallic Blue
 *									#C0C0C0 = Silver
 *
 * 0000EE
 *
 *									min-width should be 591px
 */





/*
 *
 * default starting point for all elements
 *
 */

*
{
	margin: 0;
	padding: 0;
	border: 0;
}


body
{
	background-color: #FFFFFF;
}


#wrapper
{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	border: 0;
}





/*
 *
 * link styles
 *
 */

/* unvisited link */
a:link
{
	color: #0000EE;
	text-decoration: none;
}

/* visited link */
a:visited
{
	color: #0000EE;
	text-decoration: none;
}

/* mouse over link */
a:hover
{
	color: #0000EE;
	text-decoration: underline;
}

/* selected link */
a:active
{
	color: #0000EE;
	text-decoration: none;
}


/* unvisited link */
a.contact-email-link:link
{
	color: #000000;
	text-decoration: none;
}

/* visited link */
a.contact-email-link:visited
{
	color: #000000;
	text-decoration: none;
}

/* mouse over link */
a.contact-email-link:hover
{
	color: #000000;
	text-decoration: underline;
}

/* selected link */
a.contact-email-link:active
{
	color: #000000;
	text-decoration: none;
}



/* unvisited link */
a.login-link:link
{
	color: #000000;
	text-decoration: none;
}

/* visited link */
a.login-link:visited
{
	color: #000000;
	text-decoration: none;
}

/* mouse over link */
a.login-link:hover
{
	color: #000000;
	text-decoration: underline;
}

/* selected link */
a.login-link:active
{
	color: #000000;
	text-decoration: none;
}



/*
 *
 * top menu links section
 *
 */
#top-menu-links-wrapper
{
	width: 100%;
	min-width: 900px;
	height: 30px;
	background-color: #FFFFFF;
	background: -moz-linear-gradient(top, #ffffff 0%, #d6d6d6 100%); 
	background: -webkit-linear-gradient(top, #ffffff 0%,#d6d6d6 100%); 
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	margin: 0 auto;
	padding-top: 4px;
	border: 0;
}


#top-menu-links-content
{
	width: 96%;
	height: 100%;
	margin: 0 auto;
}

#company-name
{
	float: left;
	width: 300px;
}


#company-name h3
{
	letter-spacing: 10px;
}


#menu-navigation
{
	float: right;
	width: 340px;
}

#menu-navigation nav
{
	float: right;
	padding-top: 4px;
}


#menu-navigation nav li
{
	float: left; /* displays header link in proper order: right reverses order */
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 0 20px;
	list-style: none;
}





/*
 *
 * first spacer section
 *
 */
#tracks-in-snowfield-wrapper
{
	width: 100vw;
	min-width: 900px;
	background-color: #31517A;
	padding-top: 20px;
	padding-bottom: 20px;
}


#tracks-in-snowfield-image
{
	width: 96vw;
	min-width: 900px;
	max-height: 500px;
	margin: 0 auto;
	border: 2px solid #FFFFFF;
}


#tracks-in-snowfield-image img
{
	width: 96vw;
	min-width: 900px;
	max-height: 500px;
}





/*
 *
 * about iBD section
 *
 */
#about-ibd
{
	width: 100%;
	min-width: 900px;
	height: 360px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding-top: 80px;
	border: 0;
	text-align: center;
}


#about-ibd h1
{
	font-family: 'MedievalSharp', cursive;
	font-size: 50px;
	padding-bottom: 20px;
}



#about-ibd h3
{
	font-family: 'Oregano', cursive;
	font-style: italic;
	font-size: 30px;
	padding-bottom: 20px;
}



#about-ibd p
{
	width: 900px;
	min-width: 900px;
	font-family: 'Sirin Stencil', cursive;
	font-size: 20px;
	letter-spacing: 2px;
	margin: 0 auto;
}






/*
 *
 * portfolio section
 *
 */
#portfolio-wrapper
{
	width: 100%;
	min-width: 900px;
	height: 1200px;
	background-color: #C0C0C0;
	margin: 0 auto;
	padding-top: 80px;
	border: 0;
	text-align: center;
}


#portfolio-wrapper h1
{
	font-family: 'MedievalSharp', cursive;
	font-size: 50px;
	padding-bottom: 20px;
}



#portfolio-wrapper table
{
	width: 900px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 20px;
}




#portfolio-wrapper img
{
	width: 280px;
	height: 325px;
	border: 2px solid #FFFFFF;
}



/*
 * used to enlarge the musician image when being hover over
 */
.img-zoom {
    width: 280px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(1.05); 
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}







/*
 *
 * Types of Development section
 *
 */
#types-of-development-wrapper
{
	min-width: 900px;
	height: 500px;
	background-color: #7A3151;
	margin: 0 auto;
	padding-top: 80px;
	border: 2px solid #FFFFFF;
	text-align: center;
}



#types-of-development-wrapper h1
{
	font-family: 'MedievalSharp', cursive;
	font-size: 50px;
	padding-bottom: 20px;
	text-align: center;
}



#three-development-types-wrapper
{
	width: 900px;
	margin: 0 auto;
	font-family: 'Oregano', cursive;
	font-size: 28px;
  padding-top: 10px;
}



#custom-builds-wrapper
{
	float: left;
	width: 300px;
}


#custom-builds-wrapper img
{
	width: 150px;
	height: 150px;
	padding-top: 20px;
}


#three-development-types-wrapper p
{
	width: 260px;
	margin: 0 auto;
}


#wordpress-wrapper
{
	float: left;
	width: 300px;
}


#wordpress-wrapper img
{
	width: 150px;
	height: 150px;
	padding-top: 20px;
}


#mobile-friendly-wrapper
{
	float: left;
	width: 300px;
}


#mobile-friendly-wrapper img
{
	width: 140px;
	height: 140px;
	padding-top: 30px;
}








/*
 *
 * Contact Me section
 *
 */
#contact-me-wrapper
{
	width: 100%;
	height: 645px;
	min-width: 900px;
  display: block;
  position: relative;
  border: 0px;
  margin: 0px;
  padding-top: 80px;
	text-align: center;
}	



#contact-me-wrapper:after
{
  background: url("../images/contact-water.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
  width: 100%;
  height: 725px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  content: "";
}


#contact-me-wrapper h1
{
	font-family: 'MedievalSharp', cursive;
	font-size: 50px;
	padding-bottom: 20px;
}


#contact-me-section-wrapper
{
	width: 900px;
	height: 360px;
	margin: 0 auto;
}


#contact-me-content-wrapper
{
	float: left;
	width: 300px;
		height: 100%;
	margin-top: 30px;
}


#contact-me-content-wrapper h3
{
	font-family: 'Oregano', cursive;
	padding-bottom: 10px;
	font-size: 38px;
}


#contact-me-content-wrapper p
{
	font-family: 'Sirin Stencil', cursive;
	font-size: 24px;
	letter-spacing: 2px;
	margin: 0 auto;
}



#contact-me-form-wrapper
{
	float: right;
  width: 545px;
	margin-top: 30px;
}






#contact-us-table
{
  width: 550px;
  height: 330px;
  color: #FFA500;
	padding-top: 10px;
}



#contact-us-table table
{
  color: #000000;
  margin: 0px;
}


#contact-us-table tr
{
  font-size: 20px;
}


#contact-us-table td
{
  padding-bottom: 30px;
	font-weight: 500;
	font-family: 'Sirin Stencil', cursive;
	font-size: 24px;
	letter-spacing: 2px;
}


#left-table-padding
{
  padding-left: 15px;
}


td#bottom-left-table-padding
{
  padding-bottom: 0px;
  padding-left: 15px;
}


::-webkit-input-placeholder
{
  color: #707070;
}


:-moz-placeholder
{
  color: #707070;
}


::-moz-placeholder
{
  color: #707070;
}


:-ms-input-placeholder
{
  color: #707070;
}


#square-corners-field
{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
	width: 340px;
  height: 30px;
  font-size: 20px;
  padding: 2px 0px 0px 9px;
  box-shadow: 2px 2px 10px 0px black inset;
}



#message-heading-alignment
{
  vertical-align: top;
}


textarea
{
	width: 340px;
	height: 120px;
  font-size: 20px;
  padding: 8px 0px 0px 9px;
  box-shadow: 2px 2px 10px 0px black inset;
}


#send-button-wrapper
{
	width: 100px;
	margin-top: 10px;
	margin-left: 180px;
}



#required-message
{
	display: none;
	color: red;
	font-size: 20px;
	padding-top: 40px;
	padding-left: 20px;
}




#iB-Digital-wrapper
{
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding-top: 155px;
	font-family: 'Sirin Stencil', cursive;
	text-align: center;
}


#ej-login-wrapper
{
	width: 96%;
	height: 12px;
	margin: 0 auto;
	font-family: 'Sirin Stencil', cursive;
	text-align: right;
	font-size: 8px;
}




#top-link p
{
	width: 900px;
	min-width: 900px;
	font-family: 'Sirin Stencil', cursive;
	font-size: 10px;
	letter-spacing: 2px;
	margin: 0 auto;
	text-align: right;
	display: none;
}
