html {
	 min-height: 100%;
	 position: relative;
}

body {
	 color: #000000;
	 background: #fcfcfc;
	 margin-bottom: 60px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	 font-family: "Roboto", Lato, sans-serif;
	 font-size: 1.3em;
	 line-height: 1.5em;
}

.whiteFont {color: #fff;}
.lightFont {color:#7f7f7f;}
.blueFont {color:#2196F3;}

.padding10 {padding: 10px;}
.padding20 {padding: 20px;}
.padding40 {padding: 40px;}

.blueBackground {background-color: #3333CC;}
.redBackground {background-color: #333355;}

.lightFont {
	 color:#7f7f7f; 
}

nav {
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.navbar-default .navbar-toggle {border-color: rgba(255,255,255,0);}
.navbar-default .navbar-toggle:hover {background: rgba(33,150,243,0.1)}

.navbar li {
	 font-size: 13px;
	 text-transform: uppercase;
}

.navbar, .navbar-collapse {
	 border: 0;
	 background: none;
  border-radius: 0;
}

.navbar {
  margin: 0;
}

.navbar li a:hover, .active a {
	 color: #fff !important;
	 background: #2196F3 !important;
}

footer {
  background: #e4e4e4;
 	bottom: 0;
	 width: 100%;
	 font-size: 13px;
	 position: absolute;
}

header {
  height: 80px;
  width: 100%;
  background: grey;
  display:flex;
  align-items: center;
  justify-content: center;
}

.title-page {
  text-transform: uppercase;
}

.contentBackground, .card {
  box-sizing: border-box;
  margin: 10px 0; /* Margin for cards when columns transform */
  background: white;
  border-radius: 4px;
  padding: 1.75em 1.25em;
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.28);
  -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.28);
  box-shadow: 0 3px 8px rgba(0,0,0,0.28);
}

.settings-margin {
  margin-top:50px; /* 50px = nav size */
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 10px solid #ff0000
}

li {
    margin-left: 2px;
}

#content-box {
        margin: 2px;
        padding: 3px;
        font-size: 0.9em;
        line-height: 1em;
        border-radius: 4px;
        min-width: 280px;
        }
#description-box {
        margin: 2px;
        padding: 3px;
        font-size: 0.9em;
        line-height: 1em;
        border-radius: 4px;
        min-width: 280px;        
        background-color: #eeff99;
    }
#call-box {
       font-size:1.6em;
       line-height:1.8em;
       border:1px solid #000;
       background-color:#ef3; 
       color:#00f;
       margin:3px;
       padding:5px;
       border-radius:7px;
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
#content-box {
        margin: 2px;
        padding: 5px;
        font-size: 1em;
        line-height: 1.1em;
        border-radius: 5px;
        min-width: 270px;
        width: 40%;
        }
#description-box {
        margin: 2px;
        padding: 6px;
        font-size: 1em;
        line-height: 1.1em;
        border-radius: 5px;
        width: 50%;
        max-width: 325px;
        background-color: #eeff99;
    }
#call-box {
       font-size:1.4em;
       line-height:1.5em;
       border:1px solid #000;
       background-color:#ef3; 
       color:#00f;
       margin:3px;
       padding:3px;
       border-radius:4px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
#content-box {
        margin: 2px;
        padding: 5px;
        font-size: 1em;
        line-height: 1.1em;
        border-radius: 5px;
        min-width: 270px;
        width: 40%;
        }
#description-box {
        margin: 2px;
        padding: 6px;
        font-size: 1em;
        line-height: 1.1em;
        border-radius: 5px;
        width: 50%;
        max-width: 325px;
        background-color: #eeff99;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
#content-box {
        margin: 5px;
        padding: 5px;
        font-size: 1.1em;
        line-height: 1.2em;
        border-radius: 5px;
        min-width: 310px;
        width: 38%;
        }
#description-box {
        margin: 5px;
        padding: 10px;
        font-size: 1em;
        line-height: 1.1em;
        border-radius: 5px;
        width: 50%;
        max-width: 410px;
        background-color: #eeff99;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
#content-box {
        margin: 5px;
        padding: 5px;
        font-size: 1.3em;
        line-height: 1.4em;
        border-radius: 5px;
        min-width: 360px;
        width: 40%;
        }
#description-box {
        margin: 5px;
        padding: 15px;
        font-size: 1.2em;
        line-height: 1.3em;
        border-radius: 5px;
        width: 57%;
        max-width: 590px;
        background-color: #eeff99;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
#content-box {
        margin: 5px;
        padding: 5px;
        font-size: 1.3em;
        line-height: 1.3em;
        border-radius: 5px;
        min-width: 460px;
        width: 35%;
        }
#description-box {
        margin: 5px;
        padding: 20px;
        font-size: 1.2em;
        line-height: 1.3em;
        border-radius: 5px;
        width: 61%;
        background-color: #eeff99;
    }
}
