@charset "UTF-8";
/* CSS Document */

.fullscreen  {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: fixed;
    top: 0px;
    left: 0px;
	z-index: -1;
}
nav {
    float: right;
    margin-right: 10px;
}
p {
    line-height: 1.5em;
    font-size: 1.3em;
}
body {
    font-family: open-sans;
    font-style: normal;
    font-weight: 400;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    color: hsla(0,0%,100%,1.00);
    background-color: hsla(0,0%,0%,1.00);
}
.hero-box {
    padding-right: 156px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    margin-top: 82px;
}
main {
    min-height: 700px;
}
.social-Icons {
    float: left;
    padding-right: 0px;
    margin-left: 10px;
    padding-top: 0px;
}
.copyright {
    float: right;
    margin-right: 9px;
    padding-top: 10px;
}
footer {
    height: 130px;
}
h1 {
    font-size: 3.5em;
    line-height: 60px;
}
hr {
    height: 2px;
    background-color: hsla(0,0%,100%,1.00);
}
header {
    padding-top: 14px;
}
.body-header-img {
    background-color: hsla(0,12%,97%,0.34);
    margin-left: 11px;
}
nav ul {
list-style-type: none;
	
}
nav ul li {
    font-size: 1em;
    letter-spacing: 1em;
    text-align: right;
    padding-top: 16px;
}
nav ul li a {
    text-decoration: none;
    color: hsla(0,0%,100%,1.00);
}
.mobile-view {
    display: none;
}
.social-Icons a img {
    padding-left: 8px;
}
.image-grid {
    padding-top: 0px;
    margin-top: 31px;
}
.col {
    background-color: hsla(0,6%,97%,0.45);
    padding-right: 0%;
    margin-top: 0px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
}
.float-left {
    float: left;
}
.image-responsive {
    width: 100%;
    height: auto;
    display: block;
}
.col-lg {
    width: 23%;
    height: auto;
}
.col-lg-3 {
    width: 31%;
    height: auto;
}
.video-responsive {
    width: 100%;
    height: auto;
    display: block;
}
.hero-box p a {
    color: hsla(0,0%,100%,1.00);
}



/*tablet view*/
@media (min-width : 501px ) and ( max-width : 800px ){

.mobile-view {
    display: block;
    float: right;
    padding-right: 25px;
}
.desktop-view {
    display:none;
    margin-top: 16px;
    margin-right: -49px;
}
	.expand {
    display: block;
}
h1 {
    font-size: 46px;
}
.col-md {
    width: 48%;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
}
}


/*mobile view*/
@media (max-width : 500px ){
.mobile-view {
    display: block;
    float: right;
    padding-right: 20px;
}
.desktop-view {
    display:none;
    margin-top: -114px;
    padding-top: 0px;
}
	.expand {
    display: block;
}
.body-header-img {
    background-color: hsla(0,12%,97%,0.34);
    margin-left: 11px;
    width: 30%;
    height: 29%;
}
h1 {
    font-size: 40px;
    line-height: 40px;
}
hr {
    display: none;
}
.col-xs {
    width: 98%;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
}
}
