@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lora:ital,wght@0,400..700;1,400..700&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lora:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lora:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lora:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lora:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');


body {
    background-color: #F9FAFC;
}

main {
    width: 344px;
}

.brand {
    font-family: Lato, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #4A4A4F;
}

.blue-letter {
    color: #6699cc;
}

h1 {
    font-family: 'Playfair Display';
    font-size: 40px;
    text-align: center;
}

h2 {
    font-family: 'Playfair Display';
    font-size: 40px;
    text-align: center;
}

h3 {
    font-family: 'Playfair Display';
    text-align: center;
}

li {
    font-family: 'Playfair Display';
    font-size: 20px;
}

ul {
    font-family: 'Playfair Display';
    font-size: 20px;
}

p {
    font-family: Lora;
}

tr {
    border: #4A4A4F;
}

.thin {
    font-weight: 300;
}

.light-bg {
    background-color: #fff;
}

.dark-bg {
    background-color: #445261;
}

.main-bg {
    background-color: #F9FAFC;
}

.card {
    border: none;
    background-color: transparent;
}

.card-header {
    border-color: #188181;
    border-width: 10px;
    background-color: #aaebe3;
}

.card-body {
    border-color: #23BBBB;
    border-width: 10px;
}

.card-footer {
    border-color: #23BBBB;
    border-width: 10px;
}

.service-img-view {
    height: 180px;
    width: 320px;
}

#id_service_id {
    width: 344px;
}

#id_order_description {
    width: 344px;
}

.image-container {
    position: relative;
}

.image-flash {
    position: absolute;
    bottom: 5%;
    min-width: 30%;
    left: -2px;
    background-color: #6699cc;
}

.scale {
    width: 100%;
    height: auto;
}

.author {
    color: white;
    margin: 4px;
    text-transform: uppercase;
}

.masthead {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    height: 33vh;
    width: 100%;
}

.post-alignent {
    margin-right: 25px
}

.img-alignment{
    margin: 30px;
}

.mastheadhome {
    display: flex;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    height: 150px;
    width: 344px;
    margin: auto
}

.masthead-text {
    background-color: #5597de;
    color: white;
    position: relative;
}

.masthead-image {
    position: relative;
    overflow: hidden;
}

.masthead-image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 90%;
    height: 100%;
    width: 150%;
    background: #5597de;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    transform: skew(15deg);
    z-index: 100;
}

.container {
    margin: auto;
    max-width: fit-content;
}

.container-alignment {
    
}

.hide-element {
    display: none;
}

.content-center {
    align-content: center;
}

.news-img {
    width: 284px;
}

.post-link {
    text-decoration: none;
    color: #4f94dd;
}

.post-link:hover,
.page-link {
    color: #6319b2;
}   

.page-link{
    background-color: #4f94dd;
    border-radius: 10px;
}

.post-title {
    font-size: 20px;
    margin-top: 10%;
    margin-left: 5%;
    color: #022750;
}

img {
    max-width: fit-content;
}

.post-subtitle {
    margin-left: 5%;
    color: lightgray;
}

.btn-primary {
    border-radius: 10px;
}

.btn-signup,
.btn-edit {
    background-color: #188181;
    color: #fff;
}

.btn-secondary {
    background-color: black;
    color: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
}

.btn-danger {
    background-color: #4f94dd;
    border-color: #a6d1ff;
    border-radius: 10px;
    margin-bottom: 10px;
}


.btn-signup:hover,
.btn-signup:active {
    background-color: #fff;
    color: #23BBBB;
}

.link {
    color: #23BBBB;
    text-decoration: none;
}

.link:hover,
.link:active {
    color: #445261;
    text-decoration: underline;
}

.btn-like {
    color: #E84610;
    border: none;
    background: transparent;
}

.btn-delete {
    color: #fff;
    background: #6319b2;
}

.btn-like:hover,
.btn-like:active {
    color: #6319b2;
    background: transparent;
    border: none;
}

.faded {
    color: rgb(172, 175, 175);
}

.approval {
    color: rgb(222, 146, 168);
}

.call-to-action a {
    color: #e70f0f; /* link color */
    text-decoration: none;
  }
  
.call-to-action a:hover {
    text-decoration: underline; 
}

.smalllogo {
    height: 25px; 
    width: 25px;
    border-radius: 20px;
}

.columnalign {
    display: flex;
    align-items: center;
}

.ul-booknews-alignment {
    list-style-type: none;
}

.card-page-sizing {
    width: auto;
    border-radius: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-sizing {
    border-radius: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
}

.service-list {
    list-style: none;
}

.responsive-large {
    max-width: 350px;
    display: flex;
    align-items: center;
}


/* Media query: large or landscape phones (576px and up) */
@media screen and (min-width: 576px) {
    main {
        max-width: 100%;
        display: contents;
    }

    .container {
        margin-left: 0%;
        margin-right: 0%;
        max-width: fit-content;
    }

    .card-page-sizing {
        width: auto;
        padding-left: 15px;
        border-radius: 100px;
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
    }

    .service-img-view {
        height: 280px;
        width: 420px;
    }



}


/* Media query: tablets and larger (768px and up) */
@media screen and (min-width: 768px) {
    main {
        max-width: 100%;
    }

    .hide-element {
        display: flex;
        justify-content: center;
    }

    .container {
        margin-left: 0%;
        margin-right: 0%;
        max-width: fit-content;
    }

    .news-img {
        width: 520px;
    }

    .mastheadhome {
        width: auto;
    }

    .img-alignment {
        padding-left: 28px;
    }

    .ul-booknews-alignment {
        text-align: center;
    }

    .news-img {
        width: 1000px;
    }

    img {
        max-width: 700px;
    }

    .news-buttons { 
        height: 63.6px;
        width: 225.6px;
        padding-top: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }


    .responsive-large {
        max-width: 600px;
        display: flex;
        align-items: center;
    }
}


/* Media query: tablets and larger (1200px and up) */
@media screen and (min-width: 1200px) {

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 20px;
    }

    p {
        font-size: 25px;
    }

    ul {
        font-size: 25px;
    }

    li {
        font-size: 25px;
    }

    .container {
        margin-left: 0%;
        margin-right: 0%;
        max-width: auto;
    }

    .container1-size {
        display: flex;
        width: 1000px;
        justify-content: center;
    }
    

    .news-img {
        width: 1000px;
    }

    .mastheadhome {
        padding-top: 20px;
        width: auto;
        height: auto;
    }

    .post-title {
        font-size: 25px;
    }

    .img-alignment {
        padding: 50px;
        padding-left: 170px;
    }

    .carousel-img {
        height: 500px;
        width: 500px;
    }

    .responsive-large {
        max-width: 550px;
    }
    
    .font-responsive {
        font-size: 50px;
    }

}


/* Media query: tablets and larger (2000px and up) */
@media screen and (min-width: 2000px) {
    

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 40px;
    }

    h4 {
        font-size: 40px;
    }

    p {
        font-size: 30px;
    }

    ul {
        font-size: 35px;
    }

    li {
        font-size: 35px;
    }
    
    .container1-size {
        display: flex;
        width: 800px;
        justify-content: center;
    }


    .responsive-large {
        max-width: 1300px;
        height: 400px;
    }

    .img-alignment {
        padding-left: 130px;
    }

    .post-title {
        font-size: 35px;
    }

    .post-subtitle {
        display: none;
    }


}

/* Media query: tablets and larger (3000px and up) */
@media screen and (min-width: 3000px) {
    
    .img-alignment {
        align-self: center;
        padding-left: 100px;
    }
}