html {
    height: 100%;
}

body{
    height: 100%;
    font-family: 'Ubuntu', sans-serif;

}
ul {
    list-style-type: none;
    margin: 0;
    padding: 2%;
}

li {
    display: inline;
    float: right;
    padding-right: 1%;
    padding-left: 1%;
    vertical-align: middle;
    padding-top: 0;
}

.mainpage{
    display: table;
    background-image:url("../img/mainpagebackground.jpg");
    height: 100%;
    width: 100%;
    background-size:cover;
    background-repeat: no-repeat;
    
}

.main-container {
    display: table-cell;
    vertical-align: middle;
}

.main-content {
    padding: 10%;
    text-align: center;
}

.main-content h1{

    display: block;
    font-size: 2.0em;
    text-align: center;
    height: auto;
    margin-bottom: 5%;
    font-family: 'Montserrat', sans-serif; 
}

.main-content h3 {
    font-size: 3em;
}
.mpbtn {
  width: 20em;
    height: 5em;
    background-color: transparent;
    border: 1px solid #fff;
    margin-top: 40px;
    padding: 0% 2% 0.5% 2%; 
    
    -webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
    border: 1px solid #fff;
    
}
/*
.mainpage h1{
    font-size: 2.0em;
    text-align: center;
    height: 50%;
}
*/

/****************
COLOR
****************/

body a{
    color: #960018;
    font-size: 4.0em;
       -webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}

body a:hover {
    text-decoration: none;

}

#note {
    margin-bottom: 0px;
}

.nav-bar a{
    font-size: 1.5em;
}

#navbar {
    background-color: #333;
}