@charset "utf-8";

/*Global/Desktop View*/

header {
    padding-top: 100px;
    background-color: rgba(0,0,0,0.00);
}

#videoBG {
    position:absolute;
	z-index: -1;
	width:100%;
    height: auto;
}

.container {
	max-width: 1200px;
	min-height: 100vh;
    margin-left: auto;
    margin-right: auto;
	position: relative;
	}

body {
    font-family: open-sans;
    font-style: normal;
    font-weight: 300;
    color: #FFFFFF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: rgba(0,0,0,0.93);
	}
main {
    display: block;
    margin-top: 100px;
    min-height: 200px;
    background-position: center 0%;
    background-repeat: no-repeat;
    font-family: open-sans;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    color: #fcfbfa;
}

.back-image {
    background-image: url(images/DesktopBack.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1533px;
    background-position: center 0%;
}
footer {
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: small;
    color: #000000;
    padding-top: 400px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;  
}
.email-address  {
    padding-top: 10px;
    color: #F5F3F3;
    float: left;
	padding-left: 5px;

}
.copyright {
   	padding-top: 10px;
	color: #F5F3F3;
    float: right;
	padding-right: 10px;
	}
.social-icons {
    width: 40px;
    height: 30px;
    float: left;
}
.Logo {
  	width: 30%;
	height: 30%;
    float: right;
	padding-right: 10px;
	}
.links {
    color: #F3ECED;
    padding-top: 400px;

}
.MobileImageShow {
	display: none !important;
}


/*Tablet View*/
@media (min-width: 421px) and (max-width: 768px){
   
.back-image {
    background-image: url("images/TabletBack.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-position: center 0%;
}
header {
    padding-top: 50px;
    background-color: rgba(0,0,0,0.00);
}

.Logo {
    width: 30%;
    height: 30%;
	padding-right: 10px;
}
.MobileImageShow {
	display: none !important;
}
main {
    display: block;
    margin-top: 100px;
    background-position: center 0%;
    background-repeat: no-repeat;
    min-height: 20px;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
footer {
    float: none;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
	bottom: 0;
    width: 100%;
    height: 120px;
}
.copyright   {
    font-size: 80%;
    float: none;

}
.email-address   {
    font-size: 90%;
    float: none;
}
.social-icons {
    text-align: center;
    float: none;
    width: 5%;
    height: 5%;
    padding-top: 0px;

}
}

/*Mobile view*/
@media (max-width: 420px){
	   #videoBG {
    display: none;
    }
 body {
        background: url('images/Mobileback.png');
        background-size: cover;
	  	background-repeat: no-repeat;
	 	background-color: rgba(0,0,0,0.93);
    }
	
main {
    display: block;
    margin-top: 100px;
    background-position: center 0%;
    background-repeat: no-repeat;
    min-height: 5px;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: open-sans;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}
.Logo {
    width: 50%;
    height: 50%;
	padding-right: 10px;
	
}
.MobileImageShow {
	display: block !important;
	padding-top: 40px;
	}
.back-image {
    background-image: url("images/Mobileback.png");
    background-repeat: no-repeat;
    background-size: cover;
    height:auto;
    background-position: center 0%;
	}

	footer {
    float: none;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
	bottom: 40px;
    width: 100%;
	height: auto;
}
.copyright   {
    font-size: x-small;
    text-align: center;
    float: none;
}

.email-address   {
    font-size: x-small;
    text-align: center;
    float: none;
}
.social-icons {
    width: 32px;
	height: 24px;
    text-align: center;
    float: none;
}
	}
