/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*--UX Colors
Light beige shade: #efe7db 
Light grey shades: #e8e9ea Porcelain
Red shade: #ca2f2f Benjamin Moore Red
Grey shades: #778899 Light Slate Gray
--*/

/*--Google Fonts:
Fredericka the Great: weight 400, headings h2
Caveat: weight 600, headings h3
Josefin Slab: weight 400-700, general font serif
--*/
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;600;700&family=Cormorant:wght@400;500;600;700&family=Exo:wght@400;500;600;700&family=Fredericka+the+Great&family=Josefin+Slab:wght@400;500;600;700&display=swap');

body {
    font-family: 'Josefin Slab', serif; 
    color:#778899;
    background-color: #efe7db;
}
main {
    flex-grow: 1;
}
p {
    font-family: 'Josefin Slab', serif;
    font-size: 20px;
    font-weight: 600;
}
h2{
    color: #ca2f2f; 
    font-family: 'Fredericka the Great', cursive; 
    font-size: 30px; 
    text-align: center;
    text-transform: uppercase;
}
h3{
    font-family: 'Caveat', cursive;
    font-size: 30px;
    font-weight: 600; 
    text-align: center;
}
/*--Links--*/
a {
    color: #778899;
    font-weight: bold; 
    text-decoration:none;
}
a:hover {
    color: #ca2f2f;
    text-decoration: none; 
}
/*--Buttons-call to actions--*/
.navbar-buttons .btn{
    background-color: #fafafa;
    border: 1px solid #778899;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    padding: 5px;
}
.btn:hover, .btn:focus {
    background-color: #ca2f2f;
    border: 1px solid #778899;
}
.button-order{
    margin-bottom: 50px;
    margin-top: 30px;
    text-align: center; 
}
.button-contact {
    padding-bottom: 50px; 
    padding-top: 20px;
    text-align: center; 
    -webkit-box-pack: center;
    -moz-box-pack: center; 
    -ms-flex-pack: center; 
}
.button-submit{
    margin-top: 20px;
}
#btn-read, #btn-order, #btn-contact-design, #btn-submit, #btn-download, #btn-signup{
    background-color: #ca2f2f; 
    border: 1px solid gray; 
    color: #fafafa;
    font-weight: 600;
    text-align: center;
}
#btn-download { 
    margin-bottom: 50px;
}
#btn-read:hover, #btn-download:hover, #btn-contact-design:hover, #btn-order:hover, #btn-submit:hover, #btn-signup:hover{
    background-color: #778899;
}
/*--Navbar--*/
.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center;
}
.nav-link {
    font-family: 'Josefin Slab', serif;
    font-weight: bold;
}
.navbar-brand .navbar {
    height: 30px; 
    margin-bottom: 20px;
    margin-top: 5px; 
    width: 80px; 
}
.bg-color-navbar {
    background-color: #e8e9ea;
}
.navbar-nav .nav-item .nav-link:hover {
    color: #ca2f2f;
}
/*--Home page Hero Video--*/
/*--Credit for full-width video: https://css-tricks.com/full-page-background-video-styles/ --*/
.video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    width: 100%;
    z-index: 0;
}
/*--Home page overlay text--*/
.overlay-box{
    background-color: #efe7db;
    border-radius: 20px;
    height: 150px;
    opacity: 0.8;
    position: absolute;
    top: 70px;
    width: 320px;
    z-index: 1;
}
#overlay-title{
    color: #ca2f2f; 
    font-family: 'Fredericka the Great', cursive; 
    font-size: 35px; 
    font-weight: 400;
    margin-top: 10px;
    text-align: center; 
}
#overlay-subtext {
    color: #ca2f2f; 
    font-family: 'Caveat', cursive;
    font-size: 25px;
    text-align: center;
}
/*--Home page main content--*/
.content-container {
    margin-right: 30px;
    margin-top: 20px;
    text-align: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
#intro-content {
    font-family: 'Caveat', cursive;
    font-size: 30px;
    font-weight: 600;
}
hr {        
    border:none;
    height:15px;
    -webkit-box-shadow: 0 5px 5px -5px #333;
            box-shadow: 0 5px 5px -5px #333;
    width: 150px;
}
#mission-heading {
    padding-top: 30px;
}
.testimonials-container{
    padding-bottom: 60px;
}
#testimonials-heading{
    padding-bottom: 30px;
    padding-top: 40px;
}
.quotations{
    padding-left: 20px;
    text-align: center;
    width: 90%;
}
/*--Home page-Hero images--*/
.hero-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
}
/*--About page--*/
#about-heading {
    padding-top: 100px;
}
#about-subheading {
    padding-bottom: 30px;
}
.about-text {
    padding-bottom: 30px;
    text-align: justify;
    text-align: center;
    width: 60%;
}
/*--About page-Artists photographs--*/
.container-photo{
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center;
    padding-bottom: 40px; 
    padding-left: 200px; 
}
#about-activities{
    padding-bottom: 20px; 
    padding-left: 20px;
    text-align: center; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
}
.activities-list{
    font-size: 20px; 
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
}
.download-brochure {
    padding-bottom: 50px; 
    padding-left: 20px;
    text-align: center;
}
/*--Gallery page--*/
#gallery-heading {
    padding-bottom: 30px;
    padding-top: 100px; 
}
.gallery-subheadings{
    padding-bottom: 30px;
    padding-top: 20px;
}
.gallery{
    text-align: center;
}
/*--Customize your product page--*/
.customize{
    text-align: center; 
}
#customize-heading {
    padding-top: 100px;
}
#customize-subheading{
    padding-bottom: 20px;
}
.customize-process {
    justify-items: center; 
    padding-bottom: 60px;
    padding-top: 60px; 
    text-align: center; 
}
.customize-icons{
    color: #ca2f2f;
}
.card{
    background-color: #e8e9ea; 
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 40px;
}
.card-img-top{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 100%;
}
.card-title{
    color: #ca2f2f;
}
/*--Contact page--*/
/*-- Inspiration and credit for the style of the full page background image from "Whisky drop mini project" --*/
.bg-img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url('../images/background-contact-page-large.jpg') no-repeat;
    background-size: cover;
    height: 100%;
    opacity: 0.9;
    overflow: hidden;
    width: 100%;
    z-index: -1;
}
.contact-bg-color {
    background-color: #fafafa;
}
#contact-heading {
    font-weight: 500;
    padding-top: 80px;
}
#contact-subheading {
    color: #ca2f2f;
    font-size: 25px;
    font-weight: bolder;
    padding-bottom: 20px;
    text-align: center;
}
.form-container {
    background-color: #fafafa; 
    margin-bottom: 180px;
    max-width: 60%;
    padding-bottom: 40px;
    padding-top: 40px;
}
.form-group, .form-control{
    color: black;
    font-size: 15px;
    font-weight: 700;
}
/*--Footer--*/
.bg-color-footer {
    background-color: #e8e9ea;
}
/*--Credit to keep the footer at the bottom of the page: https://dev.to/domysee/keeping-the-footer-at-the-bottom-with-css-flexbox-5h5f --*/
.footer{
    bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 20px;
    height: 150px;
    overflow: hidden;
    width: 100%;
}
.footer-heading {
    font-family: 'Josefin Slab', serif;
    font-size: 25px;
    padding-top: 15px; 
    text-align: center;
    text-transform: none;
}    
#copyright-column{
    align-content: flex-end;
    -ms-flex-line-pack: end;
    display: inline-block;
    font-size: 18px;
    padding: 30px 100px;
    text-align: end;
}
#social-column {
    display: inline-block;
    font-size: 18px; 
    padding-left: 120px;
    text-align: center;
}
.social-links{
    display: inline;
    font-size: 30px; 
    padding-left: 5px;
}
/*--Social icons--*/
.fab:hover {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4); 
    transform: scale(1.4);
}
/*--Media Queries--*/
/*--Phones--*/
@media (max-width: 575.98px){
    .video{
        margin-top:20px;
    }
    #overlay-title, .overlay-box{
        display: none;
        visibility: hidden;
    }
    #contact-heading{
        padding-top: 100px;
    }
    .bg-img{
        background: url('..images/background-contact-page-small.jpg') no-repeat;
        background-position: center;
    }
    .form-container{
        max-width: 85%;
    }   
    .btn-submit{
        font-size: 80%;
        padding: 2px 4px;
    }
    #social-column{
        align-content: center; 
        text-align: center; 
        -ms-flex-line-pack: center; 
        width: 90%;
    }
}
/*--Landscape phones--*/
@media (max-width: 767.98px){
    .navbar-buttons {
        position: absolute;
        right: 85px;
        top: 10px;
    }
    .overlay-box {
        height: 50px;
        width: 170px;
    }
    #overlay-title {
        font-size: 20px;
    }
    #overlay-subtext{
        display: none;
        visibility: hidden;
    }
    .testimonials-container{
    padding-bottom: 100px;
    }
    .container-photo{
        padding-left:0;
    }
    #btn-download{
        margin-bottom: 50px;
    } 
    .button-order, .button-contact{
        margin-bottom: 50px;
    }
    .bg-img {
        background: url('../images/background-contact-page-medium.jpg') no-repeat;
        background-size: cover;
        height: 100%;
        overflow: hidden;
        width: 100%;
    }
    .form-container{
        margin-bottom: 100px;
    }
    .footer{
        bottom: 0;
        flex-shrink: 0;
        height: 320px;
        width: 100%;
    }
    #newsletter-column{
        margin-left: 10px;
    }
}
    /*--Tablets--*/
    @media (max-width: 991.98px) {
    .about-text{
        width: 100%;
    }
    #copyright-column {
        text-align: center; 
        padding: 5px 10px 10px;
    } 
    #social-column{
        padding-left: 40px;
    }
}