/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

html, body {
    height:100%;
    margin:0;
    padding:0;
    background: #2AB9B4;
    /*color: #2AB9B4; FB5D52*/
    font-family: "oswald", "sans-serif";
}
h1{
    margin:0;
    padding:0;
    vertical-align:middle;
    display:table-cell;
    font-size: 200px;
    color:azure;
    text-shadow: 0.02em 0.02em 0 rgb(18, 32, 27), 0.03em 0.03em 3px rgb(36, 124, 95);

}
#title {
    width:100%;
    min-height:90%;
    text-align:center;
    display:table;
}



@media only screen and (min-width: 900px) {
  .container {
    width: 800px;
  }
}
@media only screen and (max-width: 900px) {
  .container {
    width: 80%;
  }