@charset "UTF-8";

/* Colors
	red: #EC0928;
    light pink: #FDE1E5;
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');

/* General */
/* General */
/* General */
body{
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 13pt;
	margin: 0 auto;
	background-color:white;
	color: black;
    width: 1240px;
}

#gray, #rpink1, #lpink1, #lpink2{
    position: fixed;
}

#rpink1{
    right: 0;
    width: 340px;
    top: 16%;
    z-index: -1;
}

a{
    text-decoration: none;
}

.td-logo{
    margin: 0 0 15px 66px;
}
/* top red banner */
/* top red banner */
/* top red banner */
#top-banner{
	background-color:#EC0928;
}

#top-banner-content{
	padding: 10px 5.5% 9px 68px;
    display: block;
    color: white;
}

#top-banner-content img{
    padding-right: 15px;
}

#top-banner-content p{
    float: right;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16pt;
    margin-top: 28px;
}


/* Navigation */
/* Navigation */
/* Navigation */
.nav{
    text-align: left;
    margin: 40px auto 10px 30px;
}

.nav ul{
    display: inline-block;
    margin: auto;
}

.nav li {
    float:left;
    margin-left: auto;
    padding-right: 35px;
    list-style-type: none;
}

.nav li a{
    text-decoration: none;
    font-size: 14pt;
    color: black;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 3px;
}

.nav li a:hover {
    color: #EC0928;
    font-weight: 700;
}

.book-now{
    margin: -60px 5% 100px 0;
}

.book-now img{
    float: right;
    display: inline-block;
}
.book-now a, #footer-book-now a{
    background-color: black;
    padding: 12px 50px 16px 50px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    float: right;
    text-decoration: none;
}

.book-now a:hover, #footer-book-now a:hover, .cta a:hover{
    background-color: #EC0928;
}



/* Panel 1 Banner */
/* Panel 1 Banner */
/* Panel 1 Banner */

#panel-1{
    background-image: url("../media/left-pink1.png");
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    background-size: 16%;
}
#banner{
	margin-left: 60px;
    margin-right: 45px;
}

.left-img{
	float: left;
}

#circle{
    padding-top: 20px;
    padding-left: 20px;
    float: left;
}

#dog-head{
    float: right;
    margin-top: -16%;
}

#home-list{
    padding: 27% 0 0 10%;
}

#home-list li{
	list-style-image: url("../media/check.png");
    padding-bottom: 10px;
    font-size: 20pt;
    font-weight: 700;
}


/* Panel 2 images */
/* Panel 2 images */
/* Panel 2 images */
#panel-2{
    display: inline-block;
    margin: 5%;
}

#ascend{
    float: right;
    margin-top: 5%;
}


/* Services */
/* Services */
/* Services */

.pink-section{
    background-color: #FDE1E5;
    padding: 30px 0;
}

.pink-section2{
    background-color: #FDE1E5;
    background-image: url("../media/review-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 30px;
    padding-top: 30px;
}

.white-section{
    padding-bottom: 30px;
}

h2{
    text-transform: uppercase;
    font-size: 35pt;
    background-color: #EC0928;
    padding: 20px 180px;
    border-radius: 50px 50px 0 0;
    text-align: center;
    max-width: 60%;
    display: block;
    margin: 0 auto;
    color: white;
    font-weight: 900;
}


.features, .about-us-box{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    margin: 1% auto;
    max-width: 88%;
    clear: left;
}

.features div{
    width: 200px;
}

.features div, .about-us-box div{
    margin: 20px 0;
    background-color: white;
    position: relative;
    text-align: center;
    padding: 25px;
    border-radius: 25px;
}

.features div p{
    text-align: left;
}

/* In-person */

#in-person{
    margin: 60px 0;
    background-position-y: 10px;
    background-position-x: right;
    background-image: url("../media/right-pink2.png");
}

.mobile-box{
    background-color: white;
    width: 600px;
    margin: 40px auto;
    border-radius: 25px;
    padding: 30px 50px 50px 50px;
    box-shadow: 1px 2px 15px gray;
}

.mobile-box p{
    margin: 30px 0;
}

#mobile-box-img{
    float: right;
    margin-top: -40px;
    padding-left: 20px;
}

/* Reviews */
/* Reviews */
/* Reviews */
.reviews{
    font-weight: 900;
    text-transform: uppercase;
    font-size: 28pt;
    color: red;
    text-align: center;
}

.reviews img{
    padding: 0 20px 70px 0;
}

/* Center book now */
#center-book-now{
    display: table;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 60px;
}

#center-book-now a, #center-book-now img{
    float: none;
    display: table-cell;
    vertical-align: middle;
}

/* Footer */
/* Footer */
/* Footer */
footer{
    background-image: url("../media/footer-bg.png");
    color: white;
    text-align: center;
    background-size: cover;
    padding-top: 50px;
    background-color: #FDE1E5;
}

.white-footer{
    background-color: white;
}
h5{
    text-transform: uppercase;
    font-size: 16pt;
    margin: 0 auto;
    padding-top: 30px;
}

.three-columns{
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    min-height: 320px;
}
.column{
    flex: 33%;
}


#footer-book-now img{
    margin: 92px 0 20px 0;
}

#footer-book-now a{
    float: none;
    padding: 12px 40px 16px 40px;
}

#footer-nav{
    display: flex;
}

#footer-nav ul{
    list-style-type: none;
    text-decoration: none;
    text-align: left;
}

.column-nav{
    flex: 50%;

}

#footer-nav a{
    color: white;
}




/* About Page */

.about-us-box div{
    width: 280px;
    box-shadow: 1px 2px 15px gray;
}

.white-section{
    background-image: url("../media/left-pink3.png");
}

.white-section, #in-person{
    background-size: 200px;
    background-repeat: no-repeat;
}


/* Programs & Gallery*/

#check-out, #gallery-place{
    margin-bottom: -5px;
}

/* Learning Page */
h4{
    font-size: 19pt;
    font-weight: 800;
    text-transform: uppercase;
    clear: none;
}
h6{
    font-size: 18px;
    color:#EC0928 ;
}

.fun-box{
    background-color: white;
    width: 600px;
    margin: 40px auto;
    border-radius: 25px;
    padding: 30px 50px 50px 50px;
}

.fun-box-img {
    float: right;
    margin-left: 20px;
}

.cta a{
    color: white;
    background-color: black;
    padding: 10px 30px 12px 30px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

#game-box{
    text-align: center;
}

#game-box img{
    margin: 0 20px;
}