@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

/* Tablet Landscape */
@media screen and (max-width: 1060px) {
    #primary { width:67%; }
    #secondary { width:30%; margin-left:3%;}  
}

/* Tabled Portrait */
@media screen and (max-width: 768px) {
    #primary { width:100%; }
    #secondary { width:100%; margin:0; border:none; }
}

@media (min-width: 640px) { body {font-size:1rem;} }
@media (min-width:960px) { body {font-size:1.2rem;} }
@media (min-width:1100px) { body {font-size:1.5rem;} }

html, body {
    height: 100% !important;
    width: 100%;
    font-family: "Roboto";
}

.container {
    text-align: center;
}

a {
    color: red;
    text-decoration: none;
}

a:hover {
    color: #000000;
}

img.logo {
    max-height: 60px;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.titlebar {
    text-align: right;
    font-family: 'Roboto', cursive;
    font-size: 2.2rem;
    font-weight: bold;
    color: #000000;
    text-shadow: 1px 1px red;
}

.underline {
    border-bottom: 1px solid  #000000;
}

.grid-container {
    margin: 5px auto;
}

.template-wrapper {
    height: 100%;
    padding: 10px;
}

.grid-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}

.body-text {
    font-size: 1.1rem;
}

.example-text {
    font-size: 1.1rem;
    font-style: italic;
    text-align: center;
    padding-left: 12%;
    padding-right: 12%;
}

.name {
	text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
	padding: 10px;
	background: #eee;
    box-shadow: 1px 1px 3px #888;
}
