@charset "utf-8";
/* CSS Document */
@media (max-width: 600px)
{
	h1, h2, h3, h4, h5 {
		text-align: center;
	}
}

.container {
	width: 100%;
	margin: auto;
}
 .footer a.emailr {
	text-align: right;
}

.footer a.emailr {
	width: 40%;
}
	

.phone {
	width: 47%;
	float: left;
	background-image: url("../images/phone.png");
background-size: 20px ;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 5px 5px 5px 60px;
} 
.email {
	width: 53%;
	float: left;
background-image: url("../images/email.png");
background-size: 35px ;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 5px 5px 5px 50px;
	
}
.phone:hover, .email:hover  {
	background: #e6e6e6;
	color: #515151;
}
.phone:hover {
		background-image: url("../images/phoneg.png");
	background-size: 20px ;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.email:hover {
	background-image: url("../images/emailg.png");
background-size: 35px ;
	background-repeat: no-repeat;
	background-position: 5px center;
}

.footer a{
	width: 30%;
}

/*formatting for forms */
.col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
.form-content{
	text-align: center;
	min-width: 95%;
	right: 0;
}
.form-content-main{
	margin: auto;
	width: 85%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 5px 20px 15px;
}

input[type=submit] {
	width: 50%;
}


@keyframes spin {
	from {left: 70%; bottom: 0px; }
	to {left:230%; bottom: 0px;} 
	0% {
    transform: rotate(0deg);		
  }
  100% {
    transform: rotate(60deg); 	 
  }
	from {opacity: 0;}
	to {opacity: 1;} 
}

@keyframes draw{
	from {width: 0%;}
}

.abra {
	animation: spin 5s 1 ease-in;
	animation-fill-mode: forwards;
	position: relative;
}

.wand {
width: 50px;
}


.divc {
width:60%;
height: 130px;
	background-image: none;
	background-position: 10px 0%, 95% 0;
}
.divl, .divr {width:20%;
	background-size: 80px;
	background-repeat: no-repeat;
}
.divl {
	background-image: url( "/images/wandleanleft.png");
}
.divr {
	background-image: url( "/images/wandleanright.png");
}
.divcc {
	margin: auto;
	width:  225px;
}
.star {
	animation: draw 15s infinite;
	height: 130px;
	position: relative;
}

@keyframes draw{
	from {left: 0%; bottom: -100%; }
	to { left: 0%; bottom: 100%;} 
}

/*
.name-animate {
	animation: draw 20s 6s  steps(60, end) backwards ;
}
.tag-animate {
	animation: draw  15s 8s steps(60, end) backwards ;
}
*/
.main-content{
	padding:5px 20px;
}
.hiddenp {
	display: none;
}
.hidden {
	display: block;
}
/*
.main-content ul {
	text-align: center;
	list-style: none;
}
*/
.BriansVideo {
	width: 100%;
}

ul.outside {
	margin-left: 5px;
	padding-left: 10px;
}

ul.inside {
	list-style-position: inside;
	 padding-left: 10px;
}



.toolbox {
	background-image: url("../images/toolboxg.png"),
		url("../images/toolboxg.png");
	background-size: 80px, 80px;
	background-position: 5% 40px, 95% 40px;
}
.smimages {
	background-image: url("../images/fb.png"), url("../images/instagram.png"), url("../images/Twitter_Logo_Blue.png"),  url("../images/zoom.png");
	background-position: 70px center, 145px center, 240px center, 350px center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 30px , 30px, 50px, 50px;
}

.zoom {
	background-image: url("../images/zoom.png");
	background-position: 40px center;
	background-repeat: no-repeat;
	background-size: 50px;
}
.youtube {
	background-image: url("../images/yt_logo_rgb_light.png"); 
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 100px;
}
h4.youtube {
	text-align:left;
	padding-left: 130px;
}

 ul.inside {
	list-style-position: inside;
	 padding-left: 10px;
}
h4.mac {
	text-align: left;
}

