/* roboto-300 - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v19-latin_latin-ext-300.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v19-latin_latin-ext-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v19-latin_latin-ext-300.woff2") format("woff2"), url("../fonts/roboto-v19-latin_latin-ext-300.woff") format("woff"), url("../fonts/roboto-v19-latin_latin-ext-300.ttf") format("truetype"), url("../fonts/roboto-v19-latin_latin-ext-300.svg#Roboto") format("svg");
}

/* roboto-regular - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v19-latin_latin-ext-regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v19-latin_latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v19-latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/roboto-v19-latin_latin-ext-regular.woff") format("woff"), url("../fonts/roboto-v19-latin_latin-ext-regular.ttf") format("truetype"), url("../fonts/roboto-v19-latin_latin-ext-regular.svg#Roboto") format("svg");
}

@font-face {
  font-family: "PragmaticaW02-CondBlack";
  src: url("../fonts/1063040/b176552d-4ad5-49d5-9d6b-65f68e9cd75f.woff2") format("woff2"), url("../fonts/1063040/01349d82-41ed-4d6e-8ddd-2ba32ff33506.woff") format("woff");
}

html, body {
  box-sizing: border-box;
  height: 100%;
  font-family: 'PragmaticaW02-CondBlack', Arial, sans-serif;
  font-weight: 400;
  color: #fff;
}

html *, html *::before, html *::after, body *, body *::before, body *::after {
  box-sizing: inherit;
}


  .wrapper {
  background-image: url("https://corvidaemediainc.com/wp-content/uploads/2022/01/corvidae.jpg");
  background-repeat: no-repeat;
  background-size: cover ;
  background-position: center;
  width: 100%;
  min-height: 100%;
  max-height: auto;
/*   position: relative; */
  padding: 20px;
}

.wrapper .main {
  max-width: 1600px;
  margin: 0 auto;
/*   position: absolute; */
  top: 20px;
  bottom: 60px;
  left: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
}
.wrapper .main a {
  color: #fff;
  text-decoration: none;
}
.wrapper .main a:active, .wrapper .main a:focus, .wrapper .main a:hover {
  text-decoration: underline;
}
.wrapper .upper {
  flex: 2 0 auto;
}
.wrapper .logo {
  margin: 50px auto 180px 0px;
}
.wrapper .logo img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.wrapper .header {
  text-align: center;
  margin: 0 auto 60px auto;
  padding-right: 70px;
}
.wrapper .header h1 {
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1;
}
.wrapper .header p {
  margin: 0 auto;
  color: #000;
  font-size: 35px;
  line-height: 1;
}
.wrapper .content {
  flex: 1 0 auto;
  display: flex;
  display: -webkit-flex;	
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.wrapper .content .contact {
  flex: 16 0 auto;
/*   margin-top: 220px; */
  margin-left: auto;
}
.wrapper .content p {
  margin: 0 auto 10px auto;
  line-height: 1.2;
}
.wrapper .content p:last-child {
  margin-bottom: 0;
}
.wrapper .content .contact p {
  font-size: 18px;
}
.wrapper .content .contact p strong {
  text-transform: uppercase;
  font-size: 26px;
}
.wrapper .content .representation {
/*    flex: 1 0 auto; */
   font-size: 20px;
   float: right;
   padding-right: 30px;
}

.wrapper .content .representation strong {
  font-size: 20px;
}



@media (max-width: 1200px) {
  .wrapper .logo {
    margin-bottom: 120px;
  }
}

/* @media only screen and (min-width:481px) and (max-width:768px) {
	
  .wrapper .header {
    width: 100%;
    padding-bottom: 8px;
	  margin-top: -35px;
	  margin-bottom: 80px !important;
  }
 
  .wrapper .header span {margin-left: -55%;font-size: 15px;}
  .wrapper .header h1 {
	  font-size: 40px !important;
    margin-bottom: 5px;
    display: table-cell;
    line-height: 1.5;
  }
  .wrapper .header p {
    font-size: 28px;
    display: table;
    margin:0;
  }


  .wrapper .content{
		flex-wrap: wrap-reverse !important;
	}
	
  .wrapper .content .representation {
      padding-top: 16px;
      padding-bottom: 20px;
	  min-width: 500px !important;
	  align-items: flex-end;
	  flex: 1 0 auto;
  }
  .wrapper .content .contact {
	  flex: 1 0 auto;
	  margin-left: 1px !important ;
		  
	}

} */

@media only screen and (min-width:375px) and (max-width:768px) {

  .wrapper .logo {
    margin: 3px auto 65px auto;
  }
	
  .wrapper .header {
    width: 100%;
    padding-bottom: 8px;
	  margin-top: -35px;
	  margin-bottom: 40px !important;
  }
 
  .wrapper .header span {margin-left: -55%;font-size: 15px;}
  .wrapper .header h1 {
	font-size: 40px;
    margin-bottom: 5px;
    display: table-cell;
    line-height: 1.5;
  }
  .wrapper .header p {
    font-size: 28px;
    display: table;
    margin:0;
	color: #000;  
  }

  .wrapper .content{
        display: flex;
	  	
	    justify-content: space-between !important;
	    flex-flow: row wrap;
	}
  .wrapper .content .representation {
      padding-top: 16px;
      padding-bottom: 20px;
  }
  
	.wrapper .content .contact{
		margin: 0px;
		min-height: 0px;
	}
 
	
	
/* .wrapper .header {
    width: 100%;
    padding-bottom: 8px;
	  margin-top: -35px;
	  margin-bottom: 80px !important;
  }
	
.wrapper .header h1 {
	font-size: 40px !important;
    margin-bottom: 5px;
    display: table-cell;
    line-height: 1.5;
  }
	 */
	
/* .wrapper .content .representation {
    flex: 1;
    padding-top: 4px;
    font-size: 16px;
}
.wrapper .content p {
    margin: 0 auto 10px auto;
    line-height: 1.2;
}
.wrapper .header h1 {
    font-size: 30px !important;
    line-height: 1.2;
}
.wrapper .header p {
    font-size: 25px;
}
.wrapper .contact {
    margin-top: 3%;
}
} */

}

