



html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: OpenSans-Regular;
    -webkit-tap-highlight-color:  transparent;
	overflow: hidden;
	
}

svg {
    max-width: 100%;
    max-height: 100%;
    overflow: visible;
}

body {
    background-color: #171717;
}

.page-wrapper {
	
    height: 100%;
    background-color: #171717;
    background-image: url(images/devine-aero-background.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.header  {
	position: absolute;
    width: 100%;
}

.logo-container {
    padding-top: 20px;
}

.logo-image {
    display: block;
    margin: 0 auto;
    min-width: 280px;
    width: 20%;
}

.main {
    position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.move {
	position: relative;
	top: 150px;
	opacity: 0;
}

.effect-move {
	width: 100%;
}

.move-3 {
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid #6E6E6F;
    background-color: #171717;
}

.move-4 {
	position: relative;
	top: -150px;
	opacity: 0;
	
}

.slogan {
    color: #DEDEDE;
    font-family: OpenSans-Semibold;
    font-size: 42px;
    text-align: center;
    letter-spacing: 1px;
}

.get-in-touch-container {
    text-align: center;
  }

.get-in-touch-link {
    position: relative;
    border: 1px solid #ed1c24;
    padding: 13px 37px;
    display: inline-block;
    margin: 20px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    transition: background-color .2s ease-out;
}

.get-in-touch-link:hover {
    background-color: rgba(11, 11, 11, 0.54);;
}



.footer {
    position: absolute;
	bottom: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;

}

.footer .effect-move>div {
    color: #DCDCDC;
    line-height: 26px;
    text-align: center;
}

.footer-text {
    font-size: 15px;
}

.footer-telephone-link {
    font-size: 13px;
}

.telephone-icon {
	display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 7px;
    margin-top: 2px;
}

.telephone-number {
	display: inline-block;
    font-size:15px;
    color: #DCDCDC;
    text-decoration: none;
}

.legal-notice {
    color: #DCDCDC;
    text-decoration: underline;
    font-family: OpenSans-Regular;

}

#Layer_1 {
	fill: #DCDCDC;
}


/* FONTS */

@font-face {
  font-family: OpenSans-Regular;
  src: url('fonts/OpenSans-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/OpenSans-Regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/OpenSans-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/OpenSans-Regular.svg#dc56f0938c09c27a4156bb0f8f5176a2') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: OpenSans-Semibold;
  src: url('fonts/OpenSans-Semibold.eot'); /* IE9 Compat Modes */
  src: url('fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/OpenSans-Semibold.woff') format('woff'), /* Modern Browsers */
       url('fonts/OpenSans-Semibold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/OpenSans-Semibold.svg#b96880fafbf6b051ff49d9fe8a31137c') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  700;
}

/*ANIMATION*/

@keyframes actionButton {
    0% {
        fill: #DCDCDC;
    }
	
    100% {
        fill: #ed1c24;
    }
}

/*RESPONSIVE */
@media screen and (max-height: 400px) {
    .slogan {
        font-size: 26px;
    }
	.move-3 {
		background-color: rgba(23, 23, 23, 0.34);
	}
    
}

@media screen and (max-height: 350px) {
    .slogan {
        font-size: 20px;
    }
	.get-in-touch-link {
		margin: 10px;
	}
}

@media screen and (max-width: 767px) {
    #Layer_1 {
		-webkit-animation: actionButton 1.2s linear infinite alternate;
        animation: actionButton 1.2s linear infinite alternate;
    }
    .logo-image { min-width: 220px; }
    .logo-container {
		padding-top: 8px; 
	}
}

@media screen and (max-width: 800px) {
    .slogan {
        font-size: 30px;
    }
    .logo-container {
    padding-top: 8px; }
}

@media screen and (max-width: 640px) {
    .slogan {
        font-size: 26px;
    }
        .logo-image { min-width: 220px; }
        
}

@media screen and (max-width: 500px) {
    .slogan {
        font-size: 20px;
    }
    .get-in-touch-link {
        font-size: 12px;
    }
        .logo-image { min-width: 220px; }
        
}

@media screen and (max-width: 390px) {
    .slogan {
        font-size: 20px;
    }
    .logo-image {
        min-width: 0;
        width: 220px;
    }
}

@media screen and (max-width: 360px) {
    .slogan {
        margin-top: 10px;
        font-size: 20px;
    }

}

@media screen and (max-width: 330px) {
    .slogan {
        font-size: 20px;
        margin-top: 10px;
    }
    .get-in-touch-link {
        font-size: 10px;
    }
        
}



