.welcome {
    padding-left: 20px;
}

.space {
    padding-left: 20px;
}
.constitution {
    padding-left: 30px;
}
.p{
    margin-bottom: 20px;

}

body {
    background: #bdbdbd;
    color:#162252;
    font-family: Verdana;

}

header {
    height: 150px;
    padding-top: 20px;

    background-position: left;
    background-repeat: no-repeat;
    background-color:#f1f3f4;
}

.logo {
padding: 16px;
padding-left: 40px;
}

.header {
margin: 0px;
padding: 25px;
text-align: center;
font-size: 70px;
color: #162252;
}

h1 {
    padding-top: 45px;
    padding-left: 220px;
    font-size: 3em;
}



h2 {
    text-align: center;
    padding: 20px;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    min-width: 900px;
    max-width: 1280px;
    width: 80%;
    background-color:#162252;
}

dt {
    font-weight: bold;
}

footer {
    cursor: pointer;
 background-color:#f1f3f4;
text-align: center;
font-size: 12px;
    padding: 30px;
    color:#162252;
    height: 100px;
 }

.details {
    padding-right: 20%;
    padding-left: 20%;
    overflow: auto;
}
img {
    padding-left: 10px;
    padding-right: 10px;
	float: left;
}
main {
  
    padding: 20px;
    padding-top: 10px;
    margin-left: 200px;
    padding-top: 0;
    background-color: white;
    padding-bottom: 20px;
}
* {
    box-sizing: border-box;
}
.floatleft {
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}

#books {
    background-image: url("../images/Netherlands-3b.jpg");
    background-size: 100%;
    height: 250px;
    background-repeat: no-repeat;
}

header,
nav,
main,
footer {
    display: block;
}
#mobile {
    display: none;
}
#desktop {
    display: inline;
}

/* ------------------ grid css -------------*/

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    padding: 15px;
  }
  
  .card img {
    border-radius: 5px 5px 0 0;
    width: 100%;
  }
  
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
    background: #f1f3f4;
  }
  
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }
  
  .container {
    padding: 15px;
    text-align: center;
  }
  
  h4 {
    padding-left:20px;
    text-align: center;
  }
  

/* ------------------ END grid css -------------*/

/*	---------------------	 Slider -------------- */


/*	---------------------	 Slider --------------*/

.banner {
	width: 100%;
	height: 350px;
	position: relative;	
}
#slider {
	width:100%;
	height: 350px;
	position: absolute;
	overflow: hidden;
}
#next {
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	width: 50px;
	height: 50px;
	background-color: #162252;
	position: absolute;
	top: 150px;
	right: 0;
	z-index:99;
	cursor: pointer;
	opacity: .8;
}
#pre {
text-align: center;
line-height: 50px;
color: #ffffff;
width: 50px;
height: 50px;
background-color: #162252;
position: absolute;
top:150px;
left: 0;
z-index:99;
cursor: pointer;
opacity: .8;
}
.banner: hover #next {
	opacity: 1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;}
.banner: hover #pre {
	opacity:1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
-	-ms-transition: all .5s ease-out;}
}

    /* Nav */

    nav ul ul{
        position: absolute;
        padding:0;
        opacity:.9;
        z-index:999;}

    nav ul li a  {display: block;}
    
    nav ul li:hover ul  {display: block;}
    
    nav ul li ul li {display: block;

    }
    
    nav ul li ul {
        min-width: 100%;
        opacity: 0.9;
        display: none;
        position: absolute;
       
    }
    
    nav ul {
        background-color: #bdbdbd;
        color: #162252;
        list-style: none;
        
    }

    nav ul li {
        color: blue;
            }
            nav ul li {
                display: inline-block;
                position: relative;
                float: left;
                padding: 8px;
                text-decoration: underline;
            }

            nav ul li ul {
                position: relative;
                float: left;
                padding: 8px;
                text-decoration: underline;
            }
            
        nav {
            border-radius: 5px;
            margin: 0 auto;
            text-align: left;
            font-size: 1.25em;
            padding-top: 50px;
            float: left;
            width: 150px;
           padding-top: 0px;
           letter-spacing: normal;
           padding-right: 5px;
        }
       
        nav a:link {
            color: white;
            text-decoration: none;
        }
        nav a:visited {
            color: white;
        }
        nav a:hover {
            background-color: #162252;
        }
    /* End nav */

    /*	---------------------	 Image Slider --------------*/

#curtain {
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position: fixed;
    background-color: rgba(0,0,0,0.4);}
    
    #light {
        max-width: 80%
        max-height: 80%
        top:0;
        left:0;
        right:0;
        bottom:0;
        position: absolute;
        margin: auto;
    }
    
    #close {
        height: 50px;
        width:50px;
        top:0;
        right:0;
        position: absolute;
        z-index:990;
    }

    /*  This is the lightbox */
    body {
        font-family: Verdana, sans-serif;
        margin: 0;
      }
      
      * {
        box-sizing: border-box;
      }
      
      .row > .column {
        padding: 0 8px;
      }
      
      .row:after {
        content: "";
        display: table;
        clear: both;
      }
      
      .column {
        float: left;
        width: 50%;
      }

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #162252;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer
  }
  
  /* Next & previous buttons */
  .prev {  
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    background-color: #162252;
    position: absolute;
    top: 300px;
    left: 0;
    z-index:99;
    cursor: pointer;
    opacity: .8;
    
}
  .next {
    text-align: center;
	line-height: 50px;
	color:white;
	width: 50px;
	height: 50px;
  background-color: #162252;
	position: absolute;
	top: 300px;
	right: 0;
	z-index:99;
	cursor: pointer;
    opacity: .8;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  img {
    margin-bottom: 8px;
  }
  
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
  }


   /*------- media queries -------*/

@media only screen and (max-width: 1024px) {
    body {
        margin: 0;
       
    }
    #wrapper {
        width: auto;
        min-width: 0;
        margin: 0;
        padding: 0;
        box-shadow: none;
    }
    header {
       display: none;
    }
    h1 {
        margin-top: 0;
        margin-bottom: 1em;
        padding-top: 1em;
        padding-bottom: 1em;
        font-size: 2.5em;
    }

    .logo {
       
        display: none;
    }
	nav {
        float: none;
        width: auto;
        padding-top: 0;
        margin: 10px;
        font-size: 1.3em;
    }

    nav li {
        display: inline-block;
    }
    nav a {
        padding: 1em;
        width: 8em;
        font-weight: bold;
        border-style: none;
    }
    nav ul {
        padding: 0;
        margin: 0;
    }
    
    main {
        padding: 0;
        margin: 0;
        font-size: 90%;
    }
}

@media only screen and (max-width: 768px) {
    
    body {
        margin: 0;
       
    }
    header {
  display: none;

    }
    h1 {
        font-size: 2em;
        text-align: center;
        padding-left: 0;
    }
    nav {
        margin: 0;
    }
    
    .logo {
       
        display: none;
    }
    nav a {
        display: block;
        padding: 0.2em;
        width: auto;
        border-bottom: 1px;
        border-bottom: white;
    }
    nav li {
        display: block;
    }
    main {
        padding-top: 1px;
    }
    h2 {
        padding-top: 0.5em;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0.5em;
    }
    .details {
        padding-left: 0;
        padding-right: 0;
    }
    
    .floatleft {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
   
}


table{
	width: 90%;
	border-spacing: 0;
	background-color: white;
}
table td{
	padding: 10px;
}
table th{
	padding: 10px;
}
tr:nth-of-type(odd){
	background-color: white;
}

form {
padding: 2em;
}

label {
float: left;
display: block;
width: 8em;
text-align: right;
padding-right: 1em;
}

input, textarea {
margin-bottom: 1em;
display: block;
}

#mysubmit {margin-left: 9.5em; }

{ display: block;
margin-top: 1em; }