/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/***  My Code Begins  ***/


* {
	box-sizing: border-box;
}
body {
	background-color: #cccccc;
}
#wrapper{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #f2f2f2;
}
.pillar{
  background-color: #000;
  height: 100%;
}

.row::after {
	content: "";
	clear: both;
	display: table;
}

[class*="col-"] {
	float: left;
	padding: 15px;
}

html {
	font-family: "Lucida Sans", sans-serif;
}
a{
	text-decoration: none;
	color: #5c7da3;
}
.a {
	text-decoration: none;
	text-shadow: 1px 1px #2e3f52;
}
.header {
	background-color: #000000;
	color: #ffffff;
	padding: 5px;
}

.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li {
	padding: 8px;
	margin-bottom: 7px;
  font-size: 1.5em;
	background-color: #adbed1;
	color: #ffffff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.submenu {
  text-align: right;
	margin-bottom: 7px;
  font-size: .8em;
	background-color: #000;
	color: #ffffff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.col-container {
  display: flex;; /* Make the container element behave like a table */
  width: 100%; /* Set full-width to expand the whole page */
}

.board-demo{
  float: left; /* Make elements inside the container behave like table cells */
  width: 100%;
  padding: 30px;
}

.menu li:hover {
	background-color: #2e3f52;
}

.soc {
  float: center;
  padding: 10px;
}

.socicn {
  padding-bottom: 10px;
}

.socimg {
  padding-left: 5%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.thumb {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.boost{
  padding: 10px;
}

.space1 {
  padding-top: 400px;
}

.space2 {
  padding-top: 100px;
}

.ficimg {
  float: left;
  padding: 20px;
}

.imgCenter {
  display:block;
  margin-left: auto;
  margin-right: auto;
}

.responsive{
	width: 100%;
	max-width: 460px;
	height: auto;
	padding-top: 15px;
}

.aside {
	background-color: #adbed1;
	padding: 20px 40px;
	color: #ffffff;
	text-align: left;
	font-size: 1.5em;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  hyphens: auto;
}

.footer {
	background-color: #2e3f52;
	color: #ffffff;
	text-align: center;
	font-size: 1em;
	padding: 15px;
}
		h1{
		  font-weight:bold;
		  font-size:26px;
		  color:#ffffff;
		}
		h2{
		  font-weight:bold;
		  font-size:22px;
		  color:#2e3f52;
		  padding-bottom: 10px;

		}
		h3{
		  font-weight:normal;
		  color:#2e3f52;
		  padding-bottom: 10px;
      text-align: center;
		}
		h4{
		  font-weight:normal;
		  font-size:16px;
		  color:#adbed1;
		  padding-bottom: 10px;
		}
	#imgBoard {
		float: center;
	}

  h5 {
    font-size: 10px;
    color: #cccccc;
  }

  ol {
     padding-left: 25%;
     padding-right: 25%;
  }

  /*Slider button*/
  button.w3-button.w3-black.w3-display-left {
    color: #fff;
    background: #adbed1;
    border-radius: 50%;
    float: left;
    margin-bottom: 5px;
    font: 16px Verdana, sans-serif;
}
  button.w3-button.w3-black.w3-display-left:hover {
    background-color: #2e3f52;
  }
  button.w3-button.w3-black.w3-display-right {
    color: #fff;
    background: #adbed1;
    border-radius: 50%;
    float: right;
    margin-bottom: 5px;
    font: 16px Verdana, sans-serif;
  }
  button.w3-button.w3-black.w3-display-right:hover {
    background-color: #2e3f52;
  }

/* Second slider button*/
  button.w3-button2.w3-black.w3-display-left {
    color: #fff;
    background: #adbed1;
    border-radius: 50%;
    float: left;
    margin-bottom: 5px;
    font: 16px Verdana, sans-serif;
}
  button.w3-button2.w3-black.w3-display-left:hover {
    background-color: #2e3f52;
  }
  button.w3-button2.w3-black.w3-display-right {
    color: #fff;
    background: #adbed1;
    border-radius: 50%;
    float: right;
    margin-bottom: 5px;
    font: 16px Verdana, sans-serif;
  }
  button.w3-button2.w3-black.w3-display-right:hover {
    background-color: #2e3f52;
  }

/* Second Slideshow CSS */
* {box-sizing:border-box}
    .mySlides1, .mySlides2 {display: none}
    img {vertical-align: middle;}

            /* Slideshow container */
            .slideshow-container { /*NOT slideshow-container*/
                max-width: 1000px;
                position: relative;
                margin: auto;
                padding-top: 20px;
                padding-bottom: 10px;
            }

            /* Next & previous buttons */
            .prev {
              color: #fff;
              background: #adbed1;
              border-radius: 50%;
              float: left;
              margin-top: 10px;
              margin-bottom: 5px;
              font: 16px Verdana, sans-serif;
              }

            .next {
              color: #fff;
              background: #adbed1;
              border-radius: 50%;
              float: right;
              margin-top: 10px;
              margin-bottom: 5px;
              font: 16px Verdana, sans-serif;
            }

            /* 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: #2e3f52;
            }

            /* Caption text */
            .text {
                color: #2e3f52;
                font-size: 15px;
                padding: 8px 12px;
                position: absolute;
                bottom: 8px;
                width: 100%;
                text-align: center;
            }

            /* Number text (1/3 etc) */
            .numbertext {
                color: #f2f2f2;
                font-size: 12px;
                padding: 8px 12px;
                position: absolute;
                top: 0;
            }

            /* The dots/bullets/indicators */
            .dot {
                cursor:pointer;
                height: 13px;
                width: 13px;
                margin: 0 2px;
                background-color: #bbb;
                border-radius: 50%;
                display: inline-block;
                transition: background-color 0.6s ease;
            }

            .active, .dot:hover {
                background-color: #f44336;
            }

            /* Fading animation */
            .fade {
                -webkit-animation-name: fade;
                -webkit-animation-duration: 5s;
                animation-name: fade;
                animation-duration: 5s;
            }

            @-webkit-keyframes fade {
                from {opacity: .4}
                to {opacity: 1}
            }

            @keyframes fade {
                from {opacity: .4}
                to {opacity: 1}
            }

            /* On smaller screens, decrease text size */
            @media only screen and (max-width: 300px) {
                .prev, .next,.text {font-size: 11px}
            }

@media only screen and (min-width: 600px) {
	/*For tablets: */
	.col-s-1 {width: 8.33%;}
	.col-s-2 {width: 16.66%;}
	.col-s-3 {width: 25%;}
	.col-s-4 {width: 33.33%;}
	.col-s-5 {width: 41.66%;}
	.col-s-6 {width: 50%;}
	.col-s-7 {width: 58.33%;}
	.col-s-8 {width: 66.66%;}
	.col-s-9 {width: 75%;}
	.col-s-10 {width: 83.33%;}
	.col-s-11 {width: 91.66%;}
	.col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
	/*For desktop: */
	.col-1 {width: 8.33%;}
	.col-2 {width: 16.66%;}
	.col-3 {width: 25%;}
	.col-4 {width: 33.33%;}
	.col-5 {width: 41.66%;}
	.col-6 {width: 50%;}
	.col-7 {width: 58.33%;}
	.col-8 {width: 66.66%;}
	.col-9 {width: 75%;}
	.col-10 {width: 83.33%;}
	.col-11 {width: 91.66%;}
	.col-12 {width: 100%;}
}
