@charset "utf-8";
/* CSS Document */



/* Navi Bar */
.container-fluid {
	background-color: transparent;
	background-image: url("../Images/main_bg01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}

.fixed-top {
	background-color: #B5AFA1 !important;
	font-family: 'Signika Negative', sans-serif; 
	color: #212B35;
}

.navbar-brand {
    font-size: 31px;
	font-weight: 500;
}

.nav-link {
	font-size: 31px;
	font-weight: 500;
}

.nav-link:hover {
	font-size: 31px;
	font-weight: 500;
	color: #212B35;
}

/* Test */


/* Main */

.title {
	font-size: 60px;
	font-weight: 700;
}

.main-left{
	float: left;
	padding-top: 17%;
	padding-left: 19%;
	padding-right: 0;
}

.main-right {
	float: right;
	padding-top: 17%;
	padding-right: 20%;
	padding-left: 0;
	
	
}

.btn-join {
	background-color: #8B9396;
    border-color: #212B35;
	border-width: 3px;
	font-family: 'Signika Negative', sans-serif; 
	color: #212B35;
  	justify-content: center;
  	align-items: center;
	font-size: 30px;
}

.btn-join:hover {
	background-color: #212B35;
    border-color: #8B9396;
	border-width: 3px;
	font-family: 'Signika Negative', sans-serif; 
	color: #8B9396;
}

/* Quote */
.quote {
	background-image: url("../Images/blue_bg01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 50vh;
}

.quote-word {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	
}

.quote-box {
	padding-top: 10%;
}

/* About Us */
.about-us {
	min-width: 50%;
	background-color: #B5AFA1;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;

}
	
.aside-left {
	float: left;
	display: flex;
}

.aside-right {
	float: right;
	padding-right: 24.5%;
	
}

.about-us-title {
	text-align: left;
	font-size: 45px;
	padding-top: 27%;
	font-weight: 600;
}

.about-us-text {
	text-align: left;
	font-size: 25px;
	padding-top: 10%;
	
}
	

/* View Class Button */

.row {
	background-image: url("../Images/footer_01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}

.col-4 {
	padding-left: 157px;
	
}

.class-content {
	display: flex;
	padding-top: 12.5%;
}

.btn-primary {
    background-color: #B5AFA1;
    border-color: #212B35;
	border-width: 3px;
	font-family: 'Signika Negative', sans-serif; 
	color: #212B35;
  	display: flex;
  	justify-content: center;
  	align-items: center;
	font-size: 30px;
	
}

.btn-primary:hover{
	background-color: #212B35;
	border-color: #B5AFA1;
	border-width: 3px;
	font-family: 'Signika Negative', sans-serif;
	color: #B5AFA1;
}

.card {
	border-radius: 0;
	background-color: transparent;
}

.card-title {
	text-align: center;
	padding-bottom: 2%;
}

.classes-offered {
	text-align: center;
	padding-top: 7%;
	position: absolute;
	padding-left: 40.3%;
	font-size: 45px;
	padding-bottom: 0%;
	font-weight: 600;
}



/* Contact */
.contact {
	background-color: #B5AFA1;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	
}

.contact-us {
	padding-top: 7%;
	padding-bottom: 3%;
	padding-left: 10%;
	font-size: 45px;
	font-weight: 600;
}


.contact-info {
	float: left;
	padding-left: 10%;
	
}

.contact-image {
	float: left;
	
}

.contact-text {
	float: left;
	font-size: 30px;
	padding-left: 20px;
	padding-top: 15px;
}

.map {
	float: right;
	display: flex;
	position: relative; top: -214px;
	
}

.row-one {
	padding-bottom: 20%;
}

.row-two {
	padding-bottom: 20%;
}

.row-three {
	padding-bottom: 20%;
}


/* Text */

h1,h2,h3,h4,h5,h6 {
	font-family: 'Signika Negative', sans-serif;
}

p {
	color: #212B35;
	font-family: 'Signika Negative', sans-serif;
}

/* Footer */
footer {
	background-image: url("../Images/footer_01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    padding: 100px 0 10px 0px;
	height: 350px;
}


.footer-socials {
    display: flex;
	align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
	padding-left: 49%;
}

.insta:hover {
	content: url("../Images/insta hover.png");
}

.twitter:hover {
	content: url("../Images/twitter hover.png");
}

.facebook:hover{
	content: url("../Images/fb hover.png");
}


ul, li {
	display: flex;
    float: left;
    margin: 4px 15px 8px;
	align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.copyright {
	align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
	padding-top: 2%;
}

/* Media */
/* Main Page */
@media (max-width:1000px) {
	.main-left{
		padding: 5%;
		padding-top: 20%;
		background-size: contain;
	}
	
	.main-right {
		padding: 5%;
		background-size: contain;
	}
}

@media (max-width:992px) {
	.quote-word {
	min-height: auto;
	width: 100%;
	background-size: auto;
	margin: 1px auto;
	font-size: 15px;
	}
}


/* Classes */

@media (max-width:600px) {
	.row {
		flex-direction: column;
		width: 100%;
	}
	
}



