@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*---------------------------------Nav Bar*/

.navbar-brand {
    padding: 0;
}

.navbar-font {
    font-family: 'Nunito', sans-serif;
}


/*---------------------------------index.html*/
/*---.callout-container code taken from Code Institute WHiskey Drop landing page URL:https://github.com/Code-Institute-Solutions/BootstrappingYourNextBigIdea-BS4/blob/master/04-BeyondBootstrap/01-updating_our_callout/css/style.css*/

.callout-container {
    height: 100vh;
    background: url(../images/cardiff-forest.jpg) no-repeat center center fixed;
    background-color: darkolivegreen;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
/*--animation code taken from Code Institute Love Running landing page URL:https://github.com/Code-Institute-Solutions/Love-Running-Solutions/blob/master/03_creating_the_hero_image/02_hero_image_animation/assets/css/style.css*/
    animation-name: index-zoom;
    animation-duration: 5s;
    animation-fill-mode: forwards;
}

/*--keyframes code taken from Code Institute Love Running landing page URL:https://github.com/Code-Institute-Solutions/Love-Running-Solutions/blob/master/03_creating_the_hero_image/02_hero_image_animation/assets/css/style.css*/
@keyframes index-zoom {
    from{
        transform: scale(1);
    }
    to{
        transform: scale(1.05);
    }
}

.callout-container h1 {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 50px;
    text-shadow: 1px 1px 1px #000000;
}

.callout-container p {
    text-align: center;
    margin: 10px;
    font-family: 'Nunito', sans-serif;
}

.callout-container h1 i {
    color: #fff;
}

/*---------------------------------Page headers*/

.jumbotron-text {
    font-family: 'Nunito', sans-serif;
    text-align: center;
    color: #fff;
    font-weight: 400;
    text-shadow: 1px 1px 1px #000000;
}
/*---.jumbotron-header styling code taken from Code Institute WHiskey Drop landing page URL:https://github.com/Code-Institute-Solutions/BootstrappingYourNextBigIdea-BS4/blob/master/04-BeyondBootstrap/01-updating_our_callout/css/style.css*/
.jumbotron-header {
    background-image: url(../images/forest-hd.jpg);
    background-color: darkolivegreen;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/*---------------------------------Home content*/

.tagline {
    font-family: 'Amatic SC', cursive;
    font-size: 3em;
    text-align: center;
    padding: 0.5em;
}

.reasons {
    font-family: 'Nunito', sans-serif;
    text-align: center;
    color: darkolivegreen;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    padding: 20px;
}

.reasons-heading {
    font-family: 'Nunito', sans-serif;
    text-align: center;
    font-weight: 200;
    font-size: 1.5em;
    padding-left: 2em;
    padding-right: 2em;
}

.text-padding {
    padding: 2em;
    padding-left: 2em;
}

section p {
    text-align: center;
    padding-left: 3em;
    padding-right: 3em;
}

/*---------------------------------Schedule*/

.schedule {
    padding-top: 30px;
    padding-bottom: 50px;
}

.col-schedule {
    background-color: rgba(153, 183, 132, 0.5);
    border-radius: 15px;
}

.schedule-day {
    font-family: 'Amatic SC', cursive;
    text-align: center;
}

.schedule-text {
    font-family: 'Nunito', sans-serif;
    text-align: center;
}

.park-map {
    color: black;
}

/*---------------------------------Gallery*/

.card-padding {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
}

.no-gutters-gallery {
    padding-right: 15px;
    padding-left: 15px;
}

.card-title {
    font-family: 'Amatic SC', cursive;
    text-align: center;
    font-size: 2em;
}

.card-text {
    font-family: 'Nunito', sans-serif;
    padding: 0;
}

#warning {
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    text-align: center;
    color: darkolivegreen;
    padding-bottom: 1.7em;
}



/*---------------------------------Form*/

section form {
    margin-bottom: 0px;
}

.form-background {
    background-color: rgba(153, 183, 132, 0.5);
    border-radius: 20px;
    width: 24em;
    
}

.form-style {
    width: 20em;
    padding-bottom: 50px;
}

legend {
    font-family: 'Amatic SC', cursive;
    font-size: 2.5em;
    color: darkolivegreen;
    text-align: center;
}

form label {
    font-family: 'Nunito', sans-serif;
}

.btn {
    margin-top: 1em;
}

textarea {
    max-width: 95%;
}


/*---------------------------------Footer*/

footer {
    background-color: darkolivegreen;
    font-family: 'Amatic SC', cursive;
    font-size: 1.5em;
    color: #fff;
    padding: 15px;
}

.footer-text {
    text-align: center;
    padding-top: 10px;
}

footer i {
    font-family: 'Nunito', sans-serif;
    font-size: 0.7em;
    font-weight: 100;
    text-align: center;
    padding-left: 10px;
}

.socials {
    text-align: center;
}

footer li {
    padding: 10px;
}

footer li a {
    color: #fff;
    
}

a:hover {
    color: #e6e6e6;
    text-decoration: none;
}

#footer-contact {
    margin-top: 1.5em;
}