@charset "utf-8";
/* CSS Document */
.purple{color: #7C3395;}
.light_purple{color: #AB88BF;}
.dark_grey{color: #3D455A;}
.light_grey{color: #F2F2F2;}
body{background:#ffffff; color:#3D455A; font-family:"PT Sans","Helvetica Neue",Helvetica, Arial, sans-serif; margin:0px; padding:0px; font-size:18px; line-height:26px;}
.h1,h1,.h2,h2,.h3,h3,.h4,h4{font-family: Roboto,"Helvetica Neue",Helvetica, Arial, sans-serif;color:#7C3395;}
.header{margin:0px auto;padding:50px 0px 30px; min-height:50px;}
.footer{margin:0px auto;padding:20px 0px; min-height:50px;}
.header{color:#A8A8A8;}
.footer_out{color:#ffffff; background: #3D455A;}
.footer{color:#ffffff; background: #3D455A;}
.main_out{border-bottom:15px solid #7C3395;background:url(../images/background.jpg) center top no-repeat #F2F2F2; background-size: cover; padding: 10% 0px;height: 75vh;}
img {border:none;}
a{text-decoration:none;color:#A8A8A8;}
.copyright{color: #fff; font-size: 15px;}
a.linkedin,a.facebook,a.youtube {
	padding: 3px 10px 2px 30px;
	line-height: 40px;
	display: block;
	width: 40px;
	height: 40px;
	float: right;
	margin-right: 5px;
}
a.linkedin{background:url(../images/inkedin-icon.png) left top no-repeat;}
a.facebook{background:url(../images/facebook-icon.png) left top no-repeat;}
a.youtube{background:url(../images/youtube-icon.png) left top no-repeat;}
.banner_copy{width: 100%; padding: 14% 0px;}
.banner_copy h1 {margin-bottom: 5px;}
.banner_copy h3 {margin-top: 10px;font-size: 28px;font-weight: 400;color: #3D455A;}
.banner_copy .copy {font-size: 18px;font-weight: 400;color: #3D455A;}
.button{width: 100%;margin-top: 20px;}
.button a{color: #fff; background:#7C3395; padding: 10px 35px; display:inline-block;}
.button a:hover{background:#3D455A;}

