body {
  font-family: Times, serif;
  color: #e0e6ed;
  font-size: 16px;
  line-height: 20px;
  background-color: DarkGray;
}

a {
	color: white;
}

.darken {
    display: inline-block;
    background: black;
    padding: 0;
}

.darken img {
    display: block;
}

    #data {
    border: none;
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }

    #data:hover{
    overflow: visible; 
    white-space: normal; 
    width: auto;

    }

::-webkit-input-placeholder { color:#f00; }
::-moz-placeholder { color:#f00; } /* firefox 19+ */
:-ms-input-placeholder { color:#f00; } /* ie */
input:-moz-placeholder { color:#f00; }

h1 {
  margin: 10px 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family:'Josefin Sans', sans-serif;
  color: #181818;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: none;
}
h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin: 10px 0px;
  font-family:'Josefin Sans', sans-serif;
  color: #3b3b3b;
  font-size: 40px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}


h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.headercontainerlogo {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.headercontainer {
  padding-top: 5px;
  padding-bottom: 20px;
  text-align: left;
}
.headersection {
  background-image: url('../images/bgGray.gif');
}
.authorname {
  font-family:'Josefin Sans', sans-serif;
  color: #181818;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

input, select, textarea{
    color: #fff;
}

.imgtilesection {
    background: white;
}

.imgtileblocks:hover {
	opacity: 0.7;
}

.imgtileblocks {
  position: static;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/works.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  
      -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
            transition: all 0.3s linear;

}
.imgtileblocks.img2 {
  background-image: url('../images/av.jpg');
}
.imgtileblocks.img3 {
  background-image: url('../images/blog.jpg');
}
.imgtileblocks.img4 {
  background-image: url('../images/contact.jpg');
}

.imgtitlecontainerblock {
  height: auto;
  background-image: url('../images/works.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.imgtextsmall {
  padding-top: 20px;
  padding-bottom: 30%;
  font-family:'Josefin Sans', sans-serif;
  color: white;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.imgtextbig {
  padding-top: 30%;
  font-family:'Josefin Sans', sans-serif;
  color: white;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

ul {
	margin:0;
	padding:0;
	list-style-type:none;
	height:1em;
	width:25.9em;
	
}

ul a {
	padding-right:0.4em;
	padding-left:0.4em;
	display:block;
	line-height:1em;
	text-decoration:none;
	
}

li {
	float:left;
}

#hor-minimalist-b
{
	background: #fff;
	margin: 45px;
	width: 680px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-weight: normal;
	color: #333333;
	padding: 10px 8px;
	border-bottom: 2px solid #ccc;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #666666;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #000000;
}



.leftcol {
  padding-right: 35px;
  padding-left: 14px;
}
.rightcol {
  padding-right: 26px;
  padding-left: 26px;
}
.craftsmaninput {
  height: 70px;
  padding-top: 13px;
  padding-left: 16px;
  font-family:'Josefin Sans', sans-serif;
  color: #3b3b3b;
  border: 0;
  font-size: 24px;
  font-weight: 700;
}



.submitcraftsman {
  width: 100%;
  height: 70px;
  padding-top: 18px;
  background-color: #3b3b3b;
  font-family:'Josefin Sans', sans-serif;
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.footersection {
}
.footercontainer {
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: center;
}
.quote {
  padding: 5px 5px;
  font-family:'Josefin Sans', sans-serif;
  color: white;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.emaillink {
  padding-right: 30px;
  font-family:'Josefin Sans', sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
}
.formbg {
  background-color: transparent;
}
.errorform {
  background-color: transparent;
}
.errorformtitle {
  font-family:'Josefin Sans', sans-serif;
  color: #f94803;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}
.successemail {
  padding-top: 20px;
  background-color: transparent;
  font-family:'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h1 {
    padding: 40px 22px;
    font-size: 50px;
    line-height: 60px;
  }
  h3 {
    font-size: 32px;
  }
  .headercontainer {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .authorname {
    font-size: 25px;
  }
  .imgtextbig {
    padding-top: 5px;
    font-size: 20px;
  }
  .blackboardcontainer {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .blackboardparagraph {
    padding-right: 42px;
    padding-left: 42px;
    font-size: 16px;
  }
  .whitecontainer {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .whiteparagraph {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .whiteh4 {
    font-size: 21px;
  }
  .signupform {
    width: 80%;
  }
  .yellowh4 {
    font-size: 25px;
    line-height: 36px;
  }
  .yellowcontainer {
    padding: 70px 16px;
  }
  .yellowparagraph {
    font-size: 22px;
    line-height: 28px;
  }
  .leftcol {
    padding-right: 10px;
  }
  .craftsmaninput {
    font-size: 18px;
  }
  .footercontainer {
    padding-top: 60px;
  }
  .quote {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .emaillink {
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  h1 {
    padding-top: 36px;
    padding-bottom: 36px;
    font-size: 40px;
    line-height: 50px;
  }
  h3 {
    font-size: 26px;
  }
  .headercontainer {
    padding-top: 50px;
    padding-bottom: 54px;
  }
  .imgtextbig {
    padding-top: 18px;
    font-size: 32px;
  }
  .blackboardcontainer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .smallh2 {
    font-size: 18px;
  }
  .blackboardparagraph {
    padding-right: 54px;
    padding-left: 54px;
    font-size: 18px;
  }
  .whitecontainer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .whiteparagraph {
    padding-right: 34px;
    padding-left: 34px;
    font-size: 24px;
  }
  .whiteh4 {
    padding-right: 41px;
    padding-bottom: 21px;
    padding-left: 41px;
    line-height: 36px;
  }
  .signupinputfield {
    height: 60px;
    font-size: 20px;
  }
  .signupbtn {
    height: 60px;
    font-size: 20px;
  }
  .signupform {
    width: 80%;
  }
  .yellowh4 {
    padding-right: 12px;
    padding-left: 12px;
    line-height: 45px;
    text-align: center;
  }
  .yellowcontainer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .yellowparagraph {
    padding-right: 23px;
    padding-bottom: 25px;
    padding-left: 23px;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }
  .craftsmaninput {
    height: 60px;
    padding-top: 10px;
  }
  .submitcraftsman {
    height: 60px;
  }
  .footercontainer {
    padding-right: 45px;
    padding-left: 45px;
  }
  .quote {
    padding-right: 14px;
    padding-left: 14px;
  }
  .errorformtitle {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  h1 {
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 27px;
    line-height: 35px;
  }
  h3 {
    font-size: 22px;
    line-height: 36px;
  }
  .headercontainer {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .authorname {
    font-size: 18px;
  }
  .imgtextbig {
    padding-top: 9px;
    font-size: 17px;
  }
  .smallh2 {
    padding-top: 20px;
  }
  .bigh2 {
    padding-top: 15px;
    padding-bottom: 14px;
    font-size: 70px;
  }
  .blackboardparagraph {
    padding-top: 25px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 16px;
    line-height: 29px;
  }
  .whitecontainer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .whiteparagraph {
    padding: 20px 24px;
    font-size: 20px;
    line-height: 30px;
  }
  .signupinputfield {
    width: 100%;
    font-size: 18px;
  }
  .signupbtn {
    width: 100%;
    font-size: 18px;
  }
  .signupform {
    width: 90%;
     color: white;
  }
  .yellowh4 {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 21px;
    line-height: 36px;
  }
  .yellowcontainer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .yellowparagraph {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .rightcol {
    padding-right: 4px;
    padding-left: 4px;
  }
  .craftsmaninput {
    font-size: 17px;
  }
  .submitcraftsman {
    font-size: 18px;
  }
  .footercontainer {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
}