body, html {
    height: 100%;
    width: 100%;
}

h1,  h4, h5, h6 {
    font-family: 'Quicksand', sans-serif;
    font-size: 1em;
}

p {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    
}

h2 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 1.3em;

}

h3 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 3em;
    color: #333333;
}


p2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 2.4em;
}

body::-webkit-scrollbar { 
    display: none; 
}

footer {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    text-align: center;
    height: 50px;
    background-color: rgba(255, 254, 254, 0.72);
    padding: 13px;
    border: 1px solid;
    border-color: rgba(84, 85, 85, 0.21);

}

footer p {
    font-family: sans-serif;
    color: white;
    font-size: 15px;
    padding: 0px 0px 0px 0px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.date {
    text-align: center;
}

/* Navigation bar */
nav {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.2em;
}

.navlogo {
    width: 280px;
    margin-top: -15px;
    padding: -2px;
}

ul.nav a:hover { 
    color: #f25f5f !important; 
}

.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
    color: #ffffff !important;
    border-color: rgba(84, 85, 85, 0.21);
}

.navbar .navbar-nav .active>a {
    color: #393939;
    background-color: #ffffff;
    border: 1.4px solid;
    border-color: rgba(93, 93, 93, 0.65);
}

.navbar .navbar-nav .active>a:hover {
    color: antiquewhite;
    background-color: #5c6efc;        
}

.navbar .navbar-nav > li > a {
    font-size: 1.1em;
    color: #434343;
}

 /* Jumbotron */

#jumbotron {
    height: 350px;
    font-size: 30px;
    background-image: url(../image/jumbo%20image1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 85px;
    width: 100%;
}

#jumbotronabout {
    height: 350px;
    font-size: 30px;
    background-image: url(../image/jumbo%20image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 85px;
    width: 100%;
}

#jumbotron h2{
    font-family: 'Archivo Black', sans-serif;
    margin-left: 15px;
    font-size: 1.8em;
    color: rgb(255, 255, 255);
    opacity: 0.9;

}

#jumbotronabout h2{
    font-family: 'Archivo Black', sans-serif;
    margin-left: 15px;
    font-size: 2.1em;
    color: rgba(255, 47, 20, 0.89);
    opacity: 0.9;

}

#indexlogo{
    width: 180px;
    margin-bottom: 6px;
}

hr {
    height: 2px;
    width: 380px;
    border: 0;
    border-top: 2px solid #2c2c2c;
    margin-top: -6px;
    margin-bottom: 5px;
    padding: 0; 
}


.list {
    list-style: none;
    padding-left: 0px;
}

.list li {
    margin-bottom: 5px;
}

#thumbs{
    width: 280px;
    border-style: solid;
}

#card { 
    display: block;
    width: 300px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    margin: 40px;
}

#card img {
    border: 0.7px solid rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.28);
    
}

#prenews {
    margin-top: 0px;
    position: absolute;
}

.title { 
    opacity: 0;
    line-height: 100%;
    margin:0px 0px 20px 16px;
    color:white;
    font-size: 24px;
    transition: 1s ease;
}

.text {
    position: relative;
    opacity: 0;
    color: white;
    font-size: 15px;
    padding: 10px 20px;
    transition: 1s ease;
    left: 1px;
    bottom: -1px;
}

#mkicon:hover {
    opacity: 0.8;
}

/* Home Section */

.container {
    margin-top: 44px;
    margin-bottom: 180px;
}

.container .img-responsive {
   margin-bottom: 20px;
}

.btn.outline {
    background: none;
}

.btn-primary.outline {
	border: 3px solid rgb(255, 255, 255);
	color: #ffffff;
}

/* Resources Section */


/* About Section */



a:visited {text-decoration:none;}
a:linked {text-decoration: none;}
a:hover {text-decoration: none;}