/*
Theme Name: SA Twenty Eleven Child
Theme URL: https://sa.wdev.rochester.edu/wpdev/
Description: SA Twenty Eleven Child Theme
Author: May Shin Lyan
Author URL: https://sa.wdev.rochester.edu/wpdev/
Template: twentyeleven
Version: 1.0.0
Text Domain: twentyeleven-child
*/

/**** structure ****/

#main,
#content {
    padding: 0;
    margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Raleway', sans-serif;
}

p,
div {
    /*    font-family: 'Lusitana', serif;*/
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
}

h4 {
    line-height: 1.44444em;
    font-weight: 800;
}

h5 {
    line-height: 1.28571em;
    font-weight: 400;
}




body {
    padding: 0;
}

#site-title {
    padding: 1em 0 1em 0;
}

#page {
    margin: 0;
    max-width: none;
}

.one-column #page {
    max-width: none;
}

section {
    padding: 5em;
    border-bottom: 1px solid lightgrey;
}

.center-title {
    margin-bottom: 1em !important;
    text-align: center;
}

#branding {
    padding-bottom: 0;
}

.row {
    margin-top: 1em !important;
}



.flex-container {
    display: -webkit-inline-box;
    flex-direction: row;
    flex-wrap: wrap;
}


.docPage-flex-container {
    display: -webkit-inline-box;
    flex-direction: row;
    flex-wrap: wrap;
}

/* original
.flex-container > div {
    /*         background-color: #f1f1f1;*//*
    width: 300px;
    margin: 30px;
    text-align: left;
}
*/

.flex-container > div {
    /*         background-color: #f1f1f1;*/
    margin: 30px;
    text-align: left;
}

.gradient {
    background: #00B4DB;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(right, #0083B0, #00B4DB);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0083B0, #00B4DB);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/***** nav *****/

.container2 {
    margin: 0 0em 0 1em;
    width: 100%;
    padding: 0;
    display: flex;
}

#menu-primary {
    margin-left: auto;
}

.dropdown-toggle::after {
    content: none;
}

.navbar-brand img {
    padding: 0 0 0 0;
	margin-top: 15px;
	height 50%;

}

.navbar {
    font-size: 16pt;
    border-bottom: 1px solid lightgrey;
    height: 3em;
    margin-bottom: 0;
	margin-top: -10px;

}

.navbar-nav {
    float: right;
}

.navbar li {
    margin-left: 1em;
	margin-bottom: 15px;
}

.navbar li a {
	color: #36454F !important;
	font-size: 0.75em;
}

.navbar ul ul {
    display: none;
    float: left;
    margin: 0;
    position: relative;
    left: 0;
    width: 188px;
    z-index: 99999;
}

.navbar ul ul a {
    color: #444444 !important;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    line-height: 1.4em;
    padding: 5px 5px;
    width: 90%;
	border-radius: 2px;
	margin-top: 5px;
}

.navbar ul li:hover {
    background: #f9f9f9;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background-color: #337ab785 !important;
}

.navbar li:hover > a,
.navbar a:focus {
    color: #373737;
}

.navbar ul li:hover > ul {
    display: block;
}

.navbar-brand{
	margin-bottom: 1em;
	height: 100px !important;
}

@media only screen and (max-width: 800px) {
.navbar-toggler{
	position: absolute;
    top: 15px;
    right: 15px;
}
	
	.navbar {
		margin-top: 5px;
	}
	
.navbar-brand img{
	position: absolute;
    top: 0px;
    left: 15px;
}
	.navbar-brand{
	position: absolute;
    top: -15px;
    left: 15px;
}
	
	#menu-redesign-main-menu{
		margin-top: 40px;
	}
	
}
.ripple-container {
    display: none;
}

/*header*/

/* Container needed to position the button. Adjust the width as needed */

.container {
    padding: 0em;
}


/* Make the image responsive */

.landing-img {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 56vh;
}

.position-image {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    /*overflow: hidden !important;*/
}

.image-footer {
    position: relative;
    top: -70px;
    left: 10px;
    color: white !important;
}

.page-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 64px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    line-height: 1.25em;
    color: #fff;
    z-index: 1000;
    text-align: center;

}

.description {
	width: 300px;
	max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
    -moz-transition: max-height 0.25s ease-out;
    -webkit-transition: max-height 0.25s ease-out;
    -o-transition: height max-height 0.25s ease-out;
    /*     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.5)))*/
    /*
    transition: height 0.5s ease-out, opacity 1s ease-out;
    -moz-transition: height 0.5s ease-out, opacity 1s ease-out;
    -webkit-transition: height 0.5s ease-out, opacity 1s ease-out;
    -o-transition: height 0.5s ease-out, opacity 1s ease-out;
*/
}

/* Style the button and place it in the middle of the container/image */

.container-header .btn-students {
    position: absolute;
    left: 35%;
    transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    background: grey;
    width: 150px;
    font-size: 20px;
}

.container-header .btn-clubs {
    position: absolute;
    top: 60%;
    right: 35%;
    transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    width: 150px;
    font-size: 20px;
}




/***** get-involved *****/

#get-involved {
    padding: 6em 15em;
    /*    background-color: lighg;*/
}

.bubble {
    position: relative;
    display: inline-block;
}

.bubbleText {
    visibility: hidden;
    width: 50%;
    background-color: white;
    color: black;
    text-align: left;
    border-radius: 6px;
    padding: 2em;

    /* Position the tooltip */
    position: absolute;
/*    top: 5em;*/
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px !important;
}

.centered-modal.in {
    display: flex !important;
}

.centered-modal .modal-dialog {
    margin: auto;
}


/***** contact us *****/

#contact-us {
    display: inline-block;
    margin: 0 auto;
    align-content: center;
}

/**** footer *****/

.entry-meta {
    display: none !important;
}

footer {
    padding: 5em 0;
    border-top: 1px solid lightgrey;
    vertical-align: middle;
    background-color: royalblue;
    color: white;
    font-size: inherit;
}


footer ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;

}

footer ul li {
    display: inline-block;
}

footer ul li a {
    color: inherit;
    padding: 0 15px;
    font-weight: 500;
    font-size: inherit;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
    display: block;
    vertical-align: middle;
}

/**** General Styling  *****/

a:hover {
    text-decoration: none !important;
}

.link {
    color: #00B4DB;
}

.link:hover {
    color: #0083B0;
}

.position-name {
    color: black;
	text-transform: capitalize;
}

.position-name:hover {
    color: darkgray;
	text-decoration: underline;
}

.navbar-nav {
	background-color: #fff;
}

.flex-container {
    display: -webkit-inline-box;
    flex-direction: row;
    flex-wrap: wrap;
}