@import url('https://fonts.googleapis.com/css2?family=Lilita+One&family=Questrial&display=swap');

html {
    height: 100%;
}

body{
	padding:0;
	height: 100%;
    margin: 0;
	font-family: 'Lilita One', cursive;
    font-weight:300;
    position:relative;
    min-width:380px;
    min-height:650px;
    overflow-x:hidden;
    background:#00979e;
}
#banner{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:15px 15px 12px;
    background:#00979e;
    color:#00979e;
    text-align:center;
    font-size:16px;
    line-height:1.4;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}
#banner span.bullet{
    color:#ffde59
}
#banner span.group{
    white-space:nowrap;
}
#container{
    padding-top:25px;
	width:100%;
	height:auto;
}
.boundary{
	max-width:900px;
	width:94%;
	margin:0 auto;
}
#header{
	max-width:360px;
    margin:0 auto;
	text-align:center;
	padding:0 0 25px;
    position:relative;
}
#header #logo{
	width:100%;
	height:auto;
	max-width:480px;
}
#header img.plus{
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    max-width: 100%;
    height: auto;
    animation: plus-fade 6s infinite;
    -moz-animation: plus-fade 6s infinite;
    -webkit-animation: plus-fade 6s infinite;
}

#header img.plus-2{animation-delay:-2s}
#header img.plus-3{animation-delay:-4s}

@keyframes plus-fade{
  0%   { opacity:1; }
  50%  { opacity:0.5; }
  100% { opacity:1; }
}

@-moz-keyframes plus-fade{
  0%   { opacity:1; }
  50%  { opacity:0.5; }
  100% { opacity:1; }
}
@-webkit-keyframes plus-fade{
  0%   { opacity:1; }
  50%  { opacity:0.5; }
  100% { opacity:1; }
}

#content{
    font-size:20px;
	text-align:left;
	color:white;
    font-family: 'Questrial', sans-serif;
}

#content hr{
    max-width: 100px;
    background: #00979e;
    border: none;
    height: 4px;
    border-radius: 2px;
    margin: 25px auto 30px;
}

#content hr.left{
    margin-left:0;
}

#content h1{
    text-align:center;
    letter-spacing:1px;
}


#content h1,
#content h2{
    font-family: 'Lilita One', cursive;
	font-size:42px;
	margin: 0 0 30px;
	line-height:1.1;
	font-weight:300;
    color:#ffde59;
    TEXT-TRANSFORM:UPPERCASE
}

#content h2{
    font-size:26px;
    color:#ffde59;
    margin-bottom:7px;
}

#content h1 span{
	white-space:nowrap;
    color:white;
}

#content ul,
#content p{
	margin:0 0 15px;
	line-height:150%;
    color:white;
}

#content ul{
    padding-left:25px;
}

#content ul li{
    line-height:1.3;
    margin-bottom:5px;
}

#content p.lg{
    font-size:1.25em;
    line-height:1.3;
    color:white
}

#content p span,
#content p a{
    color:white;
}

#content a{
    max-width: 100%;
    text-decoration:none;
    color:white;
}

#content a:hover{
    color:white;
}

img.profile{
    border:solid 7px white;
    max-width: 30%;
    transform:rotate(2deg);
    float:right;
    -webkit-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.25);
    margin:0 0 15px 25px;
}

#content .flex{
    display:flex;
    gap:5%;
    margin-bottom:60px;
}

#content .flex.cols{
    gap:3%;
}

#content .flex > div{
    width:100%;
}

#content .flex p:last-of-type{
    margin-bottom:0;
}

#contact{
    background:white;
    padding:30px 30px 20px;
    min-width: 45%;
    width:100%;
        -webkit-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.25);
    border-radius:10px;
    overflow:hidden;
}

#contact h2{
    display:block;
    margin:-30px -30px 15px;
    background:#ffde59;
    color:#00979e;
    padding:12px 30px;
    line-height: 1;
    font-size:32px
}

#contact p,
#contact p span,
#contact p a{
    color:#00979e
}

#contact p:first-of-type{
    margin-bottom:30px
}

#contact p span{
    display:block;
    font-size:1.2em;
    font-family: 'Lilita One', cursive;
    margin-bottom:5px;
}

#testimonials{
    margin-bottom:100px;
     text-align:center;
}

#testimonials a{
    text-decoration:underline;
}

#testimonials .client{
    display:block;
    margin-top:15px;
    line-height:1.2;
    font-weight:bold;
}

#footer{
    background:white;
    padding:10px 25px;
    color:#00979e;
    font-family: 'Questrial', sans-serif;
}


@media screen and (max-width: 1300px) {
    #testimonials .slick-next {
        right: -60px;
    }
    #testimonials .slick-prev {
        left: -60px;
    }
}

@media screen and (max-width: 1100px) {
    #testimonials .slick-next,
    #testimonials .slick-prev {
        display:none !important;
    }
}


@media screen and (max-width:960px) {
    #content .flex:not(.cols){
        flex-wrap:wrap;
    }
    
    #content .flex p:last-of-type{
        margin-bottom:50px;
    }
        
}

@media screen and (max-width: 750px) {
    
    #content .flex.cols{
        flex-wrap:wrap;
        max-width: 300px;
        margin: 0 auto;
    }
    
    #content .flex.cols > div{
        margin-bottom:30px;
    }
    
    #testimonials{text-align:left;}

}


@media screen and (max-width: 600px) {
    
    #content hr.left {  margin-left: auto; margin-top:30px       }
    
    #content p.lg { font-size: 1em;}

    #banner span.group > span:last-child{display:none}
    #banner span.group > span:first-child{display:inline}
    
    #banner span.group{display:block; white-space:normal;}
}

@media screen and (max-width: 480px) {
    #content .flex.cols{max-width:100%}
    #contact{
        padding:30px 20px 20px;
    }
    #contact p span{
        font-size:1.1em;
    }
}