﻿/*
body {
    padding-top: 50px;
    padding-bottom: 20px;
}
*/
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/* Set width on the form input elements since they're 100% wide by default
input,
select,
textarea {
    max-width: 280px;
}
*/

/* api method call progress spinner */
.spinner {
    display: inline-block;
    border: 4px solid #d0d0c0; /* Light grey */
    border-top: 4px solid #808080; /* Grey */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin-bottom: -5px;
    margin-left: 5px;
}

.spinnersmall {
    display: inline-block;
    border: 4px solid #FF99FF; /* Light grey */
    border-top: 4px solid #CCCCFF; /* Grey */
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
    margin-bottom: -5px;
    margin-left: 5px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.thumb-sm {
    float:left;
  height: 80px;
  width: 80px;
  margin-right: 10px;
    box-shadow: -4px 6px 5px #c8c8c8; 
    padding:2px 2px 4px 2px;
    border:1px solid whitesmoke; 
    border-radius: 1px;
}
.thumb-sm>img{
    max-width: 10%;
    max-height: 10%;
    transform: scale(10);
    position:relative;
    top: 25px;
    left:33px;
}

.thumb-med {
    float:left;
  height: 120px;
  width: 120px;
  margin-right: 10px;
    box-shadow: -4px 6px 5px #c8c8c8; 
    padding:2px 2px 4px 2px;
    border:1px solid whitesmoke; 
    border-radius: 1px;
}

.thumb-med>img{
    max-width: 10%;
    max-height: 10%;
    transform: scale(10);
    position:relative;
    top: 45px;
    left:50px;
}


/********************************************************************************************************************************
    ============================================= LATEST DEVELOPMENTS FOR CMS ===================================================
********************************************************************************************************************************/


    .tallParent {
        display:table;
        width: 100%;
    }

    .tallChild {
        display: table-cell;
        vertical-align: middle;
    }

    .no-padding {
        padding-left: 0px;
        padding-right: 0px;
    }

    .no-margin {
        margin: 0;
    }

    .pj {
        text-align:justify;
        margin-bottom: 0px;
        /*border: 1px solid green;*/
        padding: 10px 15px 10px 15px;
    }

    .no-padding {
        padding: 0px;
    }

    .parallax {
        background-image: url("generic-parallax.png");
        height: 400px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .fam-parent-2x{
        border:2px solid; 
        border-radius:50%; 
        display:inline-block;
    }

    .fam-child-2x{
        border-radius:50%; 
        display:table-cell; 
        width:60px; 
        height:60px; 
        text-align:center; 
        vertical-align:middle;
    }

    .fam-parent-4x{
        border:4px solid; 
        border-radius:50%; 
        display:inline-block;
    }

    .fam-child-4x{
        border-radius:50%; 
        display:table-cell; 
        width:120px; 
        height:120px; 
        text-align:center; 
        vertical-align:middle;
    }


/*
.parallax {
background: url('generic-parallax.png') no-repeat center center fixed; 
display: table;
height: 300px;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
    */
    


  .affix {
      top: 0;
      width: 100%;
  }

      .affix + .container-fluid {
          padding-top: 50px;
      }
        
.hero-image {
    /* The image used */
        background-image: url('generic-hero.jpg');
                /* Set a specific height */
                height: 800px;

                    /* Position and center the image to scale nicely on all screens */
                    background-position: top left;
                    background-repeat: no-repeat;
                    background-size: cover;
                position: relative;
                }

     .markhead {
          background-color:rgba(200, 200, 200, 0.5);
                color:#101010;
      }  

    .semitrans {
        background-color:rgba(255,255,255,0.6);
    }

    .outline { color:#fff; text-shadow:-1px -1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,1px 1px 0 #000; }
    /*
        https://www.crazyegg.com/blog/css3-text-shadow-effects/
        https://1stwebdesigner.com/css-effects/
    */

    footer {
        height: 150px;
        width: 100%;
        background-color:#101010;
        color:silver;
        border-top: inset 1px silver;
        margin-bottom: 15px;
        font-size:smaller;
    }


    .navbar-nav {
        padding-left: 50px;
    }

h1.first {
    font-size: 2.5em;
    padding: 0px 15px;
}

body{
    background-image: url('generic-background.jpg');
    background-repeat: repeat;
}

.backy {
    background-color: rgba(200,200,200, 0.7); 
    min-height:78vh;
}

.myModImg {
    width: 800px;
}


img.parimg {
    float: left;
    margin: 0px 10px 10px 5px;
}

img.parimgr {
    float: right;
    margin: 0px 5px 10px 10px;
}

.tab-content {
    padding: 5px;
}

.index-card {
    background-image: url('noindex2.png');
}

@media (max-width: 767px) {
.myModImg {
    width: 96%;
}
}

    /* NAVIGATION 
.navbar {
	margin-bottom: 3px;
}

.navbar-nav {
	float: right;
	padding-top:10px;
}

.navbar-nav li {
	margin: 0 5px;
}
*/