/*========================================
Default values are with a mobile-first perspective
======================================

Project: responsive mobile-first navigation bar;
Author: Brandon Dail;
Copyright: MIT;
Max-usefullness: minimal;

*/


/*           Wrapper
==============================*/

#wrapper {
    /*background-image: url('../yosemite.jpg');
background-size: cover;*/
    background: tomato;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}
/*classes used to push the wrapper down when the navbar is expanded
*/

.open_wrapper {
    top: 200px !important;
}
.closed_wrapper {
    top: 0px !important;
}
/*      Navigation Bar
==============================*/

#m_nav_container {
    width: 100%;
    height: 200px;
    background-color: #fff;
    position: fixed;
    display: none;
    /*	opacity: 0;*/
    top: 0px;
}
#m_nav_bar {
    width: 80%;
    margin: auto;
}
#m_nav_list {
	list-style: none;
    padding: 0;
    margin: 1.5em 0 0 0;
}
.m_nav_item {
    margin-top: 15px;
}
.m_nav_item a {
    text-decoration: none;
    color: #333;
    font-size: 1em;
    -webkit-transition-duration: 0.5s;
}
.m_nav_item a:hover {
    color: #ff9800;
}
/*classes for jQuery function*/

.container_open {
    position: fixed !important;
    display: block;
    height: 120px;
}
/*  Navigation Hamburger Icon
==============================*/

/*icon container*/

#m_nav_menu {
    position: fixed;
    top: 30px;
    right: 221px;
    z-index: 11;
    cursor: pointer;
    padding: .5em;
    background: rgba(130, 130, 130, 0.46);
}
/*class applied to create the lines*/

.m_nav_ham {
    width: 35px;
    height: 5px;
    background: #fff;
    margin: 5px auto;
}
.m_nav_ham_1_open {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 15px;
}
.m_nav_ham_2_open {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -10px;
}
.m_nav_ham_3_open {
    opacity: 0;
}
/*classes used to change the button's format based on jquery toggle
In future releases this will be used to animate the m_nav_ham divs to form 
an X*/

.button_open {
    background: #fff;
    /*	-webkit-transform: rotate(45deg);*/
}
.button_closed {}
/*      Header
==============================*/

#header {
    width: 100%;
    height: 700px;
    /*background-image: url('../yosemite.jpg');
	background-size: cover;*/
    /*	background: #4787ff*/
    float: left;
    text-align: center;
    margin-top: 0px;
}
/*#header*/

/*      Sections
==============================*/

.main_sections {
    width: 100%;
    height: 1100px;
    text-align: center;
    margin-top: 0px;
    float: left;
}
/*      Section 1
==============================*/

#section_1 {
    background-color: #df32df;
}
/*      Section 2
==============================*/

#section_2 {
    background-color: #47e3ff;
}
/*      Section 3
==============================*/

#section_3 {
    background-color: #47ffbf;
}
#section_3 p, #section_3 h1 {
    color: #333 !important;
}
/*      Section 4
==============================*/

#section_4 {
    background-color: #6347ff;
}
/*      Section 5
==============================*/

#section_5 {
    background-color: #ffbf47;
}
/*      Media Queries
==============================*/

/*Media query for all non-mobile devices*/

@media screen and (min-width: 780px) {
    /*Nav bar media queries!*/
    #m_nav_container {
        text-align: left;
        height: 120px !important;
    }
    .m_nav_item {
        display: inline;
        line-height: 100px;
        margin-right: 50px;
    }
    .m_nav_item a {
        margin-top: 10px;
        font-size: 1.2em;
    }
    #m_nav_item_1 {
        margin-left: 5px;
    }
    /*wrapper media queries*/
    .open_wrapper {
        top: 130px !important;
    }
}
/*Media query for larger, non-mobile devices*/

@media screen and (min-width: 1150px) {
    #m_nav_container {
         text-align: center;
		height: 125px !important;
		box-shadow: 0 0 2px #000;
    }


	#m_nav_menu {
		top: 37px;
	}

    .m_nav_item {
        display: inline;
        line-height: 70px;
        margin-right: 80px;
        padding-bottom: 10px
    }
    .m_nav_item a {
        margin-top: 10px;
		font-size: 1.2em;
		font-weight: 600;
    }
    /*#toggle_m_nav{
	display: none;
}*/
}
/*
Media query for mid-size non-mobile devices*/

/*.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}*/

.item-holder{

    padding: 20px;
}



.item .item-icon{

    z-index: 9;
    padding: 5px;
    background: rgba(0, 0, 0, 0.8); 
    position: absolute;
    width: 100%;
    vertical-align: middle;
}
.item .item-icon .item-icon-text{
    color: #F7E612;
    width: 78%;
    float: left;
    word-wrap: break-word;
    text-indent: 5px;
    line-height: 30px;
}

.item .item-icon .item-icon-info{
    color: darkcyan;
    width: 10%;
    float: left;
    text-align: left;
}

.item .item-icon .item-icon-ext{
    color: darkcyan;
    width: 10%;
    float: right;
    text-align: left;
    margin-right: 5px;
}

.item .item-icon .item-icon-ext a{
    color: red;
    text-align: left;
}

.card {
  background: #fff;
  border-radius: 2px;
  /*display: inline-block;*/
  position: relative;
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.w3_tab_img_left{

    height: 275px;
   /*-webkit-background-size: cover; 
    -moz-background-size: cover;    
    -o-background-size: cover;    
    background-size: cover;*/
    /*background-color:rgba(0,0,0,0.6);*/
    color:#fff; font-family:arial;
    transition:all 0.2s ease-in-out;
    position:relative;
    overflow:hidden;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
   
}

.overlay .span{

    position:absolute;
    margin:0;
    padding:15px;
    box-sizing:border-box;
    height:100%;
    top:100%;
    left:0;
    right:0;
    background-color:rgba(0,0,0,0.8);
    color:#fff; font-family:arial;
    transition:all 0.2s ease-in-out;
}

.overlay .span a{

    width:100%;
    clear: right;
}


.item a { transition:all 0.2s ease-in-out; }

.item:hover .span { top:0; }

.overlay .span { font:0.9em/251px arial; text-shadow:0 1px 1px #000; text-align:center; z-index:2; }
