/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    text-align: center;
	line-height: 1;
    font-family: "Gravity-Regular", Calibri, Tahoma, sans-serif;
    background-image:url("../../img/blue-shape.svg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: -650px 0%;
    background-size: cover;


}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family: "Fira Sans";
    src: url('../../fonts/Gravity-Regular.otf');
    src: url('../../fonts/Gravity-Bold.otf'); 
  }

  header{
    width :80% ;
    margin :auto ;
    padding :25px ;
    display:flex;
    justify-content: space-between;
    align-items:center;
    flex-wrap: wrap;
}
#logo {min-width:200px;}
#logo img{min-width:200px;width:20vw;}

#contact{min-width: 300px;color:#001530;}

main{ width :80% ;
    margin :auto ;
    }

#anim{display: flex; 
    background-image: url("../img/satellite.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: contain;
    align-items:flex-end;
    width:80%;
    min-width:250px;
    position:fixed;
    top:80px;
    
    
}

h1 {color:#fff;font-size:2rem;}

h2 {color:#001530;font-size:1.5rem;}

#title-anim{
    text-align:left;
    padding:30px 0px 30px 50px;
 }

 .article{display: flex; justify-content:space-around;padding-top:20px;color:#001530;flex-wrap: wrap;}
 article{width:400px;text-align:justify;}
 .article img{width:20rem;height:auto;}
.caroussel{width:100%; margin:auto;}
footer{margin-top:30px;text-align:center}
#contact-footer{width:5rem;min-width: 200px;margin:auto; text-align:center;color:#001530;padding-bottom: 20px;display:flex;flex-wrap: wrap;}
form{color:#001530;} 