﻿.slider{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
		
}

@media screen and (max-width:1200px){
	.slider{
	}
}

@media screen and (max-width:900px){
	.slider{
	}
}

@media screen and (max-width:500px){
	.slider{
	}
}


.brainimage1{
	position:relative;
	vertical-align:middle;
}


@media screen and (max-width:1200px){
	.brainimage1{
	width:90%;
	height:auto;
	}
}

.slider h1{
	font-size:60px;
	font-weight:600;
	color:#fff;
	margin-bottom:0;
	cursor:grab
}

.slider h2{
	font-size:40px;
	font-weight:600;
	margin-bottom:0;
	cursor:grab
}

.slider h2:active{
	cursor:grabbing
}

@media screen and (max-width:500px){
	.slider h2{
	font-size:30px;
	}
}

.slider h3{
	font-size:20px;
	font-weight:500;
	line-height:1.5em;
	max-width:750px;
	cursor:grab
	
}

@media screen and (max-width:500px){
	.slider h3{
	font-size:17px;
	width:98%;
	}
}

.slider h3:active{
	cursor:grabbing
}

.slider p{
	cursor:grab
}

.slider p:active{
	cursor:grabbing
}


.learnmore{
	font-size:15px;
}
