
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Arizonia");
@import url("https://fontawesome-5.5/css/all.min.css");
@import url("https://fonts.googleapis.com/css?family=Baskerville old face");
body {
    height: 100%;
    font-family: "baskerville old face", sans-serif;
    /*font-size: 1.2em;*/
    color: black;
    overflow-x: auto;
    width: 100%;
}
* {
    box-sizing: border-box;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
html {
    scroll-behavior: smooth;
}


a {	transition: all 0.3s ease;	color: #38B;}
.tm-section-title {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: -9vh;
    letter-spacing: 2px;
}
.tm-section-title6 {
    font-size: 38px;
    color: #164080;
}
.card .container{
    height: auto;
    margin-bottom: 20px;
    margin-top: 5px;
    align-content: center;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 275px;}
.card {
    height: max-content;
}



.authorimg {
    padding:5px;
    position: center;
    width: 75%;
}
.transbox {
    margin-top: 5em;
    padding-right: 3px;
    padding-left: 3px;}

.transboxBlog {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 60px;
    padding-left: 60px;
    background-color: rgba(44, 76, 100, 0.83);
    position: -webkit-sticky;
    position: sticky;
    background-image: url("../images/smallBlogo.png");
    background-size: 18%;
    background-position: 100px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;

    background-position: 200px 110px ;
}




.tm-hero-text-container-inner {
    margin-top: -18em;}

.w3-container {
    margin-top: -22vh;
    margin-bottom: -25em;
}
#home {
    min-height: 120vh;
    min-block-size: min-content;
    position: relative;
    background-repeat: no-repeat;
    margin-bottom: -15em;
}


#blogMore {
    margin-top: -58vh;
    padding: 35px;
    align-content: center;
    margin-bottom: 10px;
}
/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {
    float: left;
    width: 70%;
    padding-right: 100px;
    padding-left:100px;
    margin-top: -6vh;
    margin-bottom: 155px;
}

/* Right column */
.rightcolumn {
    float: left;
    width:25%;
    height: 100%;
    position: center;
    margin-top: -5vh;
    text-align: -moz-left;
}

.comment-form {
    margin-bottom: -70px;
}
.tm-btn-submit {
    background-color: #164080;
    min-width: 2in;
}
/* Add a card effect for articles */
.card {
    background-color: rgba(205, 200, 200, 0.53);
    padding: 20px;
    margin-top: 10px;
}

.post {
    background-color: rgba(201, 189, 189, 0.49);
    overflow        : hidden;}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

#blogpage {
    background-color: rgba(201, 189, 189, 0.49);

}

/* Extra Stuff Test*/
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

blockquote {
    background-color: #fff;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level{
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-item .nav-link:active {
    background-color: #369;
    color: #FFF;
}


/*   Modal Popup Begins  */

#myImg0, #myImg1,
#imImg2, #myImg3{
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;}

#myImg0:hover,
#myImg1:hover,
#myImg2:hover,
#myImg3:hover
{opacity: 0.8;}

/* The Modal (background) */
.modal {
    display:; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 60px; /* Location of the box */
    padding-bottom: 50px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 60%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(37, 32, 32, 0.15); /* Fallback color */
    background-color: rgba(215, 195, 195, 0.95); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 700px;


}

/* Caption of Modal Image */
#caption0, #caption1,
#caption2, #caption3 {
    margin: 10px;
    display: block;
    width: 85%;
    max-width: 700px;
    text-align: center;
    color: #f6f2f2;
    padding-left:10px;
    height: 50px;
    font-size: 10pt;

}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
/*  Modal Popup Ends*/

/* Responsive layout - when the screen is less than 800px wide, make the
two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
    .leftcolumn, .rightcolumn {
        width: 100%;
        padding: 0;
    }
}



/*.imageGallery:hover {
    position: absolute;
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
*/
