html,body{
    font-family: 'Open Sans', sans-serif;
    height: 100vh;
}

#welcome{
    margin-right:0.5rem;
}

.navbar{
  height: initial !important;
  line-height: initial !important;
}

#x,#pro, #private, #public, #z{
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right:0.5rem;
}
.index_section{
    margin-bottom:0;
}
.search-wrapper{
    display: flex;
}
.search-wrapper i{
    position:relative;
    bottom:-0.7rem;
}

@media only screen and (max-width: 600px) {
    #x,#pro, #private, #public, #z{
        display: block;
        margin:auto;
        margin-bottom:8px;
        margin-top:8px;
        width:150px;
    }
    .template-holder{
        width:100%;
    }
    .template-holder h4{
        font-size: 1.75rem;
        font-weight:bold;
    }
    .template-show .card{
        overflow:hidden;
    }
    
    .index_section .col.l12{
        padding:0;
    }
    
    #main-title-h1{
        font-size:28px !important;
    }
    #main-descr{
        font-size:17px !important;
    }
}

.template-top-bar{
    position:absolute !important;
}
.template-div{
    display:block;
    min-height:300px;
    /*overflow:hidden;*/
}
.template-holder{
    overflow:visible !important;
}

@media only screen and (max-width:992px){
    .template-holder{
        display:block;
        width:100% !important;
        height:auto !important;
    }
}

.main-title{
    position:relative;
    width:100%;
    padding-bottom:5px;
    /*top:0;*/
    /*background-color:#a0ffe6;*/
    border-bottom:1px solid black;
    margin-bottom:5px;
}

#main-title-h1{
    position:relative;
    margin-top:15px;
    text-align:center;
    font-size:35px;
    font-weight:bolder;
    color:black;
    text-shadow: 2px 2px 5px rgba(255,255,255,0.9);
}

#paraclete-title{
    position: relative;
    font-size: 35px;
    font-weight: bold;
    color: #ff0000;
    margin-left: 24px;
    bottom: 110px;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 2px 2px 0 rgb(0,0,0), 4px 4px 0 rgba(255,255,255);
}


/* main divsion */
.main-div{
    position: relative;
    width: 100%;
    display:table;
    height: calc(100vh - 200px);
    /*overflow:auto;*/
    /*background-color: rgb(245, 255, 108);*/
    /* background-color:#e0ff85; */
    /*margin-top: 20px;*/
    /*border-top:2px solid orange;*/
    
}

.template-holder{
    position:relative;
   width:77%;
   height: 100%;
    /*overflow-y:scroll;*/
    overflow:auto;
    display:table-row;
}

.template-holder::-webkit-scrollbar{
    display:none;
}

.template-search{
    padding: 0.5rem !important;
}
.template-search ul{
    list-style-type: none;
    font-size: 23px;
    overflow-x:hidden;
}
.template-search li{
}
.template-search li:hover{
    transform:translate(10px,0);
    transition-duration: 0.3s;
}
.template-search a{
    text-decoration: none;
    color: black;
}
.template-search a:hover{
    color: skyblue;
}

.overlay{
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
}
.overlay .flex-wrap{
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
}
.overlay .p-btn,
.overlay .e-btn{
    margin: 0.5rem auto;
    width:100px;
}

.template-show img{
    height:100%;
}
.template-show .card{
    height:250px;
    overflow:hidden;
}

.template-div{
    position:relative;
    width:100%;
    /*height:400px;*/
    display:table;
    /* background-color:#f1f3f4; */
}


.bottom-details{
    position:relative;
    width:100%;
    height:220px;
    /*background-color:#a4f15ca8;*/
    margin-top:20px;
    /* margin-left: 30px; */

}

.social-connect{
    font-size: 25px;
}
.social-connect li{
    margin-right:8px;
    display:inline-block;
    text-align:center;
}
.social-connect li a{
    display: inline-block;
    color: white;
    width:50px;
    padding:12px;
    border-radius:50%;
}
.social-connect li a:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-decoration: none;
}
.social-connect .fa-instagram {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.social-connect .fa-facebook {
  background: #3B5998;
}
.social-connect .fa-github {
  background: #333;
}
.social-connect .fa-linkedin {
  background: #007bb5;
}



#bottom-list{
    list-style-type:none;
    /*float: right;*/
    display:block;
    /*height:100px;*/
    width:250px;
    margin:0 auto;
}
#bottom-list li{
    float: left;
    margin-right:20px
}
.close{
    cursor: pointer;
}

.waves-block {
	display: block;
}
.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	z-index: 1;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}

.btn, .btn-large, .btn-small {
	-webkit-box-shadow:none;
	box-shadow: none;
	border: none;
}

/*nav ul li.active {*/
/*    background-color: transparent !important; */
/*}*/
/*nav {*/
/*    box-shadow: none;*/
/*}*/

.form-control:focus {
  box-shadow: none;
}

.form-control:focus > .input-group{
    border: 1px solid var(--primary);
}

img{
    object-fit: contain;
}