	@font-face 
	{
		font-family: 'Brandon Text Regular';
		font-style: normal;
		font-weight: normal;
		src: local('Brandon Text Regular'), url('brandontext-regular.woff') format('woff');
	}
	
	body{font-family: Brandon Text Regular;}
	
	.a{position:absolute;z-index:1;top:0;right:0;border:10px solid #fff;border-radius:50%;width:500px}
	.b{position:absolute;z-index:2;top:0;right:30%;border:10px solid #fff;border-radius:50%;background-color:#fbf8c3;padding:50px;width:350px;height:350px}
	.c{margin-top:10%;padding:0;width:100%;height:30%;background-color:#e95719}
	.footer{margin:0;padding:0;bottom:0;width:100%;height:20%;background-color:#e95719}
	.header{font-size:30px}
	.content{font-size:25px;margin:5%}
	.column{float:left;width:50%;padding:10px;height:300px}
	.row:after{content:"";display:table;clear:both}
	.column p{font-size:25px}
	.content-head{padding-top:45%}
	.row{width:60%;margin:auto}
	
	.footer-master{width:100%;height:100%;position:relative}
	.footer-child{width:100%;position:absolute;bottom:20%;font-size:25px}
	.footer-child img{background-color:#fff;border-radius:50%;padding:5px}
	.mobile{width:100%}
	.copyrights{color:#fff}
	.copyrights a{text-decoration:none;cursor:pointer;color:#fff}

/* Extra small devices (portrait phones, more than 576px) */
@media (min-width: 576px) { 

}

/* Medium devices (tablets, more than 768px) */
@media (min-width: 768px) 
{

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {

	.c{margin-top:10%;padding:0;width:100%;height:20%;}
	.a{position:absolute;z-index:1;top:0;right:0;border:10px solid #fff;border-radius:50%;width:350px;}
	.b{position:absolute;z-index:2;top:0;right:35%;border:10px solid #fff;border-radius:50%;background-color:#fbf8c3;padding:30px;width:200px;height:200px}
	.b img{width:40px}
	.b h3{font-size:18px;margin-top: 10px;}
	.b h4{font-size:16px}
	.content-head{padding-top:50%}
	.header{font-size:20px}
	.content{font-size:18px;margin:5%}
	.column{height:auto}
	.row{width:90%}
	.column p{font-size:18px;font-weight:700}
	.column img{width:25px}
	.footer-child{bottom:15%;font-size:20px}
	.container{width:100%;margin:0;padding:0}
	.mobile{width:500px}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) 
{

}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) 
{
	.mobile{width:500px}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) 
{
	.c{margin-top:15%;padding:0;width:100%;height:20%;}
	.a{position:absolute;z-index:1;top:0;right:0;border:10px solid #fff;border-radius:50%;width:250px}
	.b{position:absolute;z-index:2;top:0;left:-1%;border:10px solid #fff;border-radius:50%;background-color:#fbf8c3;padding:20px;width:180px;height:180px}
	.b img{width:40px}
	.b h3{font-size:18px}
	.b h4{font-size:16px}
	.content-head{padding-top:72%}
	.header{font-size:20px}
	.content{font-size:18px;margin:5%}
	.column{float:left;width:100%;padding:0;padding-left:50px;height:auto}
	.row{width:90%}
	.column p{font-size:18px;font-weight:700}
	.column img{width:25px}
	.footer-child{bottom:0;font-size:18px}
	.mobile{width:100%}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px)
 {
	.c{margin-top:15%;padding:0;width:100%;height:30%;}
	.a{position:absolute;z-index:1;top:-30px;right:0;border:10px solid #fff;border-radius:50%;width:70%;}
	.b{position:absolute;z-index:2;top:-30px;left:-2%;border:10px solid #fff;border-radius:50%;background-color:#fbf8c3;padding:20px;width:175px;height: 175px;}
	.b img{width:40px}
	.b h3{font-size:18px}
	.b h4{font-size:16px}
	.content-head{padding-top:65%}
	.header{font-size:20px}
	.content{font-size:18px;margin:5%}
	.column{float:left;width:100%;padding:0;padding-left:50px;height:auto}
	.row{width:90%}
	.column p{font-size:19px;font-weight:700}
	.column img{width:25px}
	.footer-child{bottom:0;font-size:15px}
	.footer-child img{width:30px}
	.copyrights{font-size:18px}
	.mobile{width:100%}
	.container{width:100%;margin:0;padding:0}
}


	
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px)
{

}

