  
/*  Extra small devices (portrait phones, less than 576px) */
/*  No media query for `xs` since this is the default in Bootstrap */

 /* resizing the logo image 180*/
    .navbar-brand img{
        max-width: 220px;
        padding-top: 5px;
    }
 


    /* Post class - from the previous website */

/* .post {
    width: 95%x;
} */

.post .title {
    background: #3C74E6 url(images/img06.png) repeat-x;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-size: 1.5em;
    padding-bottom: 24px;
	/* text-transform: uppercase; */
	color: #FFFFFF;
}


.post .title span {
	display: block;
	height: 28px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
}

/* 
.post .date .month {
}

.post .date .day {
}

.post .date .year {
} */

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

/* background: url is the transparent "fade down" */
/* to remove the fade down, switch to img07-trans.png */
.post .story {
    border-top: 1px solid #FFFFFF;
	background: url(/images/img07.png) repeat-x;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.post .article {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/* Really small devices */
/* the Nav-Sandwich breaks below the logo */
@media (max-width: 355px) {
/* try and keep the nav-sandwich and logo on the same line */
  .elso_nav_img {
    margin-left: -25px;
  }
  .elso_nav_sandwich {
    margin-left: -35px;  
  }
}

/* Really small devices */
/* shorten title text */
@media (max-width: 380px) {
.elso_finished_title {
  margin-top: -1rem;
}
  .elso_normal_title {
    display: none;
  }
}

/* Otherwise show standard title text */
@media (min-width: 381px) { 
    .elso_tiny_title {
        display: none;
      }   
    }


/*  Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    /* resizing the logo image 200*/
    .navbar-brand img{
        max-width: 270px;
         }
         .post .article {
            padding-right: 20px;
            padding-left: 20px;
    }
    
}


/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    /* resizing the logo image */
    .navbar-brand img {
         max-width: 330px;  
        }
        .post .article {
            padding-right: 20px;
            padding-left: 20px;
        }
    }

/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 
 }

/*  Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

 }

/* MEDIA QUERY ENDS */



html {
    height: 100%;
}

body {
    /* margin: 0 */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */

    /* the above 3 lines are to keep the gradient from repeating */

    /* background-image: linear-gradient(to bottom right, #cde74e,#ecf5bc); */
    background-color: white;
    /* background-color: rgba(236, 245, 188, 0.337); */
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h1 {   
  font-family: 'Roboto', sans-serif;
    /* font-family: 'Amiri', serif; */
    /* font-family: 'Roboto', sans-serif; */
    /* font-family: 'Yusei Magic', sans-serif; */
}

/* Lighter text that follows the main text */
.elso-sub-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: rgb(68, 67, 67);

}

.jumbotron {
    background-color: rgba(250, 235, 215, 0);
}

/* .elsotitle {

} */

.drop-shadow {
    /*  X, Y, blur, color */
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.084);
}

/* lead is a bootstrap class that we are adding to */
.lead {
    font-size: 2.2rem;
}

.btn-outline-dark {
 color: black;
}


.btn-outline-dark:hover {
    background-color: rgb(237, 162, 32);
   
    /* border-color: white; */
 }


 /* btn-primary is a bootstrap class we want to customize  */

 .btn-primary:hover {
     background-color: rgb(66, 131, 2);
 }

 /* based on a bootstrap button that we then modify */
 .elso-download-btn {
     background-color: rgb(205, 231, 78);
     color: black;
    border-radius: 12px;
    border-style: solid;
    border-width: 4px;
    border-color: rgb(194, 219, 70);
 }

 .elso-download-btn:hover {
    background-color: rgb(237, 162, 32);
    /* background-color: rgb(141, 158, 54); */
    border-color: rgb(120, 136, 43);
    color: black;
 }

 video {
    max-width: 100%;
    height: auto;
  }
  
  video .elso-portrait-video {
    max-height: 100%;
    width: auto;
    color: darkorange;
  }

 /* remove the bullets from an unordered list */
 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }



.elsofooter {
  font-size: 85%;
  color: rgb(102, 101, 101);
  background-color: rgba(126, 126, 126, 0.50);
  height: fit-content;
  border-style: solid none none none;
  border-top-color: rgb(175, 174, 174);
  border-width: 1.5px;
  padding-top: 1.7%;
  padding-bottom: 1.7%;
  text-align: center;
}

/* Boxed Style - from previous website */

/* .boxed {
} */

.boxed .title {
	background: #3C74E6 url(images/img06.png) repeat-x;
}

.boxed .title h2 {
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	border-top: 1px solid #FFFFFF;
	background: url(/images/img07.png) repeat-x;
	padding: 20px;
}

.elso-bold {
    font-weight: 700;
    color: black;
}

.elso-normal {
    font-weight: 400;
    color: black;
}

.elso-darkgrey {
  color: rgb(60, 60, 60);
}

.elso-lite {
    font-weight: 300;
    /* color: rgb(75, 75, 75): */
    color: rgb(92, 92, 92);
}

.elso-image {
    float: left;   
}

/* For Collapsing and Expanding text blocks*/
#module {
    font-size: .9rem;
    line-height: 1.5;
  }
  
/* BLOCK 1 needs a unique ID */
#module #collapseBlock1.collapse:not(.show) {
    display: block;
    height: 3rem;
    overflow: hidden;
  }
  
#module #collapseBlock1.collapsing {
    height: 3rem;
  }
  
/* BLOCK 2 needs a unique ID */
#module #collapseBlock2.collapse:not(.show) {
    display: block;
    height: 3rem;
    overflow: hidden;
  }
  
#module #collapseBlock2.collapsing {
    height: 3rem;
  }

/* BLOCK 3 needs a unique ID */
#module #collapseBlock3.collapse:not(.show) {
    display: block;
    height: 3rem;
    overflow: hidden;
  }
  
#module #collapseBlock3.collapsing {
    height: 3rem;
  }


/* BLOCK 4 needs a unique ID */
#module #collapseBlock4.collapse:not(.show) {
  display: block;
  height: 3rem;
  overflow: hidden;
}

#module #collapseBlock4.collapsing {
  height: 3rem;
}

/* VERSION BLOCK needs a unique ID */
#module #collapseVersion.collapse:not(.show) {
        display: block;
        height: 3rem;
        overflow: hidden;
      }
      
#module #collapseVersion.collapsing {
        height: 3rem;
      }

     
/* Not ID specific */
  #module a.collapsed::after {
    text-decoration: none;
    color: gray;
    content: '+ Show More';
  }
  /* remove the link's underline */
  #module a.collapsed:hover {
    text-decoration: none;
  }

  #module a:not(.collapsed)::after {
    text-decoration: none;
    color: gray;
    content: '- Show Less';
  }
  /* remove the link's underline */
  #module a:hover {
    text-decoration: none;
  }