/*  RESET
======================================================================== */

html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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 {
	background-color: #f5f5f5;
	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 {
	line-height: 1.4;
}
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
======================================================================== */

/* Vulf Mono */
@font-face {
    font-family: 'Vulf Mono Regular';
    src: url('../fonts/Vulf_Mono-Regular_web.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Vulf Mono Italic';
    src: url('../fonts/Vulf_Mono-Italic_web.woff2') format('woff2');
    font-style: italic;
}

@font-face {
    font-family: 'Vulf Mono Bold';
    src: url('../fonts/Vulf_Mono-Bold_web.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
/* BBMT */
@font-face {
    font-family: 'BBMT Semi Bold';
    src: url('../fonts/BBMT.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

:root {
    font-size: 15px;
}

/*  TYPOGRAPHY
======================================================================== */

h1, h2, h3, h4, h5, h6,
p, ul, ol, figure, pre {
  /* Reset font-sizes and normalize margins */
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 12px;
}

/* Headings */
h1 {
  font-family: BBMT Semi Bold, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 88px;
  line-height: 1;
  text-align: left;
  margin-bottom: 44px;
}

h2 {
  font-family: Vulf Mono Italic, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

h2 {
  font-style: italic;
  font-size: 15px;
  line-height: 1;
  text-align: left;
  margin-bottom: 32px;
}

h3 {
  font-family: Vulf Mono Regular, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

h3 {
  font-style: normal;
  line-height: 1;
  text-align: left;
  margin-bottom: 32px;
}


/*  LINKS
======================================================================== */

/* Links */
a {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #fff;
  background-color: #000;
}


/*  ITALICS
======================================================================== */

em {
	font-family: Vulf Mono Italic,sans;
	font-weight: 400;
	font-style: italic;
}

/*  BOLD
======================================================================== */

b, strong {
  font-family: Vulf Mono Bold,sans;
  font-weight: 700;
  font-style: normal; 
}

/*  MAIN
======================================================================== */


#main {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 750px;
    font-size: 1rem;
    line-height: 1.7;
    font-family: Vulf Mono Regular,sans;
    font-variant-numeric: oldstyle-nums; 
    padding-bottom: 2.5rem;
}

.email{
    padding-top: 1.45rem;
    padding-bottom: 1.45rem;
}

::selection {
    color:#376eb5;
}


/*  DROPDOWN
======================================================================== */

.dropdown{
    padding-top: 0.375rem;
}


.dropdown-content{
    display: none;
    padding-bottom: 1.75rem
}

.dropdown-title{
    color:#000;
    padding-left: 40px;
    cursor: pointer;
}

.dropdown-content li{
    margin-left: 40px
}


/*  IMAGE
======================================================================== */


img {
  border-style: none;
  width: 100%;
  height: auto;
}

figcaption {
  font-size: 12px;
  font-family: Vulf Mono Italic,sans;
  line-height: 1.5rem;
  padding-left: 1rem;
}


/*  RESPONSIVE
======================================================================== */



/*  Tablet size
======================================================================== */

@media only screen and (max-width: 1250px) and (min-width: 760px) and (orientation : portrait) {

#main{
    left: 40px;
    width: calc(100% - 80px);
    max-width: 660px;
    top:35px;
}
   
        .dropdown-title {
        padding-left: 0px;
    }
    
    .dropdown-content li {
    text-indent: -40px;
    margin-left: 40px;
}
}


/*  Phone size 
======================================================================== */

@media only screen and (max-width: 760px) and (min-width: 0px){
 
#main{
    left: 30px;
    width: calc(100% - 60px);
    max-width: 510px;
    top:25px;
}
    
    .img_container{
 width:100%;
    margin-top: 1.875rem;

}
  
:root {
    font-size: 17px;
}  
    
    .dropdown-title {
        padding-left: 0px;
    }
    
        .dropdown-content li {
    text-indent: -30px;
    margin-left: 30px;
}
    
}


@media only screen and (max-width: 768px) and (min-width: 0px) and (orientation : landscape){
 

    
        .img_container{
 width:70%;
        
}
 
}
