body {

    background: black;
	background-size:100%;
	/*background-position:center;*/

	 /*background-image:
        linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) , url(../img/wood1.jpg);*/
		/*linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) , url(../img/test.jpg);*/
			/*background-size:cover;*/
			
	/*background-position:center;*/
	background-repeat: no-repeat;
    background-position: top;
	background-attachment: fixed;
	background-size:cover;
	overflow-x: hidden;
		
}
#newbody {

    background: black;
	background-size:100%;
	/*background-position:center;*/

	 /*background-image:
        linear-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0)) , url(../img/CFD.png);*/
		/*linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) , url(../img/test.jpg);*/
			/*background-size:cover;*/
			
	/*background-position:center;*/
	    background-repeat: no-repeat;
    background-position: top;
	background-attachment: fixed;
	background-size:cover;
overflow-x: hidden;
		
}

#circle {
	width: 100px;
	height: 80px;
	background-color: white;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	 position:relative;
        margin:5px auto;
       display: table-cell;
	   text-align: center;
vertical-align: middle;
color: black;
font-weight: 500;
font: 30px "josefin sans", arial; /*change this
for font-size and font-family*/
}
#whitecircle {
	width: 100px;
	height: 80px;
	background: white;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	 position:relative;
        margin:5px auto;
       display: table-cell;
	   text-align: center;
vertical-align: middle;
color: rgba(255, 255, 255, 0.9);
opacity: 0;
font-weight: 500;
font: 30px "josefin sans", arial; /*change this
for font-size and font-family*/
}

#circleipad {
	width: 60px;
	height: 60px;
	background: #52e063;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	 position:relative;
        margin:5px auto;
       display: table-cell;
	   text-align: center;
vertical-align: middle;
color: #f04ad5;
font-weight: 500;
font: 20px "josefin sans", arial; /*change this
for font-size and font-family*/
}

#whitecircleipad {
	width: 50px;
	height: 50px;
	background: white;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	 position:relative;
        margin:5px auto;
       display: table-cell;
	   text-align: center;
vertical-align: middle;
color: white;
opacity: 0;
font-weight: 500;
font: 30px "josefin sans", arial; /*change this
for font-size and font-family*/
}

.vertical-center {

  display: flex;
  align-items: center;
  justify-content: center;
}

.jumbotron.jumbotron-home{
    background-color: white;
	background-size:cover;
	width:100%;
	height: 150px;
	background-position:center;
	padding-left: 9em;
	padding-right:9em;
}

.jumbotron.jumbotron-ipad{
	margin-top: 3em;
    background-color: white;
	background-size:cover;
	width:100%;
	height: 100px;
	background-position:center;
	padding-left: 9em;
	padding-right:9em;
}

/*
.jumbotron.jumbotron-other{
    background-image:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)) , url(../img/jumbo.jpg);
	background-size:cover;
	background-position:center;
	padding-top:0;
	padding-bottom:0;
}*/

.jumbotron.jumbotron-other{
    background-color: white;
	background-size:cover;
	background-position:center;
	padding-top:0em;
	padding-bottom:0em;
}

.panel {
    border:1;
	border-radius: 5px 5px 0px 0px;
	border-color: #00cccc;
	background-color: rgba(255, 255, 255, 0.9);
	}
.panel-heading.panel-custom-green{
	/*background-color: rgba(0, 204, 204,1);*/
    background-color: #00cccc;
    color: white;
	border-radius: 5px 5px 0px 0px;
	box-shadow: rgba(255,255,255,0.5) 0 3px 0, inset rgba(255,255,255,0.9) 0 1px 5px;
	/*text-shadow: 2px 2px 3px black;*/
	}
.panel-footer.panel-custom-green{
    background-color: rgba(255,255,255,0.5);
    color: white;
	border-radius: 0px 0px 5px 5px;
	box-shadow: rgba(255,255,255,0.5) 0 1px 0, inset rgba(255,255,255,0.9) 0 1px 3px;
	/*text-shadow: 2px 2px 3px black;*/
	}	
	
	.panel-heading.panel-custom-pink{
	/*background-color: rgba(0, 204, 204,1);*/
    background-color: #f04ad5;
    color: white;
	border-radius: 5px 5px 0px 0px;
	box-shadow: rgba(255,255,255,0.5) 0 3px 0, inset rgba(255,255,255,0.9) 0 1px 5px;
	/*text-shadow: 2px 2px 3px black;*/
	}
	.panel-heading.panel-custom-orange{
	/*background-color: rgba(0, 204, 204,1);*/
    background-color: #fe9a2e;
    color: white;
	border-radius: 5px 5px 0px 0px;
	box-shadow: rgba(255,255,255,0.5) 0 3px 0, inset rgba(255,255,255,0.9) 0 1px 5px;
	/*text-shadow: 2px 2px 3px black;*/
	}
	.panel-heading.panel-custom-red{
	/*background-color: rgba(0, 204, 204,1);*/
    background-color: #dc143c;
    color: white;
	border-radius: 5px 5px 0px 0px;
	box-shadow: rgba(255,255,255,0.5) 0 3px 0, inset rgba(255,255,255,0.9) 0 1px 5px;
	/*text-shadow: 2px 2px 3px black;*/
	}
.panel-footer.panel-custom-pink{
    background-color: #f04ad5;
    color: white;
	border-radius: 0px 0px 5px 5px;
	box-shadow: rgba(255,255,255,0.5) 0 1px 0, inset rgba(255,255,255,0.9) 0 1px 3px;
	/*text-shadow: 2px 2px 3px black;*/
	}
	
.nav a{
                       
/*font-family: "Kaushan Script", cursive;*/
font-size:   1.3em;
  font-family: "Nova Flat", cursive;
}
.cursive-font {
  font-family: "Kaushan Script";
  font-size: 3.0em;
}
.cursive-font-ipad {
  font-family: "Kaushan Script", cursive;
  font-size: 2.0em;
}
.cursive-logo {
  font-family: "Kaushan Script", cursive;
  font-size: 5.0em;
  color:white;
}
.cursive-logo-small {
  font-family: 'Kaushan Script', cursive;
  font-size: 2.0em;
  font-weight: 100;
  color:white;
}
.raising-logo-small {
  font-family: 'Kaushan Script', cursive;
  font-size: 2.0em;
  font-weight: 100;
  color:#52e063;
}

.myimg{
	width:10%;
}

.cursive-home-small {
  font-family: 'Kaushan Script', cursive;
  font-size: 2.0em;
  font-weight: 100;
  color:#5cb85c;
}
.cursive-panel-header {
  font-family: "Nova Flat", cursive;
  font-size: 1.2em;
  font-weight: 200;
  color:white;
}
.raising-panel-header {
  font-family: "Nova Flat", cursive;
  font-size: 1.2em;
  font-weight: 200;
  color:white;
}

.raising-panel-label {
  font-family: "Nova Flat", cursive;
  font-size: 1.0em;
  font-weight: 200;
  color:#52e063;
}
.cursive-small {
  font-family: "Arial", cursive;
  font-size: 1.6em;
  color:white;
}

.cursive-panel-body {
  font-family: "Nova Flat", cursive;
  font-size: 1.1em;
  color:gray;
}

.froyo-panel-default{
  background-color: rgba(255,255,255,0.8);
}

.froyo-panel-body {
  font-family: "Nova Flat", cursive;
  font-size: 1.1em;
  color:#01dfd7;
}

.cursive-button {
  font-family: "Kaushan Script", cursive;
  font-size: 1.2em;
  color:white;
}

.small-text {
	font-family: "Kaushan Script";
	color: white;
	font-size: 2.0em;
}

#mylabel{
	font-family: "Nova Flat", cursive;
	font-size:1.0em;
	font-weight:500;
	/*color:#5cb85c;*/
	color:rgba(255,128,0,0.8);
	/*#FF8000*/
}

#mylabel1{
	font-family: "Nova Flat", cursive;
	font-size:1.0em;
	font-weight:500;
	/*color:#5cb85c;*/
	color:#00cccc;
}

#mylabel2{
	font-family: "Nova Flat", cursive;
	font-size:1.2em;
	font-weight:500;
	color:rgba(255,128,0,0.6);
}
.mygreen{
	color:#5cb85c;
}
.myhr {
	margin-top:-2em;
    border: none;
    height: 0.3em;
	width:1%;
    /* Set the hr color */
    color: white; /* old IE */
    background-color: #07e7f1ff;
}

.myhr1 {
    border: none;
	margin-top:2em;
	margin-bottom:2em;
    height: 0.1em;
    /* Set the hr color */
    color: rgba(255,128,0,0.4); /* old IE */
    background-color: rgba(255,128,0,0.4);
}

.myhr2 {
    border: none;
	margin-bottom:1em;
    height: 0.1em;
    /* Set the hr color */
    color: rgba(255,128,0,0.4); /* old IE */
    background-color: rgba(255,128,0,0.4);
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}



/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.small_screen{
    display:none;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.big_screen{
    display:none;
}
.cursive-panel-header {
  font-family: "Nova Flat", cursive;
  font-size: 1.3em;
  font-weight: 500;
  color:white;
}
.raising-panel-header {
  font-family: "Nova Flat", cursive;
  font-size: 1.3em;
  font-weight: 500;
  color:white;
}
body{
	background-size:cover;
}
.cursive-home-small {
  font-family: 'Kaushan Script', cursive;
  font-size: 2.0em;
  font-weight: 100;
  color:#5cb85c;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.big_screen{
    display:none;
}
body{
	background-size:cover;
}
.cursive-logo-small {
  font-size: 1.5em;
}
.raising-logo-small {
  font-size: 1.5em;
}
.cursive-home-small {
  font-size: 1.0em;
}
.cursive-logo {
  font-size: 2.0em;
}
.cursive-font {
  font-size: 2.0em;
}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    .big_screen{
    display:none;
}
body{
	background-size:cover;
}
.cursive-logo-small {
  font-size: 1.5em;
}
.raising-logo-small {
  font-size: 1.5em;
}
.cursive-home-small {
  font-size: 1.0em;
}
.cursive-logo {
  font-size: 2.0em;
}
.cursive-font {
  font-size: 2.0em;
}
}
