/*
Theme Name: CPDesign Styles
Author: CPDesigns
*/

/* @import url(http://fonts.googleapis.com/css?family=Amatic+SC:400,700|Homemade+Apple); 
@import url(http://fonts.googleapis.com/css?family=Sue+Ellen+Francisco);
@import url(http://fonts.googleapis.com/css?family=Fredericka+the+Great);
@import url(http://fonts.googleapis.com/css?family=Walter+Turncoat); */

@font-face {
    font-family: 'positiv-aregular';
    src: url('fonts/positiv-a-webfont.eot');
    src: url('fonts/positiv-a-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/positiv-a-webfont.woff') format('woff'),
         url('fonts/positiv-a-webfont.ttf') format('truetype'),
         url('fonts/positiv-a-webfont.svg#positiv-aregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'candy_inc.trial';
    src: url('fonts/candy___-webfont.eot');
    src: url('fonts/candy___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/candy___-webfont.woff') format('woff'),
         url('fonts/candy___-webfont.ttf') format('truetype'),
         url('fonts/candy___-webfont.svg#candy_inc.trial') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'return_to_senderregular';
    src: url('fonts/return_to_sender-webfont.eot');
    src: url('fonts/return_to_sender-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/return_to_sender-webfont.woff') format('woff'),
         url('fonts/return_to_sender-webfont.ttf') format('truetype'),
         url('fonts/return_to_sender-webfont.svg#return_to_senderregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Conv_BlackBoard';
	src: url('fonts/BlackBoard.eot');
	src: local('☺'), url('fonts/BlackBoard.woff') format('woff'), url('fonts/BlackBoard.ttf') format('truetype'), url('fonts/BlackBoard.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'fenway_park_jfregular';
    src: url('fonts/fenway_park_jf-webfont.eot');
    src: url('fonts/fenway_park_jf-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fenway_park_jf-webfont.woff') format('woff'),
         url('fonts/fenway_park_jf-webfont.ttf') format('truetype'),
         url('fonts/fenway_park_jf-webfont.svg#fenway_park_jfregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


#main-header {
    height: 100px;
    background-image:url('/wp-content/uploads/black-and-white-wood-header-bw.jpg');
    background-color:#faf7f7; 
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;}
    
.home  #main-header {
    background-color:#faf7f7;
    background-image:none;
}  
    
.entry-content    {
    background-image:url('/wp-content/uploads/chalkboard_2.jpg');
    background-color:#222; 
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;}


#logo { min-height: 85px;
}


h1, h2, h3, h4, h5, h6 {
  font-family:'positiv-aregular', Schoolbell, cursive;
  color: #f4eef1;
  font-weight: 100;
}

h3 a, h3 {
      font-size: 2em;
}

h4 {
  font-family:'fenway_park_jfregular', Schoolbell, cursive;
  color: #f4eef1;
  font-weight: 100;
  font-size: 2em;
}


.et_pb_column_4_4 .et_pb_portfolio_grid .et_pb_portfolio_item h3, .et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item h3, .et_pb_column_2_3 .et_pb_portfolio_grid .et_pb_portfolio_item h3, .et_pb_column_1_2 .et_pb_portfolio_grid .et_pb_portfolio_item h3, .et_pb_column_1_3 .et_pb_portfolio_grid .et_pb_portfolio_item h3, .et_pb_column_1_4 .et_pb_portfolio_grid .et_pb_portfolio_item h3 {
    font-weight: normal;
    text-transform: capitalize; 
}

.et_pb_blurb h3 a, .et_pb_text h3 a{
    font-family:'return_to_senderregular', Schoolbell, cursive;
    font-size: 44px;
    font-weight: normal;
    text-transform: capitalize; 
}

.home .et_pb_blurb_content {
    max-width:700px;
}

.et_pb_text h3 {
    padding-top: 15px;
}


.et_pb_row img {
  -moz-border-radius: 10px;  /* for Firefox */
  -webkit-border-radius: 10px; /* for Webkit-Browsers */
  border-radius: 10px; /* regular */    
}