/* CORE STYLING */

@import url(http://fonts.googleapis.com/css?family=Qwitcher+Grypen|Combo|Alegreya+SC);

body {
    font-family: 'Alegreya SC';
    font-size: 20px;
    font-weight: bold;
    color: #973330;
    background-color: #f0c8c9;
    overflow-x: hidden;
    word-wrap: break-word;
}

/* LINKS */

a {
    text-decoration: none;
    color: #e1888b;
    font-weight: 800;
}

a:visited {
    color: #e1888b;
}

a:hover {
    color: #8dbacd;
}

a:active {
    color: #973330;
}

.bi {
    color: #973330;
}

/* NAVBAR */

.navbar {
    background-color: #f0c8c9;
}

.navbar img {
    height: 70px;
}

.navbar-text a {
    color: #973330; /* #fbe7d3 */
    /* text-shadow: 1px 1px rgba(0, 0, 0, 0.3); */
}

.navbar-text a:hover {
    color: #8dbacd;
}

a.nav-link {
    color: #973330 !important;
    /* text-shadow: 1px 1px rgba(0, 0, 0, 0.3); */
}

a.nav-link.active {
    color: #000 !important;
}

a.nav-link:hover {
    color: #8dbacd !important;
}

a.nav-link:visited {
    color: #fff;
    /* text-shadow: 1px rgba(0, 0, 0, 0.3); */
}

/* MAIN */

#banner {
    background-image: url(../img/banner-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .2s; /* Animation */
}

#banner:hover {
    transform: scale(1.01); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.jumbotron {
    height: 400px;
    padding: 40px 0 0 20px;
    border: none;
    border-radius: 0;
}

.jumbotron .btn {
    background-color: #973330;
    color: white;
    border: none;
}

.jumbotron .btn:hover {
    background-color: #8dbacd;
}

#hero {
    height: 350px;
    padding: 10px 0 0 10px;
}

#main-content {
    font-family: 'Qwitcher Grypen';
    font-size: 40px;
    padding-top: 50px;
}

.main-text {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 50vw;
}

.main-text p {
    line-height: 180%;
}

.secondary-text {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: 'Alegreya SC';
    font-size: 30px;
    width: 50vw;
}

.services {
    text-align: center;
    font-family: 'Alegreya SC' !important;
    font-size: 25px !important;
    width: 50%;
}

.services hr {
    width: 100px;
}

.logo {
    background-image: url(../img/decollete-new_rose.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
}

/* .main-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    height: 400px;
} */

/* ACCORDION */

.accordion {
    background-color: #f0c8c9;
    width: 50vw;
}

.accordion-item {
    color:#973330;
    background-color: #f0c8c9;
    border-color: #973330;
    font-weight: 200;
}

.accordion-button {
    color: white;
    background-color: #973330;
    font-size: large;
}

.accordion-button:not(.collapsed)  {
    color: #fff;
    background-color: #e1888b;
}

/* Changes text color when pressed */
.accordion-button:active {
    color: #8dbacd;
}

/* SERVICES */

.services ul {
    text-align: left;
    list-style: inside ;
}

.services ul p {
    font-size: large;
    text-indent: 50px;
}

.titles {
    font-family: 'Qwitcher Grypen';
    font-size: 50px;
    font-weight: 600;
}

/* CAROUSEL */

#carousel {
    padding: 0 0 100px 0;
}

.carousel {	
	margin: 0 auto;
	padding: 0 68px;
    height: 600px;
}

.carousel .carousel-item {
	text-align: center;
	overflow: hidden;
}

.carousel .carousel-item .img-box {
	border: 9px solid #fff;
    border-radius: 5px;
	box-shadow: 0 6px 20px -6px rgba(0,0,0,0.4);
}

.carousel .carousel-item .img-box-side {
	border: 9px solid #fff;
    border-radius: 5px;
	box-shadow: 0 6px 20px -6px rgba(0,0,0,0.4);
    margin-top: 50px;
    opacity: .5;
}

.carousel .carousel-item img {
	margin: 0 auto;
}

.carousel-control-prev, .carousel-control-next {
	width: 68px;
	background: none;
}

.carousel-control-prev i, .carousel-control-next i {
	font-size: 28px;
	position: absolute;
	top: 35%;
	display: inline-block;
	margin-top: -15px;
	z-index: 5;
	left: 0;
	right: 0;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
    border-radius: 2px;
}

.carousel .carousel-indicators .active{
    margin: 11px 10px; 
} 

.carousel .carousel-indicators li {
    margin: 11px 10px;
}

.carousel .carousel-indicators .active {
    margin-top: 10px;
    transform: scale(1.5);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}

/* SUBSCRIBE FORM */

/* Padding for the subscribe container */
.container {
    padding: 20px;
}

/* Styling for the input elements and the submit button */
input[type=text], input[type=submit], input[type=email] {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    outline-color: #973330;
}

/* Margins for the checkbox */
input[type=checkbox] {
    margin-top: 16px;
}

/* Styling for the submit button */
input[type=submit] {
    background-color: #973330;
    color: white;
    border: none;
}

input[type=submit]:hover {
    background-color: #8dbacd;
    /* opacity: 0.8; */
}

/* CONTACT PAGE */

.contact {
    padding: 0 20px 0 20px;
}

textarea {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    outline-color: #973330;
}

.contact hr {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50vw;
}

.contact .btn {
    background-color: #973330;
    color: white;
    border: none;
}

.contact .btn:hover {
    background-color: rgb(140, 185, 204);
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

/* ABOUT PAGE */

#beth-contact {
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

#beth-contact:hover {
    -webkit-box-shadow: 0 0 5px 2px rgba(151, 51, 48, 0.800);
    -moz-box-shadow: 0 0 5px 2px rgb(151, 51, 48, 0.800);
    box-shadow: 0 0 5px 2px rgb(151, 51, 48, 0.800);
}

/* FOOTER */

#footer {
    background-color: #f0c8c9;
    color: #973330;
}

.footer-text {
    font-family: 'Qwitcher Grypen';
    font-size: 40px;
}

#footer-copyright {
    background-color: #e1888b;
}

.arrow-button {
    float: right;
}

.bi-arrow-up-square-fill:hover {
    color: rgba(151, 51, 48, 0.8);
}

/* TABLET VIEW */

@media (min-width: 600px) and (max-width: 767px) {

    .carousel-indicators {
        top: 90% !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {

    .carousel {	
        padding-bottom: 500px;
    }

    .carousel .carousel-item .img-box-side {
        visibility: hidden;
        height: 0;
        width: 0;
    }

    .carousel-indicators {
        top: 70%;
    }
    
}

@media (min-width: 768px) and (max-width: 1440px) {

    .navbar {
        height: auto;
    }

    .jumbotron p {
        font-weight: 600;
        text-shadow: #000;
    }

    .main-content {
        padding-bottom: 20px;
    }

    .main-text {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80vw;
    }
    
    .logo {
        height: 300px;
        width: auto;
    }

    #carousel {
        padding: 50px 0 0 0;
    }

    .carousel {	
        height: 250px;
    }

    .carousel .carousel-item img {
        margin: 0 auto;
    }

    .carousel .carousel-item .img-box {
        border: 9px solid #fff;
        border-radius: 5px;
        box-shadow: 0 6px 20px -6px rgba(0,0,0,0.4);
    }
    
    .carousel .carousel-item .img-box-side {
        border: 9px solid #fff;
        border-radius: 5px;
        box-shadow: 0 6px 20px -6px rgba(0,0,0,0.4);
        margin-top: 15px;
    }

    .carousel-control-prev, .carousel-control-next {
        width: 68px;
        background: none;
        visibility: hidden;
    }
    
    .carousel-control-prev i, .carousel-control-next i {
        font-size: 28px;
        top: 20%;
        visibility: hidden;
    }

    .accordion {
        width: 90vw;
        margin-left: -22vw;
    }

}

/* MOBILE VIEW */

@media only screen and (max-width: 480px) {

    .navbar {
        height: auto;
    }

    .jumbotron {
        height: 450px;
        padding: 25px 0 0 13px;
    }

    #hero {
        height: 300px;
        padding: 20px 0 0 0;
    }

    .main-text {
        min-width: 90vw;
    }

    .secondary-text {
        width: 80vw;
        font-size: 25px;
    }

    #carousel {
        height: 300px;
        margin: -10% 0 10% 0;
    }

   .carousel {	
        height: 300px;
    }

    .carousel .carousel-item img {
        margin: 0 auto;
    }
    
    .carousel .carousel-item .img-box-side {
        visibility: hidden;
        height: 0;
        width: 0;
    }

    .carousel-control-prev, .carousel-control-next {
        width: 68px;
        background: none;
        visibility: hidden;
    }
    
    .carousel-control-prev i, .carousel-control-next i {
        font-size: 28px;
        top: 50%;
        visibility: hidden;
    }

    .carousel-indicators {
        top: 90%;
    }

    .accordion {
        width: 90vw;
        margin-left: -25vw;
    }

    .main-logo {
        width: 90vw;
    }

    .logo {
        height: 300px;
        background-size: contain;
    }
}