/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/


.tol_title_amtech_div{display:block; width:100%;}
.tol_title_amtech{
    font-size: 48px!important;
    line-height: 80px!important;
	font-family: Rubik;
    letter-spacing: 2px;
    font-weight: 300;
    z-index: 99;
    text-align: center;
    width: 100%;
	margin-bottom:10px;

}
#header-outer.dark-slide .tol_title_amtech_div{display:none;}


@media screen and (max-width:480px) {
.tol_title_amtech_div { width: 100%;}
.tol_title_amtech{ font-size: 20px !important; line-height: 25px !important;}

}

@media only screen and (min-width:481px) and (max-width: 699px){
.tol_title_amtech_div { width: 100%;}	
.tol_title_amtech {  font-size: 30px!important;line-height: 40px!important;}
}
@media only screen and (min-width: 700px) and (max-width: 999px){ 
	.tol_title_amtech{font-size: 35px !important; line-height: 42px !important;}
	
}
@media only screen and (min-width: 799px) and (max-width: 999px){ 
	.tol_title_amtech_div{margin-bottom: -42px !important;}
	.tol_title_amtech{margin-bottom: 0px;}
}
@media only screen and (min-width: 1000px){
	.tol_title_amtech_div{position:absolute;}
	.tol_title_amtech { font-size: 25px!important; line-height: 80px!important;}

}

@media only screen and (min-width: 1000px) and (max-width: 1180px){
#top .col.span_9.col_last .logo-spacing{display:none;}
}