
/* making main page sentence larger, ;default font was 15*/
element.style {
}



#header  div.bottom-header.front-page  p {
	 font-size: 30px;
}
/*putting a matching color for background of title and menu, rather than having the picture show through*/
element.style {
}
#header  .top-header {
    width: 100%;
		color: #a9a9a9;
	   ;background-color: #649491;
	background-color: #a9a9a9;
	padding-bottom: 40px;
}



#blog .blog-post .blog-post-title {
;	display: none;
}

#contact-us {
    width: 100%;
    background-color: #4e4e4e;
}

#contact-us .section-content .wpcf7-form p .wpcf7-textarea {
	background-color: #a9a9a9;

    border: 1px solid #a9a9a9;
}

#contact-us .section-content .wpcf7-form p .wpcf7-text {
		background-color: #a9a9a9;

    border: 1px solid #a9a9a9;
}

#contact-us .section-content .wpcf7-form p .wpcf7-submit {
	color: #a9a9a9;
	
}

#projects .col-sm-offset-1 {
	;display: none;
}

#header .bottom-header .header-button-two {
background:rgb(175, 234, 144);
	
}


#contact-us .section-content .contact-us-box .box-right span {
	color:rgb(175, 234, 144);
}

#contact-us .section-content .contact-us-box .box-right span a {
color:rgb(175, 234, 144);
} 

#footer  .row::before  {
	    text-align: center;
		font-size: 12px;
content: "Copyright 2017 Thorium Vision Corporation.  All rights reserved.  “Thorium,” “Thorium Model Vision” and “TMV” are trademarks of Thorium.  References to other companies and their products use trademarks owned by the respective companies and are for reference purpose only.  No portion hereof may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or information storage and retrieval systems, for any purpose other than the recipient’s personal use, without the express written permission of Thorium.  The information contained herein is subject to change without notice.";
	    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
	;
		
}



#footer > div > div > div:nth-child(4) > span {
	display: none;
}

.front-page-section .section-header h3 {
    text-transform: none;
}

body.custom-background {
    background-color: #23282d
}

#blog {
     padding: 50px 0 40px 0; 
}

#header .bottom-header.blog {
    padding: 30px 0;
}

body {
    font-size: 25px;
	
}