/*
Coder Initials:
Date: 
Site: 
App: 
File: site-styles.html 

Todo: 

Notes:

*/

/* https://mycolor.space/gradient?ori=to+top&hex=%23CCEAEE&hex2=%230070BE&sub=1 */
html{
    background-color: antiquewhite;
    background-image: linear-gradient(to top, #cceaee, #96cedf, #62b0d5, #3091cb, #0070be);
}

body{
    max-width: 1000px;
    box-shadow: 2px 2px 5px black;
}

/* https://dev.to/nehalahmadkhan/how-to-make-footer-stick-to-bottom-of-web-page-3i14 */
div#fullContent{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

img#mastheadIcon{
    width: 70px;
    height: auto;
    margin-right: 20px;
}

p#loadingPara{
    letter-spacing: 8px;
    text-transform: lowercase;
}

img#introFigImg{
    width: 400px;
    height: auto;
}

div#jumbotron{
    background-color: #0272BF !important;
}

div#introInfo{
    border: 1px solid lightgray;
    border-radius: 20px;
    padding: 20px !important;
}

.clearIt{
    clear: both;
}

div#primaryContent{
    background-color: inherit;
    max-width: 1000px;
}

button#aboutBtn:hover{
    background: #0272BF !important;
}

div#row3 button{
    width: 150px;
}

.bg-lightBlue{
    background-color: #52A6D2;
}

a{
    color: brown;
    font-weight: bold;
    text-decoration: none;
}

code{
    color: green;
    font-weight: bold;
    font-size: 1.05em;
}

footer{
    margin-top: auto;
}

h5{
    font-family: "Prosto One", serif;;
}

.row{
    width: 95%;
}

.active{
    font-weight: bold;
}

/* --- google fonts --- */
.bangers-regular {
    font-family: "Bangers", serif;
    font-weight: 400;
    font-style: normal;
}

.prosto-one-regular {
    font-family: "Prosto One", serif;
    font-weight: 400;
    font-style: normal;
}
  
  