@import url('https://fonts.googleapis.com/css?family=Lato|Oswald:400,700');
@font-face { font-family: "calfont"; 
src: url('../HCB.ttf'); 
}
.hometabs {
    height: 100%;
    width: 300px;
    position: fixed;
    top: 0;
    right: 0;
    color: transparent;
    background: transparent;
    overflow-x: hidden;
}

.homeinfo {
    width: calc(100% - 300px);
    padding-top: 50px;
    text-align: center;
    font-size: 30px;
}

.savetohome {
    position: fixed;
    width: calc(100% - 300px);
    bottom: 0;
    left: 0;
    padding-bottom: 50px;
    text-align: center;
    font-size: 25px;
}

.howto {
    background: #353535;
    border-radius: 50px;
    position: fixed;
    width: calc(100% - 350px);
    padding-top: 30px;
    padding-bottom: 30px;
    bottom: 50px;
    left: 25px;
    text-align: center;
    font-size: 30px;
}

html {
    height: 100%;
    background-size: cover;
    background: #222222;
    background-image: url('../images/CAL_Background_Home.jpg');
}

body {
    color: white;
    font-family: 'calfont', sans-serif;
}

h1, h2 {
    font-family: 'calfont';
}

button {
    width: 100%;
    height: 16.666666%;
    border: none;
    font-size: 50px;
    color: white;
    font-family: 'calfont';
    font-weight: 700;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
