/*!---------- PLACE YOUR CUSTOM STYLES AND OVERRIDES HERE ----------*/
.row-conference {
    width: 100%;
}

.col-md-6-bottom {
    padding-bottom: 15px;
}

.tr-style {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    align-content: space-around;
    margin: 0 auto;
} 

.tiny-menu {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    
}

.tiny-menu-icon {
    font-size: 36px;
    
}

.laptop-container {
    width: 100%;
    display: flex;
    /*background-image: url("../2016fallsbirp1/wp-content/uploads/eventsite_laptop-graphic.png");
    background-size: 300px 250px, cover;
    background-repeat: no-repeat; */
    /*border: 1px red solid; */
    padding-bottom: 30px;
    justify-content: center;
    align-content: center;
}    

.laptop {
	
    align-items: center;
} 

h6.web-link {
    color: #222;
}

h6.web-link:hover {
    color: #b08400;
}

img.flyer {
    position: relative;
    max-width: 100%;
}