/*
Name: Slavin Family Foundation
URI: https://slavinfoundation.org/
Author: Shadhin Mamun
Author URI: http://shadhin.info/
Features: Built in Bootstrap 3.3.5
*/

@font-face {
    font-family: "Aldine401 Roman";
    src: url(fonts/Aldine401-BT-Roman.ttf);
}

body p {
	font-size:23px;
	font-family:Aldine401 Roman;
	color:#000000;
}

.logo{
	height:104px;
	width:200px;
	margin-top:28px;
	margin-bottom:100px;
}


.copyright{
	font-size:14px;
	margin-top:60px;
	margin-bottom:30px;

}

@media only screen and (max-width: 768px) {
    body p {
	font-size:20px;
    }
	
	.logo{
	height:90px;
	width:173px
	
	}

	.copyright{
	font-size:13px
	}

}

@media only screen and (max-width: 360px) {
    body p {
	font-size:16px;
    }
	
	.logo{
	height:80px;
	width:154px;
	}
	
	.copyright{
	font-size:13px
	}

}



