@charset "utf-8";
/* CSS Document */

body{
    margin-left: 2%;
	margin-right: 2%;
	margin-top: auto;
	margin-bottom: auto;
    padding: 15 px;
    background-image: url(public_html/images/background.jpg);
    background-position: center;
    background-size: cover;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 18px;	
}
hr{width:95%;color:blue;size:2px;}



.submitbutt input[type="submit"]{
border:none;
outline: none;
height: 40px;
width: 150px;

background: #fb2525;

color: gray;

font-size: 100%;

border-radius: 20px;
padding: 10px;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
	height: 90%;
}

.regionimg {
	display: block;
    margin-left: auto;
    margin-right: auto;
	width:90%;
	height:90%
}
.crystalballimg {align-content: center; height: auto; width:auto}

#imgthumb{
	display: inline-block;
	margin-left: auto;
    margin-right: auto;
	width: 15%;
	padding-left: 10px;
	
}

.fixed img {
	display: inline-block;
    margin-left: auto;
    margin-right: auto;
	width:90%;
	padding-left: 10px;
	
}

div.fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    height: auto;
	background-color: lightcoral;
	
	}
	
 #bottom_space{padding-bottom: 400px;}	
 
*{
    box-sizing: border-box;
}

p{font-weight: bold;}

h4 a {text-decoration: none;}

h4 a:hover {color: red;}

/* Style the header */
header {
    background-color: indianred;
    padding: 30px;
    text-align: center;
    color: whitesmoke;
	box-shadow: 1px 1px 5px 1px gray;
	border-radius: 15px;
}


article {
    float: left;
    padding: 10px;
    width: 100%;
    background-color: #f1f1f1;
    box-shadow: 1px 1px 5px 1px gray;
	border-radius: 5px;
}


/* Clear floats after the columns */
section:after {
    content: "";
    display: table;
    clear: both;
}

/* Style the footer */
footer {
    background-color: indianred;
    padding: 10px;
    text-align: center;
    color: blanchedalmond;
}
.error {color: #FF0000;}
.text-danger {color: #FF0000;}


/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 12px 14px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: blanchedalmond;
    color: darkslategray;
}

/* Right-aligned section inside the top navigation */
.topnav-right {
  float: right;
}

/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
@media (max-width: 600px) {
    nav, article {
        width: 100%;
        height: auto;
    }
}
