/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-Mar-2020, 19:45:09
    Author     : stijn
*/

@media only screen and (min-width: 991px) {
.logo{
	background:  url(https://scoutssintlucas.be/assets/images/logos/logo.png)
        no-repeat;
        margin-top: -10px;
		min-height: 150px;
        width: auto;
        margin-left: 44%;
        background-size: contain;
	}
}
@media screen and (max-width: 1200px) and (min-width: 550px) {
    
}
@media screen and (max-width: 550px) {

}
h1 {
 align-content: center;
 color: white;
 margin-bottom: 20px;
}

.navlogo {
	display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.container{
background-color: #323338;
padding: 20px 20px; 
border-radius: 2px;
}

body {
            background-color: #eeeeee;
            background: url(https://scoutssintlucas.be/assets/images/patterns/iconsblue.jpg);
            font-family: 'Acme', sans-serif;
        }
        

        .gedf-wrapper {
            margin-top: 0.97rem;
        }

        @media (min-width: 992px) {
            .gedf-main {
                padding-left: 4rem;
                padding-right: 4rem;
            }
            .gedf-card {
                margin-bottom: 2.77rem;
            }
        }

        /**Reset Bootstrap*/
        .dropdown-toggle::after {
            content: none;
            display: none;
        }

.special-title{
    font-family: 'Permanent Marker', cursive;
}

nav {
	font-family: 'Roboto', sans-serif;
}


.card-inline{
    margin-left: 10px;
}

.card-text{
    color: black;
}

.btn-custom{
    margin-left:0px;
}

.rounded_box{
    border-radius: 20px;
}

.col-customa{
    margin-right: 0px;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 0px;
}

.col-custom{
    margin-right: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.submessage{
    border-radius: 20px;
    background-color: #42c5f5;
    margin-bottom: 5px;
    margin-top: 5px;
}

.contentphoto{
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0px;
}

.no-padding-top{
    padding-top: 2px;
}

.info-screen{
    color:white;
}

.center{
    text-align: center;
}

.info-screen hr{
    color:white;
}

.linksocial{
    color: #007bff;
}

@media (min-width: 992px) {
        .Grid-item{
        width: 18%;
        margin-top: 2%;
        line-height: 200px;
        border-radius: 10px;
        }
        }
        @media (min-width: 600px) {
          .Grid-item{
            width: 48%;
            margin-top: 2%;
            line-height: 200px;
            border-radius: 10px;
          }
        }
        
        @media (max-width: 600px) {
          .Grid-item{
            width: 100%;
            margin-top: 2%;
            line-height: 200px;
            border-radius: 10px;
          }
        }


.yellow{
    background-color: #ffc107;
}

.green{
    background-color:#28a745;
}

.orange{
    background-color:#fd7e14;
}

.blue{
    background-color:#007bff;
}

.red{
    background-color:#dc3545;
}

.btncus{
    width:100%;
    line-height: 200px;
    font-size: 30px;
}