@charset "UTF-8";
/* CSS Document */
body {
    background-color: #abcdef;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
.size1500 {
    max-width: 1500px;
    background-color: #DEEBF8;
	}
	
a:link{
    text-color: #ffffff;
    color: #011334;
}
a:hover{
    color: #FFFFFF;	
}	
h1{font-size: 50px}
h2{font-size: 40px}
h3{font-size: 20px}
h4{
    font-size: 15px;
    color: #FFFFFF;
}
p {
    font-size: 20px;
}
.cookie-container{
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background-color: rgba(83,95,111,0.82);
    color: #F5F6FA;
    padding-top: 27px;
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 0;
    box-shadow: 0 -2 16 rgba(47,54,64,0.280);
    transition: 400ms;
    -webkit-box-shadow: 0 -2 16 rgba(47,54,64,0.280);
}
.cookie-container.active{
	bottom: 0;
}
.cookie-container a {
	
	color: #f5f6fa;
}
.cookie-btn{
    background: #E84118;
    border: 0;
    color: #f5f6fa;
    padding-top: 12px;
    padding-right: 48px;
    padding-left: 48px;
    padding-bottom: 12px;
    font-size: 18px;
    margin-bottom: 16px;
    border-radius: 8px;
    cursor: pointer;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.dkgrey {
    background-color: #343434;
}


.gallery{
    align-content: center;
    margin: 20px 20px;
}

.gallery img{
	width: 200px;
	padding: 5px;
	filter: grayscale(30%);
	transition: 1s;	
}

.gallery img:hover{
	filter: grayscale(0);
	transform: scale(1.1);
}


.grey {
    background-color: #5F697C;
}
.light-grey {
    background-color: #AFAFAF;
    border-radius: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.light-blue {
    background-color: #6291F5;
    border-radius: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.row .col-sm-4 .img-fluid {
}

.borderblack3 {
    border: 3px solid #000000;
    border-radius: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 9px 11px #000000;
    box-shadow: 0px 9px 11px #000000;
}
.footer-box {
    background-color: #040003;
    background-image: url(../images/footer.jpg);
    background-size: cover;
    color: #FEFEFE;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
}

footer-nav {
    width: 1344px;
	 text-align: left;
    display: inline-block;
	
}

.margin-top {
    margin-top: 30px;
    margin-bottom: 30px;
}

.menu {
    margin-top: 69px;
}
.nav-linkcolor {
    color: #ABCDEF;
}
.center-pic {
    margin-left: 29px;
}
spacer {
    background-color: #FF0004;
}
.image-321 {
    width: 31%;
    height: auto;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
    float: left;
    display: block;
    padding-top: 10px;
}
hr {
    border: thin solid #0007FF;
}
.cookie {
    height: 38px;
}
 /* HUGE tablet version*/
@media (max-width:992px){
	
			.gallery img{
    width: 130px;
    padding: 5px;
    filter: grayscale(30%);
    transition: 1s;
    left: 34px;
    right: 2px;
    position: relative;
}
	
	
h1{font-size: 30px;
		}
	p{font-size: 20px;}	
.carousel-inner .carousel-item.active .carousel-caption {
}
}



 /*tablet version*/
@media (max-width:768px){
	
h1{font-size: 25px;	}
	p{font-size: 18px;}	
.image-321 {
	width: 48%;
    height: auto;}
.menu {
	margin-top: 30px;}
.col-md-6 {
    width: 48%;
    margin-top: 1%;
}
		.gallery img{
    width: 130px;
    padding: 5px;
    filter: grayscale(30%);
    transition: 1s;
    left: 51px;
    right: 2px;
    position: relative;
}
	
	
	
}
	
 /*mobile version*/
@media (max-width:400px){
.row .col-sm-4 .img-fluid {
}
.row .col-sm-4 .img-fluid {
}
	
	
	.gallery img{
	width: 120px;
	padding: 5px;
	filter: grayscale(30%);
	transition: 1s;	
}
	
	
	h1{ font-size: 20px; }
	p{font-size: 15px;}	
.menu { 
	margin-top: 20px;}
	
	.image-321 {
    width: 98%;
    height: auto;}
	
	
}
