/*------- Media Queries -------*/

@media (max-width: 980px) {
    #funding {
        font-size: 60%;
    }
    .cover-heading h1 {
       font-size: 30px;
    }
    .cover > .credit {
        height: 5vh;
    }
}

@media (min-width: 980px) {
	section {
		padding: 20px;
    }
    #funding {
        font-size: 75%;
    }
    .cover-heading h1 {
       font-size: 60px;
    }
   .cover > .credit {
        height: 10vh;
    }
}

/* Startup Website */

html, body, .cover {
	height: 100vh;
	font-size: 16px;
}

section > h2{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 50px 0 25px 0;
}

section > h2 + p {
	text-align: center;
	margin-top: -50px;
}

footer {
    border-top: #555 solid 1px;
    color: #333;
	background-color: #e7e7e7;
    position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
}

committee > table {
	margin: 0px 20px 20px 20px;
    width: auto !important;
}

section {
	margin-bottom: 50px;
    min-height: 33vh;
}

sup {
    line-height: 0;
    font-size: 0.83em;
}

/* ----------------------------- NAVBAR --------------------------------------*/

#navbar {
    border-bottom: #555 solid 1px;
}

#navbar-brand-contra {
    display: flex;
    align-items: center;
}
#navbar-brand-contra > img{
    height: 30px;
    
}

/* ------------------------------ MAIN ---------------------------------------*/

.cover {
	background-image: url('../img/andermatt_1.jpg');
	background-size: cover;
	display: table;
	width: 100%;
	padding: 10% 10% 0% 10%;
	text-align: center;
	color: white;
}

.cover > .row {
	background-color: rgba(5, 5, 5, .5);
	text-align: justify;
}

.cover > .credit {
    text-align: right;
    display: flex;
    justify-content: end;
}

.cover > .credit > a {
    align-self: flex-end;
}

.cover-heading > div > img {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.cover-heading h1 {
    font-weight: bold;
	letter-spacing: 1px;
    margin: 10px 0 10px 0;
}
.cover-heading h2 {
    margin: 10px 0 30px 0;
}


.container-text {
    padding: 0% 10% 0% 10%;
}

#home > a {
    position: absolute;
    right: 1px;
    bottom: 1px;
    font-size: auto;
    color: blue;
    text-decoration: underline;
}


.red {
    color: #FF0000;
}

.bg-white {
    background-color: rgba(5, 5, 5, .5);
}

.speaker {
    text-align: center;
    padding: 20px;
}

.speaker > h4, .speaker > h5 {
    text-align: center;
}

.speaker > img {
    width: 100%;
    height: 100%;
    max-width: 350px;
}

.container-iframe {
    padding: 0% 10% 0% 10%;
}

#registration > div > iframe, #application > div > iframe {
    width: 100%;
    height: 725px;
    max-height: 100vh;
    color: #FFF;
}

#RegLink > a {
    font-size: 200%;
    padding: 1em;
}

#committee > div, #registration > div, #application > div {
    display: flex;
    justify-content: center;
}

#application > h3, #registration > h3 {
    color: red;
    text-align: center;
}
#registration > h4 {
    color: red;
    text-align: center;
}


#contact {
    margin-bottom: 100px;
}

#contact > div > strong > a {
    font-size: 120%;
	padding-top: 1em;
	padding-left: 1em;
}

.fa {
    padding: 10px 0;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    margin: 5px 2px;
}

.table-success {
    background-color: #c3e6cb;
}

 .table-warning {
    background-color: #ffeeba;
}

.table-danger {
    background-color: #f5c6cb;
}


/* ----------------------------- FOOTER --------------------------------------*/

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}
#funding > img {
	height: 50px;
}
#funding > span {
    display: inline-block;
}
