#myCarousel {
    
width: 40%;
display: inline-block;
vertical-align: top;
margin: 10px 0 10px 50px;

}


.logo {
    width: 30%;
    height: 300px;
    display: inline-block;
    vertical-align: top;
     margin-left: 150px;
    margin-top: 35px;

  
    }
.logo-pic{
  height: 300px;
  width:430px;
  margin: 0;
  border: 10px solid #d9534f;
 


}




.navigation {
    width: 100%;
    
}


.navbar {
 
    height: 50px;
    margin-top: 0;
    background-color:bisque;
}

.twitter {
    background-image:url(images/twitter.png);
    background-repeat: no-repeat;
    background-size: 32px;
    
  }
.facebook {
    background-image:url(images/social-media.png);
    background-repeat: no-repeat;
    background-size: 32px;
    background-color: white;
    
  }
.youtube {
    background-image:url(images/youtube.png);
    background-repeat: no-repeat;
    background-size: 32px;
    
  }
.instagram {
    background-image:url(images/instagram.png);
    background-repeat: no-repeat;
    background-size: 32px;
    
  }

li {
    width: 32px;
    height: 32px;
    margin-top: 9px;
    margin-left: 15px;
}
.vertical-buttons {
    width: 28%;
    display: block;
   
    }

.btn-submit{
    background-color: white;
    border:1px solid 
#cccccc;
    color:#999999;
}

.white, .orange, .red, .yellow, .green, .lightblue, .blue, .purple {
    display: block;
    width: 330px;
    height: 70px;
    padding-top:12px; 
    text-align: right;
    border-radius: 5px;
    border: none;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 
  
}
a:link {
    text-decoration: none;
}

button:focus {
    outline: none;
}
.black-buttons {
    background-color: black;
    position: absolute;
    margin-top: -20px;
    width: 175px;
    height: 45px;
    border-radius: 5px;
    color: white;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
   
    
}

.white {
    background-color: white;
    color:chocolate;
}

.red {
    background-color: #d9534f;
    color:white;
}

.orange {
    background-color: #ED6226;
    color:white;
}

.yellow {
    background-color: #FAF687;
    color:chocolate;
}

.green {
    background-color: #5cb85c;
    color:white;
}

.lightblue {
    background-color: #5bc0de;
    color:white;
}

.blue {
    background-color: #337ab7;
    color:white;
}

.purple {
    background-color: indigo;
    color:white;
}




.main-text {
    width: 60%;
    float: right;
    vertical-align: top;
    display: block;
    

}



p, h3 {
    width: 80%;
     font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
   
    }


p {
    font-size: 16px;
    line-height: 26px;
     margin-top: 5px;
     font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    
}


h3{
    color: chocolate;
    font-weight: 500;
}

h4 {
   
margin-top: 40px; 
 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:chocolate;
    font-weight: 300;
}




/* !!!!!!!!!!!!!!!!!   INDEX   !!!!!!!!!!!!!!!!!!!!!!!!!*/

#one {
    background-color: white;
}




/* !!!!!!!!!!!!!!!!!     CAMPS  !!!!!!!!!!!!!!!!!!!!!!!!!*/






/* !!!!!!!!!!!!!!!!!     RED  !!!!!!!!!!!!!!!!!!!!!!!!!*/

#red {
    background-color: #d9534f;
}

.text-red{
    color:white;
    text-align: center;
    margin-top: 30px;
}

.redtext{
    font-size: 16px;
}


/* !!!!!!!!!!!!!!!!!    ORANGE   !!!!!!!!!!!!!!!!!!!!!!!!!*/


#orange {
    background-color: #ED6226;
}


/* !!!!!!!!!!!!!!!!!   yellow   !!!!!!!!!!!!!!!!!!!!!!!!!*/


#yellow {
    background-color: #FAF687;
}

/* !!!!!!!!!!!!!!!!!  GREEN  !!!!!!!!!!!!!!!!!!!!!!!!!*/


#green {
    background-color: #5cb85c;


}


.kids{
    border-radius: 20px;
    margin-left: 160px;
    margin-top: 10px;
}
/* !!!!!!!!!!!!!!!!! LIGHTBLUE  !!!!!!!!!!!!!!!!!!!!!!!!!*/


#lightblue {
    background-color: #5bc0de;


}



/* !!!!!!!!!!!!!!!!! BLUE  !!!!!!!!!!!!!!!!!!!!!!!!!*/


#blue {
    background-color: #337ab7;


}


/* !!!!!!!!!!!!!!!!! PURPLE  !!!!!!!!!!!!!!!!!!!!!!!!!*/


#purple {
    background-color: indigo;


}







