/* 
  IN3x.io styles
*/

/* = = = = = = = = = =  */
/* Style
/* = = = = = = = = = =  */

body {
  background: #f8f8f5;
}

a {
  color: #fa6582;
  font-style: italic;
  text-decoration: underline;
}
a:hover {
  color: #53adcf;
  font-style: italic;
  text-decoration: underline overline;
}
a:active {
  color: #53adcf;
  font-style: italic;
}

li {
  line-height:1.1em;
  margin-bottom: .7em;
}

#contai {
  hyphens;
  margin: 15px;
  font-family: myriad, serif;
  font-size: 16px;
}

#cred { 
  width: 65%;
}

#copy {
  float: left;
  width: 30%;
}

footer {
  margin-top: 0;
  font-size: 90%;
  line-height: 1.5em;
  color: #53adcf;
  border-top: 2px solid #737373;
}

#logo {
  width: 30%;
  /* float: left; */
}

#slogan {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #53adcf;
}

#bodycopy {
  font-size: 1.2em;
  line-height: 1.6em;
  color: #323232;
  margin: 2em 12%;
}

#bodycopy li {
  list-style-image: url(pics/bul-10.gif);
}

.drop {
  float: left;
  width: 30px;
  height: 38px;
  color: #fa6582;
  /* font-size: 3.3em; */
  margin: .35em 3px 0 0;
}

.quot {
  float: right;
  margin:1em 0 0 1em;
  text-align: justify;
  line-height: 1.4em;
  width: 12.9em;
  border: 4px solid #aaa;
  border-left: 0;
  border-right: 0;
  padding: .5em .8em;
  color: #888;
}


/* = = = = = = = = = =  */
/* Positioning
/* = = = = = = = = = =  */

.rig {
  float: right;
}

.lef {
  float: left;
}

/* = = = = = = = = = =  */
/* Responsiveness
/* = = = = = = = = = =  */

@media screen and (min-width: 1201px) {
  #slogan {
    float: right;
    text-align: right;
    clear: none !important;
    margin-top: -3em;
	font-size: 1.8em;
	line-height: 1.5em;
  }
  #cred { 
    float: right;
    text-align: right;
  }
  #bodycopy {
	margin: 2em 12%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  #slogan {
    float: right;
	text-align: right;
    clear: none !important;
    margin-top: -3em;
	font-size: 1.5em;
	line-height: 1.2em;
  }
  #cred { 
    float: right;
    text-align: right;
  }
  #contai {
    font-size: 15px;
  }
  #bodycopy {
	margin: 2em 10%;
  }
}

@media screen and (min-width: 321px) and (max-width: 768px) {
  #slogan {
    float: none;
	text-align: left;
    clear: left;
    margin-top: 0;
	font-size: 1.2em !important;
	line-height: 1em !important;
  }
  #cred { 
    float: none;
    clear: left;
	text-align: left;
	width: 100% !important;
  }
  #copy {
	width: 100% !important;
  }
  #contai {
    font-size: 14px;
  }
  #bodycopy {
	margin: 2em 8%;
  }
}

@media screen and (max-width: 320px) {
  #slogan {
    float: none;
	text-align: left;
    clear: left;
    margin-top: 0;
	font-size: .9em !important;
	line-height: .7em !important;
  }
  #cred { 
    float: none;
    clear: left;
	text-align: left;
	width: 100% !important;
  }
  #copy {
	width: 100% !important;
  }
  #contai {
    font-size: 13px;
  }
  #logo {
    width: 40%;
  }
  #bodycopy {
	margin: 2em 6%;
  }
}

/* 
  highlight-bg:  #e8e8e8
  hover:         #bfbfbf
  menu-bg:       #737373

  Instrumental:  #84b485
  Design:        #6683e8
  Physics:       #da8295

  tuitive...     #fa6582
  green          #53cf72
  blue           #53adcf   [ #6683e8 ]   #026794

  bkgd           #f8f8f5
  
  nav bkgd       #e8e8e5
  nav hover      #bfbfbc
  nav current    #737368
  
 */

