/* .parent {
    position: relative;
    top: 0;
    left: 0;
} */

/*
.image1 {
    position: relative;
    top: 0;
    left: 0;
}
*/

/* .image2 {
    position: absolute;
    top: 0px;
    left: 0px;
} */

/* .full-height {
    max-width: 100%;
    max-height: 100vh;
       height: auto;
} */

/* 
.vertical-center {
    margin: 0;
    position: absolute;
    top: 30%;
}
*/

/* .btn {
    border: none;
    color: whitesmoke;
    padding: 10px;
    width: 100px;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    display: inline-block;
} */

/* .btn:hover {
    color: #d26e7a;
} */
/* 
.leftspace {
    margin-left: 10px;
} */

body {
    background-color: #D3D3D3;
    font-family: 'lato', sans-serif;
    font-weight: 400;
    font-style: oblique;
    line-height: 1.45;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    /* color: #777; */
}

.footer {
    width: 100%;
    color: #777;
    text-align: left;
    padding-left: 15px;
    padding-bottom: 5px;
}

.container {
    position: relative;
    width: 100%;

    /* try this */
    /* position: relative;
    display: flex;           
    justify-content: center;   
    align-items: center;       
    height: 500px;    
    width: 500px;      */
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.image-fill {
    height: 100% !important;
    width: 100% !important;
}

.center {
    margin: auto;
    /* width: 75%;
    padding: 50px; */
    text-align: center;
    vertical-align: middle;
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hoverbox {
    position: relative;
    width: auto;
}

.hoverbox:hover .overlay {
    opacity: 1;
    transform: scale(1.05);
    transition: transform .1s;
    background-color: #EC008C;
}


.zoom:hover {
    transform: scale(1.05);
    transition: transform .1s;
}

.image {

    display: block;
    width: 100%;
    height: auto;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
}

/* .textabout {
    width: auto;
    text-align: left;
} */

.space {
    margin-top: 25px;
}

.baseline {
    align-items: center;
}

.previous {
    background-color: whitesmoke;
    /*  color: black;*/
    display: inline-block;
    padding: 8px 16px;

    position: fixed;
    bottom: 39px;
    left: 40px;
    color: #777;
    padding-left: 15px
}

.back {
    background-color: #EC008C;
    padding: 8px 16px;
    position: fixed;
    bottom: 35px;
    left: 47%;
    color: white;
}

.next {
    background-color: whitesmoke;
    display: inline-block;
    padding: 8px 16px;

    position: fixed;
    bottom: 39px;
    right: 40px;

    color: #777;
    padding-left: 15px
}

/* ESSENTIAL (footer) */
p {
    margin-bottom: 1.3em;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,


/* Header */
h1 {
    margin: 1.414em 0 0.5em;
    font-family: 'Poppins', sans-serif;
    /* font-family: 'IBM Plex Mono', monospace; */
    /* font-weight: bold; */
    /* line-height: 1.5; */
    font-style: normal;
    font-size: 1.25em;
    text-align: left;
}

/* Body */
h2 {
    /* font-family: 'Anonymous Pro', monospace; */
    font-family: 'IBM Plex Mono', monospace;
    margin-top: 0;
    font-size: 1em;
    text-align: left;
    line-height: 1.6;

}

/* Title Header */
h3 {
    /* font-family: 'lato', sans-serif; */
    /* font-family: 'IBM Plex Mono', monospace;  */
    font-family: 'Poppins', sans-serif;
    /* font-style: italic; */
    /* font-size: 12em; */
    font-size: 5em;
    margin-top: 0;
}

/*copyright info + paitning info?*/
h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 0.707em;
    margin-top: 1em;
    color: #7777;
    text-align: left;
}

h5 {
    font-family: 'lato', sans-serif;
    margin-top: 0;
    font-size: 1.em;
    margin-left: 2em;
}

h6 {
    margin: 1.414em 0 0.5em;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1.138em;
    text-indent: 10%;
    text-align: left;

}

h7 {
    font-family: 'Nunito', sans-serif;
    font-style: oblique;
    line-height: 1.5;
    font-size: 1em;

}

h8 {
    font-family: 'Oswald', sans-serif;
    font-size: 3em;
}

.view {
    background: blue url("../img/imghead_small.jpeg") center center no-repeat;
    background-size: cover;
    text-align: center;
    color: white;
    padding: 100px 0px 100px 0px;
}

/* link*/
a {
    color: #EC008C;
    /* color: inherit; */
    /* text-decoration: underline; */
}

a:hover {
    /* color: #D3D3D3; */
    /* background-color: #EC008C; */
    color: #EC008C;
}

svg {
    width: 200px;
}

svg:hover {
    /* fill: black; */
    fill: #EC008C;
}

.nav-link {
    color: black !important;
    vertical-align: center;
}

.nav-link:hover {
    color: #EC008C !important;
    /* color: #D3D3D3 !important; */
}

.dropdown-menu {
    text-align: left;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #EC008C;
}

.active {
    color: #EC008C !important;
}

/* Social */
.fab {
    font-size: 30px;
    width: 35px;
}

.fab:hover {
    /* color: #D3D3D3; */
    color: #EC008C;
}

/* .fa-instagram {
    color: black;
}

.fa-linkedin {
    color: black;
} */

.videoContainer {
    width: 100vw;
    /*now it is 100% of viewport (window) width.*/
    display: inline-block;
    position: relative;
}

.videoContainer:after {
    padding-top: 56.25%;
    /* 16:9 ratio - divide height by width and multiply by 100 */
    display: block;
    content: '';
}

.videoContainer>iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

/* .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #EC008C;
}

.container:hover .overlay {
    opacity: 1;
} */

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

/* MODAL */

.modal-content {
    border-radius: 24px;
    /* rounded corners */
}

.modal-backdrop.show {
    opacity: 0.90;
    /* darker background overlay */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #999;
    /* gives a soft white circle */
    border-radius: 50%;
    background-size: 40%;
    /* makes arrow smaller within the circle */
    width: 40px;
    height: 40px;
    position: relative;
}


@media only screen and (orientation: portrait) {
    .body {
        height: auto;
        width: calc(50% - 20px);
        padding-bottom: calc(50% - 20px);
        float: left;
        position: relative;
        margin: 10px;
    }

    .dropdown-menu {
        text-align: left;
    }
}