﻿/* For tablets: */
@media only screen and (min-width: 600px) {
   /* .h11 {
        color: #e5d8ce;
        font-size: 45px !important;
    }

    .h13 {
        color: #e5d8ce;
        font-size: 45px !important;
        font-style: italic;
    }

    .h31 {
        color: #e5d8ce;
        font-size: 27px;
        font-style: italic;
    }

    .h32 {
        color: #a28f7c;
        font-size: 27px;
        font-style: italic;
    }

    .h33 {
        text-align: left;
        color: #e5d8ce;
        font-size: 23px;
        font-style: italic;
        margin: 34px;
    }

    .h51 {
        text-align: left !important;
        font-size: 10px;
        font-style: italic;
    }*/
}

    @media only screen and (max-width: 768px) {
        /* For mobile phones: */
    .h11 {
        color: #e5d8ce;
        font-size: 32px !important;
        font-style: italic;
    }
    .h31 {
        color: #e5d8ce;
        font-size: 20px !important;
        font-style: italic;
    }
    .h11.centeral-h, .h13.centeral-h {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
       
        color: white;
    }
        .h32 {            
            font-size: 16px!important;
        }
        #titledDes {
            padding:0!important;
            padding-right: 6px !important;
            padding-left: 6px !important;
        }
        .h34 {
            color: rgb(229, 216, 206);
            text-align: left;
            margin-top:20px!important;
            font-size: 20px;
            margin-left: 10px !important;
        }
        .h52 {
            color: rgb(229, 216, 206);
            margin: 8px!important;
            font-size: 16px;
            text-align: left;
        }
        .grid-card-header {        
            margin-top: 10px!important;
        }
    .h11.centeral-h{
        height:30%;
    }
    .h31.centeral-h {
        height: 50%;
    }
        .headerDiv {
            height: 30vh!important;
        }
        .footerDiv {
            height: 8vh!important;
        }
        .row-flex-container{
            flex-direction:column;
            justify-content:space-around;
        }

        .footerDiv2 {
            
            height: 8vh !important;
        }

        .gridHeader {
            height: 45vh !important;
            width: 100%;
             
        }
        .titledHeader {
            height: 35vh !important;
            width: 100%;
            padding-top: 20px !important;
        }
    }

:is(h1, h2, h3, h4, h5, h6) {
    font-style: italic;
    text-align:center;
}

.h11 {
    color: #e5d8ce;
    font-size: 56px;
}

.h13 {
    color: #e5d8ce;
    font-size: 50px;
}

.h31 {
    color: #e5d8ce;
    font-size: 32px;
}
 

.h33 {
    text-align: left;
    color: #e5d8ce;
    font-size: 28px;
    margin: 34px;
}
.h11 {
    color: #e5d8ce;
    font-size: 56px;
    font-style: italic;
}

.h13 {
    color: #e5d8ce;
    font-size: 50px;
    font-style: italic;
}

.h31 {
    color: #e5d8ce;
    font-size: 32px;
    font-style: italic;
}

.h32 {
    color: #a28f7c;
    font-size: 32px;
    font-style: italic;
    margin:0;
}
#titledDes {
    padding:50px;
}
.h33 {
    text-align: left;
    color: #e5d8ce;
    font-size: 28px;
    font-style: italic;
    margin: 34px;
}
.h34 {
    color: rgb(229, 216, 206);
    text-align: left;
    margin-top: 70px;
    margin-left: 80px;
}
h4{
    margin:14px;
}
.h51 {
    text-align: left !important;
    font-size: 15px;
    font-style: italic;
}
.h52{
    color: rgb(229, 216, 206);
    margin: 14px;
    text-align: left;
}

.centeral-h{
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    color: white;
}
.headerDiv {
        height: 40vh;
    }

.imgBig {
    height: 60%;
    width: 100%;
}

.imgSml {
    height: 40%;
}

.footerDiv {
    height: 20vh;
    background-color: rgb(114, 137, 104) !important;
}


.footerDiv2 {
    height: 150px;
}

.gridHeader, .titledHeader {
    height: 400px;
    width: 100%;
}


.dividerBr2 {
    display: block;
    font-size: 8px;
    line-height: 2px;
    height: 2px;
    content: " ";
    width: 100%;
    background-color: #a28f7c;
    align-self: center;
}
.grid-card-header {
    flex: 1 1 50%;
    margin-top: 50px;
}

.flex-container, row-flex-container {
    display: flex;
    flex-wrap: nowrap;
    font-size: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.row-flex-container {    
    flex-direction: row;     
}

    .flex-container.flex-card-title {
        justify-content: space-between;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
        vertical-align: central;
    }

    .flex-container > div {
        flex-shrink: 0 !important;
    }

div img {
    width: 100%;
    min-height: 100%;
}

.vertically-centered {
    height: 3rem;
    line-height: 3rem;
}

/*Responsive layout - makes a one column layout instead of a two-column layout */
/*@media (max-width: 800px) {
.flex-container {
    flex-direction: column;
    background-color: black;
}
}*/
