﻿/* PARALLAX BACKGROUNDS */

.parallax {
    /* The image used */
    background-image: url("../images/storm2.jpeg");
    /* Set a specific height */
    width:100%;
    height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax2 {
    /* The image used */
    background-image: url("../images/storm1.jpeg");
    /* Set a specific height */
    width: 100%;
    height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax3 {
    /* The image used */
    background-image: url("../images/storm1.jpeg");
    /* Set a specific height */
    width: 100%;
    height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax4 {
    /* The image used */
    background-image: url("../images/developer_background.jpg");
    /* Set a specific height */
    width: 100%;
    height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.menu-color {
    background: linear-gradient(to bottom, #000000 0%, #000066 100%);
}
.footer-style {
    margin-bottom: 0;
    height: auto;
    padding: 50px;
    /*background: linear-gradient(to bottom, #000066 0%, #3366ff 100%);*/
    background-color:#000000;
}
.video-spacer{
    padding:20px;
}
/* FULL SCREEN VIDEO */
.video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

/* IMAGES */
.imgborder{
    border-style:solid;
    border-width:5px;
    border-radius: 5px 5px 5px 5px;
    border-color: #ffffff;
}
/* BUTTON DESIGNS*/
.buttons {
    font-family: input-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    color:#ffffff;
}
.buttons-lg {
    font-family: input-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size:16px;
    color: #ffffff;
    width:200px;
    height:50px;
}
