

html { 
	scroll-behavior: smooth;
	 }

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}


body {
	line-height: 1.6;
    background: url(../images/bg-img.png) no-repeat top center fixed;
    background-color: #020202;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	margin: 0;

}

.flexcontainer ul {
    list-style: none;
}

#rates ul {
	list-style: outside;
}

#rates ul ul {
    list-style: circle;
}

a {
	text-decoration: none;
}

/* //////////////////

NAVIGATION BAR

////////////////// */

nav.main-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    position: sticky;
    background-color: #020202;
    width: 100%;
    top: 0;
    height: 65px;
    z-index: 2;
    flex-wrap: nowrap;
    justify-content: center;
}

nav.main-nav ul {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    padding-inline-start: 0;
    max-width: 1344px;
    min-width: 382px;
    width: 90vw;
}

nav.main-nav ul li a {
    white-space: nowrap;
    padding: 0 16px;
    transition: all 0.5s ease-in-out;
    display: inline-flex;
    height: 65px;
    align-items: center;
    justify-content: center;
}


  
/* //////////////////

TOP PAGE CONTENT

////////////////// */

.page-content-home,
.page-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 80px;
    min-height: 100vh;
    padding: 0 24px;
}

.page-content {
    padding-top: 160px;
    flex-direction: column;
    
}

/* //////////////////

SHAPES

////////////////// */

.page-content-home .shapes {
    max-width: 710px;
    width: 100vh;
    min-width: 382px;
}

.page-content-home .shapes svg {
    transition: all 0.5s ease-in-out;
    }

/* //////////////////

MY INTRO

////////////////// */

.page-content-home .intro,
.page-content .intro
 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    transition: all 0.5s ease-in-out;
}

.page-content-home .flexcontainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 32vw;
    max-width: 554px;
    min-width: 362px;
}

ul.test-list {
    margin: 0;
    padding: 0;
}
ul.test-list li {
    margin: 0 0 40px;
}

.flexcontainer .test-main {
    background-color: #020202;
    border-radius: 16px;

}

.flexcontainer .test-main img {
    width: 100%;
}

#testimonials li blockquote  {
    font-size: 16px !important;
}

#testimonials li blockquote strong {
    font-size: 20px !important;
}

.flexcontainer .test-sml {
        display: flex;
        flex-direction: row;
        align-items: center;
}

.img-sml {

}

.flexcontainer .test-main blockquote {
    padding: 24px;
    margin: 0;
}

.page-content .flexparent {
    display: flex;
    flex-direction: row;
    gap: 40px;

}

.page-content .page-header {
    text-align: center;

}

.page-content .flexcontainer {
    width: 38vw;
    max-width: 780px;
    min-width: 382px;
}

.connect {
    display: inline-flex;
    gap: 16px;
    margin: 0;
    padding: 0;
    align-items: center;
}

.connect a {
    display: flex;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.connect a:hover {
    transform: scale(1.25);
}

/* //////////////////

FOOTER

////////////////// */

footer {
    background: #000;
    color: #999;
    height: 40px;
    left: 0;
    line-height: 40px;
    width: 100%;
    bottom: 0;
    position: relative;
    text-align: center
}

/* //////////////////

MEDIA QUERIES

////////////////// */

@media screen and (max-width: 820px) {

.page-content-home .intro {
    padding: 0 0 0 24px;
}

.page-content-home {
    gap: 32px;
}
.page-content-home .shapes {
    width: 40vh;
}

.main-col {
    width: 90%;
}

}/* END BRACKET 1024 */

@media screen and (max-width: 768px) {

#pt, #facility, #rates {
    padding-top: 120px;
} 

nav ul {
	justify-content: center;
    padding: 16px 0;
}

nav.main-nav,
nav.main-nav ul li a {
    height: auto;
}
nav.main-nav ul li a {
    padding: 0 8px;
}

a .house {
    top: 81px;
    right: -10px;
    left: auto;
    width: 60px;
}

nav.main-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    width: 100vw;
}

nav.main-nav ul li {
    text-align: center;
}

.page-content-home {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;

}

.page-content .flexparent {
    flex-direction: column;
    gap: 40px;

}

.flexcontainer .test-sml {
        flex-direction: column;        
}

.img-sml {
    margin-bottom: 24px;
}

#testimonials li blockquote {
    margin: 0;
    ;
}

.page-content-home .shapes img {
    max-width: 382px;
    height: auto;
}

.page-content-home .intro,
.page-content-home .flexcontainer {
    gap: 8px;

}

.main-col {
    flex-direction: column;
    max-width: 90%;
}

.work-nav {
    background-color: #E1DBCB;
    z-index: 1;
    padding: 30px 0 16px 0;
    margin: 0;
    top: 65px;
    width: 100vw;
}

.work-nav ul {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px 32px;
    flex-wrap: wrap;
    padding: 0;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
}

.v-line {
    border:none;
    padding: 0;
}

.port-col {
    gap: 80px;
    margin-bottom: 40px;
}

.port-col .catagory,
.port-col .screenshot {
    align-items: baseline;
    width: 100%;
}

#sports,
.port-col .catagory {
    margin: 0;
}

.port-col .catagory-title {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 0 -40px;
    height: 39px;
    border-bottom: 4px solid black;
}
}/* END BRACKET 430 */
    

/* //////////////////

MEDIA QUERIES END

////////////////// */

