﻿@import url(https://fonts.googleapis.com/css?family=Coda);

#headerRow { display: none; }
.bs-footer { display: none; }
html { height: 100%; margin: 0; padding: 0; }
body { margin: 0; padding: 0; height: 100%; background-color: #0072aa; font-family: 'Segoe UI',Calibri,Cambria,Arial,Helvetica,'Times New Roman'; font-size: 14px; }
.img-responsive { display: inline-block; }
h1, h2, h3, h4, h5, h6 { font-family: 'Coda','Segoe UI',Calibri,Cambria,Arial,Helvetica,'Times New Roman'; padding: 0; margin: 0; line-height: 100%; }
ul { list-style-type: none; margin: 0; padding: 0; }
p { margin: 0; }
a { color: #fff; }
    a:hover, a:focus { text-decoration: none; color: #ffd800; }

h2 { font-size: 1.2em; text-align: center; font-weight: bold; }


@media (min-width: 980px) {
.centered { position: fixed; top: 50%; left: 50%; /* bring your own prefixes */ transform: translate(-50%, -50%); }

}
@media (min-width: 768px) and (max-width: 979px) {

    .centered { position: fixed; top: 50%; left:50%;
    transform: translate(-50%,-50%);text-align:center;

                }
    .img-responsive { max-width:none;}
}
@media (max-width: 767px) {
    .centered { position: relative; margin-top: 10px; 
                text-align:center;
                }
}

@media (max-width: 420px) {
    .centered { position: relative; margin-top: 40%; 
                text-align:center;
                }
}    