/*****************************/
/*** Core html setup stuff ***/
/*****************************/
@media (max-width: 428px) {

html {
  height: 101%;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Calibri, sans-serif;
	line-height: 1.4em;
	margin: 0px;
	font-size: 14px;
	color: #000;
	margin-bottom: 0px;
    background-color: #fff;
}

a, a:active, a:visited, a:focus {
   color: #2E61B2;
   text-decoration:none;
}

a:hover {
   color: #1B3D87;
   text-decoration:none;
   transition: all .3s ease;
}

.logo {
    margin: -70px 0 0 70px;
}

.spacer {
    height: 0px;
}

.content {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    height: auto; 
    min-height: 500px;
    padding: 10px 20px;
    overflow: hidden;
} 

.left {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
} 

.right {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
}

.left2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
} 

.right2 {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
} 

#navbar {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  height: auto;
  z-index: 100;
}

.sticky {
  position: fixed;
  top: 0;
  width: 90%;
}

.sticky + .content {
  padding-top: 60px;
} 

/* ###################################### */

.toggle {
    clear: both;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    width: 100%;
    height: 40px;
    color: #fff;
    transition: all .1s linear;
    margin: 5px 0 0 0; 
    background: #318CDB url(../img/ham.png) no-repeat top 10px right 10px;  
}

.toggle:hover {
    background: #318CDB;
}

#checkbox1:checked + label .link li {
    opacity: 1;
    visibility: visible;
    transition: all .7s linear;
}

#checkbox1:checked + label .link {
    height: auto;
}

.menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0px 0 0 0;
    border-radius: 3px;
    display: block;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 0px;
    transition: height .3s linear;
    z-index: 2;
}

.menu ul {
    margin: 0;    
}

.menu li {
    display: block;
    /* magic */
    text-align: center;
    opacity: 0;
    visibility: hidden;
    background: #318CDB;
}

.menu li a {
    padding: 0 0px 10px 0px;
    text-shadow:1px 1px 1px #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
}

/* ###################################### */ 

h1 {
	font-size: 17px;
    line-height: 22px;
	font-family: Arial;
	color:#2E61B2;
    font-weight: bold;
}

}
/*****************************************/

@media (width: 1024px) {



}

/*****************************************/

@media (width: 810px) { 



}
 

