/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

body {
  padding-top: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    color: #908f8f;
}

@media (min-width: 992px) {
  body {
    padding-top: 0px;
  }
}
.grey-large-text {
    font-weight: 300;
    font-size: 56px;
}


#panel {
    
    display: none;
}

#panel2 {
    
    display: none;
}

#panel .textb {
	
	padding:5px;
	width:100%;
	margin-bottom:5px;
}

#panel .textbut {
	
	padding:5px 15px;
	background-color: #b6181e;
	color:#ffffff;
	margin-top:15px;
}


.rounded-container {
    border-radius: 10px;
    border: 1px solid #908f8f;
    padding: 30px;
    position: relative;
}
.rounded-container-bottom-heading {
    background-color: #8c8c8e;
    color: #fff;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    border: 1px solid #000;
    border-radius: 10px;
    position: absolute;
    bottom: -52px;
    z-index: 999;
}
.full-width-title {
    background-color: #b6181e;
    color: #fff;
    font-size: 28px;
    font-weight: 700 !important;
    padding: 10px 30px;
    border-radius: 10px;
    font-weight: 300;
    margin: 20px 0px;
    text-align: center;
    display: block;
}
.full-width-block {
    margin: 0;
    border-top: 1px solid #908f8f;
    padding: 50px 0;
}
a.more:link, a.more:active, a.more:visited {
    color: #b6181e;
    font-size: 28px;
    text-decoration: none;
}
a.more:hover {
    color: #000;
    text-decoration: none;
}

a.click:link, a.click:active, a.click:visited {
    color: #908f8f;
    font-size: 28px;
    text-decoration: none;
}
a.click:hover {
    color: #000;
    text-decoration: none;
}


@media (min-width: 1024px) {
  
  
 .tesla-model {
    background-color: #b6181e;
    color: #fff;
    font-size: 36px;
    padding: 10px 30px;
    border-radius: 10px;
    font-weight: 300;
    margin: 0px;
}

	.win1 {
		min-height:60px;
		text-align:right;
	}
	.win2 {
		min-height:60px;
		text-align:left;
	}
	
	}

@media (min-width: 768px) and (max-width: 1024px) {
.tesla-model {
    background-color: #b6181e;
    color: #fff;
    font-size: 26px;
    padding: 10px 10px;
    border-radius: 10px;
    font-weight: 300;
    margin: 0px;
}
	
	.win1 {
		min-height:60px;
		text-align:right;
	}
	.win2 {
		min-height:60px;
		text-align:left;
	}
	
	.rounded-container-bottom-heading {
		bottom:-80px;
		padding:10px 20px;
		
		
			
	}
	
}

@media (max-width: 767px) {
  
.tesla-model {
    background-color: #b6181e;
    color: #fff;
    font-size: 20px;
    padding: 10px 10px;
    border-radius: 10px;
    font-weight: 300;
    margin: 0px;
}
	.win1 {
		min-height:60px;
		text-align:center;
	}
	.win2 {
		min-height:60px;
		text-align:center;
	}
	
	.rounded-container-bottom-heading {
		bottom:-80px;
		font-weight:700;
		margin-right:30px;
			
	}
	
	.offset-4 {
		margin-left:8.33333%;
	}
	
}
